-MO=C falls over on package <none>
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9                            ---------------
10                             CAST AND CREW
11                            ---------------
12
13 To give due honor to those who have made Perl what is is today,
14 here are some of the more common names in the Changes file, and their
15 current addresses (as of September 2000):
16
17     Gisle Aas                   <gisle@aas.no>
18     Abigail                     <abigail@foad.org>
19     Kenneth Albanowski          <kjahds@kjahds.com>
20     Russ Allbery                <rra@stanford.edu>
21     Brad Appleton               <bradapp@enteract.com>
22     Greg Bacon                  <gbacon@itsc.uah.edu>
23     Robin Barker                <rmb1@cise.npl.co.uk>
24     Vishal Bhatia               <vishal@gol.com>
25     Spider Boardman             <spider@orb.nashua.nh.us>
26     Daniel Chetlin              <daniel@chetlin.com>
27     Tom Christiansen            <tchrist@perl.com>
28     Lupe Christoph              <lupe@lupe-christoph.de>
29     Nicholas Clark              <nick@Bagpuss.unfortu.net>
30     Simon Cozens                <simon@brecon.co.uk>
31     Francois Desarmenien        <desar@club-internet.fr>
32     Mark-Jason Dominus          <mjd@plover.com>
33     Jan Dubois                  <jand@activestate.com>
34     Dominic Dunlop              <domo@computer.org>
35     Eric Fifer                  <efifer@sanwaint.com>
36     Richard Foley               <Richard.Foley@m.dasa.de>
37     Jeffrey Friedl              <jfriedl@yahoo-inc.com>
38     Hallvard B Furuseth         <h.b.furuseth@usit.uio.no>
39     M. J. T. Guy                <mjtg@cam.ac.uk>
40     Tom Hughes                  <tom@compton.nu>
41     Nick Ing-Simmons            <nik@tiuk.ti.com>
42     Tim Jenness                 <timj@jach.hawaii.edu>
43     Andreas König               <a.koenig@mind.de>
44     Charles Lane                <lane@DUPHY4.Physics.Drexel.Edu>
45     Douglas Lankshear           <dougl@activestate.com>
46     Doug MacEachern             <dougm@covalent.net>
47     Raphael Manfredi            <Raphael.Manfredi@pobox.com>
48     Paul Marquess               <Paul.Marquess@btinternet.com>
49     Stephen McCamant            <alias@mcs.com>
50     Laszlo Molnar               <laszlo.molnar@eth.ericsson.se>
51     Hans Mulder                 <hansmu@xs4all.nl>
52     Chris Nandor                <pudge@pobox.com>
53     Matthias Neeracher          <neeri@iis.ee.ethz.ch>
54     Jeff Okamoto                <okamoto@hpcc123.corp.hp.com>
55     Ulrich Pfeifer              <pfeifer@charly.informatik.uni-dortmund.de>
56     Tom Phoenix                 <rootbeer@teleport.com>
57     Stephen Potter              <spp@ds.net>
58     Joshua Pritikin             <joshua.pritikin@db.com>
59     Peter Prymmer               <pvhp@forte.com>
60     Norbert Pueschel            <pueschel@imsdd.meb.uni-bonn.de>
61     Dean Roehrich               <roehrich@cray.com>
62     Hugo van der Sanden         <hv@crypt.demon.co.uk>
63     Michael G Schwern           <schwern@pobox.com>
64     Roderick Schertler          <roderick@argon.org>
65     Yitzchak Scott-Thoennes     <sthoenna@efn.org>
66     Kurt D. Starsinic           <kstar@chapin.edu>
67     Benjamin Stuhl              <sho_pi@hotmail.com>
68     Dan Sugalski                <dan@sidhe.org>
69     Nathan Torkington           <gnat@frii.com>
70     Larry W. Virden             <lvirden@cas.org>
71     Johan Vromans               <jvromans@squirrel.nl>
72     Ilya Zakharevich            <ilya@math.ohio-state.edu>
73
74 And the Keepers of the Patch Pumpkin:
75
76     Charles Bailey              <bailey@newman.upenn.edu>
77     Graham Barr                 <gbarr@ti.com>
78     Malcolm Beattie             <mbeattie@sable.ox.ac.uk>
79     Tim Bunce                   <Tim.Bunce@ig.co.uk>
80     Andy Dougherty              <doughera@lafcol.lafayette.edu>
81     Jarkko Hietaniemi           <jhi@iki.fi>
82     Gurusamy Sarathy            <gsar@activestate.com>
83     Chip Salzenberg             <chip@perl.com>
84
85 And, of course, the Author of Perl:
86
87     Larry Wall                  <larry@wall.org>
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 The Message-Ids in the change entries refer to the email messages sent
101 to the perl5-porters mailing list.  You can retrieve the messages for
102 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
103
104 --------------
105 Version v5.7.0          Development release working toward v5.8
106 --------------
107
108 ____________________________________________________________________________
109 [  7385] By: jhi                                   on 2000/10/21  01:28:42
110         Log: The #7383 was right only in the context of the original bug report,
111              not in more general case.
112      Branch: perl
113            ! pp_hot.c
114 ____________________________________________________________________________
115 [  7384] By: jhi                                   on 2000/10/21  01:08:23
116         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
117      Branch: perl
118            ! ext/IO/lib/IO/Select.pm
119 ____________________________________________________________________________
120 [  7383] By: jhi                                   on 2000/10/21  00:44:18
121         Log: Fix for ID 20001020.006, concatenating an unset submatch
122              with utf8 resulted in "Modification of a read-only value".
123      Branch: perl
124            ! pp_hot.c t/pragma/utf8.t
125 ____________________________________________________________________________
126 [  7382] By: jhi                                   on 2000/10/20  20:44:31
127         Log: Make scan_num() reëntrant, as suggested in
128              
129              Subject: [PATCH perl@7229] Rentrant parser and yylex()
130              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
131              Date: Fri, 20 Oct 2000 14:17:27 +0100
132              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
133      Branch: perl
134            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
135            ! toke.c
136 ____________________________________________________________________________
137 [  7381] By: jhi                                   on 2000/10/20  20:07:29
138         Log: Reëntrancy fix.
139              
140              Subject: [PATCH perl@7229] Rentrant parser and yylex()
141              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
142              Date: Fri, 20 Oct 2000 14:17:27 +0100
143              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
144      Branch: perl
145            ! embed.h embed.pl perl.h proto.h toke.c
146 ____________________________________________________________________________
147 [  7380] By: jhi                                   on 2000/10/20  19:15:54
148         Log: Don't write double values through long double pointers,
149              based on a part of
150              
151              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
152              From: Jens Hamisch <jens@Strawberry.COM>
153              Date: Tue, 17 Oct 2000 08:39:36 +0200
154              Message-Id: <20001017083936.A11104@Strawberry.COM>
155      Branch: perl
156            ! perl.h pp.c
157 ____________________________________________________________________________
158 [  7379] By: jhi                                   on 2000/10/20  18:43:37
159         Log: Portability tweak on #7377.
160              
161              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
162              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
163              Date:     Fri, 20 Oct 2000 13:13:41 EDT
164              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
165      Branch: perl
166            ! t/lib/dprof.t
167 ____________________________________________________________________________
168 [  7378] By: jhi                                   on 2000/10/20  12:57:19
169         Log: SOCKS function redefinitions need prototypes, too, otherwise
170              for example 32 bit versus 64 bit differences cause a lot of
171              problems.  Part of
172              
173              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
174              From: Jens Hamisch <jens@Strawberry.COM>
175              Date: Tue, 17 Oct 2000 08:39:36 +0200
176              Message-Id: <20001017083936.A11104@Strawberry.COM>
177      Branch: perl
178            ! doio.c pp_sys.c
179 ____________________________________________________________________________
180 [  7377] By: jhi                                   on 2000/10/20  12:37:12
181         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
183              Date:     Fri, 20 Oct 2000 08:26:04 EDT
184              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
185      Branch: perl
186            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
187 ____________________________________________________________________________
188 [  7376] By: jhi                                   on 2000/10/20  12:35:31
189         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
190              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
191              Date:     Fri, 20 Oct 2000 07:48:15 EDT
192              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
193      Branch: perl
194            ! configure.com vms/gen_shrfls.pl
195 ____________________________________________________________________________
196 [  7374] By: jhi                                   on 2000/10/20  00:59:48
197         Log: In the latest compiler builds cccdlflags must not become -fpic,
198              from Wilfredo Sánchez.
199      Branch: perl
200            ! hints/darwin.sh
201 ____________________________________________________________________________
202 [  7373] By: jhi                                   on 2000/10/20  00:56:35
203         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
204              From: Tony Cook <tony@develop-help.com>
205              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
206              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
207      Branch: perl
208            ! pod/perlop.pod
209 ____________________________________________________________________________
210 [  7372] By: jhi                                   on 2000/10/19  19:34:40
211         Log: Typo noted by Mark Lutz.
212      Branch: perl
213            ! t/op/64bitint.t
214 ____________________________________________________________________________
215 [  7370] By: jhi                                   on 2000/10/19  17:18:08
216         Log: Subject: PATCH do_print has 2 PerlIO_error()s
217              From: nick@ccl4.org
218              Date: Thu, 19 Oct 2000 18:09:20 +0100
219              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
220      Branch: perl
221            ! doio.c
222 ____________________________________________________________________________
223 [  7369] By: jhi                                   on 2000/10/19  14:01:49
224         Log: Update Changes.
225      Branch: perl
226            ! Changes patchlevel.h
227 ____________________________________________________________________________
228 [  7368] By: jhi                                   on 2000/10/19  13:04:29
229         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
231              Date: Wed, 18 Oct 2000 13:12:01 +0200
232              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
233      Branch: perl
234            ! hints/aix.sh
235 ____________________________________________________________________________
236 [  7367] By: jhi                                   on 2000/10/19  02:22:40
237         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
238              of a 'pmshort' anywhere in the B, so the offending line was simply
239              removed.
240      Branch: perl
241            ! ext/B/B/Debug.pm
242 ____________________________________________________________________________
243 [  7366] By: jhi                                   on 2000/10/19  02:12:37
244         Log: Add the test case for the bug id 20000730.004 which seems
245              to have been fixed by now.
246      Branch: perl
247            ! t/pragma/utf8.t
248 ____________________________________________________________________________
249 [  7365] By: jhi                                   on 2000/10/18  23:36:24
250         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
251              From: Hugo <hv@crypt.compulink.co.uk>
252              Date: Wed, 18 Oct 2000 23:25:58 +0100
253              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
254      Branch: perl
255            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
256 ____________________________________________________________________________
257 [  7364] By: jhi                                   on 2000/10/18  21:12:53
258         Log: (retracted)
259      Branch: perl
260            ! pp.c
261 ____________________________________________________________________________
262 [  7363] By: jhi                                   on 2000/10/18  20:55:38
263         Log: Missing change from #7362.
264      Branch: perl
265            ! win32/perlhost.h
266 ____________________________________________________________________________
267 [  7362] By: jhi                                   on 2000/10/18  20:52:01
268         Log: Borland C fstat() never saw the fd as writable.
269              
270              Subject: fix for Borland's weak "stat" (perl@7211)
271              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
272              Date: Mon, 16 Oct 2000 09:55:03 +0400
273              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
274      Branch: perl
275            ! win32/win32.c
276 ____________________________________________________________________________
277 [  7361] By: jhi                                   on 2000/10/18  17:43:50
278         Log: Regen toc.
279      Branch: perl
280            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
281 ____________________________________________________________________________
282 [  7360] By: jhi                                   on 2000/10/18  17:07:44
283         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
284              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
285              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
286              Date: Mon, 16 Oct 2000 15:19:49 +0200
287      Branch: perl
288            + README.aix
289            ! MANIFEST
290 ____________________________________________________________________________
291 [  7359] By: jhi                                   on 2000/10/18  17:04:49
292         Log: Subject: Pod patch for Devel::Peek
293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
294              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
295              Date: Mon, 16 Oct 2000 12:26:34 +0200
296      Branch: perl
297            ! ext/Devel/Peek/Peek.pm
298 ____________________________________________________________________________
299 [  7358] By: jhi                                   on 2000/10/18  17:03:15
300         Log: Make Cwd more bulletproof in chrooted environments.
301              
302              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
303              From: "Eric E. Coe" <Eric.Coe@oracle.com>
304              Date: Wed, 18 Oct 2000 04:03:54 -0400
305              Message-Id: <39ED596A.70E599FE@oracle.com>
306      Branch: perl
307            ! lib/Cwd.pm
308 ____________________________________________________________________________
309 [  7357] By: jhi                                   on 2000/10/18  16:37:26
310         Log: Disable the UTF8 downgrade croakage for now to avoid
311              too many not okay messages.
312      Branch: perl
313            ! doio.c
314 ____________________________________________________________________________
315 [  7356] By: jhi                                   on 2000/10/17  23:29:41
316         Log: Show the failed remote port, instead of the failing line number.
317              
318              Subject: [PATCH 5.6.1 Debugger] More diagnostics
319              From: David Sparks <daves@ActiveState.com>
320              Date: Tue, 17 Oct 2000 15:00:24 -0700
321              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
322      Branch: perl
323            ! lib/perl5db.pl
324 ____________________________________________________________________________
325 [  7355] By: jhi                                   on 2000/10/17  14:11:31
326         Log: On output try to downgrade to bytes, croak if impossible,
327              from Simon Cozens.  This means that outputting >255 UTF8
328              is impossible.  Consider this as a strong incentive to get
329              the I/O disciplines implemented.
330      Branch: perl
331            ! doio.c pod/perldiag.pod sv.c
332 ____________________________________________________________________________
333 [  7354] By: jhi                                   on 2000/10/17  13:42:23
334         Log: Clarify documentation on 'use bytes'.
335              
336              Subject: Re: What does 'use bytes' "mean" ?
337              From: Simon Cozens <simon@cozens.net>
338              Date: Mon, 18 Sep 2000 18:24:25 +0100
339              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
340      Branch: perl
341            ! lib/bytes.pm
342 ____________________________________________________________________________
343 [  7353] By: jhi                                   on 2000/10/17  13:28:12
344         Log: Workaround for a sfio bug where the stream error indicator
345              is not cleared as documented.
346              
347              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
348              From: Nicholas Clark <nick@ccl4.org>
349              Date: Mon, 16 Oct 2000 18:28:23 +0100
350              Message-ID: <20001016182823.J19700@plum.flirble.org>
351      Branch: perl
352            ! doio.c
353 ____________________________________________________________________________
354 [  7352] By: jhi                                   on 2000/10/17  13:06:19
355         Log: More IoTYPE sprinkling.
356      Branch: perl
357            ! doio.c pp_hot.c
358 ____________________________________________________________________________
359 [  7351] By: jhi                                   on 2000/10/16  22:47:07
360         Log: Detect early whether the std streams have gone bad.
361              
362              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
363              Date: Mon, 16 Oct 2000 23:28:42 +0100
364              From: Nicholas Clark <nick@ccl4.org>
365              Message-ID: <20001016232842.A37942@plum.flirble.org>
366      Branch: perl
367            ! t/op/misc.t
368 ____________________________________________________________________________
369 [  7350] By: jhi                                   on 2000/10/16  22:45:16
370         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
371              From: "Peter J. Farley III" <pjfarley@banet.net>
372              Date: Mon, 16 Oct 2000 18:15:59 -0400
373              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
374      Branch: perl
375            ! djgpp/djgpp.c dosish.h t/io/open.t
376 ____________________________________________________________________________
377 [  7349] By: jhi                                   on 2000/10/16  22:36:45
378         Log: perldelta tweak.
379      Branch: perl
380            ! pod/perldelta.pod
381 ____________________________________________________________________________
382 [  7348] By: jhi                                   on 2000/10/16  15:17:53
383         Log: Update Changes.
384      Branch: perl
385            ! Changes patchlevel.h
386 ____________________________________________________________________________
387 [  7347] By: jhi                                   on 2000/10/16  13:55:27
388         Log: Add the capability to include/exclude branches.
389      Branch: perl
390            ! Porting/genlog
391 ____________________________________________________________________________
392 [  7346] By: jhi                                   on 2000/10/16  13:18:04
393         Log: Add Charles Lane.
394      Branch: perl
395            ! AUTHORS Changes
396 ____________________________________________________________________________
397 [  7345] By: jhi                                   on 2000/10/16  13:13:21
398         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
399      Branch: perl
400            ! pod/perldelta.pod
401 ____________________________________________________________________________
402 [  7244] By: jhi                                   on 2000/10/16  02:29:54
403         Log: Subject: $Carp::ExportLevel confusion in Exporter
404              From: "Ben Tilly" <ben_tilly@hotmail.com>
405              Date: Sat, 14 Oct 2000 16:44:34 EDT
406              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
407      Branch: perl
408            ! lib/Exporter/Heavy.pm
409 ____________________________________________________________________________
410 [  7243] By: jhi                                   on 2000/10/16  02:28:33
411         Log: Subject: [PATCH perlguts.pod] Document offset hack
412              From: Simon Cozens <simon@cozens.net>
413              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
414              Date: Sat, 14 Oct 2000 19:32:25 +0100
415      Branch: perl
416            ! pod/perlguts.pod
417 ____________________________________________________________________________
418 [  7241] By: jhi                                   on 2000/10/16  02:22:44
419         Log: Subject: small pod patch
420              From: Dan Boorstein <dan_boo@bellsouth.net>
421              Date: Sat, 14 Oct 2000 14:29:24 -0400
422              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
423      Branch: perl
424            ! pod/perlfaq7.pod pod/perlmod.pod
425 ____________________________________________________________________________
426 [  7240] By: jhi                                   on 2000/10/16  02:13:46
427         Log: -w cleanup.
428              
429              Subject: Re: Problems with bleadperl 
430              From: "Stephen P. Potter" <spp@ds.net>
431              Date: Fri, 13 Oct 2000 13:32:49 -0400
432              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
433      Branch: perl
434            ! t/pragma/overload.t
435 ____________________________________________________________________________
436 [  7239] By: jhi                                   on 2000/10/16  01:41:18
437         Log: One more ~utf8 tweak.
438      Branch: perl
439            ! t/op/bop.t
440 ____________________________________________________________________________
441 [  7238] By: jhi                                   on 2000/10/16  01:34:14
442         Log: Tweak the test of #7235.
443      Branch: perl
444            ! t/op/bop.t
445 ____________________________________________________________________________
446 [  7237] By: jhi                                   on 2000/10/16  01:25:04
447         Log: Fix a couple of compiler-noted nits in #7235.
448      Branch: perl
449            ! pp.c
450 ____________________________________________________________________________
451 [  7236] By: jhi                                   on 2000/10/16  01:22:46
452         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
453      Branch: perl
454            ! pp.c pp_hot.c
455 ____________________________________________________________________________
456 [  7235] By: jhi                                   on 2000/10/15  16:24:44
457         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
458              
459              From: Simon Cozens <simon@cozens.net>
460              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
461              Date: Sat, 14 Oct 2000 20:52:13 +0100
462              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
463      Branch: perl
464            ! pp.c t/op/bop.t utf8.h
465 ____________________________________________________________________________
466 [  7234] By: jhi                                   on 2000/10/15  15:19:29
467         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
468              The problem was that rx->minlen was in chars while pp_split()
469              thought it would be in bytes. 
470      Branch: perl
471            ! pp.c t/pragma/utf8.t
472 ____________________________________________________________________________
473 [  7233] By: jhi                                   on 2000/10/14  20:24:24
474         Log: Document FNCASE=y as discussed in the bug 20000902.009.
475      Branch: perl
476            ! README.dos
477 ____________________________________________________________________________
478 [  7232] By: jhi                                   on 2000/10/14  18:52:21
479         Log: Add test for bug id 20000427.003 (which seems to have
480              been fixed) (also duplicate as 20000427.004, though
481              with a higher severity).  Move one utf8 from op/append
482              to pragma/utf8, tag the tests with bug ids.
483      Branch: perl
484            ! t/op/append.t t/pragma/utf8.t
485 ____________________________________________________________________________
486 [  7231] By: jhi                                   on 2000/10/14  17:28:37
487         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
488      Branch: perl
489            ! t/pragma/utf8.t
490 ____________________________________________________________________________
491 [  7229] By: jhi                                   on 2000/10/14  00:49:22
492         Log: Update Changes.
493      Branch: perl
494            ! Changes patchlevel.h
495 ____________________________________________________________________________
496 [  7228] By: jhi                                   on 2000/10/14  00:46:10
497         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
498              From: Peter Prymmer <pvhp@forte.com>
499              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
500              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
501      Branch: perl
502            ! lib/utf8.pm
503 ____________________________________________________________________________
504 [  7227] By: jhi                                   on 2000/10/13  23:20:30
505         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
506      Branch: perl
507            ! t/op/tie.t
508 ____________________________________________________________________________
509 [  7226] By: jhi                                   on 2000/10/13  22:14:32
510         Log: Tweak #7225.
511              
512              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
513              From: Peter Prymmer <pvhp@forte.com>
514              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
515              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
516      Branch: perl
517            ! t/op/sprintf.t
518 ____________________________________________________________________________
519 [  7225] By: jhi                                   on 2000/10/13  22:11:31
520         Log: op/sprintf.t patch for OS/390 (and any other host with limited
521              floating-point exponent length)
522              
523              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
524              From: Dominic Dunlop <domo@computer.org>
525              Date: Fri, 13 Oct 2000 19:17:57 +0200
526              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
527      Branch: perl
528            ! t/op/sprintf.t
529 ____________________________________________________________________________
530 [  7224] By: jhi                                   on 2000/10/13  18:40:48
531         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
532      Branch: perl
533            ! toke.c
534 ____________________________________________________________________________
535 [  7223] By: jhi                                   on 2000/10/13  18:37:13
536         Log: Thinko in #7222.
537      Branch: perl
538            ! utf8.c
539 ____________________________________________________________________________
540 [  7222] By: jhi                                   on 2000/10/13  18:05:23
541         Log: Use UTF8SKIP(), from Simon Cozens.
542      Branch: perl
543            ! utf8.c
544 ____________________________________________________________________________
545 [  7221] By: jhi                                   on 2000/10/13  15:43:19
546         Log: (accidentally empty check-in)
547      Branch: perl
548            ! utf8.c
549 ____________________________________________________________________________
550 [  7220] By: jhi                                   on 2000/10/13  15:23:51
551         Log: Add (optimistically) Storable to static extensions.
552      Branch: perl
553            ! hints/uwin.sh hints/vmesa.sh
554 ____________________________________________________________________________
555 [  7219] By: jhi                                   on 2000/10/13  15:20:05
556         Log: Amdahl UTS doesn't seem to do dynaloading.
557      Branch: perl
558            ! hints/uts.sh
559 ____________________________________________________________________________
560 [  7218] By: jhi                                   on 2000/10/13  15:15:20
561         Log: Slight tweak of the code to appease Amdahl UTS cc.
562      Branch: perl
563            ! pp.c
564 ____________________________________________________________________________
565 [  7217] By: jhi                                   on 2000/10/13  14:50:42
566         Log: In Amdahl UTS "struct sv" is defined by a system header,
567              <ksync.h>.
568      Branch: perl
569            ! perl.h sv.h
570 ____________________________________________________________________________
571 [  7216] By: jhi                                   on 2000/10/13  11:58:25
572         Log: Ilya implemented the memory profiling API.
573      Branch: perl
574            ! Todo
575 ____________________________________________________________________________
576 [  7215] By: jhi                                   on 2000/10/13  02:56:38
577         Log: Subject: [PATCH 5.7.0] Perl API for mstats
578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
579              Date: Thu, 12 Oct 2000 22:52:40 -0400
580              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
581      Branch: perl
582            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
583 ____________________________________________________________________________
584 [  7214] By: jhi                                   on 2000/10/13  02:55:38
585         Log: Subject: [PATCH 5.7.0] IVs in mtats
586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
587              Date: Thu, 12 Oct 2000 22:51:04 -0400
588              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
589      Branch: perl
590            ! malloc.c perl.h
591 ____________________________________________________________________________
592 [  7213] By: jhi                                   on 2000/10/13  02:31:47
593         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
594      Branch: perl
595            ! pod/perldiag.pod pp_sys.c
596 ____________________________________________________________________________
597 [  7212] By: jhi                                   on 2000/10/13  01:27:38
598         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
599              From: Peter Prymmer <pvhp@forte.com>
600              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
601              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
602      Branch: perl
603            ! t/op/oct.t
604 ____________________________________________________________________________
605 [  7211] By: jhi                                   on 2000/10/13  00:35:09
606         Log: Update Changes.
607      Branch: perl
608            ! Changes patchlevel.h
609 ____________________________________________________________________________
610 [  7210] By: jhi                                   on 2000/10/12  23:59:40
611         Log: The Install.pm third of
612              
613              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
614              From: Bill Campbell <bill@celestial.com>
615              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
616              Date: Thu, 5 Oct 2000 18:04:51 -0700
617      Branch: perl
618            ! lib/ExtUtils/Install.pm
619 ____________________________________________________________________________
620 [  7209] By: jhi                                   on 2000/10/12  23:58:43
621         Log: Two thirds of
622              
623              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
624              Date: Thu, 5 Oct 2000 18:04:51 -0700
625              From: Bill Campbell <bill@celestial.com>
626              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
627              
628              The Install.pm changes will be submitted separately because
629              they need some work and discussion still.
630      Branch: perl
631            ! lib/getopts.pl lib/termcap.pl
632 ____________________________________________________________________________
633 [  7208] By: jhi                                   on 2000/10/12  23:41:19
634         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
636              Date:     Thu, 12 Oct 2000 07:30:02 EDT
637              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
638      Branch: perl
639            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
640            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
641 ____________________________________________________________________________
642 [  7207] By: jhi                                   on 2000/10/12  23:39:01
643         Log: An updated EBCDIC tr patch.
644              
645              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
646              From: Peter Prymmer <pvhp@forte.com>
647              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
648              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
649      Branch: perl
650            ! t/op/tr.t
651 ____________________________________________________________________________
652 [  7206] By: jhi                                   on 2000/10/12  23:34:55
653         Log: Upgrade to CPAN 1.58, from Andreas König.
654      Branch: perl
655            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
656 ____________________________________________________________________________
657 [  7205] By: jhi                                   on 2000/10/12  23:29:08
658         Log: Introduce the man[24-8] variables, from Andy Dougherty.
659      Branch: metaconfig/U/perl
660            + mandirs.U mandirstyle.U
661      Branch: perl
662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
663            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
664            ! vos/config.h vos/config.pl vos/config_h.SH_orig
665            ! win32/config.bc win32/config.gc win32/config.vc
666 ____________________________________________________________________________
667 [  7204] By: gsar                                  on 2000/10/12  18:11:24
668         Log: restore change#7202
669      Branch: perl
670            ! mg.c
671 ____________________________________________________________________________
672 [  7203] By: gsar                                  on 2000/10/12  18:09:40
673         Log: another test of the Emergency Broadcast System--back out 
674              change#7202
675      Branch: perl
676            ! mg.c
677 ____________________________________________________________________________
678 [  7202] By: gsar                                  on 2000/10/12  16:40:47
679         Log: (submitted on behalf of Jarkko)
680              Fix the lib/encode.t subtest 6 failure as reported by Andreas
681              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
682              was unearthed by change 7182, as was a bug in HTML::Entities.
683      Branch: perl
684            ! mg.c
685 ____________________________________________________________________________
686 [  7201] By: jhi                                   on 2000/10/11  03:16:05
687         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
688      Branch: perl
689            ! pp_hot.c t/pragma/utf8.t
690 ____________________________________________________________________________
691 [  7200] By: jhi                                   on 2000/10/11  00:40:30
692         Log: The #7198 was a false alarm.
693      Branch: perl
694            ! pp_hot.c
695 ____________________________________________________________________________
696 [  7199] By: jhi                                   on 2000/10/11  00:26:04
697         Log: Remove duplicated code.
698      Branch: perl
699            ! t/lib/cgi-html.t
700 ____________________________________________________________________________
701 [  7198] By: jhi                                   on 2000/10/10  23:30:46
702         Log: (Retracted by #7200.)
703      Branch: perl
704            ! pp_hot.c
705 ____________________________________________________________________________
706 [  7197] By: jhi                                   on 2000/10/10  21:49:30
707         Log: Add the test case for #7190, from the original bug report
708              by Andreas König.
709      Branch: perl
710            ! t/pragma/utf8.t
711 ____________________________________________________________________________
712 [  7196] By: jhi                                   on 2000/10/10  21:40:49
713         Log: Reapply Andy's patch and regen Configure.
714      Branch: perl
715            ! Configure INSTALL Makefile.SH Porting/Glossary
716            ! Porting/config.sh config_h.SH epoc/config.sh installperl
717            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
718            ! win32/config.vc
719 ____________________________________________________________________________
720 [  7195] By: jhi                                   on 2000/10/10  21:09:30
721         Log: Use the versiononly instead of the installscripts,
722              retract the changes 7146 and 7147.
723      Branch: perl
724            ! Configure INSTALL Makefile.SH Porting/Glossary
725            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
726            ! installperl uconfig.sh vos/config.def win32/config.bc
727            ! win32/config.gc win32/config.vc
728 ____________________________________________________________________________
729 [  7194] By: jhi                                   on 2000/10/10  21:06:15
730         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
731              From: Peter Prymmer <pvhp@forte.com>
732              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
733              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
734      Branch: perl
735            ! t/op/ver.t
736 ____________________________________________________________________________
737 [  7193] By: jhi                                   on 2000/10/10  21:05:12
738         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
739              From: Peter Prymmer <pvhp@forte.com>
740              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
741              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
742      Branch: perl
743            ! t/op/tr.t
744 ____________________________________________________________________________
745 [  7192] By: jhi                                   on 2000/10/10  20:57:30
746         Log: Add versiononly, delete installscripts, from Andy Dougherty.
747      Branch: metaconfig
748            - U/installdirs/installscripts.U
749      Branch: metaconfig/U/perl
750            + versiononly.U
751 ____________________________________________________________________________
752 [  7191] By: jhi                                   on 2000/10/10  19:41:21
753         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
754              From: Peter Prymmer <pvhp@forte.com>
755              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
756              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
757      Branch: perl
758            ! pod/perlebcdic.pod
759 ____________________________________________________________________________
760 [  7190] By: jhi                                   on 2000/10/10  19:26:14
761         Log: Subject: Re: utf8 concat, mg_get
762              From: Simon Cozens <simon@cozens.net>
763              Date: Tue, 10 Oct 2000 17:40:17 +0100
764              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
765      Branch: perl
766            ! pp_hot.c
767 ____________________________________________________________________________
768 [  7189] By: jhi                                   on 2000/10/10  19:23:03
769         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
770              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
771              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
772              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
773      Branch: perl
774            ! lib/ExtUtils/MM_Unix.pm
775 ____________________________________________________________________________
776 [  7188] By: jhi                                   on 2000/10/10  15:31:24
777         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
778              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
779              Date: Fri, 14 Jul 2000 10:47:36 +0100
780              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
781      Branch: perl
782            ! README.win32
783 ____________________________________________________________________________
784 [  7187] By: jhi                                   on 2000/10/10  13:30:10
785         Log: Quote the temp file name, needed in Win32 because the
786              default name unfortunately contains spaces, shouldn't
787              hurt elsewhere.
788              
789              Subject: FW: perldoc fails if $TEMP contains spaces
790              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
791              Date: Thu, 14 Sep 2000 08:58:45 +0100
792              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
793      Branch: perl
794            ! utils/perldoc.PL
795 ____________________________________________________________________________
796 [  7186] By: jhi                                   on 2000/10/10  13:16:27
797         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
798              From: hv@hugo.hybyte.com
799              Date: Tue, 10 Oct 2000 14:10:20 +0100
800              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
801      Branch: perl
802            ! t/lib/thr5005.t util.c
803 ____________________________________________________________________________
804 [  7185] By: jhi                                   on 2000/10/10  12:06:22
805         Log: Upgrade to podlators 1.04, from Russ Allbery.
806      Branch: perl
807            ! lib/Pod/Man.pm lib/Pod/Text.pm
808 ____________________________________________________________________________
809 [  7184] By: jhi                                   on 2000/10/10  12:01:32
810         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
811      Branch: perl
812            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
813 ____________________________________________________________________________
814 [  7183] By: jhi                                   on 2000/10/09  23:47:15
815         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
816              From: Peter Prymmer <pvhp@forte.com>
817              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
818              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
819      Branch: perl
820            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
821 ____________________________________________________________________________
822 [  7182] By: jhi                                   on 2000/10/09  23:43:16
823         Log: Make eq work again with utf8 (disabling the upgrading
824              should no more be necessary since the copies of the
825              scalars are upgraded, not the scalars themselves).
826              Takes care of ID 20001009.001.  (The claimed length()
827              bug in 20001009.001 seems bogus to me.)
828      Branch: perl
829            ! sv.c t/pragma/utf8.t
830 ____________________________________________________________________________
831 [  7181] By: gsar                                  on 2000/10/09  19:41:54
832         Log: tweak for change#7173
833      Branch: perl
834            ! win32/win32sck.c
835 ____________________________________________________________________________
836 [  7180] By: gsar                                  on 2000/10/09  19:26:56
837         Log: on Windows, clean targets might not work under some flavors of the shell
838      Branch: perl
839            ! win32/Makefile win32/makefile.mk
840 ____________________________________________________________________________
841 [  7179] By: jhi                                   on 2000/10/09  19:21:02
842         Log: Update Changes.
843      Branch: perl
844            ! Changes patchlevel.h
845 ____________________________________________________________________________
846 [  7178] By: jhi                                   on 2000/10/09  19:18:23
847         Log: Warn about unknown scripts.
848              
849              Subject: Re: ideas? patches? [PATCH bleadperl]
850              From: Dominic Dunlop <domo@computer.org>
851              Date: Mon, 9 Oct 2000 14:57:17 +0200
852              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
853      Branch: perl
854            ! lib/charnames.pm
855 ____________________________________________________________________________
856 [  7177] By: jhi                                   on 2000/10/09  19:13:27
857         Log: Change #7160 had a nasty typo.
858      Branch: metaconfig
859            ! U/compline/Compile.U
860      Branch: perl
861            ! Configure config_h.SH
862 ____________________________________________________________________________
863 [  7176] By: gsar                                  on 2000/10/09  18:59:33
864         Log: pod nit
865      Branch: perl
866            ! pod/perlport.pod
867 ____________________________________________________________________________
868 [  7175] By: gsar                                  on 2000/10/09  18:54:28
869         Log: Windows9x doesn't support link(), despite what Config.pm
870              might think
871      Branch: perl
872            ! lib/ExtUtils/Manifest.pm
873 ____________________________________________________________________________
874 [  7174] By: gsar                                  on 2000/10/09  18:50:03
875         Log: avoid nonportable example code
876      Branch: perl
877            ! lib/File/Copy.pm
878 ____________________________________________________________________________
879 [  7173] By: gsar                                  on 2000/10/09  18:46:54
880         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
881              being used) when closing a socket handle
882      Branch: perl
883            ! win32/win32.c win32/win32.h win32/win32sck.c
884 ____________________________________________________________________________
885 [  7172] By: gsar                                  on 2000/10/09  18:41:40
886         Log: on Windows, cwd strings in the environment should be of the
887              form =X:=X:\foo instead of =X=X:\foo\
888      Branch: perl
889            ! win32/vdir.h
890 ____________________________________________________________________________
891 [  7171] By: gsar                                  on 2000/10/09  18:30:09
892         Log: on Windows, LoadLibrary() could load an extension DLL multiple
893              times if forward slashes are used in the path
894      Branch: perl
895            ! win32/win32.c
896 ____________________________________________________________________________
897 [  7170] By: jhi                                   on 2000/10/09  17:53:59
898         Log: Add a todo note about overloadable assertions.
899      Branch: perl
900            ! Todo-5.6
901 ____________________________________________________________________________
902 [  7169] By: jhi                                   on 2000/10/09  13:43:45
903         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
904              From: mjd@plover.com
905              Date: 9 Oct 2000 00:24:44 -0000
906              Message-ID: <20001009002444.10616.qmail@plover.com>
907      Branch: perl
908            ! pod/perldebguts.pod
909 ____________________________________________________________________________
910 [  7168] By: nick                                  on 2000/10/08  13:16:33
911         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
912              is not right thing to do on (e.g. x86). Network order is also "right" for
913              X fonts.
914      Branch: perl
915            ! ext/Encode/Encode.pm
916 ____________________________________________________________________________
917 [  7167] By: nick                                  on 2000/10/08  12:54:42
918         Log: Make "encodings" work post-install when Encode/*.enc files may not
919              be in same directory as Encode.pm
920      Branch: perl
921            ! ext/Encode/Encode.pm
922 ____________________________________________________________________________
923 [  7166] By: nick                                  on 2000/10/08  11:51:26
924         Log: Work round the fact that $hash->{$key} does not take into account
925              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
926              so that key is always in the "expected" encoding - i.e. same way we put
927              it in the hash.
928      Branch: perl
929            ! ext/Encode/Encode.pm
930 ____________________________________________________________________________
931 [  7165] By: gsar                                  on 2000/10/08  04:15:29
932         Log: save_re_context() could reset PL_curcop to freed memory, causing core
933              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
934      Branch: perl
935            ! pp_ctl.c
936 ____________________________________________________________________________
937 [  7164] By: jhi                                   on 2000/10/06  20:51:48
938         Log: UTF8ize split() so that the cloned substrings get the UTF8
939              flag of the original scalar.  Problem reported by Simon Cozens.
940      Branch: perl
941            ! pp.c t/pragma/utf8.t
942 ____________________________________________________________________________
943 [  7163] By: nick                                  on 2000/10/06  20:48:34
944         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
945              got a false +ve and so did not reach code which would have un-FAKEd the SV.
946      Branch: perl
947            ! sv.c
948 ____________________________________________________________________________
949 [  7162] By: nick                                  on 2000/10/06  20:25:37
950         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
951              To fix  (sort {$a <=> $b} keys %hash) in particular but
952              should cover a number of other as-yet-unknown cases as well.
953      Branch: perl
954            ! sv.c
955 ____________________________________________________________________________
956 [  7161] By: jhi                                   on 2000/10/06  19:56:18
957         Log: Change the version number of Tie::Handle in the core to 4.0,
958              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
959              
960              Subject: Note on Tie::Handle
961              From: andreas.koenig@anima.de (Andreas J. Koenig)
962              Date:      06 Oct 2000 21:48:58 +0200
963              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
964      Branch: perl
965            ! lib/Tie/Handle.pm
966 ____________________________________________________________________________
967 [  7160] By: jhi                                   on 2000/10/06  18:20:35
968         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
969              as the first option of cc/ld because of ultrapicky compilers
970              (e.g. OS/390 R2.5)
971      Branch: metaconfig
972            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
973            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
974            ! U/compline/orderlib.U U/modified/Cppsym.U
975            ! U/modified/d_access.U
976      Branch: metaconfig/U/perl
977            ! Checkcc.U d_dlsymun.U gccvers.U
978      Branch: perl
979            ! Configure config_h.SH
980 ____________________________________________________________________________
981 [  7159] By: jhi                                   on 2000/10/06  13:56:39
982         Log: Update Changes.
983      Branch: perl
984            ! Changes patchlevel.h
985 ____________________________________________________________________________
986 [  7158] By: jhi                                   on 2000/10/06  12:48:40
987         Log: Eliminate $Is_VMS code from the test.
988              
989              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
990              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
991              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
992              Date:     Thu, 5 Oct 2000 07:46:33 EDT
993      Branch: perl
994            ! t/lib/b.t
995 ____________________________________________________________________________
996 [  7157] By: jhi                                   on 2000/10/06  12:47:13
997         Log: Also the $ccflags is needed for the C compiler check.
998              
999              Subject: Configure (check for C-compiler)
1000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1001              Date: Fri, 06 Oct 2000 08:47:15 +0200
1002              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
1003      Branch: metaconfig/U/perl
1004            ! Checkcc.U
1005      Branch: perl
1006            ! Configure config_h.SH
1007 ____________________________________________________________________________
1008 [  7156] By: jhi                                   on 2000/10/06  11:45:15
1009         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
1010      Branch: perl
1011            ! perl.c pp_ctl.c sv.h utf8.c
1012 ____________________________________________________________________________
1013 [  7155] By: jhi                                   on 2000/10/06  11:40:41
1014         Log: IO::Handle->syswrite() did not handle length omission
1015              like CORE::syswrite() does.
1016              
1017              Subject: [Fwd] IO::Handle, syswrite and arguments
1018              From: Graham Barr <gbarr@pobox.com>
1019              Date: Fri, 6 Oct 2000 10:22:05 +0100
1020              Message-ID: <20001006102205.U6312@pobox.com>
1021              
1022              The original patch from andrew@ugh.net.au.
1023      Branch: perl
1024            ! ext/IO/lib/IO/Handle.pm
1025 ____________________________________________________________________________
1026 [  7154] By: jhi                                   on 2000/10/06  01:42:15
1027         Log: Tweak #7153.
1028      Branch: perl
1029            ! utf8.h
1030 ____________________________________________________________________________
1031 [  7153] By: jhi                                   on 2000/10/06  00:39:55
1032         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
1033      Branch: perl
1034            ! utf8.h
1035 ____________________________________________________________________________
1036 [  7152] By: jhi                                   on 2000/10/06  00:38:11
1037         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
1038      Branch: perl
1039            ! perl.c pp_ctl.c sv.h utf8.c
1040 ____________________________________________________________________________
1041 [  7151] By: jhi                                   on 2000/10/06  00:36:38
1042         Log: Subject: Re: Questions about Tie::Array and perl modules
1043              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1044              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
1045              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
1046              
1047              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
1048      Branch: perl
1049            ! lib/Tie/Array.pm t/op/array.t
1050 ____________________________________________________________________________
1051 [  7150] By: jhi                                   on 2000/10/05  00:20:45
1052         Log: Regen Changes.
1053      Branch: perl
1054            ! Changes patchlevel.h
1055 ____________________________________________________________________________
1056 [  7149] By: jhi                                   on 2000/10/05  00:20:01
1057         Log: Regen toc.
1058      Branch: perl
1059            ! pod/perltoc.pod
1060 ____________________________________________________________________________
1061 [  7148] By: jhi                                   on 2000/10/04  23:35:08
1062         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
1063              reported several times by Dominic Dunlop, for example in
1064              ID 20000315.008.  Patch from Dominic.  Patch affects at
1065              least MachTen, and possibly other oldish BSDs. Should not
1066              break non-broken platforms (tested on LinuxPPC). 
1067      Branch: perl
1068            ! doio.c
1069 ____________________________________________________________________________
1070 [  7147] By: jhi                                   on 2000/10/04  23:26:34
1071         Log: The one that got away from 7146.
1072      Branch: metaconfig
1073            + U/installdirs/installscripts.U
1074 ____________________________________________________________________________
1075 [  7146] By: jhi                                   on 2000/10/04  23:25:04
1076         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
1077              suggested by H. Merijn Brand.
1078      Branch: perl
1079            ! Configure INSTALL Makefile.SH Porting/Glossary
1080            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
1081            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1082            ! win32/config.vc
1083 ____________________________________________________________________________
1084 [  7145] By: jhi                                   on 2000/10/04  22:08:21
1085         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
1086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1087              Date: Wed, 4 Oct 2000 17:37:46 -0400
1088              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
1089      Branch: perl
1090            ! utils/h2xs.PL
1091 ____________________________________________________________________________
1092 [  7144] By: jhi                                   on 2000/10/04  18:11:41
1093         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
1094              From: Jeff Pinyan <jeffp@crusoe.net>
1095              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
1096              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
1097      Branch: perl
1098            ! pod/perlrun.pod
1099 ____________________________________________________________________________
1100 [  7143] By: jhi                                   on 2000/10/04  18:09:58
1101         Log: Subject: perlhack.pod Patch for Externals Tools
1102              From: Fisher Mark <fisherm@tce.com>
1103              Date: Tue, 3 Oct 2000 15:43:27 -0500 
1104              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
1105      Branch: perl
1106            ! pod/perlhack.pod
1107 ____________________________________________________________________________
1108 [  7142] By: jhi                                   on 2000/10/04  18:08:41
1109         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
1110              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1111              Date:     Wed, 4 Oct 2000 12:11:11 EDT
1112              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
1113      Branch: perl
1114            ! vms/vms.c
1115 ____________________________________________________________________________
1116 [  7141] By: jhi                                   on 2000/10/04  12:20:16
1117         Log: Subject: [PATCH 5.7.0] h2xs not working
1118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1119              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
1120              Date: Tue, 3 Oct 2000 21:43:01 -0400
1121              
1122              Subject: [PATCH 5.7.0] h2xs not documenting the created module
1123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1124              Date: Tue, 3 Oct 2000 22:55:19 -0400
1125              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
1126      Branch: perl
1127            ! utils/h2xs.PL
1128 ____________________________________________________________________________
1129 [  7140] By: jhi                                   on 2000/10/04  11:53:44
1130         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
1131              From: nick@babyhippo.com
1132              Date: Wed, 4 Oct 2000 12:06:45 +0100
1133              Message-Id: <20001004120645.A7356@babyhippo.com>
1134              
1135              Retract 7118 and 7135.
1136      Branch: perl
1137            ! installman installperl op.c t/pragma/subs.t
1138 ____________________________________________________________________________
1139 [  7139] By: jhi                                   on 2000/10/03  22:09:41
1140         Log: It is possible to have no hosts database at all.  Pointed out in
1141              
1142              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
1143              From: Peter Prymmer <pvhp@forte.com>
1144              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
1145              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
1146      Branch: metaconfig
1147            ! U/modified/myhostname.U
1148      Branch: perl
1149            ! Configure config_h.SH
1150 ____________________________________________________________________________
1151 [  7138] By: jhi                                   on 2000/10/03  21:49:49
1152         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
1153              From: Peter Prymmer <pvhp@forte.com>
1154              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
1155              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
1156      Branch: perl
1157            ! pp_sys.c
1158 ____________________________________________________________________________
1159 [  7137] By: jhi                                   on 2000/10/03  20:10:05
1160         Log: One remaining nit less at the VMS mailbox sizing.
1161      Branch: perl
1162            ! vms/vms.c
1163 ____________________________________________________________________________
1164 [  7136] By: jhi                                   on 2000/10/03  20:08:47
1165         Log: Test harness update to sync with the new perlcc,
1166              from Simon Cozens.
1167      Branch: perl
1168            ! t/TEST t/UTEST
1169 ____________________________________________________________________________
1170 [  7135] By: jhi                                   on 2000/10/03  15:15:42
1171         Log: Subject: Re: PATCH for 20001003.004
1172              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
1173              From: "AARON B. DOSSETT" <aaron@iglou.com>
1174              Message-Id: <E13gTay-0006od-00@iglou.com>
1175      Branch: perl
1176            ! installman installperl
1177 ____________________________________________________________________________
1178 [  7134] By: jhi                                   on 2000/10/03  15:00:34
1179         Log: Subject: [ID 20001003.006] B::Debug not -w clean
1180              From: Nicholas Clark <nick@babyhippo.co.uk>
1181              Date: Tue, 03 Oct 2000 15:46:32 +0100
1182              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
1183      Branch: perl
1184            ! ext/B/B/Debug.pm
1185 ____________________________________________________________________________
1186 [  7133] By: jhi                                   on 2000/10/03  14:58:39
1187         Log: Scale down the VMS message boxes, by Charles Lane.
1188              Fix for ID 20000903.009, workaround at
1189              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
1190      Branch: perl
1191            ! vms/vms.c
1192 ____________________________________________________________________________
1193 [  7132] By: jhi                                   on 2000/10/03  11:20:37
1194         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
1195      Branch: perl
1196            + t/lib/st-lock.t t/lib/st-utf8.t
1197            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
1198            ! ext/Storable/Storable.xs t/lib/st-recurse.t
1199 ____________________________________________________________________________
1200 [  7131] By: jhi                                   on 2000/10/03  03:38:23
1201         Log: Encode nits.
1202      Branch: perl
1203            ! MANIFEST Makefile.SH
1204 ____________________________________________________________________________
1205 [  7130] By: jhi                                   on 2000/10/03  03:31:05
1206         Log: Update Changes.
1207      Branch: perl
1208            ! Changes patchlevel.h
1209 ____________________________________________________________________________
1210 [  7129] By: jhi                                   on 2000/10/03  02:24:02
1211         Log: Misplaced else.
1212      Branch: metaconfig/U/perl
1213            ! d_strtoll.U
1214      Branch: perl
1215            ! Configure config_h.SH
1216 ____________________________________________________________________________
1217 [  7128] By: jhi                                   on 2000/10/03  02:08:29
1218         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
1219              From: sthoenna@efn.org
1220              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
1221              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
1222      Branch: metaconfig/U/perl
1223            ! d_strtoll.U
1224      Branch: perl
1225            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
1226 ____________________________________________________________________________
1227 [  7127] By: jhi                                   on 2000/10/03  01:13:14
1228         Log: Update Changes.
1229      Branch: perl
1230            ! Changes patchlevel.h
1231 ____________________________________________________________________________
1232 [  7126] By: jhi                                   on 2000/10/03  00:57:08
1233         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
1234              as suggested by Olaf Flebbe and Nick Clark.
1235      Branch: perl
1236            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
1237 ____________________________________________________________________________
1238 [  7125] By: jhi                                   on 2000/10/03  00:50:56
1239         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
1240              From: Nick Clark <nick@plum.flirble.org>
1241              Date: Mon, 2 Oct 2000 11:03:24 +0100
1242              Message-Id: <20001002110324.D20073@plum.flirble.org>
1243      Branch: perl
1244            ! t/lib/encode.t
1245 ____________________________________________________________________________
1246 [  7124] By: jhi                                   on 2000/10/03  00:34:59
1247         Log: Subject: [PATCH 5.7.0] Epoc update
1248              From: Olaf Flebbe <o.flebbe@gmx.de>
1249              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
1250              Message-ID: <26423.969484586@www10.gmx.net>
1251      Branch: perl
1252            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1253            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
1254            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
1255            ! util.c util.h
1256 ____________________________________________________________________________
1257 [  7123] By: jhi                                   on 2000/10/03  00:30:07
1258         Log: Regen headers.
1259      Branch: perl
1260            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
1261 ____________________________________________________________________________
1262 [  7122] By: jhi                                   on 2000/10/03  00:10:48
1263         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
1264      Branch: perl
1265            ! hints/openbsd.sh
1266 ____________________________________________________________________________
1267 [  7121] By: jhi                                   on 2000/10/03  00:05:06
1268         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
1269              From: <abigail@foad.org>
1270              Date: Tue, 26 Sep 2000 13:36:14 -0400
1271              Message-ID: <20000926173614.4356.qmail@foad.org>
1272      Branch: perl
1273            ! pod/perlop.pod
1274 ____________________________________________________________________________
1275 [  7120] By: jhi                                   on 2000/10/03  00:04:00
1276         Log: Inside require() $^S was always left undefined.
1277              
1278              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
1279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1280              Date: Wed, 27 Sep 2000 18:54:49 -0400
1281              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
1282      Branch: perl
1283            ! cop.h mg.c pp_ctl.c util.c
1284 ____________________________________________________________________________
1285 [  7119] By: jhi                                   on 2000/10/03  00:00:16
1286         Log: Subject: [PATCH] DLL not restartabke with threaded perl
1287              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
1288              Date: Thu, 28 Sep 2000 09:20:46 +0100
1289              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
1290      Branch: perl
1291            ! perl.c
1292 ____________________________________________________________________________
1293 [  7118] By: jhi                                   on 2000/10/02  23:59:20
1294         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
1295              From: Nicholas Clark <nick@ccl4.org>
1296              Date: Thu, 28 Sep 2000 11:52:24 +0100
1297              Message-ID: <20000928115224.D7924@plum.flirble.org>
1298      Branch: perl
1299            ! op.c
1300 ____________________________________________________________________________
1301 [  7117] By: jhi                                   on 2000/10/02  23:57:51
1302         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
1303              From: Nicholas Clark <nick@babyhippo.co.uk>
1304              Date: Thu, 28 Sep 2000 12:18:10 +0100
1305              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
1306              
1307              Did not apply cleanly, manual intervention was needed.
1308      Branch: perl
1309            ! ext/B/B/Bytecode.pm utils/perlcc.PL
1310 ____________________________________________________________________________
1311 [  7116] By: jhi                                   on 2000/10/02  23:50:40
1312         Log: Document the issue (is not a syntax error, kind of)
1313              
1314              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
1315              From: Nicholas Clark <nick@ccl4.org>
1316              Date: Thu, 28 Sep 2000 17:12:42 +0100
1317              Message-ID: <20000928171242.K7924@plum.flirble.org>
1318      Branch: perl
1319            ! pod/perldata.pod
1320 ____________________________________________________________________________
1321 [  7115] By: jhi                                   on 2000/10/02  23:48:58
1322         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
1323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1324              Date: Thu, 28 Sep 2000 21:55:31 -0400
1325              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
1326      Branch: perl
1327            ! regexec.c
1328 ____________________________________________________________________________
1329 [  7114] By: jhi                                   on 2000/10/02  23:47:57
1330         Log: Subject: DOC PATCH 5.6.0
1331              From: mjd@plover.com
1332              Date: 30 Sep 2000 06:02:34 -0000
1333              Message-ID: <20000930060234.4559.qmail@plover.com>
1334      Branch: perl
1335            ! pod/perldebguts.pod
1336 ____________________________________________________________________________
1337 [  7113] By: jhi                                   on 2000/10/02  23:46:43
1338         Log: SOCK_DGRAM and listen() do not mix as reported in
1339              
1340              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
1341              From: Petter Reinholdtsen <pere@hungry.com>
1342              Date: Sun, 1 Oct 2000 10:57:20 +0800
1343              Message-Id: <200010010257.KAA05735@localhost.localdomain>
1344              
1345              The patch for 5.7.0+ had to be reengineered, though.
1346      Branch: perl
1347            ! ext/IO/lib/IO/Socket/UNIX.pm
1348 ____________________________________________________________________________
1349 [  7112] By: jhi                                   on 2000/10/02  23:36:57
1350         Log: Subject: Re: [PATCH 5.005_64 missed]
1351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1352              Date: Sun, 1 Oct 2000 18:50:10 -0400
1353              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
1354      Branch: perl
1355            ! pod/perlxs.pod
1356 ____________________________________________________________________________
1357 [  7111] By: jhi                                   on 2000/10/02  23:35:40
1358         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
1359              From: Radu Greab <radu@netsoft.ro>
1360              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
1361              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
1362      Branch: perl
1363            ! op.c opcode.pl t/op/substr.t
1364 ____________________________________________________________________________
1365 [  7110] By: jhi                                   on 2000/10/02  23:32:38
1366         Log: Subject: [PATCH] Fix aliasing of tied filehandles
1367              From: Daniel Chetlin <daniel@chetlin.com>
1368              Date: Mon, 2 Oct 2000 14:53:27 -0700
1369              Message-ID: <20001002145327.C1617@ilmd>
1370      Branch: perl
1371            ! perl.h pp_hot.c t/op/tiehandle.t
1372 ____________________________________________________________________________
1373 [  7109] By: jhi                                   on 2000/10/02  23:31:30
1374         Log: s/Robin Parker/Robin Barker/
1375      Branch: perl
1376            ! Changes5.6
1377 ____________________________________________________________________________
1378 [  7108] By: jhi                                   on 2000/10/02  23:15:46
1379         Log: Retract #7091 as suggested in
1380              
1381              From: Robin Barker <rmb1@cise.npl.co.uk> 
1382              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
1383              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
1384              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
1385      Branch: perl
1386            ! embed.pl proto.h
1387 ____________________________________________________________________________
1388 [  7107] By: nick                                  on 2000/10/02  18:23:14
1389         Log: A few tweaks to get Tk803 to work with Encode scheme.
1390      Branch: perl
1391            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
1392 ____________________________________________________________________________
1393 [  7106] By: nick                                  on 2000/10/01  21:34:14
1394         Log: Add checking cases to Encode's toUnicode and fromUnicode.
1395      Branch: perl
1396            ! ext/Encode/Encode.pm
1397 ____________________________________________________________________________
1398 [  7105] By: nick                                  on 2000/10/01  17:18:01
1399         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
1400              To read and use them.
1401              Add a lib/encode.t which checks a few things.
1402      Branch: perl
1403            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
1404            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
1405            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
1406            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
1407            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
1408            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
1409            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
1410            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
1411            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
1412            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
1413            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
1414            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
1415            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
1416            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
1417            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
1418            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
1419            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
1420            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
1421            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
1422            + ext/Encode/Encode/iso2022-jp.enc
1423            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1424            + ext/Encode/Encode/iso8859-1.enc
1425            + ext/Encode/Encode/iso8859-2.enc
1426            + ext/Encode/Encode/iso8859-3.enc
1427            + ext/Encode/Encode/iso8859-4.enc
1428            + ext/Encode/Encode/iso8859-5.enc
1429            + ext/Encode/Encode/iso8859-6.enc
1430            + ext/Encode/Encode/iso8859-7.enc
1431            + ext/Encode/Encode/iso8859-8.enc
1432            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
1433            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
1434            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
1435            + ext/Encode/Encode/macCentEuro.enc
1436            + ext/Encode/Encode/macCroatian.enc
1437            + ext/Encode/Encode/macCyrillic.enc
1438            + ext/Encode/Encode/macDingbats.enc
1439            + ext/Encode/Encode/macGreek.enc
1440            + ext/Encode/Encode/macIceland.enc
1441            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
1442            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
1443            + ext/Encode/Encode/macTurkish.enc
1444            + ext/Encode/Encode/macUkraine.enc
1445            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
1446            + t/lib/encode.t
1447            ! MANIFEST ext/Encode/Encode.pm
1448 ____________________________________________________________________________
1449 [  7104] By: nick                                  on 2000/09/30  13:04:30
1450         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
1451              From: Daniel Chetlin <daniel@chetlin.com>
1452              Date: Mon, 18 Sep 2000 05:05:40 -0700
1453              Message-Id: <20000918050540.C652@ilmd>
1454      Branch: perl
1455            ! lib/overload.pm sv.c t/pragma/overload.t
1456 ____________________________________________________________________________
1457 [  7103] By: nick                                  on 2000/09/30  12:53:36
1458         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
1459              From: Johan Vromans <jvromans@squirrel.nl>
1460              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
1461              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
1462      Branch: perl
1463            ! pod/Makefile.SH
1464 ____________________________________________________________________________
1465 [  7102] By: nick                                  on 2000/09/30  12:52:31
1466         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
1467              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1468              Date: Sat, 16 Sep 2000 16:36:45 -0400
1469              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
1470      Branch: perl
1471            ! ext/B/B/Deparse.pm
1472 ____________________________________________________________________________
1473 [  7101] By: nick                                  on 2000/09/30  12:51:41
1474         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
1475              From: Craig A. Berry <craig.berry@psinetcs.com>
1476              Date: Sat, 16 Sep 2000 10:11:10 -0500
1477              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
1478      Branch: perl
1479            ! vms/vms.c
1480 ____________________________________________________________________________
1481 [  7100] By: nick                                  on 2000/09/30  12:50:33
1482         Log: Subject: Re: unicode support and perl [ID 20000901.097]
1483              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1484              Date: Fri, 15 Sep 2000 16:37:58 -0400
1485              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
1486      Branch: perl
1487            ! t/op/append.t
1488 ____________________________________________________________________________
1489 [  7099] By: nick                                  on 2000/09/30  12:49:35
1490         Log: Subject: Re: unicode support and perl [ID 20000901.097]
1491              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1492              Date: Fri, 15 Sep 2000 16:25:30 -0400
1493              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
1494      Branch: perl
1495            ! pp_hot.c
1496 ____________________________________________________________________________
1497 [  7098] By: nick                                  on 2000/09/30  12:48:00
1498         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
1499              From: Gisle Aas <gisle@ActiveState.com>
1500              Date: 15 Sep 2000 16:23:41 +0200
1501              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
1502      Branch: perl
1503            ! toke.c
1504 ____________________________________________________________________________
1505 [  7097] By: nick                                  on 2000/09/30  12:45:16
1506         Log: Subject: [PATCH] Nits in perlmod.pod
1507              From: Daniel Chetlin <daniel@chetlin.com>
1508              Date: Fri, 15 Sep 2000 02:04:09 -0700
1509              Message-Id: <20000915020409.A2104@ilmd>
1510      Branch: perl
1511            ! pod/perlmod.pod
1512 ____________________________________________________________________________
1513 [  7096] By: nick                                  on 2000/09/30  12:18:00
1514         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
1515              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
1516              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
1517              0 to checking to get the warning.
1518      Branch: perl
1519            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
1520            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
1521            ! regexec.c sv.c toke.c utf8.c
1522 ____________________________________________________________________________
1523 [  7095] By: nick                                  on 2000/09/15  16:55:59
1524         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
1525              
1526              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
1527              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1528              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
1529              Date: Fri, 15 Sep 2000 06:37:30 -0400
1530      Branch: perl
1531            ! ext/Encode/Encode.xs sv.c
1532 ____________________________________________________________________________
1533 [  7094] By: jhi                                   on 2000/09/15  03:23:32
1534         Log: Update Changes.
1535      Branch: perl
1536            ! Changes patchlevel.h
1537 ____________________________________________________________________________
1538 [  7093] By: jhi                                   on 2000/09/15  03:11:44
1539         Log: Fix for the charnames.t failures from Spider Boardman.
1540      Branch: perl
1541            ! toke.c
1542 ____________________________________________________________________________
1543 [  7092] By: jhi                                   on 2000/09/15  00:15:48
1544         Log: Botched the #7090 check-in.
1545      Branch: perl
1546            ! sv.c
1547 ____________________________________________________________________________
1548 [  7091] By: jhi                                   on 2000/09/14  23:33:24
1549         Log: Part of #7081 didn't come through.
1550      Branch: perl
1551            ! embed.pl proto.h
1552 ____________________________________________________________________________
1553 [  7090] By: jhi                                   on 2000/09/14  23:17:39
1554         Log: Subject: Re: perl@7078 
1555              From: Spider Boardman <spider@web.zk3.dec.com>
1556              Date: Thu, 14 Sep 2000 19:06:36 -0400
1557              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
1558      Branch: perl
1559            ! sv.c toke.c
1560 ____________________________________________________________________________
1561 [  7089] By: jhi                                   on 2000/09/14  23:11:21
1562         Log: Small portability tweaks.
1563      Branch: perl
1564            ! ext/Encode/Encode.xs
1565 ____________________________________________________________________________
1566 [  7088] By: jhi                                   on 2000/09/14  22:57:23
1567         Log: Fake return to pacify picky compilers.
1568      Branch: perl
1569            ! ext/Encode/Encode.xs
1570 ____________________________________________________________________________
1571 [  7087] By: jhi                                   on 2000/09/14  22:53:37
1572         Log: Subject: [PATCH] utf8.c apidoc
1573              From: Simon Cozens <simon@cozens.net>
1574              Date: Thu, 14 Sep 2000 23:46:57 +0100
1575              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
1576      Branch: perl
1577            ! perlapi.c pod/perlapi.pod utf8.c
1578 ____________________________________________________________________________
1579 [  7086] By: jhi                                   on 2000/09/14  22:40:38
1580         Log: We don't need to count the high bit bytes, a boolean is enough. 
1581      Branch: perl
1582            ! sv.c
1583 ____________________________________________________________________________
1584 [  7085] By: jhi                                   on 2000/09/14  21:20:09
1585         Log: Replace #7084 with
1586              
1587              Subject: Re: perl@7078 
1588              From: Spider Boardman <spider@web.zk3.dec.com>
1589              Date: Thu, 14 Sep 2000 17:09:36 -0400
1590              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
1591      Branch: perl
1592            ! sv.c utf8.c
1593 ____________________________________________________________________________
1594 [  7084] By: jhi                                   on 2000/09/14  20:03:34
1595         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
1596              convertable to bytes by checking it doesn't go above 0xc3
1597              
1598              Subject: Re: perl@7078
1599              From: Simon Cozens <simon@cozens.net>
1600              Date: Thu, 14 Sep 2000 20:59:19 +0100
1601              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
1602      Branch: perl
1603            ! utf8.c
1604 ____________________________________________________________________________
1605 [  7083] By: jhi                                   on 2000/09/14  19:38:47
1606         Log: Subject: Re: perl@7078
1607              From: Simon Cozens <simon@cozens.net>
1608              Date: Thu, 14 Sep 2000 20:13:09 +0100
1609              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
1610      Branch: perl
1611            ! t/op/bop.t
1612 ____________________________________________________________________________
1613 [  7082] By: jhi                                   on 2000/09/14  17:50:44
1614         Log: The one that got away.
1615      Branch: perl
1616            ! lib/File/Find.pm
1617 ____________________________________________________________________________
1618 [  7081] By: jhi                                   on 2000/09/14  17:45:35
1619         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
1620              From: Robin Barker <rmb1@cise.npl.co.uk>
1621              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
1622              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
1623      Branch: perl
1624            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
1625            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
1626            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
1627            ! regcomp.c toke.c universal.c
1628 ____________________________________________________________________________
1629 [  7080] By: jhi                                   on 2000/09/14  17:40:35
1630         Log: Problems picked up by AIX cc.
1631              
1632              Subject: Re: perl@7078 (patch included)
1633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1634              Date: Thu, 14 Sep 2000 18:53:30 +0200
1635              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
1636      Branch: perl
1637            ! ext/Encode/Encode.xs
1638 ____________________________________________________________________________
1639 [  7079] By: jhi                                   on 2000/09/14  17:38:27
1640         Log: Subject: File::Find 5.7.0 POD nits
1641              From: Rich Morin <rdm@cfcl.com>
1642              Date: Wed, 13 Sep 2000 22:03:58 -0700
1643              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
1644      Branch: perl
1645            ! lib/File/Find.pm
1646 ____________________________________________________________________________
1647 [  7078] By: jhi                                   on 2000/09/14  14:58:20
1648         Log: Update Changes.
1649      Branch: perl
1650            ! Changes patchlevel.h
1651 ____________________________________________________________________________
1652 [  7077] By: jhi                                   on 2000/09/14  14:55:54
1653         Log: Compilation warnings and an error.
1654      Branch: perl
1655            ! sv.c
1656 ____________________________________________________________________________
1657 [  7076] By: jhi                                   on 2000/09/14  14:42:56
1658         Log: Fix for a parsing bug, not for the original bug.
1659              
1660              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
1661              From: Spider Boardman <spider@web.zk3.dec.com>
1662              Date: Wed, 13 Sep 2000 17:52:20 -0400
1663              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
1664      Branch: perl
1665            ! regcomp.c
1666 ____________________________________________________________________________
1667 [  7075] By: jhi                                   on 2000/09/14  14:40:40
1668         Log: Batch of UTF-8 patches from Simon Cozens.
1669      Branch: perl
1670            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
1671            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
1672            ! toke.c utf8.c
1673 ____________________________________________________________________________
1674 [  7074] By: jhi                                   on 2000/09/14  14:29:58
1675         Log: Subject: Re: Two advertising clauses need to be removed
1676              From: Russ Allbery <rra@stanford.edu>
1677              Date: 13 Sep 2000 18:50:26 -0700
1678              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
1679      Branch: perl
1680            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1681 ____________________________________________________________________________
1682 [  7073] By: jhi                                   on 2000/09/14  14:28:20
1683         Log: Subject: [PATCH] de-wall t/README
1684              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1685              Date: Wed, 13 Sep 2000 17:46:55 -0700
1686              Message-ID: <//Bw5gzkge/e092yn@efn.org>
1687      Branch: perl
1688            ! t/README
1689 ____________________________________________________________________________
1690 [  7072] By: jhi                                   on 2000/09/14  14:25:10
1691         Log: Hints optimization.
1692              
1693              Subject: Minor nit
1694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1695              Date: Wed, 13 Sep 2000 21:42:07 +0200
1696              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
1697      Branch: perl
1698            ! hints/hpux.sh
1699 ____________________________________________________________________________
1700 [  7071] By: jhi                                   on 2000/09/14  14:23:30
1701         Log: Allow chop() and chomp() to be overridden.
1702              
1703              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
1704              From: "Casey R. Tweten" <crt@kiski.net>
1705              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
1706              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
1707      Branch: perl
1708            ! toke.c
1709 ____________________________________________________________________________
1710 [  7070] By: jhi                                   on 2000/09/14  14:20:36
1711         Log: The return value of setlocale must be copied away.
1712              
1713              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
1714              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1715              Date: Wed, 13 Sep 2000 16:27:37 +0100 
1716              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
1717      Branch: perl
1718            ! util.c
1719 ____________________________________________________________________________
1720 [  7069] By: jhi                                   on 2000/09/14  14:16:27
1721         Log: Remove vestiges of tr//CU.
1722              
1723              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1724              From: Nick Clark <nick@plum.flirble.org>
1725              Date: Tue, 12 Sep 2000 22:50:14 +0100
1726              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
1727              
1728              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1729              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1730              Date: Tue, 12 Sep 2000 21:38:48 -0700
1731              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
1732      Branch: perl
1733            ! op.h pod/perlunicode.pod
1734 ____________________________________________________________________________
1735 [  7068] By: jhi                                   on 2000/09/13  14:18:39
1736         Log: Add the Encode extension.  The code is still largely just skeleton.
1737      Branch: perl
1738            + ext/Encode/Encode.pm ext/Encode/Encode.xs
1739            + ext/Encode/Makefile.PL ext/Encode/Todo
1740            ! MANIFEST Todo-5.6
1741 ____________________________________________________________________________
1742 [  7067] By: jhi                                   on 2000/09/12  17:43:33
1743         Log: Allow for whitespace between "#" and "line" in cpp output.
1744              
1745              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
1746              From: Calle Dybedahl <calle@lysator.liu.se>
1747              Date: 12 Sep 2000 19:38:02 +0200 
1748              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
1749      Branch: perl
1750            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
1751 ____________________________________________________________________________
1752 [  7066] By: gsar                                  on 2000/09/12  17:24:29
1753         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
1754              initialization in all the threads on Windows
1755      Branch: perl
1756            ! win32/win32.c
1757 ____________________________________________________________________________
1758 [  7065] By: jhi                                   on 2000/09/12  15:11:31
1759         Log: Update Changes.
1760      Branch: perl
1761            ! Changes patchlevel.h
1762 ____________________________________________________________________________
1763 [  7064] By: jhi                                   on 2000/09/12  14:54:54
1764         Log: Retract #7062, the pod tests are not ready.
1765      Branch: perl
1766            ! t/TEST t/harness
1767 ____________________________________________________________________________
1768 [  7063] By: jhi                                   on 2000/09/12  14:25:41
1769         Log: The #7054 truncated Configure badly.
1770      Branch: metaconfig/U/perl
1771            ! End.U
1772      Branch: perl
1773            ! Configure config_h.SH
1774 ____________________________________________________________________________
1775 [  7062] By: jhi                                   on 2000/09/12  14:08:32
1776         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
1777              From: sthoenna@efn.org
1778              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
1779              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
1780      Branch: perl
1781            ! t/TEST t/harness
1782 ____________________________________________________________________________
1783 [  7061] By: jhi                                   on 2000/09/12  14:07:18
1784         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
1785              From: sthoenna@efn.org
1786              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
1787              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
1788      Branch: perl
1789            ! pod/perlxs.pod
1790 ____________________________________________________________________________
1791 [  7060] By: jhi                                   on 2000/09/12  14:06:08
1792         Log: Break up the myconfig lines a bit.
1793              
1794              Subject: perlbug/perl -V output format
1795              From: sthoenna@efn.org
1796              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
1797              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
1798      Branch: perl
1799            ! myconfig.SH
1800 ____________________________________________________________________________
1801 [  7059] By: jhi                                   on 2000/09/12  14:05:04
1802         Log: Test for the #7049.
1803              
1804              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
1805              From: andreas.koenig@anima.de (Andreas J. Koenig)
1806              Date: 12 Sep 2000 06:42:01 +0200
1807              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
1808      Branch: perl
1809            ! t/op/my.t
1810 ____________________________________________________________________________
1811 [  7058] By: jhi                                   on 2000/09/12  14:03:05
1812         Log: Subject: [patch: perl@7045] vms updates
1813              From: Peter Prymmer <pvhp@forte.com>
1814              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
1815              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
1816      Branch: perl
1817            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
1818 ____________________________________________________________________________
1819 [  7057] By: jhi                                   on 2000/09/12  14:00:51
1820         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
1821              From: sthoenna@efn.org
1822              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
1823              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
1824      Branch: perl
1825            ! t/op/64bitint.t
1826 ____________________________________________________________________________
1827 [  7056] By: jhi                                   on 2000/09/12  13:58:14
1828         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
1829              From: Jeff Pinyan <jeffp@crusoe.net>
1830              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
1831              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
1832      Branch: perl
1833            ! pod/perlfunc.pod
1834 ____________________________________________________________________________
1835 [  7055] By: jhi                                   on 2000/09/12  13:56:32
1836         Log: Do in VMS as the #7054 does.
1837      Branch: perl
1838            ! configure.com
1839 ____________________________________________________________________________
1840 [  7054] By: jhi                                   on 2000/09/12  13:50:31
1841         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
1842              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1843              Date: Mon, 11 Sep 2000 08:33:09 +0100
1844              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
1845      Branch: metaconfig/U/perl
1846            ! End.U
1847      Branch: perl
1848            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
1849            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
1850 ____________________________________________________________________________
1851 [  7053] By: jhi                                   on 2000/09/12  13:29:19
1852         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
1853              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1854              Date:     Tue, 12 Sep 2000 08:35:59 EDT
1855              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
1856      Branch: perl
1857            ! vms/test.com
1858 ____________________________________________________________________________
1859 [  7052] By: jhi                                   on 2000/09/11  23:01:50
1860         Log: Document the SvUTF8*().
1861      Branch: perl
1862            ! pod/perlapi.pod sv.h
1863 ____________________________________________________________________________
1864 [  7051] By: gsar                                  on 2000/09/11  14:46:30
1865         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
1866              (missed a spot when fixing up op_pmreplroot hack for ithreads)
1867      Branch: perl
1868            ! op.c t/op/split.t
1869 ____________________________________________________________________________
1870 [  7050] By: nick                                  on 2000/09/11  10:03:51
1871         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
1872              
1873              Subject: borland C++ win32.c tweak
1874              From: Vadim Konovalov <vkonovalov@lucent.com>
1875              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
1876              Date: Mon, 11 Sep 2000 11:22:33 +0400
1877      Branch: perl
1878            ! win32/win32.c
1879 ____________________________________________________________________________
1880 [  7049] By: nick                                  on 2000/09/11  09:57:33
1881         Log: Point fix for s/// on foreach (keys %xxx).
1882      Branch: perl
1883            ! pp_hot.c
1884 ____________________________________________________________________________
1885 [  7048] By: jhi                                   on 2000/09/10  23:37:09
1886         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
1887              by Pod::Text, from Brad Appleton.
1888      Branch: perl
1889            ! t/pod/testp2pt.pl
1890 ____________________________________________________________________________
1891 [  7047] By: jhi                                   on 2000/09/10  14:32:53
1892         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
1893              by Russ Allbery.
1894      Branch: perl
1895            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
1896 ____________________________________________________________________________
1897 [  7046] By: jhi                                   on 2000/09/10  14:15:08
1898         Log: Upgrade to CPAN 1.57_65, from Andreas König.
1899      Branch: perl
1900            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1901 ____________________________________________________________________________
1902 [  7045] By: jhi                                   on 2000/09/08  21:36:32
1903         Log: Update Changes.
1904      Branch: perl
1905            ! Changes patchlevel.h
1906 ____________________________________________________________________________
1907 [  7044] By: jhi                                   on 2000/09/08  21:29:56
1908         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
1909              From: Peter Prymmer <pvhp@forte.com>
1910              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
1911              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
1912      Branch: perl
1913            ! configure.com
1914 ____________________________________________________________________________
1915 [  7043] By: jhi                                   on 2000/09/08  21:27:50
1916         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
1917              From: Peter Prymmer <pvhp@forte.com>
1918              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
1919              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
1920      Branch: perl
1921            ! Makefile.SH installperl
1922 ____________________________________________________________________________
1923 [  7042] By: jhi                                   on 2000/09/08  21:23:21
1924         Log: Continue #7041.
1925      Branch: perl
1926            ! cygwin/Makefile.SHs os2/Makefile.SHs
1927 ____________________________________________________________________________
1928 [  7041] By: jhi                                   on 2000/09/08  21:18:10
1929         Log: Do away with memory models cruft.  Sorry, PDP users.
1930      Branch: metaconfig
1931            ! U/modified/cc.U U/modified/libpth.U
1932      Branch: perl
1933            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1934            ! Porting/config_H cflags.SH config_h.SH configure.com
1935            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
1936            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
1937            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
1938 ____________________________________________________________________________
1939 [  7040] By: jhi                                   on 2000/09/08  14:34:18
1940         Log: Major rewrite of s2p.  And I mean really major, it is
1941              an implementation of sed in perl.  If called as s2p it
1942              will function as s2p.  Note: needs non-UNIXifying.
1943              
1944              Subject: s2p
1945              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1946              Date: Mon, 28 Aug 2000 14:05:12 +0200
1947              Message-ID: <39AA5578.2102E2AA@alcatel.at>
1948      Branch: perl
1949            ! x2p/s2p.PL
1950 ____________________________________________________________________________
1951 [  7039] By: jhi                                   on 2000/09/08  14:19:49
1952         Log: Re-allow vec() for characters > 255.
1953              
1954              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
1955              From: Spider Boardman <spider@web.zk3.dec.com>
1956              Date: Fri, 08 Sep 2000 02:21:02 -0400
1957              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
1958      Branch: perl
1959            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1960            ! t/op/vec.t
1961 ____________________________________________________________________________
1962 [  7038] By: jhi                                   on 2000/09/08  14:14:18
1963         Log: Subject: [PATCH lib/Benchmark.pm]
1964              From: <abigail@foad.org>
1965              Date: Thu, 7 Sep 2000 15:03:20 -0400
1966              Message-ID: <20000907190320.888.qmail@foad.org>
1967      Branch: perl
1968            ! lib/Benchmark.pm
1969 ____________________________________________________________________________
1970 [  7037] By: jhi                                   on 2000/09/08  14:11:06
1971         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
1972              
1973              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
1974              From: Spider Boardman <spider@web.zk3.dec.com>
1975              Date: Fri, 08 Sep 2000 01:30:27 -0400
1976              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
1977      Branch: perl
1978            ! op.c
1979 ____________________________________________________________________________
1980 [  7036] By: jhi                                   on 2000/09/08  14:08:58
1981         Log: Subject: [ID 20000908.002] perlipc documentation bug.
1982              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
1983              Date: Fri, 08 Sep 2000 12:38:32 +0200
1984              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
1985      Branch: perl
1986            ! pod/perlipc.pod
1987 ____________________________________________________________________________
1988 [  7035] By: jhi                                   on 2000/09/08  14:03:12
1989         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1991              Date: Fri, 08 Sep 2000 11:47:34 +0200
1992              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
1993      Branch: perl
1994            ! hints/dec_osf.sh
1995 ____________________________________________________________________________
1996 [  7034] By: jhi                                   on 2000/09/08  13:59:35
1997         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
1998              From: Simon Cozens <simon@cozens.net>
1999              Date: Thu, 7 Sep 2000 20:40:38 +0100
2000              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
2001      Branch: perl
2002            ! pp_hot.c
2003 ____________________________________________________________________________
2004 [  7033] By: jhi                                   on 2000/09/08  04:03:03
2005         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
2006              From: "Larry W. Virden" <lvirden@cas.org>
2007              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
2008              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
2009      Branch: perl
2010            ! pod/perldiag.pod
2011 ____________________________________________________________________________
2012 [  7032] By: jhi                                   on 2000/09/07  22:18:30
2013         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2014              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
2015              Date: Mon, 04 Sep 2000 13:16:38 -0700
2016              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
2017      Branch: perl
2018            ! lib/perl5db.pl
2019 ____________________________________________________________________________
2020 [  7031] By: jhi                                   on 2000/09/07  22:02:29
2021         Log: Fix the ccversion detection for 5.1 and beyond.
2022              
2023              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2024              From: Spider Boardman <spider@leggy.zk3.dec.com>
2025              Date: Thu, 7 Sep 2000 17:54:27 -0400
2026              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
2027      Branch: perl
2028            ! hints/dec_osf.sh
2029 ____________________________________________________________________________
2030 [  7030] By: jhi                                   on 2000/09/07  19:12:28
2031         Log: Fix for
2032              
2033              Subject: [ID 20000903.001] \w in utf8-strings
2034              From: Marc Lehmann <pcg@goof.com>
2035              Date: Sun, 03 Sep 2000 09:44:29 +0200
2036              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
2037              
2038              and various related nits.
2039      Branch: perl
2040            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
2041 ____________________________________________________________________________
2042 [  7029] By: jhi                                   on 2000/09/07  18:49:09
2043         Log: Fix the URL, but the server is still missing in action.
2044              
2045              Subject: [ID 20000905.002] perlfaq1.pod URL error
2046              From: "Larry W. Virden" <lvirden@cas.org>
2047              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
2048              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
2049      Branch: perl
2050            ! pod/perlfaq1.pod
2051 ____________________________________________________________________________
2052 [  7028] By: jhi                                   on 2000/09/07  18:47:13
2053         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2054              From: Hugo <hv@crypt.compulink.co.uk>
2055              Date: Tue, 05 Sep 2000 14:13:37 +0100
2056              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
2057      Branch: perl
2058            ! toke.c
2059 ____________________________________________________________________________
2060 [  7027] By: jhi                                   on 2000/09/07  18:45:35
2061         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2062              From: Daniel Chetlin <daniel@chetlin.com>
2063              Date: Tue, 5 Sep 2000 04:57:07 -0700
2064              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
2065      Branch: perl
2066            ! pod/perlfaq6.pod pod/perlop.pod
2067 ____________________________________________________________________________
2068 [  7026] By: jhi                                   on 2000/09/07  18:44:01
2069         Log: Document the new ref() semantics.
2070              
2071              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2072              From: Gisle Aas <gisle@ActiveState.com>
2073              Date: 05 Sep 2000 08:10:30 +0200
2074              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
2075      Branch: perl
2076            ! pod/perldelta.pod
2077 ____________________________________________________________________________
2078 [  7025] By: jhi                                   on 2000/09/07  18:42:27
2079         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
2080              
2081              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2082              From: Gisle Aas <gisle@ActiveState.com>
2083              Date: 05 Sep 2000 08:11:40 +0200
2084              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
2085      Branch: perl
2086            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
2087 ____________________________________________________________________________
2088 [  7024] By: jhi                                   on 2000/09/07  18:39:32
2089         Log: Subject: [PATCH] Modernize Opcode.pm documentation
2090              From: Gisle Aas <gisle@ActiveState.com>
2091              Date: 4 Sep 2000 00:18:55 -0000
2092              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
2093      Branch: perl
2094            ! ext/Opcode/Opcode.pm
2095 ____________________________________________________________________________
2096 [  7023] By: jhi                                   on 2000/09/07  18:37:42
2097         Log: Subject: [PATCH] Tied filehandle documentation
2098              From: Gisle Aas <gisle@ActiveState.com>
2099              Date: 4 Sep 2000 00:14:40 -0000
2100              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
2101      Branch: perl
2102            ! pod/perlfunc.pod pod/perltie.pod
2103 ____________________________________________________________________________
2104 [  7022] By: jhi                                   on 2000/09/07  18:35:37
2105         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2106              From: Gisle Aas <gisle@ActiveState.com>
2107              Date: 4 Sep 2000 00:04:22 -0000
2108              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
2109      Branch: perl
2110            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
2111 ____________________________________________________________________________
2112 [  7021] By: jhi                                   on 2000/09/07  18:33:22
2113         Log: Subject: small apidoc fix
2114              From: Marc Lehmann <pcg@goof.com>
2115              Date: Sun, 3 Sep 2000 05:12:06 +0200
2116              Message-ID: <20000903051206.A5909@cerebro.laendle>
2117      Branch: perl
2118            ! pod/perlapi.pod utf8.c
2119 ____________________________________________________________________________
2120 [  7020] By: jhi                                   on 2000/09/07  16:14:57
2121         Log: Tiny perldelta nits.
2122      Branch: perl
2123            ! pod/perldelta.pod
2124 ____________________________________________________________________________
2125 [  7019] By: jhi                                   on 2000/09/07  16:04:20
2126         Log: Guard against bad string->int conversion for quads.
2127      Branch: perl
2128            ! t/op/64bitint.t
2129 ____________________________________________________________________________
2130 [  7018] By: jhi                                   on 2000/09/06  17:07:03
2131         Log: Update Unicode todo list.
2132      Branch: perl
2133            ! Todo-5.6
2134 ____________________________________________________________________________
2135 [  7017] By: jhi                                   on 2000/09/05  21:16:01
2136         Log: Document the SvIOK_.*UV().
2137      Branch: perl
2138            ! pod/perlapi.pod sv.h
2139 ____________________________________________________________________________
2140 [  7016] By: nick                                  on 2000/09/03  21:54:46
2141         Log: Hash lookup of constant strings optimization:
2142              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
2143              to string table (as per sharepvn). Add newSV_pvn_share to create such
2144              a thing. Make hv.c compare addresses of strings and skip string compare
2145              if equal. Make method_named and helem ops use these shared-string SVs
2146              when arg is constant. Make keys op return shared-string SVs (less clearly
2147              a win).
2148      Branch: perl
2149            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
2150            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
2151            ! pod/perlintern.pod pp_hot.c proto.h sv.c
2152 ____________________________________________________________________________
2153 [  7015] By: jhi                                   on 2000/09/02  17:48:59
2154         Log: This is 5.7.0.
2155      Branch: perl
2156            ! Changes
2157 ____________________________________________________________________________
2158 [  7014] By: jhi                                   on 2000/09/02  17:35:45
2159         Log: Changes and patchlevel tweaks.
2160      Branch: perl
2161            ! Changes patchlevel.h
2162 ____________________________________________________________________________
2163 [  7013] By: jhi                                   on 2000/09/02  17:30:50
2164         Log: Update Changes.
2165      Branch: perl
2166            ! Changes patchlevel.h
2167 ____________________________________________________________________________
2168 [  7012] By: nick                                  on 2000/09/02  17:25:20
2169         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
2170      Branch: perl
2171            ! gv.c lib/overload.pm
2172 ____________________________________________________________________________
2173 [  7011] By: jhi                                   on 2000/09/02  17:16:25
2174         Log: Update perlhist.
2175      Branch: perl
2176            ! pod/perlhist.pod
2177 ____________________________________________________________________________
2178 [  7010] By: jhi                                   on 2000/09/02  17:01:35
2179         Log: perldelta nits.
2180      Branch: perl
2181            ! pod/perldelta.pod
2182 ____________________________________________________________________________
2183 [  7009] By: nick                                  on 2000/09/02  16:48:35
2184         Log: If overloaded %{} etc. return the object do not loop.
2185              Thus  sub deref { $_[0] } functions if object is wanted type.
2186      Branch: perl
2187            ! pp.h
2188 ____________________________________________________________________________
2189 [  7008] By: jhi                                   on 2000/09/02  16:26:11
2190         Log: Retab MANIFEST.
2191      Branch: perl
2192            ! ext/Storable/MANIFEST
2193 ____________________________________________________________________________
2194 [  7007] By: jhi                                   on 2000/09/02  16:23:02
2195         Log: Make certain cc is set before trying to run it.
2196      Branch: perl
2197            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2198 ____________________________________________________________________________
2199 [  7006] By: jhi                                   on 2000/09/02  15:45:41
2200         Log: Unicode notes.
2201      Branch: perl
2202            ! pod/perldelta.pod
2203 ____________________________________________________________________________
2204 [  7005] By: jhi                                   on 2000/09/02  15:42:11
2205         Log: Various Configure nits by Philip Newton,
2206              plus the ebcdic one by me.
2207      Branch: metaconfig
2208            + U/modified/pager.U
2209            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
2210      Branch: metaconfig/U/perl
2211            ! Devel.U quadfio.U
2212      Branch: perl
2213            ! Configure config_h.SH
2214 ____________________________________________________________________________
2215 [  7004] By: jhi                                   on 2000/09/02  15:06:14
2216         Log: Apparently avoiding the swapping is too costly.
2217              
2218              From: "Ben Tilly" <ben_tilly@hotmail.com>
2219              Subject: Re: the door is closed.
2220              Date: Fri, 01 Sep 2000 20:23:16 EDT
2221              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
2222      Branch: perl
2223            ! pod/perlfaq4.pod
2224 ____________________________________________________________________________
2225 [  7003] By: nick                                  on 2000/09/02  12:26:04
2226         Log: Undo part of change 6489 which looks like a bulk edit which
2227              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
2228              The supressing of main:: on return from select() is undesirable.
2229      Branch: perl
2230            ! pp_sys.c
2231 ____________________________________________________________________________
2232 [  7002] By: jhi                                   on 2000/09/01  23:08:54
2233         Log: Update Changes.
2234      Branch: perl
2235            ! Changes patchlevel.h
2236 ____________________________________________________________________________
2237 [  7001] By: jhi                                   on 2000/09/01  23:00:13
2238         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
2239              From: Peter Prymmer <pvhp@forte.com>
2240              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
2241              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
2242              
2243              plus rework the http: spots as suggested by Tom Christiansen,
2244              plus regen perltoc.
2245      Branch: perl
2246            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
2247            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
2248 ____________________________________________________________________________
2249 [  7000] By: jhi                                   on 2000/09/01  22:36:01
2250         Log: Only the first line, thank you very much.
2251      Branch: perl
2252            ! hints/solaris_2.sh
2253 ____________________________________________________________________________
2254 [  6999] By: gsar                                  on 2000/09/01  22:16:40
2255         Log: change#6791 accidentally clobbered change#6710, put it back
2256      Branch: perl
2257            ! win32/win32.c
2258 ____________________________________________________________________________
2259 [  6998] By: jhi                                   on 2000/09/01  22:14:16
2260         Log: Mention the HP-UX LP64 freak failure.
2261      Branch: perl
2262            ! pod/perldelta.pod
2263 ____________________________________________________________________________
2264 [  6997] By: jhi                                   on 2000/09/01  21:48:32
2265         Log: Detypo.
2266      Branch: perl
2267            ! hints/hpux.sh
2268 ____________________________________________________________________________
2269 [  6996] By: jhi                                   on 2000/09/01  21:27:10
2270         Log: Update Changes.
2271      Branch: perl
2272            ! Changes patchlevel.h
2273 ____________________________________________________________________________
2274 [  6995] By: jhi                                   on 2000/09/01  21:14:24
2275         Log: Mi splgn s gnin.g
2276      Branch: perl
2277            ! pp_ctl.c
2278 ____________________________________________________________________________
2279 [  6994] By: jhi                                   on 2000/09/01  21:09:54
2280         Log: Subject: http:// in L<>
2281              From: Nicholas Clark <nick@ccl4.org>
2282              Date: Fri, 1 Sep 2000 22:03:21 +0100
2283              Message-ID: <20000901220321.B72074@plum.flirble.org>
2284      Branch: perl
2285            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
2286 ____________________________________________________________________________
2287 [  6993] By: jhi                                   on 2000/09/01  21:06:54
2288         Log: Update to Storable 1.0, from Raphael Manfredi.
2289      Branch: perl
2290            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
2291            ! ext/Storable/Makefile.PL ext/Storable/README
2292            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2293            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
2294            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
2295            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
2296            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
2297            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
2298 ____________________________________________________________________________
2299 [  6992] By: jhi                                   on 2000/09/01  20:43:05
2300         Log: Mention known sfio+linux buglet.
2301      Branch: perl
2302            ! pod/perldelta.pod
2303 ____________________________________________________________________________
2304 [  6991] By: jhi                                   on 2000/09/01  20:40:11
2305         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2306              From: Peter Prymmer <pvhp@forte.com>
2307              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
2308              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
2309      Branch: perl
2310            ! vms/vms.c
2311 ____________________________________________________________________________
2312 [  6990] By: jhi                                   on 2000/09/01  20:25:26
2313         Log: Retract #6986.
2314      Branch: perl
2315            ! hints/solaris_2.sh
2316 ____________________________________________________________________________
2317 [  6989] By: jhi                                   on 2000/09/01  20:23:00
2318         Log: Mergesort is back.
2319      Branch: perl
2320            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
2321 ____________________________________________________________________________
2322 [  6988] By: jhi                                   on 2000/09/01  19:37:40
2323         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
2324              From: Mike Guy <mjtg@cam.ac.uk>
2325              Date: Fri, 01 Sep 2000 17:43:33 +0100
2326              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
2327      Branch: perl
2328            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
2329            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
2330 ____________________________________________________________________________
2331 [  6987] By: jhi                                   on 2000/09/01  19:17:10
2332         Log: Regen perltoc.
2333      Branch: perl
2334            ! pod/perltoc.pod
2335 ____________________________________________________________________________
2336 [  6986] By: jhi                                   on 2000/09/01  18:51:10
2337         Log: Subject: Re: Solaris x86 has no SPARC libraries!
2338              From: Lupe Christoph <lupe@lupe-christoph.de>
2339              Date: Fri, 1 Sep 2000 20:41:20 +0200
2340              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
2341      Branch: perl
2342            ! hints/solaris_2.sh
2343 ____________________________________________________________________________
2344 [  6985] By: jhi                                   on 2000/09/01  18:28:10
2345         Log: Update Changes.
2346      Branch: perl
2347            ! Changes patchlevel.h
2348 ____________________________________________________________________________
2349 [  6984] By: jhi                                   on 2000/09/01  18:26:53
2350         Log: Feature ordering tweak.
2351      Branch: perl
2352            ! myconfig.SH
2353 ____________________________________________________________________________
2354 [  6983] By: jhi                                   on 2000/09/01  18:19:50
2355         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2356              From: <abigail@foad.org>
2357              Date: Fri, 1 Sep 2000 13:07:32 -0400
2358              Message-ID: <20000901170732.18249.qmail@foad.org>
2359      Branch: perl
2360            ! t/pragma/overload.t
2361 ____________________________________________________________________________
2362 [  6982] By: jhi                                   on 2000/09/01  18:17:54
2363         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
2364              so that case-ignoring systems like DCL can tell them from
2365              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
2366      Branch: metaconfig/U/perl
2367            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
2368      Branch: perl
2369            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2370            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
2371            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
2372            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
2373            ! vos/config.def vos/config.h vos/config_h.SH_orig
2374            ! win32/config.bc win32/config.gc win32/config.vc
2375 ____________________________________________________________________________
2376 [  6981] By: nick                                  on 2000/09/01  17:21:57
2377         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
2378              warning when UNTIE exists and instead pass the cound of extra references to
2379              the UNTIE method.
2380      Branch: perl
2381            ! pod/perltie.pod pp_sys.c
2382 ____________________________________________________________________________
2383 [  6980] By: jhi                                   on 2000/09/01  16:54:44
2384         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
2385              From: Peter Prymmer <pvhp@forte.com>
2386              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
2387              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
2388      Branch: perl
2389            ! configure.com
2390 ____________________________________________________________________________
2391 [  6979] By: jhi                                   on 2000/09/01  16:06:20
2392         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
2393              From: Mike Guy <mjtg@cam.ac.uk> 
2394              Date: Fri, 01 Sep 2000 16:49:27 +0100
2395              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
2396      Branch: perl
2397            ! t/base/rs.t
2398 ____________________________________________________________________________
2399 [  6978] By: jhi                                   on 2000/09/01  16:00:42
2400         Log: Update to PodParser 1.18, from Brad Appleton.
2401      Branch: perl
2402            ! lib/Pod/Checker.pm t/pod/find.t
2403 ____________________________________________________________________________
2404 [  6977] By: jhi                                   on 2000/09/01  14:48:58
2405         Log: Subject: Nit in Configure (bleadperl@6961)
2406              From: Lupe Christoph <lupe@lupe-christoph.de>
2407              Date: Fri, 1 Sep 2000 16:34:29 +0200
2408              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
2409      Branch: metaconfig
2410            ! U/compline/ccflags.U
2411      Branch: perl
2412            ! Configure config_h.SH
2413 ____________________________________________________________________________
2414 [  6976] By: jhi                                   on 2000/09/01  14:39:52
2415         Log: Update Changes.
2416      Branch: perl
2417            ! Changes patchlevel.h
2418 ____________________________________________________________________________
2419 [  6975] By: jhi                                   on 2000/09/01  14:37:36
2420         Log: microperl config update.
2421      Branch: perl
2422            ! uconfig.h uconfig.sh
2423 ____________________________________________________________________________
2424 [  6974] By: jhi                                   on 2000/09/01  14:36:53
2425         Log: Document known deficiencies.
2426      Branch: perl
2427            ! pod/perldelta.pod
2428 ____________________________________________________________________________
2429 [  6973] By: jhi                                   on 2000/09/01  14:10:20
2430         Log: Mention warnings fixes and updates.
2431      Branch: perl
2432            ! pod/perldelta.pod
2433 ____________________________________________________________________________
2434 [  6972] By: jhi                                   on 2000/09/01  14:01:52
2435         Log: Drop unused argument.
2436              
2437              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
2438              From: Spider Boardman <spider@web.zk3.dec.com>
2439              Date: Thu, 31 Aug 2000 16:10:15 -0400
2440              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
2441      Branch: perl
2442            ! toke.c
2443 ____________________________________________________________________________
2444 [  6971] By: jhi                                   on 2000/09/01  13:59:24
2445         Log: Add the overload warnings to perldiag.
2446      Branch: perl
2447            ! lib/overload.pm pod/perldiag.pod
2448 ____________________________________________________________________________
2449 [  6970] By: jhi                                   on 2000/09/01  13:55:10
2450         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2451              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2452              Date: Fri, 1 Sep 2000 13:43:15 +0100 
2453              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
2454      Branch: perl
2455            ! lib/overload.pm t/pragma/overload.t
2456 ____________________________________________________________________________
2457 [  6969] By: jhi                                   on 2000/09/01  13:52:27
2458         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2459              From: <abigail@foad.org>
2460              Date: Fri, 1 Sep 2000 05:46:54 -0400
2461              Message-ID: <20000901094654.6476.qmail@foad.org>
2462      Branch: perl
2463            ! lib/overload.pm
2464 ____________________________________________________________________________
2465 [  6968] By: jhi                                   on 2000/09/01  13:50:05
2466         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2467              From: Daniel Chetlin <daniel@chetlin.com>
2468              Date: Fri, 1 Sep 2000 02:10:55 -0700
2469              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
2470      Branch: perl
2471            ! pod/perlretut.pod
2472 ____________________________________________________________________________
2473 [  6967] By: jhi                                   on 2000/09/01  13:47:54
2474         Log: Part of the solution.
2475              
2476              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2477              From: Mike Guy <mjtg@cam.ac.uk>
2478              Date: Fri, 01 Sep 2000 14:16:01 +0100
2479              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
2480      Branch: perl
2481            ! gv.c mg.c
2482 ____________________________________________________________________________
2483 [  6966] By: jhi                                   on 2000/09/01  13:46:17
2484         Log: Subject: CPAN.pm beta 1.57_57 for the core
2485              From: andreas.koenig@anima.de (Andreas J. Koenig)
2486              Date: 01 Sep 2000 15:16:31 +0200
2487              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
2488      Branch: perl
2489            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2490 ____________________________________________________________________________
2491 [  6965] By: jhi                                   on 2000/09/01  13:43:18
2492         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2493              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2494              Date: Fri, 01 Sep 2000 01:47:22 -0500
2495              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
2496      Branch: perl
2497            ! pod/perldelta.pod vms/vms.c
2498 ____________________________________________________________________________
2499 [  6964] By: jhi                                   on 2000/09/01  13:35:35
2500         Log: File::Temp patches from Andreas König,
2501              
2502              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
2503              From: andreas.koenig@anima.de (Andreas J. Koenig)
2504              Date: 01 Sep 2000 10:07:20 +0200
2505              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
2506              
2507              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
2508              From: andreas.koenig@anima.de (Andreas J. Koenig)
2509              Date: 31 Aug 2000 23:26:08 +0200
2510              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
2511      Branch: perl
2512            ! lib/File/Temp.pm t/lib/ftmp-security.t
2513 ____________________________________________________________________________
2514 [  6963] By: jhi                                   on 2000/09/01  02:22:24
2515         Log: Retract the mergesort code, way too incompatible licensing
2516              and copyrights.
2517      Branch: perl
2518            ! pod/perldelta.pod pp_ctl.c
2519 ____________________________________________________________________________
2520 [  6962] By: jhi                                   on 2000/08/31  23:27:32
2521         Log: Update Changes.
2522      Branch: perl
2523            ! Changes patchlevel.h
2524 ____________________________________________________________________________
2525 [  6961] By: jhi                                   on 2000/08/31  23:20:04
2526         Log: Small tweaks all over.
2527      Branch: metaconfig
2528            ! U/compline/d_gconvert.U
2529      Branch: perl
2530            ! AUTHORS Configure config_h.SH pp_ctl.c
2531 ____________________________________________________________________________
2532 [  6960] By: jhi                                   on 2000/08/31  22:39:36
2533         Log: Further rewording.
2534      Branch: perl
2535            ! pp_ctl.c
2536 ____________________________________________________________________________
2537 [  6959] By: jhi                                   on 2000/08/31  21:26:44
2538         Log: More address tweaking.
2539      Branch: perl
2540            ! AUTHORS Changes
2541 ____________________________________________________________________________
2542 [  6958] By: jhi                                   on 2000/08/31  20:47:25
2543         Log: AUTHORS tweaks, from Peter Prymmer.
2544              
2545              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
2546              From: Peter Prymmer <pvhp@forte.com>
2547              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
2548              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
2549      Branch: perl
2550            ! AUTHORS MAINTAIN
2551 ____________________________________________________________________________
2552 [  6957] By: jhi                                   on 2000/08/31  20:34:43
2553         Log: perldelta tweaks.
2554      Branch: perl
2555            ! pod/perldelta.pod
2556 ____________________________________________________________________________
2557 [  6956] By: jhi                                   on 2000/08/31  19:11:06
2558         Log: Regen perltoc.
2559      Branch: perl
2560            ! pod/perltoc.pod
2561 ____________________________________________________________________________
2562 [  6955] By: jhi                                   on 2000/08/31  19:06:30
2563         Log: Clarify the mergesort situation.
2564      Branch: perl
2565            ! pp_ctl.c
2566 ____________________________________________________________________________
2567 [  6954] By: jhi                                   on 2000/08/31  18:24:17
2568         Log: Move the Solaris 7 scan to use64bitall, make the
2569              failure to find 64-bot sparc libc to mention the
2570              possibility of being in an intel, from Lupe and Alan.
2571      Branch: perl
2572            ! hints/solaris_2.sh
2573 ____________________________________________________________________________
2574 [  6953] By: jhi                                   on 2000/08/31  18:09:20
2575         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
2576              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2577      Branch: metaconfig
2578            ! U/compline/d_gconvert.U U/threads/archname.U
2579      Branch: metaconfig/U/perl
2580            ! perlxv.U
2581      Branch: perl
2582            ! Configure config_h.SH sv.c
2583 ____________________________________________________________________________
2584 [  6952] By: jhi                                   on 2000/08/31  17:42:24
2585         Log: :: not allowed in pathnames, change to .
2586              
2587              Subject: [PATCH perl@6938] cygwin port
2588              From: "Fifer, Eric" <EFifer@sanwaint.com>
2589              Date: Thu, 31 Aug 2000 16:32:59 +0100
2590              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
2591      Branch: metaconfig/U/perl
2592            ! perlxv.U
2593 ____________________________________________________________________________
2594 [  6951] By: jhi                                   on 2000/08/31  17:02:05
2595         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
2596      Branch: perl
2597            ! perl.h
2598 ____________________________________________________________________________
2599 [  6950] By: jhi                                   on 2000/08/31  16:26:08
2600         Log: More author updates.
2601              
2602              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
2603              From: Simon Cozens <simon@cozens.net>
2604              Date: Thu, 31 Aug 2000 17:13:32 +0100
2605              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
2606      Branch: perl
2607            ! AUTHORS
2608 ____________________________________________________________________________
2609 [  6949] By: jhi                                   on 2000/08/31  16:04:49
2610         Log: POSIX doesn't report long double values under -Duselongdouble
2611              when the long doubles are "real" (bigger than doubles).
2612      Branch: perl
2613            ! ext/POSIX/POSIX.xs
2614 ____________________________________________________________________________
2615 [  6948] By: jhi                                   on 2000/08/31  15:25:10
2616         Log: Update Changes.
2617      Branch: perl
2618            ! Changes patchlevel.h
2619 ____________________________________________________________________________
2620 [  6947] By: jhi                                   on 2000/08/31  15:22:29
2621         Log: Document UNTIE in a very minimalistic way.
2622      Branch: perl
2623            ! pod/perlfunc.pod pod/perltie.pod
2624 ____________________________________________________________________________
2625 [  6946] By: jhi                                   on 2000/08/31  15:15:23
2626         Log: Document known failures.
2627      Branch: perl
2628            ! pod/perldelta.pod
2629 ____________________________________________________________________________
2630 [  6945] By: jhi                                   on 2000/08/31  15:07:00
2631         Log: Don't attach -ld to the archname if pointless.
2632      Branch: metaconfig
2633            ! U/threads/archname.U
2634      Branch: perl
2635            ! Configure config_h.SH
2636 ____________________________________________________________________________
2637 [  6944] By: jhi                                   on 2000/08/31  14:37:42
2638         Log: Wrap the test in eval.
2639              
2640              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
2641              From: Tim Jenness <timj@jach.hawaii.edu>
2642              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
2643              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
2644      Branch: perl
2645            ! t/lib/ftmp-security.t
2646 ____________________________________________________________________________
2647 [  6943] By: jhi                                   on 2000/08/31  14:30:57
2648         Log: Make -Dusemorebits find long doubles in Solaris.
2649      Branch: perl
2650            ! hints/solaris_2.sh
2651 ____________________________________________________________________________
2652 [  6942] By: jhi                                   on 2000/08/31  13:48:45
2653         Log: Clarify the third case of ftmp-security warnings.
2654      Branch: perl
2655            ! INSTALL
2656 ____________________________________________________________________________
2657 [  6941] By: jhi                                   on 2000/08/31  13:40:31
2658         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
2659              From: <abigail@foad.org>
2660              Date: Thu, 31 Aug 2000 01:35:05 -0400
2661              Message-ID: <20000831053505.32120.qmail@foad.org>
2662      Branch: perl
2663            ! pod/perldelta.pod
2664 ____________________________________________________________________________
2665 [  6940] By: jhi                                   on 2000/08/31  13:38:48
2666         Log: Issue useful diagnostic on unknown pod commands.
2667              
2668              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
2669              From: <abigail@foad.org>
2670              Date: Thu, 31 Aug 2000 03:41:18 -0400
2671              Message-ID: <20000831074118.24880.qmail@foad.org>
2672      Branch: perl
2673            ! lib/Pod/Man.pm
2674 ____________________________________________________________________________
2675 [  6939] By: jhi                                   on 2000/08/31  13:34:33
2676         Log: Reveal Borland's isnan.
2677              
2678              Subject: build with BC++ tweak
2679              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2680              Date: Thu, 31 Aug 2000 13:09:37 +0400
2681              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
2682      Branch: perl
2683            ! win32/win32.h
2684 ____________________________________________________________________________
2685 [  6938] By: jhi                                   on 2000/08/31  05:01:20
2686         Log: Update Changes.
2687      Branch: perl
2688            ! Changes patchlevel.h
2689 ____________________________________________________________________________
2690 [  6937] By: jhi                                   on 2000/08/31  04:26:23
2691         Log: sscanf() may be the only way to read long doubles from strings.
2692      Branch: metaconfig/U/perl
2693            ! longdblfio.U
2694      Branch: perl
2695            ! Configure config_h.SH perl.h util.c
2696 ____________________________________________________________________________
2697 [  6936] By: jhi                                   on 2000/08/31  04:18:19
2698         Log: The #6929 was too skimpy.
2699      Branch: perl
2700            ! sv.c
2701 ____________________________________________________________________________
2702 [  6935] By: jhi                                   on 2000/08/31  02:47:07
2703         Log: Subject: Re: typos in pods
2704              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2705              Date: Wed, 30 Aug 2000 19:25:34 -0700
2706              Message-ID: <eIcr5gzkg25X092yn@efn.org>
2707      Branch: perl
2708            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
2709 ____________________________________________________________________________
2710 [  6934] By: jhi                                   on 2000/08/31  02:42:55
2711         Log: Missed one Unicode file.
2712      Branch: perl
2713            + lib/unicode/UCDFF301.html
2714 ____________________________________________________________________________
2715 [  6933] By: jhi                                   on 2000/08/30  23:42:27
2716         Log: Update Changes.
2717      Branch: perl
2718            ! Changes patchlevel.h
2719 ____________________________________________________________________________
2720 [  6932] By: jhi                                   on 2000/08/30  23:40:07
2721         Log: Mention UNTIE in perldelta.  Still needs documenting
2722              in perltie et alia.
2723      Branch: perl
2724            ! pod/perldelta.pod
2725 ____________________________________________________________________________
2726 [  6931] By: jhi                                   on 2000/08/30  23:36:02
2727         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
2728              From: <abigail@foad.org>
2729              Date: Wed, 30 Aug 2000 19:28:07 -0400
2730              Message-ID: <20000830232807.305.qmail@foad.org>
2731      Branch: perl
2732            ! pod/perldelta.pod
2733 ____________________________________________________________________________
2734 [  6930] By: jhi                                   on 2000/08/30  23:32:40
2735         Log: Update to Unicode 3.0.1.
2736      Branch: perl
2737            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
2738            + lib/unicode/PropList.txt lib/unicode/README.perl
2739            + lib/unicode/UCD301.html lib/unicode/Unicode.301
2740            - lib/unicode/Props.txt lib/unicode/UCD300.html
2741            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
2742            ! (edit 257 files)
2743 ____________________________________________________________________________
2744 [  6929] By: jhi                                   on 2000/08/30  22:38:18
2745         Log: Heap decorruption.
2746              
2747              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
2748              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2749              Date: Wed, 30 Aug 2000 22:39:52 +0100
2750              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
2751      Branch: perl
2752            ! sv.c
2753 ____________________________________________________________________________
2754 [  6928] By: jhi                                   on 2000/08/30  22:29:34
2755         Log: Retract the dummy test, skip the security tests (instead of failing),
2756              explain what the warnings mean.
2757      Branch: perl
2758            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
2759 ____________________________________________________________________________
2760 [  6927] By: jhi                                   on 2000/08/30  22:14:13
2761         Log: Change the internal implementation of sort() to be mergesort
2762              instead of quicksort, from John Linderman <jpl@research.att.com>.
2763              Gives us better worst case, better average case, and stability.
2764              What's there not to like?  (Small fixes for threaded builds
2765              were required).
2766      Branch: perl
2767            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
2768 ____________________________________________________________________________
2769 [  6926] By: jhi                                   on 2000/08/30  20:55:20
2770         Log: A better fix for the Socket building problem from Craig Berry.
2771      Branch: perl
2772            ! vms/vms.c
2773 ____________________________________________________________________________
2774 [  6925] By: jhi                                   on 2000/08/30  20:20:25
2775         Log: Subject: [PATCH] Re: UNTIE method 
2776              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2777              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
2778              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
2779      Branch: perl
2780            ! pp_sys.c t/op/tie.t
2781 ____________________________________________________________________________
2782 [  6924] By: jhi                                   on 2000/08/30  20:17:11
2783         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2784              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2785              Date: Wed, 30 Aug 2000 15:03:14 -0500
2786              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
2787      Branch: perl
2788            ! vms/vms.c
2789 ____________________________________________________________________________
2790 [  6923] By: jhi                                   on 2000/08/30  20:15:18
2791         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
2792              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2793              Date: Wed, 30 Aug 2000 13:30:36 -0500
2794              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
2795      Branch: perl
2796            ! vms/vms.c
2797 ____________________________________________________________________________
2798 [  6922] By: jhi                                   on 2000/08/30  19:54:43
2799         Log: Better options for rsync.
2800      Branch: perl
2801            ! pod/perlhack.pod
2802 ____________________________________________________________________________
2803 [  6921] By: jhi                                   on 2000/08/30  19:40:16
2804         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
2805              From: Rick Delaney <rick@consumercontact.com>
2806              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
2807              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
2808      Branch: perl
2809            ! pod/perlfunc.pod
2810 ____________________________________________________________________________
2811 [  6920] By: jhi                                   on 2000/08/30  19:36:40
2812         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
2813              From: Peter Prymmer <pvhp@forte.com>
2814              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
2815              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
2816      Branch: perl
2817            ! configure.com
2818 ____________________________________________________________________________
2819 [  6919] By: jhi                                   on 2000/08/30  14:52:02
2820         Log: Update Changes.
2821      Branch: perl
2822            ! Changes patchlevel.h
2823 ____________________________________________________________________________
2824 [  6918] By: jhi                                   on 2000/08/30  14:48:34
2825         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
2826      Branch: perl
2827            ! lib/ExtUtils/typemap
2828 ____________________________________________________________________________
2829 [  6917] By: jhi                                   on 2000/08/30  14:46:34
2830         Log: Subject: typos in pods
2831              From: Nicholas Clark <nick@ccl4.org>
2832              Date: Wed, 30 Aug 2000 01:12:50 +0100
2833              Message-ID: <20000830011249.A61388@plum.flirble.org>
2834      Branch: perl
2835            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
2836            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
2837            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
2838            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
2839 ____________________________________________________________________________
2840 [  6916] By: jhi                                   on 2000/08/30  14:19:09
2841         Log: Document Storable problems on Crays.  (Will have
2842              to document all the other Storable problems, too.)
2843      Branch: perl
2844            ! pod/perldelta.pod
2845 ____________________________________________________________________________
2846 [  6915] By: jhi                                   on 2000/08/30  14:06:02
2847         Log: Subject: [PATCH] fix misc cast warnings
2848              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2849              Date: Tue, 29 Aug 2000 23:16:14 -0700
2850              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
2851      Branch: perl
2852            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
2853            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
2854            ! os2/os2ish.h
2855 ____________________________________________________________________________
2856 [  6914] By: jhi                                   on 2000/08/30  14:03:45
2857         Log: Timestamp mismatch again.  Need to fix this dependence on
2858              config_h.SH timestamp, since it's the contents of config_h.SH
2859              that matter.
2860      Branch: perl
2861            ! uconfig.h uconfig.sh
2862 ____________________________________________________________________________
2863 [  6913] By: jhi                                   on 2000/08/30  13:54:06
2864         Log: Don't say "Perl 5.0 source kit".
2865      Branch: perl
2866            ! perl.c
2867 ____________________________________________________________________________
2868 [  6912] By: jhi                                   on 2000/08/30  13:51:24
2869         Log: Reset archname and archname64 always, forcing them be
2870              recomputed at each Configure run, make Configure and
2871              the hints files agree on the naming of largefiles variables.
2872      Branch: metaconfig
2873            ! U/threads/archname.U
2874      Branch: metaconfig/U/perl
2875            ! use64bits.U
2876      Branch: perl
2877            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
2878            ! hints/linux.sh hints/solaris_2.sh
2879 ____________________________________________________________________________
2880 [  6911] By: jhi                                   on 2000/08/30  13:30:13
2881         Log: Put back the slice accidentally removed by #6907.
2882      Branch: perl
2883            ! hints/solaris_2.sh
2884 ____________________________________________________________________________
2885 [  6910] By: jhi                                   on 2000/08/30  01:24:26
2886         Log: Be consistent: other Net::get* do export theirs.
2887              
2888              Subject: Re: Net::protoent does not export 'getproto'
2889              From: Yasushi Nakajima <sey@jkc.co.jp>
2890              Date: Wed, 30 Aug 2000 09:53:14 +0900
2891              Message-Id: <200008300051.DAA24700@taku.hut.fi>
2892      Branch: perl
2893            ! lib/Net/protoent.pm
2894 ____________________________________________________________________________
2895 [  6909] By: jhi                                   on 2000/08/30  01:17:25
2896         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
2897              From: Gurusamy Sarathy <gsar@ActiveState.com>
2898              Date: Tue, 29 Aug 2000 17:17:07 -0700
2899              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
2900      Branch: perl
2901            ! cop.h
2902 ____________________________________________________________________________
2903 [  6908] By: jhi                                   on 2000/08/30  00:58:05
2904         Log: Update Changes.
2905      Branch: perl
2906            ! Changes patchlevel.h
2907 ____________________________________________________________________________
2908 [  6907] By: jhi                                   on 2000/08/30  00:57:22
2909         Log: Introduce ccname to keep track of what compiler kind of we have.
2910      Branch: metaconfig/U/perl
2911            ! Checkcc.U gccvers.U
2912      Branch: perl
2913            ! Configure config_h.SH hints/solaris_2.sh
2914 ____________________________________________________________________________
2915 [  6906] By: jhi                                   on 2000/08/30  00:25:47
2916         Log: Put back the flags dump as reasoned in
2917              
2918              Subject: Re: [PATCH] Glob dumping
2919              From: Mike Guy <mjtg@cam.ac.uk> 
2920              Date: Tue, 29 Aug 2000 21:41:32 +0100
2921              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
2922      Branch: perl
2923            ! dump.c t/lib/peek.t
2924 ____________________________________________________________________________
2925 [  6905] By: jhi                                   on 2000/08/30  00:16:17
2926         Log: Make the epsilon to be relative, not absolute.
2927              
2928              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
2929              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
2930              Date: Tue, 29 Aug 2000 19:58:56 -0400
2931              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
2932      Branch: perl
2933            ! t/lib/trig.t
2934 ____________________________________________________________________________
2935 [  6904] By: jhi                                   on 2000/08/30  00:13:09
2936         Log: From now on, Gisle is on my list of usual suspects :-)
2937              Retract #6902.
2938      Branch: perl
2939            ! ext/Opcode/Safe.pm
2940 ____________________________________________________________________________
2941 [  6903] By: jhi                                   on 2000/08/29  23:51:20
2942         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
2943              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2944              Date: Tue, 29 Aug 2000 18:43:26 -0500
2945              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
2946      Branch: perl
2947            + vms/vmspipe.com
2948            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
2949            ! vms/vms.c
2950 ____________________________________________________________________________
2951 [  6902] By: jhi                                   on 2000/08/29  23:44:14
2952         Log: Retry what #6882 attempted.
2953              
2954              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
2955              From: Gisle Aas <gisle@ActiveState.com>
2956              Date: 30 Aug 2000 00:33:09 +0200
2957              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
2958      Branch: perl
2959            ! ext/Opcode/Safe.pm
2960 ____________________________________________________________________________
2961 [  6901] By: jhi                                   on 2000/08/29  22:59:32
2962         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
2963              From: Hugo <hv@crypt.compulink.co.uk>
2964              Date: Mon, 12 Jun 2000 19:36:08 +0100
2965              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
2966      Branch: perl
2967            ! sv.c
2968 ____________________________________________________________________________
2969 [  6900] By: jhi                                   on 2000/08/29  22:58:35
2970         Log: Admit that we are leaking scalars.
2971              
2972              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
2973              From: Spider Boardman <spider@leggy.zk3.dec.com>
2974              Date: Tue, 29 Aug 2000 18:48:29 -0400
2975              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
2976      Branch: perl
2977            ! t/pragma/warnings.t
2978 ____________________________________________________________________________
2979 [  6899] By: jhi                                   on 2000/08/29  20:53:13
2980         Log: Update Changes.
2981      Branch: perl
2982            ! Changes patchlevel.h
2983 ____________________________________________________________________________
2984 [  6898] By: jhi                                   on 2000/08/29  20:46:21
2985         Log: Undo namespace pollution of #6878.
2986              
2987              Subject: Re: Net::protoent does not export 'getproto'
2988              From: Mike Guy <mjtg@cam.ac.uk>
2989              Date: Tue, 29 Aug 2000 21:32:37 +0100
2990              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
2991      Branch: perl
2992            ! lib/Net/protoent.pm
2993 ____________________________________________________________________________
2994 [  6897] By: jhi                                   on 2000/08/29  20:44:29
2995         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
2996              From: Peter Prymmer <pvhp@forte.com>
2997              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
2998              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
2999      Branch: perl
3000            ! pod/perlebcdic.pod
3001 ____________________________________________________________________________
3002 [  6896] By: jhi                                   on 2000/08/29  20:40:57
3003         Log: There's no point repeating the 'revision' (5) of perl5.
3004      Branch: metaconfig/U/perl
3005            ! Devel.U patchlevel.U
3006      Branch: perl
3007            ! Configure config_h.SH
3008 ____________________________________________________________________________
3009 [  6895] By: jhi                                   on 2000/08/29  20:16:58
3010         Log: Regen Configure for #6894.
3011      Branch: metaconfig/U/perl
3012            ! perladmin.U
3013      Branch: perl
3014            ! Configure config_h.SH
3015 ____________________________________________________________________________
3016 [  6894] By: jhi                                   on 2000/08/29  19:59:52
3017         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
3018              From: "Philip Newton" <Philip.Newton@gmx.net>
3019              Date: Tue, 29 Aug 2000 21:39:14 +0200
3020              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
3021      Branch: perl
3022            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
3023            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
3024            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
3025            ! utils/perlbug.PL
3026 ____________________________________________________________________________
3027 [  6893] By: jhi                                   on 2000/08/29  19:55:30
3028         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
3029              From: "Philip Newton" <Philip.Newton@gmx.net>
3030              Date: Tue, 29 Aug 2000 21:39:14 +0200
3031              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
3032      Branch: perl
3033            ! installhtml
3034 ____________________________________________________________________________
3035 [  6892] By: jhi                                   on 2000/08/29  19:53:59
3036         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
3037              From: "Philip Newton" <Philip.Newton@gmx.net>
3038              Date: Tue, 29 Aug 2000 21:48:18 +0200
3039              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
3040      Branch: perl
3041            ! lib/File/Temp.pm
3042 ____________________________________________________________________________
3043 [  6891] By: jhi                                   on 2000/08/29  18:30:03
3044         Log: Nail the ID 20000828.023.
3045      Branch: perl
3046            ! ext/Storable/Storable.xs
3047 ____________________________________________________________________________
3048 [  6890] By: jhi                                   on 2000/08/29  16:50:17
3049         Log: Under usethreads the dumped variable is IN_PAD.
3050              
3051              Subject: Re: [PATCH] Glob dumping
3052              From: Gisle Aas <gisle@ActiveState.com>
3053              Date: 29 Aug 2000 18:45:05 +0200
3054              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
3055      Branch: perl
3056            ! t/lib/peek.t
3057 ____________________________________________________________________________
3058 [  6889] By: jhi                                   on 2000/08/29  15:17:37
3059         Log: Update Changes.
3060      Branch: perl
3061            ! Changes patchlevel.h
3062 ____________________________________________________________________________
3063 [  6888] By: jhi                                   on 2000/08/29  14:49:59
3064         Log: Retract #6882, broke the safe tests.
3065      Branch: perl
3066            ! ext/Opcode/Safe.pm
3067 ____________________________________________________________________________
3068 [  6887] By: jhi                                   on 2000/08/29  14:47:06
3069         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
3070              From: Gisle Aas <gisle@ActiveState.com> 
3071              Date: 09 Jun 2000 20:00:11 +0200
3072              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
3073      Branch: perl
3074            ! utils/perldoc.PL
3075 ____________________________________________________________________________
3076 [  6886] By: jhi                                   on 2000/08/29  14:42:45
3077         Log: The #6881 removed one dump line.
3078      Branch: perl
3079            ! t/lib/peek.t
3080 ____________________________________________________________________________
3081 [  6885] By: jhi                                   on 2000/08/29  14:30:47
3082         Log: Don't forget to tidy up.
3083      Branch: perl
3084            ! t/lib/ftmp-security.t
3085 ____________________________________________________________________________
3086 [  6884] By: jhi                                   on 2000/08/29  14:25:17
3087         Log: Disabling the one test is a bit tricky.
3088      Branch: perl
3089            ! t/lib/ftmp-security.t
3090 ____________________________________________________________________________
3091 [  6883] By: jhi                                   on 2000/08/29  14:16:25
3092         Log: Disable one of the tests for now.
3093      Branch: perl
3094            ! t/lib/ftmp-security.t
3095 ____________________________________________________________________________
3096 [  6882] By: jhi                                   on 2000/08/29  14:05:50
3097         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
3098              From: gisle@aas.no
3099              Date: 29 Aug 2000 10:35:06 -0000
3100              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
3101      Branch: perl
3102            ! ext/Opcode/Safe.pm
3103 ____________________________________________________________________________
3104 [  6881] By: jhi                                   on 2000/08/29  14:03:51
3105         Log: Subject: [PATCH] Glob dumping
3106              From: Gisle Aas <gisle@ActiveState.com>
3107              Date: 29 Aug 2000 07:59:42 -0000
3108              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
3109      Branch: perl
3110            ! dump.c
3111 ____________________________________________________________________________
3112 [  6880] By: jhi                                   on 2000/08/29  14:02:01
3113         Log: Subject: [PATCH] Warnings in B::Deparse
3114              From: <abigail@foad.org>
3115              Date: Tue, 29 Aug 2000 00:00:01 -0400
3116              Message-ID: <20000829040001.2999.qmail@foad.org>
3117      Branch: perl
3118            ! ext/B/B/Deparse.pm
3119 ____________________________________________________________________________
3120 [  6879] By: jhi                                   on 2000/08/29  13:57:26
3121         Log: Missed a change in #6869.
3122      Branch: perl
3123            ! mg.c
3124 ____________________________________________________________________________
3125 [  6878] By: jhi                                   on 2000/08/29  13:45:04
3126         Log: Subject: Net::protoent does not export 'getproto'
3127              From: Yasushi Nakajima <sey@jkc.co.jp>
3128              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
3129      Branch: perl
3130            ! lib/Net/protoent.pm
3131 ____________________________________________________________________________
3132 [  6877] By: jhi                                   on 2000/08/29  13:39:19
3133         Log: Patches all over for people and the files they (hopefully) care about.
3134      Branch: perl
3135            ! AUTHORS Changes MAINTAIN
3136 ____________________________________________________________________________
3137 [  6876] By: jhi                                   on 2000/08/29  12:53:54
3138         Log: Fix for thinko in #6848.
3139              
3140              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
3141              From: Lupe Christoph <lupe@lupe-christoph.de>
3142              Date: Tue, 29 Aug 2000 09:04:08 +0200
3143              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
3144      Branch: perl
3145            ! ext/Thread/Thread.xs
3146 ____________________________________________________________________________
3147 [  6875] By: jhi                                   on 2000/08/29  12:50:14
3148         Log: Update to Getopt::Long 2.24, from Johan Vromans.
3149      Branch: perl
3150            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
3151 ____________________________________________________________________________
3152 [  6874] By: jhi                                   on 2000/08/29  02:09:53
3153         Log: Use minimal @INC in tests, most of the time just '../lib',
3154              so that we simply can't pick up stuff from other Perls than
3155              the one we are testing.  Pointed out by
3156              
3157              From: Mike Guy <mjtg@cam.ac.uk>
3158              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
3159              Date: Fri, 25 Aug 2000 15:15:59 +0100
3160              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
3161      Branch: perl
3162            ! (edit 185 files)
3163 ____________________________________________________________________________
3164 [  6873] By: jhi                                   on 2000/08/29  01:07:11
3165         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
3166              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3167              Date: Mon, 28 Aug 2000 17:45:52 -0700
3168              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
3169      Branch: perl
3170            ! Makefile.SH hints/os2.sh
3171 ____________________________________________________________________________
3172 [  6872] By: jhi                                   on 2000/08/28  23:33:39
3173         Log: Subject: [PATCH bleedperl@6866] spellings
3174              From: marcel@codewerk.com (Marcel Grunauer)
3175              Date: Tue, 29 Aug 2000 01:19:59 +0200
3176              Message-Id: <200008282319.BAA29862@gandalf.local>
3177      Branch: perl
3178            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
3179            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
3180            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
3181 ____________________________________________________________________________
3182 [  6871] By: jhi                                   on 2000/08/28  23:22:09
3183         Log: Take out the SUIDMAIL thing, that will not be
3184              a problem in 5.7.*.
3185      Branch: perl
3186            ! patchlevel.h
3187 ____________________________________________________________________________
3188 [  6870] By: jhi                                   on 2000/08/28  23:19:30
3189         Log: -S is the silent flag, -s is the strip flag.
3190              
3191              Subject: [PATCH] Re: [PATCH] make no-install          
3192              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3193              Date: Mon, 28 Aug 2000 15:12:55 -0700
3194              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
3195      Branch: perl
3196            ! Makefile.SH
3197 ____________________________________________________________________________
3198 [  6869] By: jhi                                   on 2000/08/28  23:12:05
3199         Log: Subject: [PATCH bleedperl@6856] warnings fixes
3200              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3201              Date: Mon, 28 Aug 2000 23:55:06 +0100
3202              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
3203      Branch: perl
3204            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
3205            ! warnings.h warnings.pl
3206 ____________________________________________________________________________
3207 [  6868] By: jhi                                   on 2000/08/28  21:38:22
3208         Log: Potential cruft.
3209      Branch: perl
3210            ! Makefile.SH
3211 ____________________________________________________________________________
3212 [  6867] By: jhi                                   on 2000/08/28  21:35:36
3213         Log: Update Changes.
3214      Branch: perl
3215            ! Changes patchlevel.h
3216 ____________________________________________________________________________
3217 [  6866] By: jhi                                   on 2000/08/28  21:33:49
3218         Log: Subject: hv.h Doc Patch
3219              From: Fisher Mark <fisherm@tce.com>
3220              Date: Mon, 28 Aug 2000 16:24:59 -0500
3221              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
3222      Branch: perl
3223            ! hv.h
3224 ____________________________________________________________________________
3225 [  6865] By: jhi                                   on 2000/08/28  21:02:15
3226         Log: Add -ld to archname on long tr...double platforms.
3227      Branch: metaconfig
3228            ! U/threads/archname.U
3229      Branch: perl
3230            ! Configure config_h.SH
3231 ____________________________________________________________________________
3232 [  6864] By: jhi                                   on 2000/08/28  20:38:59
3233         Log: An attempt to fix the problem reported in
3234              
3235              Subject: Building perl@6856 using gcc/AIX 4.3.3 
3236              From: Daniel Muino <dmuino@afip.gov.ar> 
3237              Date: Mon, 28 Aug 2000 15:50:01 -0300   
3238              Message-ID: <20000828155001.A14403@con2-dgi>
3239              
3240              I can't test this properly since the gcc installation I have
3241              access to seems to be botched (gcc is calling the AIX cpp,
3242              a losing proposition...)
3243      Branch: perl
3244            ! hints/aix.sh
3245 ____________________________________________________________________________
3246 [  6863] By: jhi                                   on 2000/08/28  18:57:52
3247         Log: Fix for ID 20000828.001, long doubles were not formatted
3248              correctly (showed up in $], which stopped installing perl).
3249      Branch: perl
3250            ! sv.c
3251 ____________________________________________________________________________
3252 [  6862] By: jhi                                   on 2000/08/28  18:07:15
3253         Log: Typo in #6858.
3254      Branch: perl
3255            ! lib/Cwd.pm
3256 ____________________________________________________________________________
3257 [  6861] By: jhi                                   on 2000/08/28  17:57:27
3258         Log: opmini.o may be left around if a build is interrupted.
3259      Branch: perl
3260            ! Makefile.SH
3261 ____________________________________________________________________________
3262 [  6860] By: jhi                                   on 2000/08/28  16:52:50
3263         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
3264              From: Daniel Chetlin <daniel@chetlin.com>
3265              Date: Mon, 28 Aug 2000 01:14:18 -0700
3266              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
3267      Branch: perl
3268            ! lib/overload.pm
3269 ____________________________________________________________________________
3270 [  6859] By: jhi                                   on 2000/08/28  16:08:46
3271         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
3272              From: Nicholas Clark <nick@ccl4.org>
3273              Date: Mon, 28 Aug 2000 16:03:27 +0100
3274              Message-Id: <20000828160327.C49785@plum.flirble.org>
3275      Branch: perl
3276            ! ext/ByteLoader/bytecode.h
3277 ____________________________________________________________________________
3278 [  6858] By: jhi                                   on 2000/08/28  16:02:10
3279         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
3280              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
3281              Date: Mon, 28 Aug 2000 13:08:30 +0200
3282              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
3283      Branch: perl
3284            ! lib/Cwd.pm
3285 ____________________________________________________________________________
3286 [  6857] By: jhi                                   on 2000/08/28  15:42:47
3287         Log: display_format used as a class method without arguments was broken,
3288              reported in
3289              
3290              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
3291              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
3292              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
3293              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
3294      Branch: perl
3295            ! lib/Math/Complex.pm t/lib/complex.t
3296 ____________________________________________________________________________
3297 [  6856] By: jhi                                   on 2000/08/27  22:09:48
3298         Log: Update Changes.
3299      Branch: perl
3300            ! Changes patchlevel.h
3301 ____________________________________________________________________________
3302 [  6855] By: jhi                                   on 2000/08/27  21:59:21
3303         Log: Retract #6853 (false alarm).
3304      Branch: perl
3305            ! lib/ExtUtils/xsubpp
3306 ____________________________________________________________________________
3307 [  6854] By: jhi                                   on 2000/08/27  21:37:44
3308         Log: Update Changes.
3309      Branch: perl
3310            ! Changes patchlevel.h
3311 ____________________________________________________________________________
3312 [  6853] By: jhi                                   on 2000/08/27  21:37:16
3313         Log: Subject: [PATCH perl@6850] workaround for xsubpp
3314              From: Hugo <hv@crypt.compulink.co.uk>
3315              Date: Sun, 27 Aug 2000 22:30:25 +0100
3316              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
3317      Branch: perl
3318            ! lib/ExtUtils/xsubpp
3319 ____________________________________________________________________________
3320 [  6852] By: jhi                                   on 2000/08/27  21:33:58
3321         Log: Big-endian 64-bit patch from Raphael Manfredi.
3322      Branch: perl
3323            ! ext/Storable/Storable.xs
3324 ____________________________________________________________________________
3325 [  6851] By: jhi                                   on 2000/08/27  21:22:21
3326         Log: More ruthless editing from Hugo van der Sanden.
3327      Branch: perl
3328            ! pod/perldelta.pod
3329 ____________________________________________________________________________
3330 [  6850] By: jhi                                   on 2000/08/27  16:11:46
3331         Log: Update Changes.
3332      Branch: perl
3333            ! Changes patchlevel.h
3334 ____________________________________________________________________________
3335 [  6849] By: jhi                                   on 2000/08/27  16:11:05
3336         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
3337      Branch: perl
3338            ! configpm pod/perldelta.pod
3339 ____________________________________________________________________________
3340 [  6848] By: jhi                                   on 2000/08/27  15:35:08
3341         Log: Use the actual thread type, not the pointer-to-struct.
3342      Branch: perl
3343            ! ext/Thread/Thread.xs
3344 ____________________________________________________________________________
3345 [  6847] By: jhi                                   on 2000/08/27  15:30:49
3346         Log: Test nit.
3347      Branch: perl
3348            ! t/pragma/warn/pp_sys
3349 ____________________________________________________________________________
3350 [  6846] By: jhi                                   on 2000/08/27  15:19:02
3351         Log: Passing -R in ldflags makes now it to appear in the default
3352              for lddlflags, just like with -L.
3353              
3354              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3355              From: Lupe Christoph <lupe@lupe-christoph.de>
3356              Date: Sun, 27 Aug 2000 10:28:21 +0200
3357              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
3358      Branch: metaconfig/U/perl
3359            ! dlsrc.U
3360      Branch: perl
3361            ! Configure
3362 ____________________________________________________________________________
3363 [  6845] By: jhi                                   on 2000/08/27  15:08:54
3364         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
3365              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3366              Date: Sat, 26 Aug 2000 22:23:27 +0100
3367              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
3368      Branch: perl
3369            ! lib/ExtUtils/MM_Unix.pm
3370 ____________________________________________________________________________
3371 [  6844] By: jhi                                   on 2000/08/27  15:02:37
3372         Log: DJGPP update from Laszlo Molnar.
3373              
3374              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
3375              From: ml1050 <ml1050@freemail.hu>
3376              Date: Sat, 26 Aug 2000 23:24:40 +0200
3377              Message-Id: <20000826232440.A439@freemail.hu>
3378      Branch: perl
3379            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
3380            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
3381 ____________________________________________________________________________
3382 [  6843] By: jhi                                   on 2000/08/27  14:53:58
3383         Log: Subject: installman buglet
3384              From: Lupe Christoph <lupe@lupe-christoph.de>
3385              Date: Sun, 27 Aug 2000 14:38:59 +0200
3386              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
3387      Branch: perl
3388            ! installman
3389 ____________________________________________________________________________
3390 [  6842] By: jhi                                   on 2000/08/27  14:52:08
3391         Log: Can't get the test to reliably work thanks to the
3392              inaccurateness of floating point.  "Resolves" bug ids
3393              20000826.003, 20000826.009, 20000826.010,
3394      Branch: perl
3395            ! t/lib/trig.t
3396 ____________________________________________________________________________
3397 [  6841] By: jhi                                   on 2000/08/26  15:53:58
3398         Log: Update Changes.
3399      Branch: perl
3400            ! Changes patchlevel.h
3401 ____________________________________________________________________________
3402 [  6840] By: jhi                                   on 2000/08/26  14:23:03
3403         Log: grep -e isn't portable.
3404              
3405              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
3406              From: chris@broadband.att.com
3407              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
3408              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
3409      Branch: perl
3410            ! hints/solaris_2.sh
3411 ____________________________________________________________________________
3412 [  6839] By: jhi                                   on 2000/08/26  14:12:23
3413         Log: no-install target a la make -n.
3414              
3415              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
3416              From: <abigail@foad.org>
3417              Date: Sat, 26 Aug 2000 03:57:34 -0400
3418              Message-ID: <20000826075735.18912.qmail@foad.org>
3419      Branch: perl
3420            ! Makefile.SH installman installperl
3421 ____________________________________________________________________________
3422 [  6838] By: jhi                                   on 2000/08/26  14:06:33
3423         Log: Retract #6826 as the #6828 should be do the same
3424              in a More Correct Way.
3425      Branch: perl
3426            ! installperl
3427 ____________________________________________________________________________
3428 [  6837] By: jhi                                   on 2000/08/26  05:24:00
3429         Log: More casting.
3430      Branch: perl
3431            ! ext/Storable/Storable.xs
3432 ____________________________________________________________________________
3433 [  6836] By: jhi                                   on 2000/08/26  05:05:46
3434         Log: Nicer in decimal.
3435      Branch: perl
3436            ! ext/Storable/Storable.xs
3437 ____________________________________________________________________________
3438 [  6835] By: jhi                                   on 2000/08/26  05:03:50
3439         Log: There be no UVdf.
3440      Branch: perl
3441            ! ext/Storable/Storable.xs
3442 ____________________________________________________________________________
3443 [  6834] By: jhi                                   on 2000/08/26  05:00:18
3444         Log: Continue IVdfing and UVxfing.
3445      Branch: perl
3446            ! ext/Storable/Storable.xs
3447 ____________________________________________________________________________
3448 [  6833] By: jhi                                   on 2000/08/26  04:53:14
3449         Log: Use IVdf.
3450      Branch: perl
3451            ! ext/Storable/Storable.xs
3452 ____________________________________________________________________________
3453 [  6832] By: jhi                                   on 2000/08/26  04:40:41
3454         Log: Document PTR2XX and INT2PTR.
3455      Branch: perl
3456            ! pod/perlguts.pod
3457 ____________________________________________________________________________
3458 [  6831] By: jhi                                   on 2000/08/26  04:33:18
3459         Log: Use UVxf, PTR2UV, NVff.
3460      Branch: perl
3461            ! ext/Storable/Storable.xs
3462 ____________________________________________________________________________
3463 [  6830] By: jhi                                   on 2000/08/26  04:31:32
3464         Log: Update the test count.
3465      Branch: perl
3466            ! t/lib/trig.t
3467 ____________________________________________________________________________
3468 [  6829] By: jhi                                   on 2000/08/26  03:05:50
3469         Log: Subject: [PATCH] installation not quite silent yet.
3470              From: <abigail@foad.org>
3471              Date: Fri, 25 Aug 2000 20:07:53 -0400
3472              Message-ID: <20000826000753.7822.qmail@foad.org>
3473      Branch: perl
3474            ! installman installperl
3475 ____________________________________________________________________________
3476 [  6828] By: jhi                                   on 2000/08/26  03:05:14
3477         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
3478              From: Spider Boardman <spider@web.zk3.dec.com>
3479              Date: Fri, 25 Aug 2000 19:12:40 -0400
3480              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
3481      Branch: perl
3482            ! gv.c
3483 ____________________________________________________________________________
3484 [  6827] By: jhi                                   on 2000/08/25  23:54:34
3485         Log: Support preserving extremely big/small angles.
3486      Branch: perl
3487            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
3488 ____________________________________________________________________________
3489 [  6826] By: jhi                                   on 2000/08/25  23:01:20
3490         Log: Patch installperl to be long double-aware.
3491              
3492              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
3493              From: Spider Boardman <spider@web.zk3.dec.com>
3494              Date: Fri, 25 Aug 2000 18:15:23 -0400
3495              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
3496      Branch: perl
3497            ! installperl
3498 ____________________________________________________________________________
3499 [  6825] By: jhi                                   on 2000/08/25  22:58:25
3500         Log: Remove duplicately applied patch shards.
3501              
3502              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
3503              From: Spider Boardman <spider@leggy.zk3.dec.com>
3504              Date: Fri, 25 Aug 2000 16:45:03 -0400
3505              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
3506      Branch: perl
3507            ! t/lib/cgi-html.t
3508 ____________________________________________________________________________
3509 [  6824] By: jhi                                   on 2000/08/25  22:57:00
3510         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3511              From: Daniel Chetlin <daniel@chetlin.com>
3512              Date: Fri, 25 Aug 2000 12:23:16 -0700
3513              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
3514              
3515              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3516              From: Daniel Chetlin <daniel@chetlin.com>
3517              Date: Fri, 25 Aug 2000 14:47:19 -0700
3518              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
3519      Branch: perl
3520            ! installman
3521 ____________________________________________________________________________
3522 [  6823] By: jhi                                   on 2000/08/25  22:44:17
3523         Log: Timestamp problem?
3524      Branch: perl
3525            ! uconfig.h uconfig.sh
3526 ____________________________________________________________________________
3527 [  6822] By: jhi                                   on 2000/08/25  19:01:06
3528         Log: One forgotten file from #6816.
3529      Branch: perl
3530            ! vos/config.h
3531 ____________________________________________________________________________
3532 [  6821] By: jhi                                   on 2000/08/25  18:56:39
3533         Log: Regen Changes.
3534      Branch: perl
3535            ! Changes patchlevel.h
3536 ____________________________________________________________________________
3537 [  6820] By: jhi                                   on 2000/08/25  18:52:35
3538         Log: Fix Changes ordering.
3539      Branch: perl
3540            ! Changes
3541 ____________________________________________________________________________
3542 [  6819] By: jhi                                   on 2000/08/25  18:50:25
3543         Log: Update Changes.
3544      Branch: perl
3545            ! Changes patchlevel.h
3546 ____________________________________________________________________________
3547 [  6818] By: jhi                                   on 2000/08/25  18:47:45
3548         Log: Tweak the sfio/useperlio logic, hopefully as wished in
3549              
3550              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
3551              From: Nicholas Clark <nick@babyhippo.co.uk>
3552              Date: Fri, 25 Aug 2000 12:01:45 +0100
3553              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
3554      Branch: metaconfig/U/perl
3555            ! d_sfio.U
3556      Branch: perl
3557            ! Configure
3558 ____________________________________________________________________________
3559 [  6817] By: jhi                                   on 2000/08/25  18:32:51
3560         Log: Allow microperl to assume <math.h>, without it the math
3561              functions like floor() are assumed to return int, which makes
3562              for core dumps in machines where integer and floating register
3563              don't mix.
3564      Branch: perl
3565            ! uconfig.h uconfig.sh
3566 ____________________________________________________________________________
3567 [  6816] By: jhi                                   on 2000/08/25  18:27:17
3568         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
3569              the problem reported in
3570              
3571              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
3572              From: danhale@us.ibm.com
3573              Date: Fri, 25 Aug 2000 10:58:06 -0400
3574              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
3575      Branch: metaconfig/U/perl
3576            + d_socks5_init.U
3577      Branch: perl
3578            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
3579            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
3580            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
3581            ! win32/config.gc win32/config.vc
3582 ____________________________________________________________________________
3583 [  6815] By: jhi                                   on 2000/08/25  17:43:31
3584         Log: A solution for the retrieve_fd autosplit warning,
3585              idea suggested by Mike Guy.
3586      Branch: perl
3587            ! ext/Storable/Storable.pm
3588 ____________________________________________________________________________
3589 [  6814] By: jhi                                   on 2000/08/25  17:16:03
3590         Log: Add install-silent target.
3591      Branch: perl
3592            ! Makefile.SH
3593 ____________________________________________________________________________
3594 [  6813] By: jhi                                   on 2000/08/25  17:14:23
3595         Log: Subject: Re: [PATCH] More silencing of installman.
3596              From: <abigail@foad.org>
3597              Date: Thu, 24 Aug 2000 19:27:03 -0400
3598              Message-ID: <20000824232703.7001.qmail@foad.org>
3599              
3600              Subject: Re: [PATCH] More silencing of installman.
3601              From: <abigail@foad.org>
3602              Date: Fri, 25 Aug 2000 03:00:58 -0400
3603              Message-ID: <20000825070058.10697.qmail@foad.org>
3604      Branch: perl
3605            ! installman
3606 ____________________________________________________________________________
3607 [  6812] By: jhi                                   on 2000/08/25  17:11:28
3608         Log: installperl --verbose and --silent.
3609              
3610              Subject: Re: [PATCH] More silencing of installman.
3611              From: <abigail@foad.org>
3612              Message-ID: <20000825064430.9719.qmail@foad.org>
3613              Date: Fri, 25 Aug 2000 02:44:30 -0400
3614      Branch: perl
3615            ! installperl
3616 ____________________________________________________________________________
3617 [  6811] By: jhi                                   on 2000/08/25  17:05:43
3618         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
3619              From: "Peter J. Farley III" <pjfarley@banet.net>
3620              Date: Thu, 24 Aug 2000 21:58:03 -0400
3621              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
3622              
3623              (applied slightly modified)
3624      Branch: perl
3625            ! lib/ExtUtils/MM_Unix.pm
3626 ____________________________________________________________________________
3627 [  6810] By: jhi                                   on 2000/08/25  17:01:18
3628         Log: Missing parts of 
3629              
3630              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
3631              From: Peter Prymmer <pvhp@forte.com>
3632              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
3633              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
3634      Branch: perl
3635            ! t/lib/cgi-html.t
3636 ____________________________________________________________________________
3637 [  6809] By: jhi                                   on 2000/08/25  16:46:32
3638         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
3639              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3640              Date: Thu, 24 Aug 2000 19:13:11 -0500
3641              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
3642      Branch: perl
3643            ! vms/vms.c
3644 ____________________________________________________________________________
3645 [  6808] By: jhi                                   on 2000/08/25  16:39:22
3646         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
3647              From: Peter Prymmer <pvhp@forte.com>
3648              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
3649              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
3650      Branch: perl
3651            ! configure.com
3652 ____________________________________________________________________________
3653 [  6807] By: jhi                                   on 2000/08/25  16:36:37
3654         Log: Better wording for the vec lvalue diagnostic.
3655              
3656              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3657              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3658              Date: Wed, 23 Aug 2000 14:12:16 -0400
3659              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
3660      Branch: perl
3661            ! pod/perldiag.pod
3662 ____________________________________________________________________________
3663 [  6806] By: jhi                                   on 2000/08/24  18:17:22
3664         Log: Subject: [PATCH] More silencing of installman.
3665              From: <abigail@foad.org>
3666              Date: Thu, 24 Aug 2000 14:01:44 -0400
3667              Message-ID: <20000824180144.20062.qmail@foad.org>
3668      Branch: perl
3669            ! installman
3670 ____________________________________________________________________________
3671 [  6805] By: jhi                                   on 2000/08/24  15:00:31
3672         Log: Update Changes.
3673      Branch: perl
3674            ! Changes patchlevel.h
3675 ____________________________________________________________________________
3676 [  6804] By: jhi                                   on 2000/08/24  14:59:07
3677         Log: Regen perltoc.
3678      Branch: perl
3679            ! pod/perltoc.pod
3680 ____________________________________________________________________________
3681 [  6803] By: jhi                                   on 2000/08/24  14:44:39
3682         Log: Show the doc file, not the temp file.
3683      Branch: perl
3684            ! installman
3685 ____________________________________________________________________________
3686 [  6802] By: jhi                                   on 2000/08/24  14:41:53
3687         Log: Continue silencing.
3688      Branch: perl
3689            ! installman
3690 ____________________________________________________________________________
3691 [  6801] By: jhi                                   on 2000/08/24  14:34:40
3692         Log: Actually do something with the silencer option.
3693      Branch: perl
3694            ! installman
3695 ____________________________________________________________________________
3696 [  6800] By: jhi                                   on 2000/08/24  14:26:22
3697         Log: Make installman to recognize the silence flag -S.
3698      Branch: perl
3699            ! installman
3700 ____________________________________________________________________________
3701 [  6799] By: jhi                                   on 2000/08/24  13:49:38
3702         Log: DOS patches and portability/porting notes, from Tim Jenness.
3703      Branch: perl
3704            ! lib/File/Temp.pm
3705 ____________________________________________________________________________
3706 [  6798] By: jhi                                   on 2000/08/24  13:48:27
3707         Log: Create directories in silence.
3708              
3709              Subject: [PATCH] Another silencer for MakeMaker
3710              From: andreas.koenig@anima.de (Andreas J. Koenig)
3711              Date: 24 Aug 2000 14:18:52 +0200
3712              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
3713      Branch: perl
3714            ! lib/ExtUtils/Command.pm
3715 ____________________________________________________________________________
3716 [  6797] By: jhi                                   on 2000/08/24  13:46:42
3717         Log: More liberal parsing of version numbers.
3718              
3719              Subject: Re: CPAN.pm beta for testing available
3720              From: andreas.koenig@anima.de (Andreas J. Koenig)
3721              Date: 24 Aug 2000 13:51:57 +0200
3722              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
3723      Branch: perl
3724            ! lib/CPAN.pm
3725 ____________________________________________________________________________
3726 [  6796] By: jhi                                   on 2000/08/24  13:44:36
3727         Log: Make "make install" by default silent.  A new "install-verbose"
3728              target is verbose.
3729      Branch: perl
3730            ! Makefile.SH
3731 ____________________________________________________________________________
3732 [  6795] By: jhi                                   on 2000/08/24  13:39:14
3733         Log: Add silencer flags to installperl.
3734              
3735              Subject: [PATCH] Making installperl silent.
3736              From: <abigail@foad.org>
3737              Date: Thu, 24 Aug 2000 05:01:45 -0400
3738              Message-ID: <20000824090145.13141.qmail@foad.org>
3739      Branch: perl
3740            ! installperl
3741 ____________________________________________________________________________
3742 [  6794] By: jhi                                   on 2000/08/24  13:35:50
3743         Log: installperl couldn't tell whether it had run tests or not.
3744              
3745              Subject: [PATCH] Re: installperl and t/TEST
3746              From: <abigail@foad.org>
3747              Date: Thu, 24 Aug 2000 04:00:53 -0400
3748              Message-ID: <20000824080053.2494.qmail@foad.org>
3749      Branch: perl
3750            ! Makefile.SH installperl
3751 ____________________________________________________________________________
3752 [  6793] By: jhi                                   on 2000/08/24  13:27:50
3753         Log: Drop the separate perlbc, perlcc -b should be enough.
3754      Branch: perl
3755            - utils/perlbc.PL
3756            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
3757 ____________________________________________________________________________
3758 [  6792] By: jhi                                   on 2000/08/24  04:41:30
3759         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
3760              plus the typo fix from Peter Prymmer.
3761      Branch: perl
3762            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
3763            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3764 ____________________________________________________________________________
3765 [  6791] By: jhi                                   on 2000/08/24  02:10:43
3766         Log: Replace #6705 with a minimal doc patch.
3767              
3768              Subject: [PATCH 5.6.0] replace change #6705
3769              From: Jan Dubois <jand@ActiveState.com>
3770              Date: Wed, 23 Aug 2000 18:31:51 -0700
3771              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
3772      Branch: perl
3773            ! lib/Win32.pod win32/win32.c
3774 ____________________________________________________________________________
3775 [  6790] By: jhi                                   on 2000/08/23  17:52:00
3776         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3777              From: Mike Guy <mjtg@cam.ac.uk>
3778              Date: Wed, 23 Aug 2000 18:38:46 +0100
3779              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
3780      Branch: perl
3781            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
3782 ____________________________________________________________________________
3783 [  6789] By: jhi                                   on 2000/08/23  15:34:21
3784         Log: Update Changes.
3785      Branch: perl
3786            ! Changes patchlevel.h
3787 ____________________________________________________________________________
3788 [  6788] By: jhi                                   on 2000/08/23  15:33:40
3789         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
3790              From: Wilfredo Sánchez <wsanchez@apple.com>
3791              Date: Tue, 22 Aug 2000 19:31:27 -0700
3792              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
3793      Branch: perl
3794            ! perl.h
3795 ____________________________________________________________________________
3796 [  6787] By: jhi                                   on 2000/08/23  15:29:31
3797         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
3798              From: Spider Boardman <spider@leggy.zk3.dec.com>
3799              Date: Wed, 23 Aug 2000 10:33:23 -0400
3800              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
3801      Branch: perl
3802            ! lib/Pod/Html.pm
3803 ____________________________________________________________________________
3804 [  6786] By: jhi                                   on 2000/08/23  15:28:11
3805         Log: Bad makefile.
3806      Branch: perl
3807            ! ext/B/Makefile.PL
3808 ____________________________________________________________________________
3809 [  6785] By: jhi                                   on 2000/08/23  14:37:04
3810         Log: Update Changes.
3811      Branch: perl
3812            ! Changes patchlevel.h
3813 ____________________________________________________________________________
3814 [  6784] By: jhi                                   on 2000/08/23  13:58:41
3815         Log: Portability fix from Hugo van der Sanden.
3816      Branch: perl
3817            ! ext/re/Makefile.PL
3818 ____________________________________________________________________________
3819 [  6783] By: jhi                                   on 2000/08/23  13:53:53
3820         Log: Storable support, v-version fixes.
3821              
3822              Subject: CPAN.pm beta for testing available
3823              From: andreas.koenig@anima.de (Andreas J. Koenig)
3824              Date: 22 Aug 2000 23:31:33 +0200
3825              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
3826      Branch: perl
3827            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3828 ____________________________________________________________________________
3829 [  6782] By: jhi                                   on 2000/08/23  13:51:26
3830         Log: Mac and other portability updates from Chris Nandor.
3831      Branch: perl
3832            ! pod/perlmodinstall.pod
3833 ____________________________________________________________________________
3834 [  6781] By: jhi                                   on 2000/08/23  13:47:33
3835         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
3836              From: Peter Prymmer <pvhp@forte.com>
3837              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
3838              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
3839      Branch: perl
3840            ! ext/Storable/Storable.xs
3841 ____________________________________________________________________________
3842 [  6780] By: jhi                                   on 2000/08/23  13:33:34
3843         Log: VMS MMS (make) wants null action.
3844      Branch: perl
3845            ! ext/B/Makefile.PL
3846 ____________________________________________________________________________
3847 [  6779] By: jhi                                   on 2000/08/22  19:44:47
3848         Log: Forgot portability nit.
3849      Branch: perl
3850            ! t/lib/st-forgive.t
3851 ____________________________________________________________________________
3852 [  6778] By: jhi                                   on 2000/08/22  19:35:25
3853         Log: Be portable.
3854      Branch: perl
3855            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
3856            ! t/lib/st-store.t
3857 ____________________________________________________________________________
3858 [  6777] By: jhi                                   on 2000/08/22  18:50:53
3859         Log: Update Changes.
3860      Branch: perl
3861            ! Changes patchlevel.h
3862 ____________________________________________________________________________
3863 [  6776] By: jhi                                   on 2000/08/22  18:44:46
3864         Log: cSVOPo_*v things index into the current PL_curpad
3865              under ithreads, which is different from the curpad
3866              used by the XSUB.  (In other words, the code as-is
3867              before this patch wouldn't work under ithreads.)
3868              From Sarathy.
3869      Branch: perl
3870            ! ext/B/B.xs
3871 ____________________________________________________________________________
3872 [  6775] By: jhi                                   on 2000/08/22  18:18:37
3873         Log: Make the selection of NVff et al stricter.
3874      Branch: metaconfig/U/perl
3875            ! perlxvf.U
3876      Branch: perl
3877            ! Configure config_h.SH
3878 ____________________________________________________________________________
3879 [  6774] By: jhi                                   on 2000/08/22  17:19:42
3880         Log: perldelta nits.
3881      Branch: perl
3882            ! pod/perldelta.pod
3883 ____________________________________________________________________________
3884 [  6773] By: jhi                                   on 2000/08/22  17:06:26
3885         Log: Long double fixes from Spider Boardman.
3886              
3887              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
3888              From: system PRIVILEGED account <root@peano.zk3.dec.com>
3889              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
3890              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
3891      Branch: perl
3892            ! t/lib/bigfltpm.t t/lib/st-06compat.t
3893 ____________________________________________________________________________
3894 [  6772] By: jhi                                   on 2000/08/22  15:04:53
3895         Log: Update Changes.
3896      Branch: perl
3897            ! Changes patchlevel.h
3898 ____________________________________________________________________________
3899 [  6771] By: jhi                                   on 2000/08/22  15:01:44
3900         Log: perldelta fixes from Hugo van der Sanden.
3901      Branch: perl
3902            ! pod/perldelta.pod
3903 ____________________________________________________________________________
3904 [  6770] By: jhi                                   on 2000/08/22  14:34:49
3905         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
3906              From: Hugo <hv@crypt.compulink.co.uk>
3907              Date: Tue, 22 Aug 2000 11:21:53 +0100
3908              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
3909      Branch: perl
3910            ! regcomp.c
3911 ____________________________________________________________________________
3912 [  6769] By: jhi                                   on 2000/08/22  14:30:02
3913         Log: Add Yitzchak, reformat.
3914      Branch: perl
3915            ! Changes config_h.SH
3916 ____________________________________________________________________________
3917 [  6768] By: jhi                                   on 2000/08/22  14:21:35
3918         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
3919              and Spider Boardman.
3920      Branch: metaconfig
3921            ! U/compline/d_gconvert.U
3922      Branch: perl
3923            ! Configure
3924 ____________________________________________________________________________
3925 [  6767] By: jhi                                   on 2000/08/22  14:11:24
3926         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
3927              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3928              Date: Mon, 21 Aug 2000 19:08:31 -0700
3929              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
3930      Branch: perl
3931            - ext/Storable/patchlevel.h
3932            ! MANIFEST ext/Storable/MANIFEST
3933 ____________________________________________________________________________
3934 [  6766] By: jhi                                   on 2000/08/22  13:49:29
3935         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
3936              From: Peter Prymmer <pvhp@forte.com>
3937              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
3938              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
3939      Branch: perl
3940            ! configure.com ext/Storable/Makefile.PL
3941 ____________________________________________________________________________
3942 [  6765] By: jhi                                   on 2000/08/22  13:44:59
3943         Log: Subject: [PATCH blead] B:: missing dependency
3944              From: Hugo <hv@crypt.compulink.co.uk>
3945              Date: Tue, 22 Aug 2000 06:44:33 +0100
3946              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
3947      Branch: perl
3948            ! ext/B/Makefile.PL
3949 ____________________________________________________________________________
3950 [  6764] By: jhi                                   on 2000/08/22  13:38:12
3951         Log: More bytecompiler.
3952      Branch: perl
3953            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
3954 ____________________________________________________________________________
3955 [  6763] By: jhi                                   on 2000/08/22  13:36:44
3956         Log: Bytecompiler patches from Benjamin Stuhl.
3957      Branch: perl
3958            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
3959            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
3960            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
3961            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
3962            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
3963            ! perl.c perlapi.h pod/perldelta.pod
3964 ____________________________________________________________________________
3965 [  6762] By: jhi                                   on 2000/08/21  23:43:40
3966         Log: An obsoleted diagnostic.
3967      Branch: perl
3968            ! pod/perldelta.pod
3969 ____________________________________________________________________________
3970 [  6761] By: jhi                                   on 2000/08/21  23:01:45
3971         Log: The #6759 wasn't quite right.
3972      Branch: perl
3973            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
3974            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
3975            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
3976            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
3977            ! t/lib/st-tieditems.t
3978 ____________________________________________________________________________
3979 [  6760] By: jhi                                   on 2000/08/21  22:35:49
3980         Log: Be verydeepclean.
3981      Branch: perl
3982            ! Makefile.SH
3983 ____________________________________________________________________________
3984 [  6759] By: jhi                                   on 2000/08/21  22:25:40
3985         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
3986              From: Peter Prymmer <pvhp@forte.com>
3987              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
3988              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
3989      Branch: perl
3990            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
3991            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
3992            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
3993            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
3994            ! t/lib/st-tieditems.t
3995 ____________________________________________________________________________
3996 [  6758] By: jhi                                   on 2000/08/21  22:22:32
3997         Log: Few more casts, need reported in
3998              
3999              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
4000              From: Mike Stok <mike@stok.co.uk>
4001              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
4002              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
4003              
4004              and
4005              
4006              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
4007              From: abigail@foad.org
4008              Date: 21 Aug 2000 21:31:34 -0000
4009              Message-Id: <20000821213134.30170.qmail@foad.org>
4010      Branch: perl
4011            ! ext/Storable/Storable.xs
4012 ____________________________________________________________________________
4013 [  6757] By: jhi                                   on 2000/08/21  18:37:07
4014         Log: Update Changes.
4015      Branch: perl
4016            ! Changes patchlevel.h
4017 ____________________________________________________________________________
4018 [  6756] By: jhi                                   on 2000/08/21  18:34:02
4019         Log: A pod nit.
4020              
4021              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4022              From: <abigail@foad.org>
4023              Date: Mon, 21 Aug 2000 14:00:16 -0400
4024              Message-ID: <20000821180016.28627.qmail@foad.org>
4025      Branch: perl
4026            ! pod/perlre.pod
4027 ____________________________________________________________________________
4028 [  6755] By: jhi                                   on 2000/08/21  18:30:56
4029         Log: Use PodParser 1.18 new test.
4030      Branch: perl
4031            ! t/pod/special_seqs.t t/pod/special_seqs.xr
4032 ____________________________________________________________________________
4033 [  6754] By: jhi                                   on 2000/08/21  18:28:35
4034         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
4035              patches cannot be applied since #6712 conflicts.
4036      Branch: perl
4037            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
4038 ____________________________________________________________________________
4039 [  6753] By: jhi                                   on 2000/08/21  18:15:11
4040         Log: Weed out some smaller changes.
4041      Branch: perl
4042            ! pod/perldelta.pod
4043 ____________________________________________________________________________
4044 [  6752] By: jhi                                   on 2000/08/21  18:02:30
4045         Log: Also under djgpp the timestamps are funky.
4046      Branch: perl
4047            ! t/op/stat.t
4048 ____________________________________________________________________________
4049 [  6751] By: jhi                                   on 2000/08/21  17:55:56
4050         Log: Tweak the floating point output routine preferences.
4051      Branch: metaconfig
4052            ! U/compline/d_gconvert.U
4053      Branch: perl
4054            ! Configure
4055 ____________________________________________________________________________
4056 [  6750] By: jhi                                   on 2000/08/21  17:51:29
4057         Log: Unicos/mk requires elaborate paranoia.
4058      Branch: perl
4059            ! lib/Math/Complex.pm
4060 ____________________________________________________________________________
4061 [  6749] By: gsar                                  on 2000/08/21  16:53:31
4062         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4063      Branch: perl
4064            ! lib/Cwd.pm
4065 ____________________________________________________________________________
4066 [  6748] By: gsar                                  on 2000/08/21  16:22:19
4067         Log: free TLS slot properly on Windows
4068      Branch: perl
4069            ! thread.h win32/perllib.c win32/win32thread.h
4070 ____________________________________________________________________________
4071 [  6747] By: jhi                                   on 2000/08/21  16:20:58
4072         Log: Rename the macro argument because some preprocessors
4073              can't tell the difference and expand arguments also inside
4074              double quoted strings.
4075      Branch: perl
4076            ! regcomp.c
4077 ____________________________________________________________________________
4078 [  6746] By: jhi                                   on 2000/08/21  16:09:41
4079         Log: Support long doubles in Storable.
4080              
4081              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
4082              From: Radu Greab <radu@netsoft.ro>
4083              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
4084              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
4085      Branch: perl
4086            ! ext/Storable/Storable.xs
4087 ____________________________________________________________________________
4088 [  6745] By: jhi                                   on 2000/08/21  15:51:40
4089         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4090              From: "Fifer, Eric" <EFifer@sanwaint.com>
4091              Date: Mon, 21 Aug 2000 15:34:49 +0100
4092              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
4093      Branch: perl
4094            ! t/pragma/warn/9enabled
4095 ____________________________________________________________________________
4096 [  6744] By: jhi                                   on 2000/08/21  15:39:35
4097         Log: Document the endianness of Alpha more precisely.
4098      Branch: perl
4099            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
4100            ! pod/perlport.pod
4101 ____________________________________________________________________________
4102 [  6743] By: jhi                                   on 2000/08/21  14:47:05
4103         Log: perldelta fixes from the p5p crowd.
4104      Branch: perl
4105            ! pod/perldelta.pod pod/perlop.pod
4106 ____________________________________________________________________________
4107 [  6742] By: jhi                                   on 2000/08/21  13:34:51
4108         Log: Update to Pod::LaTeX 0.53.
4109              
4110              Subject: [PATCH] lib/Pod/LaTeX.pm updates
4111              From: Tim Jenness <timj@jach.hawaii.edu>
4112              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
4113              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
4114      Branch: perl
4115            ! lib/Pod/LaTeX.pm
4116 ____________________________________________________________________________
4117 [  6741] By: jhi                                   on 2000/08/21  13:33:01
4118         Log: Subject: [PATCH] os2.c fix for use64bitint
4119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4120              Date: Mon, 21 Aug 2000 01:32:25 -0700
4121              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
4122      Branch: perl
4123            ! os2/os2.c
4124 ____________________________________________________________________________
4125 [  6740] By: jhi                                   on 2000/08/21  13:28:52
4126         Log: Array context keeps slithering in.
4127              
4128              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
4129              From: Daniel Chetlin <daniel@chetlin.com>
4130              Date: Sun, 20 Aug 2000 21:40:25 -0700
4131              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
4132      Branch: perl
4133            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
4134            ! pod/perldebtut.pod
4135 ____________________________________________________________________________
4136 [  6739] By: jhi                                   on 2000/08/21  13:23:55
4137         Log: Big-endian quad fixes for Storable from Radu Greab,
4138              plus few explicit null casts for picky compilers.
4139      Branch: perl
4140            ! ext/Storable/Storable.xs
4141 ____________________________________________________________________________
4142 [  6738] By: gsar                                  on 2000/08/21  05:56:13
4143         Log: small tweaks for change#6705: avoid C++ style comments in C code;
4144              use Perl's malloc API rather than the low level system one
4145      Branch: perl
4146            ! win32/win32.c
4147 ____________________________________________________________________________
4148 [  6737] By: gsar                                  on 2000/08/21  05:35:41
4149         Log: add Storable to list of extensions on Windows
4150      Branch: perl
4151            ! win32/Makefile win32/makefile.mk
4152 ____________________________________________________________________________
4153 [  6736] By: jhi                                   on 2000/08/21  02:57:53
4154         Log: Update Changes.
4155      Branch: perl
4156            ! Changes patchlevel.h
4157 ____________________________________________________________________________
4158 [  6735] By: jhi                                   on 2000/08/21  02:57:20
4159         Log: Draft 0.
4160      Branch: perl
4161            ! pod/perldelta.pod
4162 ____________________________________________________________________________
4163 [  6734] By: jhi                                   on 2000/08/21  02:57:03
4164         Log: Add Storable 0.7.2 from Raphael Manfredi,
4165              plus the patch from
4166              
4167              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
4168              From: Radu Greab <radu@netsoft.ro>
4169              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
4170              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
4171              
4172              plus changes to get Storable to compile with
4173              picky ANSI compilers.
4174      Branch: perl
4175            + ext/Storable/ChangeLog ext/Storable/MANIFEST
4176            + ext/Storable/Makefile.PL ext/Storable/README
4177            + ext/Storable/Storable.pm ext/Storable/Storable.xs
4178            + ext/Storable/patchlevel.h t/lib/st-06compat.t
4179            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
4180            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
4181            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4182            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4183            + t/lib/st-tieditems.t
4184            ! MANIFEST
4185 ____________________________________________________________________________
4186 [  6733] By: jhi                                   on 2000/08/21  02:29:09
4187         Log: The correct cleaning order is an art.
4188      Branch: perl
4189            ! Makefile.SH
4190 ____________________________________________________________________________
4191 [  6732] By: jhi                                   on 2000/08/21  01:23:39
4192         Log: The #6724 is here.
4193      Branch: perl
4194            ! t/lib/ftmp-security.t
4195 ____________________________________________________________________________
4196 [  6731] By: jhi                                   on 2000/08/20  23:17:03
4197         Log: s/this one/the 5.6.0 release/
4198      Branch: perl
4199            ! pod/perl56delta.pod
4200 ____________________________________________________________________________
4201 [  6730] By: jhi                                   on 2000/08/20  23:07:34
4202         Log: Mention perlebcdic and perlposix-bc.
4203      Branch: perl
4204            ! pod/perlport.pod
4205 ____________________________________________________________________________
4206 [  6729] By: jhi                                   on 2000/08/20  21:32:59
4207         Log: Document the number of exponent digits.
4208      Branch: perl
4209            ! pod/perlfunc.pod
4210 ____________________________________________________________________________
4211 [  6728] By: jhi                                   on 2000/08/20  21:16:47
4212         Log: Use File::Spec->tmpdir().
4213              
4214              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
4215              From: Tim Jenness <timj@jach.hawaii.edu>
4216              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
4217              MIME-Version: 1.0
4218              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
4219      Branch: perl
4220            ! utils/perlbug.PL
4221 ____________________________________________________________________________
4222 [  6727] By: jhi                                   on 2000/08/20  20:43:32
4223         Log: Update Changes.
4224      Branch: perl
4225            ! Changes patchlevel.h
4226 ____________________________________________________________________________
4227 [  6726] By: jhi                                   on 2000/08/20  20:41:44
4228         Log: The veryclean target needs to clobber.
4229      Branch: perl
4230            ! Makefile.SH
4231 ____________________________________________________________________________
4232 [  6725] By: jhi                                   on 2000/08/20  20:37:38
4233         Log: Document odd vs even subreleases and -Dusedevel.
4234      Branch: perl
4235            ! INSTALL
4236 ____________________________________________________________________________
4237 [  6724] By: jhi                                   on 2000/08/20  19:58:05
4238         Log: Use temporary directory instead of current directory.
4239              
4240              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4241              From: Tim Jenness <timj@jach.hawaii.edu>
4242              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
4243              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
4244      Branch: perl
4245            ! t/lib/ftmp-security.t
4246 ____________________________________________________________________________
4247 [  6723] By: jhi                                   on 2000/08/20  19:55:55
4248         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
4249              From: andreas.koenig@anima.de (Andreas J. Koenig)
4250              Date: 20 Aug 2000 15:52:03 +0200
4251              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
4252      Branch: perl
4253            ! lib/ExtUtils/MM_Unix.pm
4254 ____________________________________________________________________________
4255 [  6722] By: jhi                                   on 2000/08/20  19:46:01
4256         Log: Update to CGI 2.72, from Lincoln Stein.
4257      Branch: perl
4258            ! lib/CGI.pm
4259 ____________________________________________________________________________
4260 [  6721] By: jhi                                   on 2000/08/20  19:43:54
4261         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4262              From: Radu Greab <radu@netsoft.ro>
4263              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
4264              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
4265      Branch: perl
4266            ! ext/GDBM_File/GDBM_File.xs
4267 ____________________________________________________________________________
4268 [  6720] By: jhi                                   on 2000/08/20  19:42:01
4269         Log: pp_open() could pass an uninitialized filename down to do_open9().
4270      Branch: perl
4271            ! pp_sys.c
4272 ____________________________________________________________________________
4273 [  6719] By: jhi                                   on 2000/08/20  14:06:41
4274         Log: UTF8 concat fixes.
4275              
4276              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4277              From: Hugo <hv@crypt.compulink.co.uk>
4278              Date: Sun, 20 Aug 2000 07:30:46 +0100
4279              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
4280      Branch: perl
4281            ! pp_hot.c t/op/append.t
4282 ____________________________________________________________________________
4283 [  6718] By: jhi                                   on 2000/08/20  02:09:37
4284         Log: Let's try #6717 again.
4285      Branch: perl
4286            ! lib/File/Temp.pm
4287 ____________________________________________________________________________
4288 [  6717] By: jhi                                   on 2000/08/20  01:56:55
4289         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4290              From: "Craig A. Berry" <craig.berry@metamorgs.com>
4291              Date: Sat, 19 Aug 2000 18:15:39 -0500
4292              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
4293      Branch: perl
4294            ! lib/File/Temp.pm
4295 ____________________________________________________________________________
4296 [  6716] By: jhi                                   on 2000/08/19  15:50:11
4297         Log: Update Changes.
4298      Branch: perl
4299            ! Changes patchlevel.h
4300 ____________________________________________________________________________
4301 [  6715] By: jhi                                   on 2000/08/19  15:39:09
4302         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
4303              From: Jonathan D Johnston <jdjohnston2@juno.com>
4304              Date: Thu, 17 Aug 2000 23:13:01 -0400       
4305              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
4306      Branch: perl
4307            ! pod/perlfunc.pod
4308 ____________________________________________________________________________
4309 [  6714] By: jhi                                   on 2000/08/19  15:34:04
4310         Log: Introduce a 'veryclean' target that is like 'distclean'
4311              but also removes *~ and *.orig.
4312      Branch: perl
4313            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
4314            ! utils/Makefile x2p/Makefile.SH
4315 ____________________________________________________________________________
4316 [  6713] By: jhi                                   on 2000/08/19  14:15:45
4317         Log: Put back the long double avoidance code to POSIX.xs
4318              because VMS seems to need it still.
4319      Branch: perl
4320            ! ext/POSIX/POSIX.xs
4321 ____________________________________________________________________________
4322 [  6712] By: jhi                                   on 2000/08/19  14:10:41
4323         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
4324              From: Peter Prymmer <pvhp@forte.com>
4325              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
4326              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
4327      Branch: perl
4328            ! lib/Pod/Find.pm t/pod/find.t
4329 ____________________________________________________________________________
4330 [  6711] By: jhi                                   on 2000/08/19  14:09:19
4331         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
4332              From: Peter Prymmer <pvhp@forte.com>
4333              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
4334              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
4335              cc: vmsperl@perl.org
4336      Branch: perl
4337            ! t/lib/peek.t
4338 ____________________________________________________________________________
4339 [  6710] By: jhi                                   on 2000/08/19  14:08:01
4340         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
4341              From: Jan Dubois <jand@ActiveState.com>
4342              Date: Fri, 18 Aug 2000 16:31:48 -0700
4343              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
4344      Branch: perl
4345            ! win32/win32.c
4346 ____________________________________________________________________________
4347 [  6709] By: jhi                                   on 2000/08/19  14:06:57
4348         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
4349              
4350              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
4351              From: Spider.Boardman@Orb.Nashua.NH.US
4352              Date: Fri, 18 Aug 2000 18:41:14 -0400
4353              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
4354      Branch: perl
4355            ! regcomp.c
4356 ____________________________________________________________________________
4357 [  6708] By: jhi                                   on 2000/08/18  22:04:49
4358         Log: Update Changes.
4359      Branch: perl
4360            ! Changes patchlevel.h
4361 ____________________________________________________________________________
4362 [  6707] By: jhi                                   on 2000/08/18  21:55:14
4363         Log: Add warnif(), check warnings further up the stack,
4364              all the warnings functions now can take an optional object reference.
4365              
4366              Subject: [PATCH bleedperl@6691] warnings pragma update
4367              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4368              Date: Fri, 18 Aug 2000 22:42:06 +0100
4369              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
4370      Branch: perl
4371            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
4372            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
4373            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
4374 ____________________________________________________________________________
4375 [  6706] By: jhi                                   on 2000/08/18  21:41:45
4376         Log: Typo in pp_complement().
4377              
4378              Subject: [PATCH perl-current] Deparse
4379              From: Peter Scott <Peter@PSDT.com>
4380              Date: Fri, 18 Aug 2000 12:44:37 -0700
4381              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
4382      Branch: perl
4383            ! ext/B/B/Deparse.pm
4384 ____________________________________________________________________________
4385 [  6705] By: jhi                                   on 2000/08/18  21:25:59
4386         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4387              From: Jan Dubois <jand@ActiveState.com>
4388              Date: Fri, 18 Aug 2000 14:22:51 -0700
4389              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
4390      Branch: perl
4391            ! lib/Win32.pod win32/win32.c
4392 ____________________________________________________________________________
4393 [  6704] By: jhi                                   on 2000/08/18  21:16:14
4394         Log: Don't eat leading os from index entries.
4395              
4396              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4397              From: Russ Allbery <rra@stanford.edu>
4398              Date: 10 Aug 2000 20:49:25 -0700
4399              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
4400      Branch: perl
4401            ! lib/Pod/Man.pm
4402 ____________________________________________________________________________
4403 [  6703] By: jhi                                   on 2000/08/18  21:07:06
4404         Log: Add [[:blank:]] as suggested in
4405              
4406              Subject: [ID 20000716.024] [=cc=] / [:blank:]
4407              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
4408              Date: Sun, 16 Jul 2000 17:55:29 -0700
4409              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
4410              
4411              (the [=cc=] has already been taken care of by #6439
4412              so the whole bug report can be closed)
4413              
4414              and make [[:space:]] to be equivalent to isspace(3)
4415              (as opposed to \s, which is isSPACE()).  The difference
4416              is that now [[:space:]] matches the mythical vertical tab,
4417              while \s doesn't.
4418      Branch: perl
4419            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
4420            ! regexec.c t/op/pat.t
4421 ____________________________________________________________________________
4422 [  6702] By: jhi                                   on 2000/08/18  18:47:47
4423         Log: The new tests were missing from #6415.
4424      Branch: perl
4425            ! t/op/bop.t
4426 ____________________________________________________________________________
4427 [  6701] By: jhi                                   on 2000/08/18  18:20:40
4428         Log: Document the NDBM_File and ODBM_File as SDBM_File
4429              was documented in #6417.
4430      Branch: perl
4431            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
4432            ! ext/SDBM_File/SDBM_File.pm
4433 ____________________________________________________________________________
4434 [  6700] By: jhi                                   on 2000/08/18  18:10:39
4435         Log: Subject: [PATCH perl@6698] cygwin port
4436              From: "Fifer, Eric" <EFifer@sanwaint.com>
4437              Date: Fri, 18 Aug 2000 17:30:05 +0100
4438              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
4439      Branch: perl
4440            ! lib/File/Temp.pm
4441 ____________________________________________________________________________
4442 [  6699] By: jhi                                   on 2000/08/18  16:21:49
4443         Log: Document code point which makes if (defined %stash::) to work
4444              (noted by Spider Boardman).
4445      Branch: perl
4446            ! op.c
4447 ____________________________________________________________________________
4448 [  6698] By: jhi                                   on 2000/08/18  13:43:27
4449         Log: Update Changes.
4450      Branch: perl
4451            ! Changes patchlevel.h
4452 ____________________________________________________________________________
4453 [  6697] By: jhi                                   on 2000/08/18  13:35:57
4454         Log: Tiny Getopt::Long patch from Johan Vromans.
4455      Branch: perl
4456            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
4457 ____________________________________________________________________________
4458 [  6696] By: jhi                                   on 2000/08/18  13:26:14
4459         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4460              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
4461              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
4462              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
4463      Branch: perl
4464            ! pod/perldiag.pod pod/perlsyn.pod
4465 ____________________________________________________________________________
4466 [  6695] By: jhi                                   on 2000/08/18  13:13:26
4467         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4468              From: Daniel Chetlin <daniel@chetlin.com>
4469              Date: Fri, 18 Aug 2000 03:13:36 -0700
4470              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
4471      Branch: perl
4472            ! pod/perlfunc.pod
4473 ____________________________________________________________________________
4474 [  6694] By: jhi                                   on 2000/08/18  13:08:05
4475         Log: Subject: [PATCH] perltrap.pod spring cleaning
4476              From: Daniel Chetlin <daniel@chetlin.com>
4477              Date: Fri, 18 Aug 2000 03:06:54 -0700
4478              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
4479              
4480              plus Mike Guy's nitfix.
4481      Branch: perl
4482            ! pod/perltrap.pod
4483 ____________________________________________________________________________
4484 [  6693] By: jhi                                   on 2000/08/18  13:00:26
4485         Log: Unbuffer the output.
4486              
4487              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
4488              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4489              Date: Thu, 17 Aug 2000 18:39:29 -0700
4490              Message-ID: <RPJn5gzkgydf092yn@efn.org>
4491      Branch: perl
4492            ! t/op/fork.t
4493 ____________________________________________________________________________
4494 [  6692] By: jhi                                   on 2000/08/18  05:19:17
4495         Log: Delete the image, too, not just its MANIFEStation.
4496      Branch: perl
4497            - lib/CGI/eg/wilogo.gif
4498 ____________________________________________________________________________
4499 [  6691] By: jhi                                   on 2000/08/18  05:10:26
4500         Log: Propagate new Configure vars.
4501      Branch: perl
4502            ! configure.com epoc/config.sh uconfig.h uconfig.sh
4503            ! vos/config.def vos/config.h vos/config_h.SH_orig
4504            ! win32/config.bc win32/config.gc win32/config.vc
4505            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4506 ____________________________________________________________________________
4507 [  6690] By: jhi                                   on 2000/08/18  04:30:56
4508         Log: Update Changes.
4509      Branch: perl
4510            ! Changes patchlevel.h
4511 ____________________________________________________________________________
4512 [  6689] By: jhi                                   on 2000/08/18  04:12:30
4513         Log: Fix the lib/complex failure of
4514              
4515              From: abigail@foad.org
4516              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4517              Date: 15 Aug 2000 04:06:38 -0000
4518              Message-Id: <20000815040638.8524.qmail@foad.org> 
4519              
4520              Linux long double accuracy issue: something that
4521              when printed with %g looks like "2" but int() of it is 1.
4522      Branch: perl
4523            ! lib/Math/Complex.pm
4524 ____________________________________________________________________________
4525 [  6688] By: jhi                                   on 2000/08/18  03:15:35
4526         Log: The byteorder code in #6671 was wrong.
4527      Branch: perl
4528            ! configpm
4529 ____________________________________________________________________________
4530 [  6687] By: jhi                                   on 2000/08/18  02:08:42
4531         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
4532              From: Jan Dubois <jand@ActiveState.com>
4533              Date: Thu, 17 Aug 2000 18:31:55 -0700
4534              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
4535      Branch: perl
4536            ! sv.c
4537 ____________________________________________________________________________
4538 [  6686] By: jhi                                   on 2000/08/18  02:04:15
4539         Log: Use NVs in POSIX math, not doubles.
4540              
4541              From: abigail@foad.org
4542              Subject: [ID 20000817.014] POSIX & modfl
4543              Date: 17 Aug 2000 20:49:18 -0000
4544              Message-Id: <20000817204918.23123.qmail@foad.org>
4545      Branch: perl
4546            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
4547 ____________________________________________________________________________
4548 [  6685] By: jhi                                   on 2000/08/18  02:02:12
4549         Log: Introduce NVef, NVff, and NVgf, use the middle one.
4550              (helps for lib/peek + Linux + long doubles)  Reported in
4551              
4552              From: abigail@foad.org
4553              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4554              Date: 15 Aug 2000 04:06:38 -0000
4555              Message-Id: <20000815040638.8524.qmail@foad.org> 
4556              
4557              (note: the lib/complex failure has not yet been addressed)
4558      Branch: metaconfig/U/perl
4559            ! perlxvf.U
4560      Branch: perl
4561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4562            ! config_h.SH dump.c perl.h pod/perlguts.pod
4563 ____________________________________________________________________________
4564 [  6684] By: jhi                                   on 2000/08/17  23:22:19
4565         Log: Add byteorder to the myconfig output.
4566      Branch: perl
4567            ! myconfig.SH
4568 ____________________________________________________________________________
4569 [  6683] By: jhi                                   on 2000/08/17  23:20:19
4570         Log: The image doth not exist, spotted by Johan Vromans.
4571      Branch: perl
4572            ! MANIFEST
4573 ____________________________________________________________________________
4574 [  6682] By: jhi                                   on 2000/08/17  22:38:16
4575         Log: Document what the backtick returns if the command fails.
4576      Branch: perl
4577            ! pod/perlop.pod
4578 ____________________________________________________________________________
4579 [  6681] By: jhi                                   on 2000/08/17  22:33:12
4580         Log: Do not use prototyping here.
4581              
4582              Subject: [ID 20000817.016] [PATCH] Peek.xs
4583              From: abigail@foad.org
4584              Date: 17 Aug 2000 20:55:56 -0000
4585              Message-Id: <20000817205556.24270.qmail@foad.org>
4586      Branch: perl
4587            ! ext/Devel/Peek/Makefile.PL
4588 ____________________________________________________________________________
4589 [  6680] By: jhi                                   on 2000/08/17  19:46:43
4590         Log: Don't propose using modules built for 5.005 if no binary
4591              compatibility with 5.005 is attempted.
4592              
4593              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4594              Subject: Minor nit with 5.7.0 (6655)
4595              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
4596              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
4597      Branch: metaconfig
4598            ! U/installdirs/inc_version_list.U
4599      Branch: perl
4600            ! Configure config_h.SH
4601 ____________________________________________________________________________
4602 [  6679] By: jhi                                   on 2000/08/17  19:16:39
4603         Log: Microperl config update.
4604      Branch: perl
4605            ! uconfig.h uconfig.sh
4606 ____________________________________________________________________________
4607 [  6678] By: jhi                                   on 2000/08/17  19:16:13
4608         Log: The #6648 wasn't protective enough for limited platforms
4609              (like microperl).
4610      Branch: perl
4611            ! dump.c sv.c
4612 ____________________________________________________________________________
4613 [  6677] By: jhi                                   on 2000/08/17  14:46:35
4614         Log: Update Changes.
4615      Branch: perl
4616            ! Changes patchlevel.h
4617 ____________________________________________________________________________
4618 [  6676] By: jhi                                   on 2000/08/17  14:44:02
4619         Log: Add perlebcdic from Peter Prymmer, regen toc.
4620      Branch: perl
4621            + pod/perlebcdic.pod
4622            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4623 ____________________________________________________________________________
4624 [  6675] By: jhi                                   on 2000/08/17  14:41:52
4625         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4626      Branch: perl
4627            ! pod/perldebtut.pod
4628 ____________________________________________________________________________
4629 [  6674] By: jhi                                   on 2000/08/17  14:29:43
4630         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
4631              
4632              Subject: [ID 20000724.006] -DLEAKTEST problem
4633              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
4634              Date: Tue, 25 Jul 2000 00:36:32 -0500
4635              Message-Id: <20000725003632.A26186@www.llamacom.com>
4636              
4637              Reminder sent
4638              
4639              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
4640              From: Hugo <hv@crypt.compulink.co.uk>
4641              Date: Thu, 17 Aug 2000 15:23:42 +0100
4642              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
4643      Branch: perl
4644            ! util.c
4645 ____________________________________________________________________________
4646 [  6673] By: jhi                                   on 2000/08/17  04:07:10
4647         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4648              From: John Peacock <JPeacock@UnivPress.com>
4649              Date: Tue, 01 Aug 2000 09:38:12 -0400
4650              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
4651      Branch: perl
4652            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
4653 ____________________________________________________________________________
4654 [  6672] By: jhi                                   on 2000/08/17  03:04:35
4655         Log: Subject: [PATCH] Cwd.pm now uses strict
4656              From: Tim Jenness <timj@jach.hawaii.edu>
4657              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
4658              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
4659      Branch: perl
4660            ! lib/Cwd.pm
4661 ____________________________________________________________________________
4662 [  6671] By: jhi                                   on 2000/08/17  02:16:35
4663         Log: Make $Config{byteorder} more magical so that it is
4664              dynamically computed: nice for 'fat binaries'.
4665              
4666              Subject: [PATCH]: default byteorder
4667              From: Wilfredo Sánchez <wsanchez@apple.com>
4668              Date: Mon, 31 Jul 2000 19:45:31 -0700
4669              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
4670      Branch: perl
4671            ! configpm
4672 ____________________________________________________________________________
4673 [  6670] By: gsar                                  on 2000/08/17  01:22:21
4674         Log: move WNOHANG definition to where other such things are
4675      Branch: perl
4676            ! win32/win32.h
4677 ____________________________________________________________________________
4678 [  6669] By: jhi                                   on 2000/08/17  01:19:17
4679         Log: Update Changes.
4680      Branch: perl
4681            ! Changes patchlevel.h
4682 ____________________________________________________________________________
4683 [  6668] By: jhi                                   on 2000/08/17  01:16:29
4684         Log: Doc nits spotted by Richard Soderberg.
4685      Branch: perl
4686            ! README.posix-bc README.vmesa
4687 ____________________________________________________________________________
4688 [  6667] By: jhi                                   on 2000/08/17  01:12:11
4689         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4690              From: "Casey R. Tweten" <crt@kiski.net>
4691              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
4692              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
4693      Branch: perl
4694            ! pod/perldebtut.pod
4695 ____________________________________________________________________________
4696 [  6666] By: jhi                                   on 2000/08/17  01:09:31
4697         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4698              From: "Casey R. Tweten" <crt@kiski.net>
4699              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
4700              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
4701      Branch: perl
4702            ! lib/Shell.pm
4703 ____________________________________________________________________________
4704 [  6665] By: gsar                                  on 2000/08/17  01:03:52
4705         Log: add "ok" targets from change#6632 in makefile.mk
4706      Branch: perl
4707            ! pod/perlport.pod win32/Makefile win32/makefile.mk
4708 ____________________________________________________________________________
4709 [  6664] By: gsar                                  on 2000/08/17  00:56:11
4710         Log: avoid warnings from dense compiler
4711      Branch: perl
4712            ! win32/win32.c
4713 ____________________________________________________________________________
4714 [  6663] By: jhi                                   on 2000/08/17  00:51:49
4715         Log: Tweak the regex compilation errors once more.
4716      Branch: perl
4717            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
4718            ! t/op/regmesg.t t/pragma/warn/regcomp
4719 ____________________________________________________________________________
4720 [  6662] By: gsar                                  on 2000/08/17  00:28:19
4721         Log: trailing new %ENV entries weren't being pushed into the real
4722              environment of subprocesses on Windows
4723      Branch: perl
4724            ! t/op/magic.t win32/perlhost.h
4725 ____________________________________________________________________________
4726 [  6661] By: gsar                                  on 2000/08/17  00:19:20
4727         Log: waitpid() now handles externally spawned pids correctly;
4728              fixes for backtick/wait/waitpid failures on Windows 9x
4729              
4730              these changes make the pid returned by process functions on
4731              Windows 9x always positive by clearing the high bit (which
4732              is always set on Win9x); pseudo-process PIDs are likewise
4733              always negative now on Win9x (just as on NT/2000)
4734      Branch: perl
4735            ! pp_sys.c win32/perlhost.h win32/win32.c
4736 ____________________________________________________________________________
4737 [  6660] By: jhi                                   on 2000/08/17  00:04:32
4738         Log: Retract #6645.
4739      Branch: perl
4740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4741            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
4742            ! t/op/sprintf.t
4743 ____________________________________________________________________________
4744 [  6659] By: gsar                                  on 2000/08/16  23:59:28
4745         Log: on windows, the return values from wait() and waitpid() don't
4746              match those of pseudo-pids
4747      Branch: perl
4748            ! pp_sys.c t/op/fork.t util.c win32/win32.c
4749 ____________________________________________________________________________
4750 [  6658] By: gsar                                  on 2000/08/16  23:56:14
4751         Log: pod nit seen in passing
4752      Branch: perl
4753            ! pod/perlfunc.pod
4754 ____________________________________________________________________________
4755 [  6657] By: gsar                                  on 2000/08/16  23:53:42
4756         Log: change#6328 could make close(SOCKET) return false on windows
4757              when it shouldn't
4758      Branch: perl
4759            ! win32/win32sck.c
4760 ____________________________________________________________________________
4761 [  6656] By: gsar                                  on 2000/08/16  23:46:57
4762         Log: check that the number pseudo children doesn't exceed
4763              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
4764              the WaitForMultipleObjects() limit that would cause wait()
4765              to crash)
4766              
4767              wait() and waitpid() could potentially be rewritten to use
4768              more than one thread to do the waiting to eliminate this
4769              limitation
4770      Branch: perl
4771            ! win32/perlhost.h
4772 ____________________________________________________________________________
4773 [  6655] By: jhi                                   on 2000/08/16  14:11:05
4774         Log: Update Changes.
4775      Branch: perl
4776            ! Changes patchlevel.h
4777 ____________________________________________________________________________
4778 [  6654] By: jhi                                   on 2000/08/16  14:10:12
4779         Log: Update to perldebtut 1.9, from Richard Foley.
4780      Branch: perl
4781            ! pod/perldebtut.pod
4782 ____________________________________________________________________________
4783 [  6653] By: jhi                                   on 2000/08/16  14:08:17
4784         Log: Change the regx compilation error markers to use = instead of <
4785              since pod makes using the latter quite messy.  Reported in
4786              ID 20000814.006 by Abigail and in
4787              Subject: Unknown escape E<> ?
4788              From: Lupe Christoph <lupe@lupe-christoph.de>
4789              Date: Fri, 11 Aug 2000 00:30:27 +0200
4790              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
4791      Branch: perl
4792            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
4793            ! t/op/regmesg.t t/pragma/warn/regcomp
4794 ____________________________________________________________________________
4795 [  6652] By: jhi                                   on 2000/08/16  13:25:31
4796         Log: Change the perlbug address to perl.org since it's more forgiving.
4797              
4798              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
4799              From: abigail@foad.org
4800              Date: 15 Aug 2000 04:15:40 -0000
4801              Message-Id: <20000815041540.8633.qmail@foad.org>
4802      Branch: perl
4803            ! utils/perlbug.PL
4804 ____________________________________________________________________________
4805 [  6651] By: jhi                                   on 2000/08/16  13:22:35
4806         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
4807              From: Tim Jenness <timj@jach.hawaii.edu>
4808              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
4809              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
4810      Branch: perl
4811            ! lib/Cwd.pm
4812 ____________________________________________________________________________
4813 [  6650] By: jhi                                   on 2000/08/16  13:18:13
4814         Log: Update to CPAN 1.57.
4815              
4816              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
4817              From: andreas.koenig@anima.de (Andreas J. Koenig)
4818              Date: 16 Aug 2000 15:09:46 +0200
4819              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
4820      Branch: perl
4821            ! lib/CPAN.pm
4822 ____________________________________________________________________________
4823 [  6649] By: jhi                                   on 2000/08/16  13:12:31
4824         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
4825              From: "Larry W. Virden" <lvirden@cas.org>
4826              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
4827              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
4828      Branch: perl
4829            ! README.hpux
4830 ____________________________________________________________________________
4831 [  6648] By: jhi                                   on 2000/08/16  13:03:53
4832         Log: The numeric locale was reset to "C" by s?printf and never restored.
4833              
4834              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
4835              From: Christian Kirsch <ck@held.mind.de>
4836              Date: Wed, 9 Aug 2000 17:05:17 +0200
4837              Message-Id: <20000809170517.A25389@held>
4838              
4839              No test since adding the failing example to locale.t
4840              does not fail -- probably because the locale settings are so
4841              thoroughly tweaked by that time.  Running the example standalone
4842              does fail, though.
4843      Branch: perl
4844            ! dump.c perl.h pp.c pp_ctl.c sv.c
4845 ____________________________________________________________________________
4846 [  6647] By: jhi                                   on 2000/08/16  00:07:54
4847         Log: Update Changes and test semi-automatic patchlevel updating.
4848      Branch: perl
4849            ! Changes patchlevel.h
4850 ____________________________________________________________________________
4851 [  6646] By: jhi                                   on 2000/08/15  23:35:07
4852         Log: Fix a dependency problem.
4853              
4854              Subject: [PATCH: 6640] VMS Makefile.SH update
4855              From: Peter Prymmer <pvhp@forte.com>
4856              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
4857              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
4858      Branch: perl
4859            ! vms/descrip_mms.template
4860 ____________________________________________________________________________
4861 [  6645] By: jhi                                   on 2000/08/15  23:33:23
4862         Log: (Retracted by #6660)
4863              
4864              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
4865              From: Dominic Dunlop <domo@computer.org>
4866              Date: Tue, 15 Aug 2000 22:20:52 +0200
4867              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
4868      Branch: metaconfig/U/perl
4869            + d_printfed.U
4870      Branch: perl
4871            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4872            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
4873            ! t/op/sprintf.t
4874 ____________________________________________________________________________
4875 [  6644] By: jhi                                   on 2000/08/15  21:17:20
4876         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
4877              From: abigail@foad.org
4878              Date: 15 Aug 2000 20:12:41 -0000
4879              Message-Id: <20000815201241.25556.qmail@foad.org>
4880      Branch: perl
4881            ! INSTALL
4882 ____________________________________________________________________________
4883 [  6643] By: jhi                                   on 2000/08/15  21:15:28
4884         Log: (an already applied patch)
4885      Branch: perl
4886            ! lib/CGI.pm
4887 ____________________________________________________________________________
4888 [  6642] By: gsar                                  on 2000/08/15  19:54:05
4889         Log: magic callbacks all need to have same type signature
4890      Branch: perl
4891            ! embed.pl mg.c proto.h
4892 ____________________________________________________________________________
4893 [  6641] By: jhi                                   on 2000/08/15  17:56:27
4894         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)
4895              From: Mike Guy <mjtg@cam.ac.uk>
4896              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
4897              Date: Tue, 15 Aug 2000 18:26:45 +0100
4898              
4899              Only the peek.t part applied, not the hash quality part.
4900      Branch: perl
4901            ! t/lib/peek.t
4902 ____________________________________________________________________________
4903 [  6640] By: jhi                                   on 2000/08/15  16:37:37
4904         Log: Update Changes.
4905      Branch: perl
4906            ! Changes
4907 ____________________________________________________________________________
4908 [  6639] By: jhi                                   on 2000/08/15  16:34:55
4909         Log: Missed a file from #6638.
4910      Branch: perl
4911            ! lib/File/Temp.pm
4912 ____________________________________________________________________________
4913 [  6638] By: jhi                                   on 2000/08/15  16:33:19
4914         Log: Subject: [PATCH perl@6620] cygwin port
4915              From: "Fifer, Eric" <EFifer@sanwaint.com>
4916              Date: Tue, 15 Aug 2000 17:00:49 +0100
4917              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
4918      Branch: perl
4919            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
4920 ____________________________________________________________________________
4921 [  6637] By: jhi                                   on 2000/08/15  16:29:22
4922         Log: Subject: [PATCH] debugger exit code should reflect user exit code
4923              From: Mike Guy <mjtg@cam.ac.uk>
4924              Date: Tue, 15 Aug 2000 16:55:59 +0100
4925              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
4926      Branch: perl
4927            ! lib/perl5db.pl
4928 ____________________________________________________________________________
4929 [  6636] By: jhi                                   on 2000/08/15  15:30:58
4930         Log: Update Changes.
4931      Branch: perl
4932            ! Changes
4933 ____________________________________________________________________________
4934 [  6635] By: jhi                                   on 2000/08/15  15:27:21
4935         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
4936      Branch: metaconfig
4937            ! U/mkglossary U/mksample
4938      Branch: metaconfig/U/perl
4939            ! Devel.U
4940      Branch: perl
4941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4942 ____________________________________________________________________________
4943 [  6634] By: jhi                                   on 2000/08/15  14:11:55
4944         Log: Don't blow limited stacks, a lower number is enough to
4945              tickle the lookbehind limit.
4946              
4947              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
4948              From: Dominic Dunlop <domo@computer.org>
4949              Date: Tue, 15 Aug 2000 13:51:24 +0200
4950              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
4951      Branch: perl
4952            ! t/op/regmesg.t
4953 ____________________________________________________________________________
4954 [  6633] By: jhi                                   on 2000/08/15  14:01:46
4955         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
4956              From: Mike Guy <mjtg@cam.ac.uk>
4957              Date: Tue, 15 Aug 2000 12:10:50 +0100
4958              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
4959      Branch: perl
4960            ! utils/perldoc.PL
4961 ____________________________________________________________________________
4962 [  6632] By: jhi                                   on 2000/08/15  13:58:48
4963         Log: make ok etc also for win32.
4964              
4965              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
4966              From: Prymmer/Kahn <pvhp@best.com>
4967              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
4968              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
4969      Branch: perl
4970            ! win32/Makefile
4971 ____________________________________________________________________________
4972 [  6631] By: jhi                                   on 2000/08/15  13:45:03
4973         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
4974      Branch: perl
4975            ! lib/Test.pm
4976 ____________________________________________________________________________
4977 [  6630] By: jhi                                   on 2000/08/15  03:25:09
4978         Log: Update Changes.
4979      Branch: perl
4980            ! Changes
4981 ____________________________________________________________________________
4982 [  6629] By: jhi                                   on 2000/08/15  03:23:53
4983         Log: magic_regdatum_set() is void, not int.
4984      Branch: perl
4985            ! embed.pl mg.c proto.h
4986 ____________________________________________________________________________
4987 [  6628] By: jhi                                   on 2000/08/15  03:08:02
4988         Log: Make the user to give up his firstborn, err, to knowingly
4989              verify installing an unstable developer release.  Also bump
4990              the release to 5.7.0, but leave a patch tag in the local
4991              patches saying that this is not yet the real thing.
4992      Branch: metaconfig
4993            ! U/modified/Instruct.U
4994      Branch: metaconfig/U/perl
4995            + Devel.U
4996      Branch: perl
4997            ! Configure patchlevel.h
4998 ____________________________________________________________________________
4999 [  6627] By: jhi                                   on 2000/08/14  22:32:52
5000         Log: README.os2 update.
5001              
5002              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5003              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5004              Date: Wed, 02 Aug 2000 21:55:09 -0700
5005              Message-ID: <tsPi5gzkgegX092yn@efn.org>
5006      Branch: perl
5007            ! README.os2
5008 ____________________________________________________________________________
5009 [  6626] By: jhi                                   on 2000/08/14  21:00:02
5010         Log: Subject: Re: File::Temp problems on VMS in bleedperl
5011              From: Tim Jenness <timj@jach.hawaii.edu>
5012              cc: vmsperl@perl.org
5013              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
5014              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
5015      Branch: perl
5016            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5017 ____________________________________________________________________________
5018 [  6625] By: jhi                                   on 2000/08/14  20:52:16
5019         Log: Add SUIDMAIL as was done for the CERT alert.
5020      Branch: perl
5021            ! patchlevel.h
5022 ____________________________________________________________________________
5023 [  6624] By: jhi                                   on 2000/08/14  20:48:50
5024         Log: Subject: sfio2000
5025              From: Daniel Muino <dmuino@afip.gov.ar>
5026              Date: Mon, 14 Aug 2000 16:58:11 -0300
5027              Message-ID: <20000814165811.B16368@con2-dgi>
5028      Branch: perl
5029            ! perlsdio.h perlsfio.h
5030 ____________________________________________________________________________
5031 [  6623] By: jhi                                   on 2000/08/14  20:47:36
5032         Log: Subject: warning: storage class after type is obsolescent
5033              From: Daniel Muino <dmuino@afip.gov.ar>
5034              Date: Mon, 14 Aug 2000 16:42:47 -0300
5035              Message-ID: <20000814164247.A16368@con2-dgi>
5036      Branch: perl
5037            ! regcomp.pl regnodes.h
5038 ____________________________________________________________________________
5039 [  6622] By: jhi                                   on 2000/08/14  20:43:05
5040         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
5041              From: abigail@foad.org
5042              Date: 14 Aug 2000 20:00:10 -0000
5043              Message-Id: <20000814200010.27271.qmail@foad.org>
5044      Branch: perl
5045            ! Changes
5046 ____________________________________________________________________________
5047 [  6621] By: jhi                                   on 2000/08/14  15:23:05
5048         Log: Update Changes.
5049      Branch: perl
5050            ! Changes
5051 ____________________________________________________________________________
5052 [  6620] By: jhi                                   on 2000/08/14  15:22:14
5053         Log: Subject: Re: [PATCH] @+, @- readonly
5054              From: Mike Guy <mjtg@cam.ac.uk>
5055              Date: Mon, 14 Aug 2000 15:26:55 +0100
5056              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
5057      Branch: perl
5058            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
5059            ! sv.c t/op/pat.t
5060 ____________________________________________________________________________
5061 [  6619] By: jhi                                   on 2000/08/14  14:12:08
5062         Log: Update Changes.
5063      Branch: perl
5064            ! Changes
5065 ____________________________________________________________________________
5066 [  6618] By: jhi                                   on 2000/08/14  14:09:34
5067         Log: For now remove the mail code.
5068      Branch: perl
5069            ! perl.c
5070 ____________________________________________________________________________
5071 [  6617] By: jhi                                   on 2000/08/14  14:08:28
5072         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
5073      Branch: perl
5074            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
5075            ! pod/perlfaq8.pod pod/perlsec.pod
5076 ____________________________________________________________________________
5077 [  6616] By: jhi                                   on 2000/08/14  14:00:11
5078         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5079              From: Mike Guy <mjtg@cam.ac.uk>
5080              Date: Mon, 14 Aug 2000 08:26:02 +0100
5081              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
5082      Branch: perl
5083            ! lib/perl5db.pl
5084 ____________________________________________________________________________
5085 [  6615] By: jhi                                   on 2000/08/14  13:58:45
5086         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5087              From: Mike Guy <mjtg@cam.ac.uk>
5088              Date: Mon, 14 Aug 2000 08:04:22 +0100
5089              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
5090      Branch: perl
5091            ! gv.c mg.c t/op/pat.t
5092 ____________________________________________________________________________
5093 [  6614] By: jhi                                   on 2000/08/14  13:56:45
5094         Log: Subject: Test fails / warnings with perl-current #6612
5095              From: Mike Guy <mjtg@cam.ac.uk>
5096              Date: Mon, 14 Aug 2000 07:57:23 +0100
5097              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
5098      Branch: perl
5099            ! t/lib/b.t t/lib/peek.t
5100 ____________________________________________________________________________
5101 [  6613] By: jhi                                   on 2000/08/14  13:45:33
5102         Log: VMS configure.com update continues.
5103      Branch: perl
5104            - vms/configure.com
5105            ! MANIFEST configure.com
5106 ____________________________________________________________________________
5107 [  6612] By: jhi                                   on 2000/08/13  22:13:35
5108         Log: Update Changes.
5109      Branch: perl
5110            ! Changes
5111 ____________________________________________________________________________
5112 [  6611] By: jhi                                   on 2000/08/13  16:21:45
5113         Log: Upgrade to CGI 2.71, from Lincoln Stein.
5114      Branch: perl
5115            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
5116 ____________________________________________________________________________
5117 [  6610] By: jhi                                   on 2000/08/13  15:09:16
5118         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5119              From: Mike Guy <mjtg@cam.ac.uk>
5120              Date: Sun, 13 Aug 2000 13:45:51 +0100
5121              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
5122      Branch: perl
5123            ! t/op/regmesg.t
5124 ____________________________________________________________________________
5125 [  6609] By: jhi                                   on 2000/08/13  14:31:26
5126         Log: Andreas says that 1.56 is fine, so reverting back to it.
5127      Branch: perl
5128            ! lib/CPAN.pm
5129 ____________________________________________________________________________
5130 [  6608] By: jhi                                   on 2000/08/13  05:34:20
5131         Log: Update Changes.
5132      Branch: perl
5133            ! Changes
5134 ____________________________________________________________________________
5135 [  6607] By: jhi                                   on 2000/08/13  05:32:01
5136         Log: Put back the \z changes of #5406 to CPAN.pm.
5137      Branch: perl
5138            ! lib/CPAN.pm
5139 ____________________________________________________________________________
5140 [  6606] By: jhi                                   on 2000/08/13  05:20:16
5141         Log: Fix-n-skip the tests under 5005threads.
5142      Branch: perl
5143            ! t/lib/b.t
5144 ____________________________________________________________________________
5145 [  6605] By: jhi                                   on 2000/08/13  05:07:48
5146         Log: Fix the test for 5005threads.
5147      Branch: perl
5148            ! t/lib/peek.t
5149 ____________________________________________________________________________
5150 [  6604] By: jhi                                   on 2000/08/13  03:35:37
5151         Log: Should have deleted this in #6603.
5152      Branch: perl
5153            - vms/subconfigure.com
5154 ____________________________________________________________________________
5155 [  6603] By: jhi                                   on 2000/08/12  18:29:32
5156         Log: Rewrite of vms/subconfigure.com as configure.com,
5157              from Peter Prymmer and the vmsperl crew.
5158      Branch: perl
5159            + vms/configure.com
5160            ! MANIFEST
5161 ____________________________________________________________________________
5162 [  6602] By: jhi                                   on 2000/08/11  13:00:01
5163         Log: PlainText.pm is dead.
5164      Branch: perl
5165            - lib/Pod/PlainText.pm
5166            ! MANIFEST
5167 ____________________________________________________________________________
5168 [  6601] By: jhi                                   on 2000/08/11  04:06:45
5169         Log: Update Changes.
5170      Branch: perl
5171            ! Changes
5172 ____________________________________________________________________________
5173 [  6600] By: jhi                                   on 2000/08/11  04:06:10
5174         Log: Add a few missing files, update MANIFEST.
5175      Branch: perl
5176            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5177            + lib/Pod/PlainText.pm t/pod/find.t
5178            ! MANIFEST t/op/regmesg.t
5179 ____________________________________________________________________________
5180 [  6599] By: jhi                                   on 2000/08/11  03:31:10
5181         Log: Add Perl debugging tutorial, regen toc. 
5182              
5183              Subject: perldebtut.pod
5184              From: Richard Foley <Richard.Foley@m.dasa.de>
5185              Date: Wed, 09 Aug 2000 10:17:15 +0200
5186              Message-id: <3991138B.262247B8@m.dasa.de>
5187      Branch: perl
5188            + pod/perldebtut.pod
5189            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5190 ____________________________________________________________________________
5191 [  6598] By: jhi                                   on 2000/08/11  02:48:56
5192         Log: tiny Changes edit
5193      Branch: perl
5194            ! Changes
5195 ____________________________________________________________________________
5196 [  6597] By: jhi                                   on 2000/08/11  02:39:04
5197         Log: Tests for #6589.
5198              
5199              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5200              From: simon@brecon.co.uk (Simon Cozens)
5201              Date: 11 Aug 2000 02:24:52 GMT
5202              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
5203      Branch: perl
5204            ! t/lib/b.t
5205 ____________________________________________________________________________
5206 [  6596] By: jhi                                   on 2000/08/11  01:50:07
5207         Log: Update Changes.
5208      Branch: perl
5209            ! Changes
5210 ____________________________________________________________________________
5211 [  6595] By: jhi                                   on 2000/08/11  01:47:16
5212         Log: nitfix
5213      Branch: perl
5214            ! Changes
5215 ____________________________________________________________________________
5216 [  6594] By: jhi                                   on 2000/08/11  01:36:16
5217         Log: Subject: Getting perlio and threads to compile
5218              From: Lupe Christoph <lupe@lupe-christoph.de>
5219              Date: Wed, 9 Aug 2000 11:35:54 +0200
5220              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
5221              
5222              (the Solaris version changes in Configure skipped)
5223      Branch: perl
5224            ! hints/solaris_2.sh thread.h
5225 ____________________________________________________________________________
5226 [  6593] By: jhi                                   on 2000/08/11  01:30:16
5227         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
5228              From: simon@brecon.co.uk (Simon Cozens)
5229              Date: 1 Aug 2000 06:55:19 GMT
5230              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
5231      Branch: perl
5232            ! lib/utf8.pm
5233 ____________________________________________________________________________
5234 [  6592] By: jhi                                   on 2000/08/11  01:26:39
5235         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5236              From: Peter Scott <Peter@PeterScott.com>
5237              Date: Thu, 10 Aug 2000 08:23:27 -0700
5238              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
5239      Branch: perl
5240            ! lib/perl5db.pl
5241 ____________________________________________________________________________
5242 [  6591] By: jhi                                   on 2000/08/11  01:22:02
5243         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
5244              From: Hugo <hv@crypt.compulink.co.uk>
5245              Date: Thu, 10 Aug 2000 19:23:04 +0100
5246              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
5247      Branch: perl
5248            ! regexec.c t/op/pat.t
5249 ____________________________________________________________________________
5250 [  6590] By: jhi                                   on 2000/08/11  01:19:19
5251         Log: Preprocessing and postprocessing for File::Find.
5252              
5253              Subject: Patch to Find::File.pm to allow alphabetical results
5254              From: Joe Smith <jsmith@inwap.com>
5255              Date: Wed, 9 Aug 2000 02:44:54 -0700
5256              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
5257      Branch: perl
5258            ! lib/File/Find.pm
5259 ____________________________________________________________________________
5260 [  6589] By: jhi                                   on 2000/08/11  01:12:39
5261         Log: B::Deparse didn't do sub attributes.
5262              
5263              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5264              From: simon@brecon.co.uk (Simon Cozens)
5265              Date: 9 Aug 2000 04:49:20 GMT
5266              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
5267      Branch: perl
5268            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
5269 ____________________________________________________________________________
5270 [  6588] By: jhi                                   on 2000/08/11  01:06:40
5271         Log: Subject: debugger "d" command doesnt check line number
5272              From: Mike Guy <mjtg@cam.ac.uk>
5273              Date: Tue, 08 Aug 2000 21:54:29 +0100
5274              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
5275      Branch: perl
5276            ! lib/perl5db.pl mg.c pod/perldiag.pod
5277 ____________________________________________________________________________
5278 [  6587] By: jhi                                   on 2000/08/11  00:45:03
5279         Log: sleep(1) does not necessarily return 1.
5280              
5281              Subject: [PATCH bleadperl] op/lex_assign.t  
5282              From: Hugo <hv@crypt.compulink.co.uk>
5283              Date: Thu, 03 Aug 2000 14:34:22 +0100        
5284              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
5285      Branch: perl
5286            ! t/op/lex_assign.t
5287 ____________________________________________________________________________
5288 [  6586] By: jhi                                   on 2000/08/11  00:31:50
5289         Log: Document the IO::Select timeout.
5290      Branch: perl
5291            ! ext/IO/lib/IO/Select.pm
5292 ____________________________________________________________________________
5293 [  6585] By: jhi                                   on 2000/08/11  00:13:54
5294         Log: Forgot contributor.
5295      Branch: perl
5296            ! Changes
5297 ____________________________________________________________________________
5298 [  6584] By: jhi                                   on 2000/08/11  00:09:19
5299         Log: detypo
5300      Branch: perl
5301            ! Changes
5302 ____________________________________________________________________________
5303 [  6583] By: jhi                                   on 2000/08/11  00:07:53
5304         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5305              
5306              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5307              From: Mike Guy <mjtg@cam.ac.uk> 
5308              Date: Thu, 10 Aug 2000 15:50:54 +0100
5309              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
5310      Branch: perl
5311            ! sv.c t/op/int.t
5312 ____________________________________________________________________________
5313 [  6582] By: jhi                                   on 2000/08/10  23:29:32
5314         Log: Update Changes.
5315      Branch: perl
5316            ! Changes
5317 ____________________________________________________________________________
5318 [  6581] By: jhi                                   on 2000/08/10  23:26:16
5319         Log: Put back the std @INC thing.
5320      Branch: perl
5321            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
5322            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
5323            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5324            ! t/lib/gol-oo.t
5325 ____________________________________________________________________________
5326 [  6580] By: jhi                                   on 2000/08/10  23:03:34
5327         Log: Update to CGI 2.70, from Lincoln Stein.
5328      Branch: perl
5329            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
5330            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
5331            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
5332            ! t/lib/cgi-request.t
5333 ____________________________________________________________________________
5334 [  6579] By: jhi                                   on 2000/08/10  22:41:50
5335         Log: Update to CPAN 1.56, from Andreas König.
5336      Branch: perl
5337            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5338 ____________________________________________________________________________
5339 [  6578] By: jhi                                   on 2000/08/10  22:38:13
5340         Log: Update to Pod::Parser 1.17, from Brad Appleton.
5341      Branch: perl
5342            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
5343            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5344            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
5345            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
5346            ! t/pod/include.t t/pod/included.t t/pod/lref.t
5347            ! t/pod/multiline_items.t t/pod/nested_items.t
5348            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5349            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5350            ! t/pod/special_seqs.t
5351 ____________________________________________________________________________
5352 [  6577] By: jhi                                   on 2000/08/10  22:35:41
5353         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5354      Branch: perl
5355            ! AUTHORS MAINTAIN
5356 ____________________________________________________________________________
5357 [  6576] By: jhi                                   on 2000/08/10  22:24:54
5358         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
5359      Branch: perl
5360            + t/lib/gol-oo.t
5361            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
5362            ! t/lib/gol-compat.t t/lib/gol-linkage.t
5363 ____________________________________________________________________________
5364 [  6575] By: jhi                                   on 2000/08/10  22:02:07
5365         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
5366      Branch: perl
5367            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
5368 ____________________________________________________________________________
5369 [  6574] By: jhi                                   on 2000/08/10  21:55:03
5370         Log: Iterating perl6 description.
5371      Branch: perl
5372            ! pod/perlfaq1.pod
5373 ____________________________________________________________________________
5374 [  6573] By: jhi                                   on 2000/08/10  21:48:26
5375         Log: Revert the sv.c part of #6559, a better fix is needed.
5376      Branch: perl
5377            ! sv.c
5378 ____________________________________________________________________________
5379 [  6572] By: jhi                                   on 2000/08/10  20:33:43
5380         Log: It's the 2ndO'ROSSC.
5381      Branch: perl
5382            ! pod/perlfaq1.pod
5383 ____________________________________________________________________________
5384 [  6571] By: jhi                                   on 2000/08/10  15:55:48
5385         Log: detypo
5386      Branch: perl
5387            ! pod/perlfaq1.pod
5388 ____________________________________________________________________________
5389 [  6570] By: jhi                                   on 2000/08/10  14:11:17
5390         Log: An exceptionally sticky typo.
5391      Branch: perl
5392            ! Changes
5393 ____________________________________________________________________________
5394 [  6569] By: jhi                                   on 2000/08/10  14:09:33
5395         Log: detypo (and test Changes updating script)
5396      Branch: perl
5397            ! Changes
5398 ____________________________________________________________________________
5399 [  6568] By: jhi                                   on 2000/08/10  14:07:07
5400         Log: Update Changes.
5401      Branch: perl
5402            ! Changes
5403 ____________________________________________________________________________
5404 [  6567] By: jhi                                   on 2000/08/10  14:06:19
5405         Log: Amend the description of Perl6.
5406              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5407              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5408              Date: Wed, 9 Aug 2000 22:11:06 -0500
5409              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
5410      Branch: perl
5411            ! pod/perlfaq1.pod
5412 ____________________________________________________________________________
5413 [  6566] By: jhi                                   on 2000/08/10  13:58:57
5414         Log: Subject: Remove dead entry in perldiag
5415              From: Mike Guy <mjtg@cam.ac.uk>
5416              Date: Thu, 10 Aug 2000 14:19:19 +0100
5417              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
5418      Branch: perl
5419            ! pod/perldiag.pod
5420 ____________________________________________________________________________
5421 [  6565] By: jhi                                   on 2000/08/10  13:51:48
5422         Log: Zero entries were skipped, fix from Adrian Goalby
5423              <argoalby@yahoo.co.uk>
5424      Branch: perl
5425            ! lib/unicode/Number.pl lib/unicode/mktables.PL
5426 ____________________________________________________________________________
5427 [  6564] By: jhi                                   on 2000/08/10  13:00:12
5428         Log: Subject: [PATCH 5.6.0] cygwin port
5429              From: "Fifer, Eric" <EFifer@sanwaint.com>
5430              Date: Thu, 10 Aug 2000 13:15:36 +0100
5431              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
5432      Branch: perl
5433            ! README.cygwin hints/cygwin.sh
5434 ____________________________________________________________________________
5435 [  6563] By: jhi                                   on 2000/08/10  12:55:16
5436         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
5437      Branch: perl
5438            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
5439 ____________________________________________________________________________
5440 [  6562] By: gsar                                  on 2000/08/10  08:38:39
5441         Log: warn is a macro, avoid using at a variable to avoid warnings
5442              in some configurations; readdir.t is too conservative in
5443              estimating number of *.t's
5444      Branch: perl
5445            ! t/op/readdir.t util.c
5446 ____________________________________________________________________________
5447 [  6561] By: jhi                                   on 2000/08/09  23:35:42
5448         Log: Update Changes.
5449      Branch: perl
5450            ! Changes
5451 ____________________________________________________________________________
5452 [  6560] By: jhi                                   on 2000/08/09  23:05:47
5453         Log: Subject: Re: enhanced(?) regex error messages
5454              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5455              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
5456              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
5457              
5458              (plus two small patches sent privately)
5459              (this still seems to leave few test failures)
5460      Branch: perl
5461            + t/op/regmesg.t
5462            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
5463            ! t/pragma/warn/regcomp
5464 ____________________________________________________________________________
5465 [  6559] By: jhi                                   on 2000/08/09  20:41:18
5466         Log: (The fix did work but was not right, retracted in #6573)
5467              
5468              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5469              From: Christian Kirsch <ck@held.mind.de>
5470              Date: Wed, 9 Aug 2000 17:05:17 +0200
5471              Message-Id: <20000809170517.A25389@held>
5472      Branch: perl
5473            ! sv.c t/pragma/locale.t
5474 ____________________________________________________________________________
5475 [  6558] By: jhi                                   on 2000/08/08  22:34:08
5476         Log: Tiny updates on the contributors list.
5477      Branch: perl
5478            ! Changes
5479 ____________________________________________________________________________
5480 [  6557] By: jhi                                   on 2000/08/08  19:34:28
5481         Log: Double check that we have a dirhandle.
5482      Branch: perl
5483            ! util.c
5484 ____________________________________________________________________________
5485 [  6556] By: jhi                                   on 2000/08/08  19:01:51
5486         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
5487              May be repopulated with fresh maintained examples.
5488      Branch: perl
5489            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
5490            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
5491            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
5492            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
5493            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
5494            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
5495            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
5496            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
5497            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
5498            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
5499            + lib/CGI/eg/wilogo_gif.uu
5500            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
5501            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5502            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5503            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
5504            - eg/cgi/frameset.cgi eg/cgi/index.html
5505            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5506            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5507            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5508            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5509            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5510            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5511            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5512            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5513            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5514            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5515            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5516            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5517            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5518            - eg/van/vanish eg/who eg/wrapsuid
5519            ! MANIFEST
5520 ____________________________________________________________________________
5521 [  6555] By: jhi                                   on 2000/08/08  18:51:08
5522         Log: Delete chat2 as requested by Randal.
5523              
5524              Subject: Re: perlfaq8 coyness
5525              From: merlyn@stonehenge.com (Randal L. Schwartz) 
5526              Date: 15 May 2000 18:52:42 -0700 
5527              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
5528      Branch: perl
5529            - lib/chat2.pl
5530            ! MANIFEST
5531 ____________________________________________________________________________
5532 [  6554] By: jhi                                   on 2000/08/08  18:31:35
5533         Log: Regen global.sym.
5534      Branch: perl
5535            ! global.sym
5536 ____________________________________________________________________________
5537 [  6553] By: jhi                                   on 2000/08/08  18:28:13
5538         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5539              (either perlbug or p5p ate the original), plus regen
5540              perlapi and perltoc. 
5541      Branch: perl
5542            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
5543            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
5544            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
5545            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
5546            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
5547            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
5548            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
5549            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
5550            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
5551            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
5552 ____________________________________________________________________________
5553 [  6552] By: jhi                                   on 2000/08/08  18:06:29
5554         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5555              From: Mike Guy <mjtg@cam.ac.uk>
5556              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
5557              Date: Tue, 08 Aug 2000 15:51:27 +0100
5558      Branch: perl
5559            ! doop.c sv.h t/op/join.t t/pragma/overload.t
5560 ____________________________________________________________________________
5561 [  6551] By: jhi                                   on 2000/08/08  18:01:11
5562         Log: Re-apply #6549.
5563      Branch: perl
5564            ! lib/perl5db.pl
5565 ____________________________________________________________________________
5566 [  6550] By: jhi                                   on 2000/08/08  17:43:08
5567         Log: Accidental retraction of #6549.
5568      Branch: perl
5569            ! lib/perl5db.pl
5570 ____________________________________________________________________________
5571 [  6549] By: jhi                                   on 2000/08/08  17:40:04
5572         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5573              From: Mike Guy <mjtg@cam.ac.uk>
5574              Date: Mon, 07 Aug 2000 21:49:58 +0100
5575              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
5576      Branch: perl
5577            ! lib/perl5db.pl
5578 ____________________________________________________________________________
5579 [  6548] By: jhi                                   on 2000/08/08  17:37:57
5580         Log: Document here-doc better.
5581              
5582              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
5583              From: Mike Guy <mjtg@cam.ac.uk>
5584              Date: Mon, 07 Aug 2000 14:02:09 +0100
5585              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
5586      Branch: perl
5587            ! pod/perldata.pod
5588 ____________________________________________________________________________
5589 [  6547] By: jhi                                   on 2000/08/08  17:33:34
5590         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5591              From: "Randy J. Ray" <rjray@redhat.com>
5592              Date: Mon, 07 Aug 2000 19:12:25 -0700
5593              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
5594      Branch: perl
5595            ! perl.c pod/perlrun.pod
5596 ____________________________________________________________________________
5597 [  6546] By: jhi                                   on 2000/08/08  17:29:26
5598         Log: Subject: Re: enhanced(?) regex error messages 
5599              From: Hugo <hv@crypt.compulink.co.uk>
5600              Date: Tue, 08 Aug 2000 03:25:51 +0100
5601              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
5602              
5603              plus Capitalize the error messages, plus perldiag them.
5604      Branch: perl
5605            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
5606 ____________________________________________________________________________
5607 [  6545] By: jhi                                   on 2000/08/08  13:59:28
5608         Log: Augment #6539 a bit: don't croak if there's magic in the air.
5609              
5610              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
5611              From: Hugo <hv@crypt.compulink.co.uk>
5612              Date: Tue, 08 Aug 2000 03:02:03 +0100
5613              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
5614      Branch: perl
5615            ! pp.c t/op/bless.t
5616 ____________________________________________________________________________
5617 [  6544] By: jhi                                   on 2000/08/07  21:11:52
5618         Log: Make the test -w clean.
5619      Branch: perl
5620            ! t/op/bless.t
5621 ____________________________________________________________________________
5622 [  6543] By: jhi                                   on 2000/08/07  19:49:53
5623         Log: use warnings instead of $^W.
5624      Branch: perl
5625            ! t/op/bless.t
5626 ____________________________________________________________________________
5627 [  6542] By: jhi                                   on 2000/08/07  17:41:41
5628         Log: Disable a portability warning Because We Know What We Are Doing.
5629      Branch: perl
5630            ! t/op/bless.t
5631 ____________________________________________________________________________
5632 [  6541] By: jhi                                   on 2000/08/07  17:29:51
5633         Log: Tiny tidying on report_evil_fh().
5634      Branch: perl
5635            ! util.c
5636 ____________________________________________________________________________
5637 [  6540] By: jhi                                   on 2000/08/07  16:37:38
5638         Log: Make regular expression parse error messages easier to understand.
5639              
5640              Subject: Re: enhanced(?) regex error messages
5641              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5642              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
5643              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
5644      Branch: perl
5645            ! regcomp.c
5646 ____________________________________________________________________________
5647 [  6539] By: jhi                                   on 2000/08/07  16:12:27
5648         Log: Make bless(REF, REF) a fatal error, add bless tests.
5649              
5650              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
5651              From: Hugo <hv@crypt.compulink.co.uk>
5652              Date: Mon, 07 Aug 2000 16:59:38 +0100
5653              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
5654      Branch: perl
5655            + t/op/bless.t
5656            ! MANIFEST pod/perldiag.pod pp.c sv.c
5657 ____________________________________________________________________________
5658 [  6538] By: jhi                                   on 2000/08/07  15:59:43
5659         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
5660              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
5661              Date: Thu, 3 Aug 2000 14:29:21 -0700
5662              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
5663      Branch: perl
5664            ! lib/lib_pm.PL
5665 ____________________________________________________________________________
5666 [  6537] By: jhi                                   on 2000/08/07  15:47:18
5667         Log: Retract #6419 for now since it breaks in AFS and MachTen.
5668      Branch: perl
5669            ! lib/Cwd.pm
5670 ____________________________________________________________________________
5671 [  6536] By: jhi                                   on 2000/08/07  15:05:29
5672         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
5673              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5674              The security hole exists only in suidperls, which isn't
5675              installed or even built by default.
5676      Branch: perl
5677            ! perl.c
5678 ____________________________________________________________________________
5679 [  6535] By: jhi                                   on 2000/08/07  14:45:14
5680         Log: tr memory corruption fix from Simon Cozens.
5681      Branch: perl
5682            ! doop.c
5683 ____________________________________________________________________________
5684 [  6534] By: jhi                                   on 2000/08/06  11:38:16
5685         Log: Document a bit that UDP is not what you might think.
5686              
5687              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5688              From: Lupe Christoph <lupe@lupe-christoph.de>
5689              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
5690              Date: Mon, 24 Jul 2000 08:59:15 +0200
5691      Branch: perl
5692            ! pod/perlipc.pod
5693 ____________________________________________________________________________
5694 [  6533] By: jhi                                   on 2000/08/06  11:35:01
5695         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5696              From: Jeff Pinyan <jeffp@hut.crusoe.net>
5697              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
5698              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
5699      Branch: perl
5700            ! pod/perlfunc.pod
5701 ____________________________________________________________________________
5702 [  6532] By: jhi                                   on 2000/08/06  03:45:41
5703         Log: Have symbols for the IoTYPEs.
5704      Branch: perl
5705            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
5706 ____________________________________________________________________________
5707 [  6531] By: jhi                                   on 2000/08/06  01:33:55
5708         Log: Continue fixing the io warnings.  This also
5709              sort of fixes bug ID 20000802.003: the core dump
5710              is no more.  Whether the current behaviour is correct
5711              (giving a warning: "Not a format reference"), is another matter.
5712      Branch: perl
5713            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
5714            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5715 ____________________________________________________________________________
5716 [  6530] By: jhi                                   on 2000/08/05  21:33:12
5717         Log: Change the Policy policy: now -Dprefix= with an existing
5718              Policy.sh and prefix == siteprefix == vendorprefix, then all
5719              of them follow along the new prefix.
5720              
5721              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5722              From: Andy Dougherty <doughera@lafayette.edu>
5723              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
5724              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
5725      Branch: perl
5726            ! Policy_sh.SH
5727 ____________________________________________________________________________
5728 [  6529] By: jhi                                   on 2000/08/05  18:57:28
5729         Log: Zap lib/Sys directory when cleaning up.
5730      Branch: perl
5731            ! Makefile.SH
5732 ____________________________________________________________________________
5733 [  6528] By: jhi                                   on 2000/08/05  18:40:44
5734         Log: Essential prototype changes were missing from #6527.
5735              Also make report_evil_fh() more bomb-proof.
5736      Branch: perl
5737            ! embed.h util.c
5738 ____________________________________________________________________________
5739 [  6527] By: jhi                                   on 2000/08/05  03:22:05
5740         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5741              From: "Ronald F. Guilmette" <rfg@monkeys.com>
5742              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
5743              Message-Id: <200007242247.PAA52177@monkeys.com>
5744      Branch: perl
5745            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
5746 ____________________________________________________________________________
5747 [  6526] By: jhi                                   on 2000/08/04  21:23:27
5748         Log: gcc versions might have (parentheses) in them.
5749      Branch: metaconfig/U/perl
5750            ! gccvers.U
5751      Branch: perl
5752            ! Configure config_h.SH
5753 ____________________________________________________________________________
5754 [  6525] By: jhi                                   on 2000/08/04  20:23:12
5755         Log: Weed buglets pointed out by
5756              
5757              From: Lupe Christoph <lupe@lupe-christoph.de>
5758              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5759              Date: Fri, 4 Aug 2000 17:34:39 +0200
5760              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
5761      Branch: metaconfig/U/perl
5762            ! gccvers.U uselfs.U
5763      Branch: perl
5764            ! Configure config_h.SH
5765 ____________________________________________________________________________
5766 [  6524] By: jhi                                   on 2000/08/04  19:02:08
5767         Log: Warn under -w if lstat(FH) is attempted.
5768              
5769              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
5770              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
5771              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
5772              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
5773      Branch: perl
5774            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
5775            ! t/pragma/warn/pp_sys
5776 ____________________________________________________________________________
5777 [  6523] By: jhi                                   on 2000/08/04  12:31:11
5778         Log: Subject: New perlcc, take 2
5779              From: simon@brecon.co.uk (Simon Cozens)
5780              Date: 4 Aug 2000 06:21:04 GMT
5781              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
5782      Branch: perl
5783            ! utils/perlcc.PL
5784 ____________________________________________________________________________
5785 [  6522] By: jhi                                   on 2000/08/04  12:26:33
5786         Log: Subject: Re: Array vs. List context
5787              From: Daniel Chetlin <daniel@chetlin.com>
5788              Date: Fri, 4 Aug 2000 00:22:44 -0700
5789              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
5790      Branch: perl
5791            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
5792            ! pod/perlfaq4.pod
5793 ____________________________________________________________________________
5794 [  6521] By: jhi                                   on 2000/08/04  12:22:38
5795         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5796              From: Raymund Will <ray@caldera.de>
5797              Date: Fri, 4 Aug 2000 12:07:09 +0200
5798              Message-Id: <20000804120709.A14982@caldera.de>
5799      Branch: perl
5800            ! configure.gnu
5801 ____________________________________________________________________________
5802 [  6520] By: jhi                                   on 2000/08/04  04:09:06
5803         Log: After the #6519 a warning about stat() is just that,
5804              not about a filetest, which now have their own warning.
5805      Branch: perl
5806            ! pod/perldiag.pod
5807 ____________________________________________________________________________
5808 [  6519] By: jhi                                   on 2000/08/04  04:06:30
5809         Log: In the warnings call filehandles consistently so;
5810              add "unopened" warning for stat().
5811      Branch: perl
5812            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
5813            ! t/pragma/warn/pp_sys
5814 ____________________________________________________________________________
5815 [  6518] By: jhi                                   on 2000/08/04  02:55:35
5816         Log: Subject: Minor tweak to perlvar.pod
5817              From: "Stephen P. Potter" <spp@ds.net>
5818              Date: Tue, 18 Apr 2000 09:26:03 -0400
5819              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
5820      Branch: perl
5821            ! pod/perlvar.pod
5822 ____________________________________________________________________________
5823 [  6517] By: jhi                                   on 2000/08/04  02:50:08
5824         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
5825              From: "Clinton Pierce" <cpierce1@ford.com>
5826              Date: Wed, 21 Jul 1999 16:45:31 -0400
5827              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
5828              
5829              Fix by Stephen Potter (visible in the bug db but not in p5p?)
5830      Branch: perl
5831            ! pod/perlfunc.pod pod/perlop.pod
5832 ____________________________________________________________________________
5833 [  6516] By: jhi                                   on 2000/08/04  02:09:25
5834         Log: This is 6512.  Really.
5835      Branch: perl
5836            ! dump.c
5837 ____________________________________________________________________________
5838 [  6515] By: jhi                                   on 2000/08/04  01:25:50
5839         Log: mention the idea of @( and @)
5840      Branch: perl
5841            ! Todo-5.6
5842 ____________________________________________________________________________
5843 [  6514] By: bailey                                on 2000/08/04  01:18:46
5844         Log: YA resync with mainstem, including VMS patches from others
5845      Branch: vmsperl
5846           +> (branch 48 files)
5847            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
5848           !> (integrate 354 files)
5849 ____________________________________________________________________________
5850 [  6513] By: jhi                                   on 2000/08/04  01:18:18
5851         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5852              From: Mark Dickinson <dickins3@fas.harvard.edu>
5853              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
5854              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
5855      Branch: perl
5856            ! t/op/grent.t t/op/pwent.t
5857 ____________________________________________________________________________
5858 [  6512] By: jhi                                   on 2000/08/04  01:14:06
5859         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5860              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5861              Date: Wed, 02 Aug 2000 10:51:01 +0100
5862              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
5863      Branch: perl
5864            ! sv.c
5865 ____________________________________________________________________________
5866 [  6511] By: jhi                                   on 2000/08/04  00:57:00
5867         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
5868              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5869              Date: Thu, 03 Aug 2000 17:20:04 -0700
5870              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
5871      Branch: metaconfig
5872            ! U/modified/Cppsym.U
5873      Branch: perl
5874            ! Configure config_h.SH
5875 ____________________________________________________________________________
5876 [  6510] By: jhi                                   on 2000/08/04  00:25:28
5877         Log: detypo
5878      Branch: perl
5879            ! Makefile.SH
5880 ____________________________________________________________________________
5881 [  6509] By: jhi                                   on 2000/08/03  23:43:18
5882         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5883              From: Dominic Dunlop <domo@computer.org>
5884              Date: Thu, 3 Aug 2000 22:16:46 +0200
5885              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
5886      Branch: perl
5887            ! t/op/sprintf.t
5888 ____________________________________________________________________________
5889 [  6508] By: jhi                                   on 2000/08/03  23:40:37
5890         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5891              From: Hugo <hv@crypt.compulink.co.uk>
5892              Date: Thu, 03 Aug 2000 18:25:30 +0100
5893              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
5894      Branch: perl
5895            ! regcomp.c t/op/re_tests
5896 ____________________________________________________________________________
5897 [  6507] By: jhi                                   on 2000/08/03  23:38:28
5898         Log: Subject: [PATCH] sv.h documentation - SvLEN
5899              From: Mike Guy <mjtg@cam.ac.uk>
5900              Date: Thu, 03 Aug 2000 14:43:09 +0100
5901              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
5902      Branch: perl
5903            ! sv.h
5904 ____________________________________________________________________________
5905 [  6506] By: jhi                                   on 2000/08/03  15:49:14
5906         Log: Disable the fix_pl hack for now.
5907      Branch: perl
5908            ! Makefile.SH
5909 ____________________________________________________________________________
5910 [  6505] By: jhi                                   on 2000/08/03  13:49:04
5911         Log: Add a URL for FSF.
5912              
5913              Subject: Patch for README
5914              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5915              Date: Wed, 2 Aug 2000 13:25:09 -0500
5916              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
5917      Branch: perl
5918            ! README
5919 ____________________________________________________________________________
5920 [  6504] By: jhi                                   on 2000/08/03  13:29:19
5921         Log: Be more informative on what is skipped and why,
5922              also repeat the list at the end.
5923      Branch: perl
5924            ! Porting/p4desc
5925 ____________________________________________________________________________
5926 [  6503] By: jhi                                   on 2000/08/03  13:07:05
5927         Log: Circumvent the removal of .patch by fix_pl.
5928              
5929              Subject: Re: [ID 20000802.011] unable to 'make test'          
5930              From: simon@brecon.co.uk (Simon Cozens) 
5931              Date: 3 Aug 2000 04:17:00 GMT
5932              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
5933      Branch: perl
5934            ! Makefile.SH
5935 ____________________________________________________________________________
5936 [  6502] By: jhi                                   on 2000/08/03  00:14:34
5937         Log: Add the missing setproctitle unit.
5938      Branch: metaconfig/U/perl
5939            + d_setproctitle.U
5940 ____________________________________________________________________________
5941 [  6501] By: jhi                                   on 2000/08/03  00:00:26
5942         Log: The subtest 4 may fail also on VOBS, as pointed out
5943              by Nick Ing-Simmons in November 1999, bug id 19991124.003
5944              (but the failure in that bug report isn't the subtest 4).
5945      Branch: perl
5946            ! t/op/stat.t
5947 ____________________________________________________________________________
5948 [  6500] By: jhi                                   on 2000/08/02  23:49:30
5949         Log: Better skip message for the test; one of the two problems in
5950              
5951              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5952              From: Lupe Christoph <lupe@lupe-christoph.de>
5953              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
5954              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
5955      Branch: perl
5956            ! t/op/numconvert.t
5957 ____________________________________________________________________________
5958 [  6499] By: jhi                                   on 2000/08/02  22:49:16
5959         Log: Allow "no Module;" even if there is no 'unimport'.
5960              
5961              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
5962              From: mjd@plover.com
5963              Date: 24 Mar 2000 15:24:34 -0000
5964              Message-Id: <20000324152434.15160.qmail@plover.com>
5965      Branch: perl
5966            ! gv.c
5967 ____________________________________________________________________________
5968 [  6498] By: jhi                                   on 2000/08/02  22:42:58
5969         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5970              that are hopefully soon put into use.
5971      Branch: perl
5972            ! opcode.h opcode.pl opnames.h
5973 ____________________________________________________________________________
5974 [  6497] By: gsar                                  on 2000/08/02  22:28:59
5975         Log: require.t needs binmode() to work on windows
5976      Branch: perl
5977            ! t/comp/require.t
5978 ____________________________________________________________________________
5979 [  6496] By: jhi                                   on 2000/08/02  22:08:51
5980         Log: Document the IVdf UVuf UVof UVxf.
5981      Branch: perl
5982            ! pod/perlguts.pod
5983 ____________________________________________________________________________
5984 [  6495] By: jhi                                   on 2000/08/02  21:54:26
5985         Log: detypo #6494
5986      Branch: perl
5987            ! ext/Data/Dumper/Dumper.xs
5988 ____________________________________________________________________________
5989 [  6494] By: jhi                                   on 2000/08/02  21:49:17
5990         Log: Dump UVs as UVs in Data::Dumper.
5991              
5992              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
5993              From: Gurusamy Sarathy <gsar@ActiveState.com>
5994              Date: Thu, 27 Apr 2000 12:26:25 -0700
5995              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
5996      Branch: perl
5997            ! ext/Data/Dumper/Dumper.xs
5998 ____________________________________________________________________________
5999 [  6493] By: jhi                                   on 2000/08/02  17:01:58
6000         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
6001              From: Hugo <hv@crypt.compulink.co.uk>
6002              Date: Wed, 02 Aug 2000 14:53:56 +0100
6003              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
6004      Branch: perl
6005            ! regexec.c t/op/re_tests
6006 ____________________________________________________________________________
6007 [  6492] By: jhi                                   on 2000/08/02  15:02:46
6008         Log: The new setproctitle() feature is available only in 
6009              bleeding edge FreeBSD.  From Paul Saab.
6010      Branch: perl
6011            ! mg.c
6012 ____________________________________________________________________________
6013 [  6491] By: jhi                                   on 2000/08/02  13:34:36
6014         Log: The tr utf8 patching continues.
6015              
6016              Subject: Re: #6469, too many tests claimed in require.t
6017              From: simon@brecon.co.uk (Simon Cozens)
6018              Date: 2 Aug 2000 02:37:17 GMT
6019              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
6020              
6021              (the logic of the test was the wrong way round in the patch)
6022      Branch: perl
6023            ! doop.c
6024 ____________________________________________________________________________
6025 [  6490] By: jhi                                   on 2000/08/02  13:27:38
6026         Log: The name of a filehandle does not have <these>.
6027      Branch: perl
6028            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6029            ! t/pragma/warn/pp_sys util.c
6030 ____________________________________________________________________________
6031 [  6489] By: jhi                                   on 2000/08/02  04:26:46
6032         Log: Remove the extraneous "main::" prefix from all the
6033              "opened only for", "on closed", and "never opened" warnings.
6034              
6035              Subject: Re: inappropriate warning
6036              From: Gurusamy Sarathy <gsar@ActiveState.com>
6037              Date: Mon, 20 Mar 2000 11:28:02 -0800
6038              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
6039      Branch: perl
6040            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
6041            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
6042            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6043 ____________________________________________________________________________
6044 [  6488] By: jhi                                   on 2000/08/02  03:02:57
6045         Log: memcpy has n o in it, as pinted ut by Sarathy.
6046      Branch: perl
6047            ! pod/perlguts.pod
6048 ____________________________________________________________________________
6049 [  6487] By: jhi                                   on 2000/08/02  02:44:51
6050         Log: Document in one place the memory abstractions used in Perl core.
6051              
6052              Subject: Re: Memory abstraction
6053              From: simon@brecon.co.uk (Simon Cozens)
6054              Date: 2 Aug 2000 02:20:23 GMT
6055              Organization: Earth.li Origins
6056      Branch: perl
6057            ! pod/perlguts.pod
6058 ____________________________________________________________________________
6059 [  6486] By: jhi                                   on 2000/08/02  02:41:57
6060         Log: regen_headers, regen perltoc.
6061      Branch: perl
6062            ! perlapi.c pod/perltoc.pod
6063 ____________________________________________________________________________
6064 [  6485] By: jhi                                   on 2000/08/02  01:43:33
6065         Log: "This little thing tests for a file .patch, and if it contains
6066              a number, pops into patchlevel.h" (making it easier to track
6067              which development version people are reporting bugs against)
6068              
6069              Subject: Patchlevel autogeneration for repository perls
6070              From: simon@brecon.co.uk (Simon Cozens)
6071              Date: 14 Jul 2000 07:12:15 GMT
6072              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
6073      Branch: perl
6074            + fix_pl
6075            ! MANIFEST Makefile.SH
6076 ____________________________________________________________________________
6077 [  6484] By: jhi                                   on 2000/08/02  01:32:54
6078         Log: FreeBSD 3.* updates from
6079              
6080              From: Paul Saab <ps@yahoo-inc.com>
6081              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6082              Date: Tue, 1 Aug 2000 15:41:39 -0700
6083              Message-Id: <20000801154139.A53740@yahoo-inc.com>
6084      Branch: perl
6085            ! hints/freebsd.sh
6086 ____________________________________________________________________________
6087 [  6483] By: jhi                                   on 2000/08/02  01:27:44
6088         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
6089              instead one must use setproctitle().  This was already addressed
6090              by change #6457, but the below has a new variant for FreeBSD 4.0
6091              or later, and the matter is also documented more.
6092              
6093              From: Paul Saab <ps@yahoo-inc.com>
6094              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6095              Date: Tue, 1 Aug 2000 15:41:39 -0700
6096              Message-Id: <20000801154139.A53740@yahoo-inc.com>
6097      Branch: metaconfig/U/perl
6098            + i_libutil.U
6099      Branch: perl
6100            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
6101 ____________________________________________________________________________
6102 [  6482] By: jhi                                   on 2000/08/01  22:17:32
6103         Log: The test from this
6104              
6105              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
6106              Date: Sat, 15 Apr 2000 17:03:44 +0100
6107              From: Tom Hughes <tom@compton.nu>
6108              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
6109              
6110              was missing, the code change went in as #5989
6111              (which had a different test?)
6112      Branch: perl
6113            ! t/op/misc.t
6114 ____________________________________________________________________________
6115 [  6481] By: jhi                                   on 2000/08/01  21:48:38
6116         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
6117              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6118              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
6119              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
6120      Branch: perl
6121            ! perl.h
6122 ____________________________________________________________________________
6123 [  6480] By: jhi                                   on 2000/08/01  18:05:28
6124         Log: Make p4desc to skip non-mainperl branches by default.
6125      Branch: perl
6126            ! Porting/p4desc
6127 ____________________________________________________________________________
6128 [  6479] By: jhi                                   on 2000/08/01  17:29:19
6129         Log: If gccosandvers is equal to osname, clear gccosandvers.
6130      Branch: metaconfig/U/perl
6131            ! gccvers.U
6132      Branch: perl
6133            ! Configure config_h.SH
6134 ____________________________________________________________________________
6135 [  6478] By: jhi                                   on 2000/08/01  15:54:08
6136         Log: BOM patching from Simon Cozens.
6137      Branch: perl
6138            ! toke.c
6139 ____________________________________________________________________________
6140 [  6477] By: jhi                                   on 2000/08/01  04:50:33
6141         Log: Stash away the largefiles flags and libswanted.
6142      Branch: perl
6143            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
6144 ____________________________________________________________________________
6145 [  6476] By: gsar                                  on 2000/08/01  04:24:24
6146         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
6147              on Windows)
6148      Branch: perl
6149            ! t/pragma/utf8.t utf8.c win32/win32.c
6150 ____________________________________________________________________________
6151 [  6475] By: jhi                                   on 2000/08/01  03:35:24
6152         Log: Make chr() for values >127 to create utf8 when under utf8.
6153              
6154              Subject: Re: uft8/chr()
6155              From: simon@brecon.co.uk (Simon Cozens)
6156              Date: 1 Aug 2000 02:37:02 GMT
6157              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
6158      Branch: perl
6159            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
6160 ____________________________________________________________________________
6161 [  6474] By: jhi                                   on 2000/08/01  02:36:18
6162         Log: In Digital UNIX warn if gcc explicitly chosen because even
6163              2.95.2 is known to cause problems.
6164      Branch: perl
6165            ! hints/dec_osf.sh
6166 ____________________________________________________________________________
6167 [  6473] By: jhi                                   on 2000/08/01  02:00:56
6168         Log: Make the safety catch for buggy gccs work with triple version
6169              numbers like 2.95.2.  Reported in
6170              
6171              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
6172              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
6173              Date: Mon, 31 Jul 2000 14:55:06 +0200
6174              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
6175      Branch: perl
6176            ! hints/dec_osf.sh
6177 ____________________________________________________________________________
6178 [  6472] By: jhi                                   on 2000/08/01  01:13:33
6179         Log: Subject: fix and question re: waitpid() under win32
6180              From: Brian Clarke <clarke@appliedmeta.com>
6181              Date: Fri, 28 Jul 2000 15:18:29 -0400
6182              Message-ID: <3981DC85.290314EB@appliedmeta.com>
6183              
6184              Slightly reformatted and WNOHANG # define moved to win32.h
6185              so that also POSIX.xs sees it, as suggsted by Sarathy.
6186      Branch: perl
6187            ! win32/win32.c win32/win32.h
6188 ____________________________________________________________________________
6189 [  6471] By: jhi                                   on 2000/08/01  00:55:05
6190         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
6191              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6192              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
6193              Date: Mon, 31 Jul 2000 13:28:51 +0100
6194              
6195              (aka ID 20000730.002)
6196      Branch: perl
6197            ! op.c t/op/tr.t
6198 ____________________________________________________________________________
6199 [  6470] By: jhi                                   on 2000/07/31  23:34:42
6200         Log: Document the problem with -P in HP-UX and its workaround.
6201              
6202              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
6203              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
6204              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
6205              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
6206      Branch: perl
6207            ! README.hpux
6208 ____________________________________________________________________________
6209 [  6469] By: jhi                                   on 2000/07/31  04:15:02
6210         Log: The swallow_bom() saga continues.  The #23 of require.t
6211              (UTF16-LE) still fails (silently, no output) but the #22
6212              (UTF16-BE) seems to be working now.  The root of the
6213              failure may be in sv_gets(): is it UTF-16LE-aware,
6214              especially when it comes to line endings? 
6215      Branch: perl
6216            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
6217            ! t/comp/require.t toke.c utf8.c
6218 ____________________________________________________________________________
6219 [  6468] By: jhi                                   on 2000/07/30  19:05:48
6220         Log: Find green threads before native threads.
6221              
6222              Subject: Re: Patch to jpl/JNI/Makefile.PL
6223              From: Jens Thomsen <jens@fiend.cis.com>
6224              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
6225              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
6226      Branch: perl
6227            ! jpl/JNI/Makefile.PL
6228 ____________________________________________________________________________
6229 [  6467] By: jhi                                   on 2000/07/30  18:36:22
6230         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
6231      Branch: perl
6232            ! doop.c
6233 ____________________________________________________________________________
6234 [  6466] By: jhi                                   on 2000/07/30  04:37:29
6235         Log: A new version of the "remove UPPERACSE string comparison"
6236              operators.  The problem with the previous one (change #6454)
6237              was that it was for Perl 5.6.0.  From Paul Marquess.
6238      Branch: perl
6239            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
6240            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
6241            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6242 ____________________________________________________________________________
6243 [  6465] By: jhi                                   on 2000/07/29  22:39:56
6244         Log: Do not upgrade SVs into utf8 just because they participate
6245              in eq or cmp.  Reported and fix suggested in
6246              
6247              Subject: [ID 20000720.009] sv_eq UTF8 bug
6248              From: "Simon Cozens" <simon@othersideofthe.earth.li>
6249              Date: 21 Jul 2000 04:37:29 -0000
6250              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
6251              
6252              Exercise for the kind reader: should we or should we not
6253              cache the utf8 conversion alonside the SV? (as magic,
6254              as thestrxfrm()ed version is cached under use locale)
6255              Argue both for and against.
6256      Branch: perl
6257            ! sv.c
6258 ____________________________________________________________________________
6259 [  6464] By: jhi                                   on 2000/07/29  22:36:22
6260         Log: Subject: UTF8 concat
6261              From: simon@brecon.co.uk (Simon Cozens) 
6262              Date: 30 Jun 2000 06:13:25 GMT
6263              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
6264              
6265              (with a memory leak fixed, plus a few casts added)
6266              
6267              This also seems to help for
6268              
6269              Subject: [ID 20000716.015] join UTF8 weirdness
6270              From: root <root@ak-71.mind.de> 
6271              Date: Sat, 15 Jul 2000 15:29:54 +0200
6272              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
6273              
6274              (from Andreas König)
6275      Branch: perl
6276            ! pp_hot.c
6277 ____________________________________________________________________________
6278 [  6463] By: jhi                                   on 2000/07/29  00:55:39
6279         Log: Tune the comments and hopefully stop a memory leak.
6280      Branch: perl
6281            ! toke.c utf8.c
6282 ____________________________________________________________________________
6283 [  6462] By: jhi                                   on 2000/07/29  00:16:53
6284         Log: The problem described in this
6285              
6286              Subject: [ID 20000322.018] named chars aren't magical enough
6287              From: root <root@dixie.cscaper.com>     
6288              Date: Wed, 22 Mar 2000 18:37:42 -0700
6289              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
6290              
6291              has been fixed in perl 5.6.0 but just in case added a test
6292              to keep it away.  (The report from Joseph Hall.)
6293      Branch: perl
6294            ! t/lib/charnames.t
6295 ____________________________________________________________________________
6296 [  6461] By: jhi                                   on 2000/07/28  23:56:36
6297         Log: Tiny fixes for #6460.
6298      Branch: metaconfig/U/perl
6299            ! gccvers.U
6300      Branch: perl
6301            ! Configure config_h.SH
6302 ____________________________________________________________________________
6303 [  6460] By: jhi                                   on 2000/07/28  23:24:41
6304         Log: Warn if the version of the operating system used to compile gcc
6305              differs from the current version of the operating system.
6306              Also display the gcc compilation os and version in myconfig.
6307              Inspiration from
6308              
6309              Subject: Re: [ID 20000710.003] ERRORS!!         
6310              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6311              Date: Mon, 10 Jul 2000 15:54:16 -0400
6312              Message-ID: <20000710155416.A1384@O2.chapin.edu>
6313      Branch: metaconfig/U/perl
6314            ! gccvers.U
6315      Branch: perl
6316            ! Configure config_h.SH myconfig.SH
6317 ____________________________________________________________________________
6318 [  6459] By: jhi                                   on 2000/07/28  22:00:32
6319         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
6320              letter to $Config{osvers}.
6321      Branch: metaconfig
6322            ! U/modified/Oldconfig.U
6323      Branch: perl
6324            ! Configure config_h.SH
6325 ____________________________________________________________________________
6326 [  6458] By: jhi                                   on 2000/07/28  04:15:39
6327         Log: Back out #6454, doesn't seem to work.
6328              (Reason: that patch was for perl 5.6.0, not perl-current)
6329              (A version of the patch for perl-current came in later as #6466)
6330      Branch: perl
6331            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
6332            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
6333            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6334 ____________________________________________________________________________
6335 [  6457] By: jhi                                   on 2000/07/27  23:31:49
6336         Log: Use setproctitle() if available to modify $0.
6337              
6338              Subject: setting $* on BSD4 broken
6339              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6340              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
6341              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
6342      Branch: metaconfig
6343            ! U/modified/Myinit.U
6344      Branch: perl
6345            ! Configure config_h.SH mg.c
6346 ____________________________________________________________________________
6347 [  6456] By: jhi                                   on 2000/07/27  14:50:47
6348         Log: Allow "no AutoLoader;", based on change #6444,
6349              suggested by Graham Barr.
6350      Branch: perl
6351            ! lib/AutoLoader.pm
6352 ____________________________________________________________________________
6353 [  6455] By: jhi                                   on 2000/07/27  14:19:10
6354         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
6355              From: rspier@pobox.com (Robert Spier)
6356              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
6357              Message-ID: <14720.15855.787664.424783@rls.cx>
6358      Branch: perl
6359            ! pod/perldiag.pod
6360 ____________________________________________________________________________
6361 [  6454] By: jhi                                   on 2000/07/27  14:03:02
6362         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
6363              for a long time).
6364              
6365              Reported in
6366              
6367              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
6368              From: Ryan Herbert <rherbert@sycamorehq.com>
6369              Date: Mon, 17 Jul 2000 11:40:42 -0400
6370              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
6371              
6372              Patched in
6373              
6374              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
6375              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6376              Date: Wed, 26 Jul 2000 23:40:18 +0100
6377              Message-ID: <000001bff752$79511880$0a17073e@tiny>
6378              
6379              based on an earlier patch from Stephen P. Potter.
6380              
6381              (Removed later by change #6458 because this patch was for
6382              perl 5.6.0, not perl-current)
6383      Branch: perl
6384            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
6385            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
6386            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6387 ____________________________________________________________________________
6388 [  6453] By: jhi                                   on 2000/07/27  13:48:02
6389         Log: Subject: [PATCH] fixes bug 20000508.004
6390              From: Michael Stevens <mstevens@globnix.org>
6391              Date: Thu, 27 Jul 2000 13:49:04 +0100
6392              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
6393      Branch: perl
6394            ! pod/perldata.pod
6395 ____________________________________________________________________________
6396 [  6452] By: jhi                                   on 2000/07/26  23:51:26
6397         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
6398              and Craig A. Berry.
6399      Branch: perl
6400            ! lib/File/Temp.pm pod/perlport.pod
6401 ____________________________________________________________________________
6402 [  6451] By: jhi                                   on 2000/07/26  19:43:30
6403         Log: Be wary of close()s, too.
6404              
6405              Subject: Re: [PATCH] perlbug cleanup
6406              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6407              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
6408              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
6409      Branch: perl
6410            ! utils/perlbug.PL
6411 ____________________________________________________________________________
6412 [  6450] By: jhi                                   on 2000/07/26  18:41:40
6413         Log: Subject: Minor doc patch: handy.h
6414              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
6415              Date: Wed, 26 Jul 2000 15:34:25 -0300
6416              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
6417      Branch: perl
6418            ! handy.h pod/perlapi.pod
6419 ____________________________________________________________________________
6420 [  6449] By: jhi                                   on 2000/07/26  18:23:55
6421         Log: Subject: [PATCH] minor doc change - perlguts
6422              From: Michael Stevens <mstevens@globnix.org>
6423              Date: Thu, 13 Jul 2000 12:39:18 +0100
6424              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
6425      Branch: perl
6426            ! pod/perlguts.pod
6427 ____________________________________________________________________________
6428 [  6448] By: jhi                                   on 2000/07/26  18:20:30
6429         Log: open() wariness in perlbug.
6430              
6431              Subject: [PATCH] perlbug cleanup
6432              From: Michael Stevens <mstevens@globnix.org>
6433              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
6434              Date: Thu, 13 Jul 2000 15:52:23 +0100
6435      Branch: perl
6436            ! utils/perlbug.PL
6437 ____________________________________________________________________________
6438 [  6447] By: jhi                                   on 2000/07/26  18:13:04
6439         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
6440      Branch: perl
6441            ! lib/File/Temp.pm t/lib/ftmp-security.t
6442 ____________________________________________________________________________
6443 [  6446] By: jhi                                   on 2000/07/26  18:06:32
6444         Log: docfix from Peter Scott <Peter@PSDT.com>.
6445      Branch: perl
6446            ! pod/perlfunc.pod
6447 ____________________________________________________________________________
6448 [  6445] By: jhi                                   on 2000/07/26  17:53:31
6449         Log: Fix *foo{FORMAT}.
6450              
6451              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6452              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
6453              Date: Wed, 26 Jul 2000 19:51:02 +0200
6454              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
6455              
6456              From: Graham Barr <gbarr@pobox.com>
6457              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
6458              Date: Wed, 26 Jul 2000 17:38:36 +0100
6459              Message-ID: <20000726173836.L472@pobox.com>
6460      Branch: perl
6461            ! pp.c sv.c t/op/gv.t
6462 ____________________________________________________________________________
6463 [  6444] By: jhi                                   on 2000/07/26  17:49:14
6464         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
6465              from Graham Barr in the module list.
6466      Branch: perl
6467            ! gv.c pod/perlobj.pod
6468 ____________________________________________________________________________
6469 [  6443] By: jhi                                   on 2000/07/26  16:06:56
6470         Log: More split() doc and test patches from Mike Guy.
6471      Branch: perl
6472            ! pod/perlfunc.pod t/op/split.t
6473 ____________________________________________________________________________
6474 [  6442] By: jhi                                   on 2000/07/26  16:05:30
6475         Log: MacOS nits from Matthias Neeracher.
6476      Branch: perl
6477            ! perl.c pp_ctl.c
6478 ____________________________________________________________________________
6479 [  6441] By: jhi                                   on 2000/07/26  04:39:57
6480         Log: Subject: [PATCH] split /^/
6481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6482              Date: Tue, 25 Jul 2000 14:18:57 +0100
6483              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
6484              
6485              (with notes from tchrist and gbarr)
6486      Branch: perl
6487            ! pod/perlfunc.pod t/op/split.t
6488 ____________________________________________________________________________
6489 [  6440] By: jhi                                   on 2000/07/26  04:32:32
6490         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
6491              From: Peter Prymmer <pvhp@forte.com>
6492              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
6493              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
6494      Branch: perl
6495            ! vms/munchconfig.c
6496 ____________________________________________________________________________
6497 [  6439] By: jhi                                   on 2000/07/26  04:31:01
6498         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
6499              to be fatal errors (instead of by default ignoring them, and
6500              ignoring with a bug: even though -w gave an error, the opening [
6501              was left in)  Reported in:
6502              
6503              Subject: [ID 20000716.024] [=cc=] / [:blank:]
6504              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
6505              Date: Sun, 16 Jul 2000 17:55:29 -0700
6506              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
6507      Branch: perl
6508            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
6509 ____________________________________________________________________________
6510 [  6438] By: jhi                                   on 2000/07/25  15:41:15
6511         Log: Subject: [PATCH] av.c apidoc
6512              From: simon@brecon.co.uk (Simon Cozens)
6513              Date: 24 Jul 2000 06:40:52 GMT
6514              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
6515      Branch: perl
6516            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
6517            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
6518 ____________________________________________________________________________
6519 [  6437] By: jhi                                   on 2000/07/25  14:05:36
6520         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
6521              From: "Stephen P. Potter" <spp@ds.net>
6522              Date: Mon, 24 Jul 2000 14:22:23 -0400
6523              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
6524      Branch: perl
6525            ! pod/perllocale.pod
6526 ____________________________________________________________________________
6527 [  6436] By: jhi                                   on 2000/07/25  14:02:03
6528         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
6529              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6530              Date: Mon, 24 Jul 2000 18:04:28 +0100
6531              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
6532      Branch: perl
6533            ! t/lib/syslfs.t t/op/lfs.t
6534 ____________________________________________________________________________
6535 [  6435] By: jhi                                   on 2000/07/25  13:59:28
6536         Log: Get UTF16 BOMs working.  Patch from
6537              
6538              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6539              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6540              Date: Tue, 25 Jul 2000 12:52:45 +0100
6541              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
6542              
6543              and notes from
6544              
6545              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6546              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6547              Date: Tue, 25 Jul 2000 11:43:25 +0100
6548              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
6549      Branch: perl
6550            ! t/comp/require.t toke.c utf8.c
6551 ____________________________________________________________________________
6552 [  6434] By: jhi                                   on 2000/07/25  02:39:54
6553         Log: Make the "uninit variable" warning to say "concat or string"
6554              or "join or string" when in concat or join .
6555              
6556              Subject: Re: [ID 20000403.009] uninitialised concatenation???
6557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6558              Date: Tue, 04 Apr 2000 18:22:58 +0100
6559              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
6560              
6561              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
6562              From: William R Ward <hermit@BayView.COM>
6563              Date: Thu, 30 Mar 2000 19:50:03 -0800
6564              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
6565      Branch: perl
6566            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
6567            ! t/pragma/warn/op t/pragma/warn/sv
6568 ____________________________________________________________________________
6569 [  6433] By: jhi                                   on 2000/07/24  17:52:56
6570         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
6571      Branch: perl
6572            ! lib/File/Spec/VMS.pm
6573 ____________________________________________________________________________
6574 [  6432] By: jhi                                   on 2000/07/24  17:44:44
6575         Log: Test cases for #6431.
6576              
6577              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6578              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6579              Date: Mon, 24 Jul 2000 15:32:29 +0100
6580              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
6581      Branch: perl
6582            ! t/op/pat.t t/op/split.t
6583 ____________________________________________________________________________
6584 [  6431] By: jhi                                   on 2000/07/24  17:43:17
6585         Log: Bind op fix.
6586              
6587              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6588              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6589              Date: Mon, 17 Jul 2000 20:04:56 +0100
6590              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
6591      Branch: perl
6592            ! op.c
6593 ____________________________________________________________________________
6594 [  6430] By: jhi                                   on 2000/07/24  03:42:42
6595         Log: Subject: [ID 20000716.023] syslog test fails without sockets
6596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6597              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
6598              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
6599      Branch: metaconfig/U/perl
6600            ! Extensions.U
6601      Branch: perl
6602            ! Configure config_h.SH
6603 ____________________________________________________________________________
6604 [  6429] By: jhi                                   on 2000/07/24  03:11:52
6605         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
6606              case, but add also notes explaining the relationship of this
6607              patch and the earlier notes by Sarathy.
6608              
6609              Subject: Map is still slow
6610              From: "Ben Tilly" <ben_tilly@hotmail.com>
6611              Date: Sat, 15 Jul 2000 17:23:27 EDT
6612              Message-ID: <20000715212327.21656.qmail@hotmail.com>
6613      Branch: perl
6614            ! pp_ctl.c
6615 ____________________________________________________________________________
6616 [  6428] By: jhi                                   on 2000/07/24  02:58:52
6617         Log: Documentation to explain the behaviour of map().
6618              
6619              Subject: Re: Map is still slow 
6620              From: Gurusamy Sarathy <gsar@ActiveState.com>
6621              Date: Sat, 15 Jul 2000 16:05:09 -0700
6622              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
6623      Branch: perl
6624            ! pp_ctl.c
6625 ____________________________________________________________________________
6626 [  6427] By: jhi                                   on 2000/07/24  02:50:03
6627         Log: Add tests for
6628              [ID 19991110.003] another matching finding by pcre author
6629              which has already been fixed by some patch, as verified in
6630              
6631              Subject: Re: two regex bugs from the mists of time (well, last November)
6632              From: Hugo <hv@crypt.compulink.co.uk>
6633              Date: Sat, 22 Jul 2000 18:12:58 +0100
6634              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
6635      Branch: perl
6636            ! t/op/re_tests
6637 ____________________________________________________________________________
6638 [  6426] By: jhi                                   on 2000/07/24  02:11:20
6639         Log: A missing 'break' after the [[:space:]] switch case.
6640              
6641              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
6642              From: "Stephen P. Potter" <spp@ds.net>
6643              Date: Tue, 18 Jul 2000 16:25:17 -0400
6644              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
6645      Branch: perl
6646            ! regcomp.c
6647 ____________________________________________________________________________
6648 [  6425] By: jhi                                   on 2000/07/24  02:06:12
6649         Log: The output might have been produced in the wrong order.
6650              
6651              Subject: [ID 20000720.003] [PATCH] t/op/write.t
6652              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6653              Date: Thu, 20 Jul 2000 18:49:18 +0100
6654              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
6655      Branch: perl
6656            ! t/op/write.t
6657 ____________________________________________________________________________
6658 [  6424] By: jhi                                   on 2000/07/24  02:00:07
6659         Log: Use STDOUT consistently.
6660              
6661              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
6662              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6663              Date: Thu, 20 Jul 2000 18:04:01 +0100
6664              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
6665      Branch: perl
6666            ! lib/Test/Harness.pm
6667 ____________________________________________________________________________
6668 [  6423] By: jhi                                   on 2000/07/24  01:54:54
6669         Log: Protect against "wild next"s, that is, callbacks doing "next"
6670              instead of "return".
6671              
6672              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
6673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6674              Date: Tue, 18 Jul 2000 11:30:16 +0100
6675              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
6676      Branch: perl
6677            ! lib/File/Find.pm
6678 ____________________________________________________________________________
6679 [  6422] By: jhi                                   on 2000/07/24  01:35:47
6680         Log: Out-of-date note removed.
6681              
6682              Subject: [PATCH] documentation perlipc
6683              From: rspier@pobox.com (Robert Spier)
6684              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
6685              Message-ID: <14711.35178.572612.502654@rls.cx>
6686      Branch: perl
6687            ! pod/perlipc.pod
6688 ____________________________________________________________________________
6689 [  6421] By: jhi                                   on 2000/07/24  00:09:18
6690         Log: Send all installperl messages to STDERR and be -w clean.
6691              
6692              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
6693              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6694              Date: Sat, 22 Jul 2000 14:02:11 +0100
6695              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
6696      Branch: perl
6697            ! installperl
6698 ____________________________________________________________________________
6699 [  6420] By: jhi                                   on 2000/07/24  00:04:19
6700         Log: Decutandpasto.
6701              
6702              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
6703              From: "Richard Soderberg" <rs@crystalflame.net>
6704              Date: Sun, 23 Jul 2000 01:37:23 -0700
6705              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
6706      Branch: perl
6707            ! pod/perlipc.pod
6708 ____________________________________________________________________________
6709 [  6419] By: jhi                                   on 2000/07/24  00:01:12
6710         Log: A cleaner abs_path().
6711              Subject: Re: unix alternative to Cwd.pm
6712              From: Jeff Pinyan <jeffp@crusoe.net>
6713              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
6714              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
6715      Branch: perl
6716            ! lib/Cwd.pm
6717 ____________________________________________________________________________
6718 [  6418] By: jhi                                   on 2000/07/23  23:48:56
6719         Log: Detypo.
6720              
6721              Subject: [PATCH perl-current] Typo in hints/powerux.sh
6722              From: "Richard Soderberg" <rs@crystalflame.net>
6723              Date: Sun, 23 Jul 2000 01:27:33 -0700
6724              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
6725      Branch: perl
6726            ! hints/powerux.sh
6727 ____________________________________________________________________________
6728 [  6417] By: jhi                                   on 2000/07/17  22:13:31
6729         Log: Subject: SDBM_File documentation
6730              From: mjd@plover.com
6731              Date: 16 Jul 2000 17:41:17 -0000
6732              Message-ID: <20000716174117.18515.qmail@plover.com>
6733      Branch: perl
6734            ! ext/SDBM_File/SDBM_File.pm
6735 ____________________________________________________________________________
6736 [  6416] By: jhi                                   on 2000/07/17  19:13:26
6737         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
6738      Branch: perl
6739            ! hints/mpeix.sh mpeix/relink
6740 ____________________________________________________________________________
6741 [  6415] By: jhi                                   on 2000/07/15  14:11:02
6742         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
6743              the utf8 'characters' can be more than one octet).
6744              
6745              Date: Sat, 15 Jul 2000 00:21:56 +0100
6746              From: Tom Hughes <tom@compton.nu>
6747              Subject: Re: [ID 20000714.002]
6748              Message-ID: <db2334de49.tom@compton.compton.nu>
6749              
6750              Reported in
6751              
6752              Subject: [ID 20000714.002]
6753              From: "Simon Cozens" <simon@othersideofthe.earth.li>
6754              Date: 14 Jul 2000 15:13:09 -0000
6755              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
6756      Branch: perl
6757            ! doop.c
6758 ____________________________________________________________________________
6759 [  6414] By: jhi                                   on 2000/07/15  03:13:41
6760         Log: another VMS build tweak from Peter Prymmer
6761      Branch: perl
6762            ! vms/descrip_mms.template
6763 ____________________________________________________________________________
6764 [  6413] By: jhi                                   on 2000/07/15  03:10:40
6765         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
6766      Branch: perl
6767            ! vms/perlvms.pod
6768 ____________________________________________________________________________
6769 [  6412] By: jhi                                   on 2000/07/15  00:31:05
6770         Log: More docs for sv functions.
6771              
6772              Subject: [PATCH cfgperl] sv.c apidoc
6773              From: simon@brecon.co.uk (Simon Cozens)
6774              Date: 13 Jul 2000 09:00:20 GMT
6775              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
6776              
6777              Subject: Re: [PATCH cfgperl] sv.c apidoc
6778              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6779              Date: Thu, 13 Jul 2000 12:27:41 +0100
6780              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
6781              
6782              Subject: Re: [PATCH cfgperl] sv.c apidoc
6783              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6784              Date: Thu, 13 Jul 2000 13:23:09 +0100
6785              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
6786              
6787              Subject: Re: [PATCH cfgperl] sv.c apidoc
6788              From: simon@brecon.co.uk (Simon Cozens)
6789              Date: 14 Jul 2000 06:51:02 GMT
6790              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
6791      Branch: perl
6792            ! embed.pl pod/perlapi.pod sv.c
6793 ____________________________________________________________________________
6794 [  6411] By: jhi                                   on 2000/07/15  00:10:41
6795         Log: lib/b test fixes from Peter Prymmer.
6796      Branch: perl
6797            ! t/lib/b.t
6798 ____________________________________________________________________________
6799 [  6410] By: jhi                                   on 2000/07/15  00:02:09
6800         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
6801              From: Hugo <hv@crypt.compulink.co.uk>
6802              Date: Fri, 14 Jul 2000 23:05:20 +0100
6803              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
6804              
6805              Didn't anymore apply, but that point still could use another fix.
6806      Branch: perl
6807            ! pod/perlfunc.pod
6808 ____________________________________________________________________________
6809 [  6409] By: jhi                                   on 2000/07/14  23:15:15
6810         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
6811              not in pod, from Peter Prymmer
6812      Branch: perl
6813            ! vms/descrip_mms.template
6814 ____________________________________________________________________________
6815 [  6408] By: jhi                                   on 2000/07/14  20:35:05
6816         Log: The bug report
6817              [ID 19991110.002] minimal matching discrepancy found by pcre author
6818              seems to have been fixed (though differently from what was suggested
6819              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
6820      Branch: perl
6821            ! t/op/re_tests
6822 ____________________________________________________________________________
6823 [  6407] By: jhi                                   on 2000/07/14  17:38:08
6824         Log: Fix AutoSplit to use File::Spec the right way in VMS,
6825              from Peter Prymmer.
6826      Branch: perl
6827            ! lib/AutoSplit.pm
6828 ____________________________________________________________________________
6829 [  6406] By: jhi                                   on 2000/07/14  14:13:22
6830         Log: Merge perlhacktut into perlhack, update perlguts.
6831              
6832              Subject: Re: Perlhacktut
6833              From: simon@brecon.co.uk (Simon Cozens)
6834              Date: 14 Jul 2000 06:49:21 GMT
6835              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
6836              
6837              Subject: Re: Perlhacktut
6838              From: simon@brecon.co.uk (Simon Cozens)
6839              Date: 14 Jul 2000 07:09:45 GMT
6840              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
6841      Branch: perl
6842            ! pod/perlguts.pod pod/perlhack.pod
6843 ____________________________________________________________________________
6844 [  6405] By: jhi                                   on 2000/07/14  14:02:31
6845         Log: Integrate with Sarathy.
6846      Branch: cfgperl
6847           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
6848           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
6849           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
6850 ____________________________________________________________________________
6851 [  6404] By: gsar                                  on 2000/07/14  12:15:02
6852         Log: PERL_OBJECT build tweaks
6853      Branch: perl
6854            ! toke.c
6855 ____________________________________________________________________________
6856 [  6403] By: gsar                                  on 2000/07/14  11:23:41
6857         Log: inconsistent types needs casts
6858      Branch: perl
6859            ! toke.c
6860 ____________________________________________________________________________
6861 [  6402] By: gsar                                  on 2000/07/14  11:12:04
6862         Log: typos in change#6399, regen headers
6863      Branch: perl
6864            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
6865 ____________________________________________________________________________
6866 [  6401] By: gsar                                  on 2000/07/14  10:59:12
6867         Log: typecasts needed for change#6394
6868      Branch: perl
6869            ! toke.c
6870 ____________________________________________________________________________
6871 [  6400] By: gsar                                  on 2000/07/14  10:49:37
6872         Log: integrate cfgperl contents into mainline
6873      Branch: perl
6874           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
6875           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
6876 ____________________________________________________________________________
6877 [  6399] By: gsar                                  on 2000/07/14  10:38:35
6878         Log: enable UTF-16 filter by default if relevant BOM is seen; various
6879              cleanups (typos, misformatted code, and small bugs)
6880      Branch: perl
6881            ! doop.c embed.pl mg.c op.c pp.c toke.c
6882 ____________________________________________________________________________
6883 [  6398] By: gsar                                  on 2000/07/14  08:55:38
6884         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
6885              name suggests anyway)
6886      Branch: perl
6887            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
6888 ____________________________________________________________________________
6889 [  6397] By: gsar                                  on 2000/07/14  08:44:33
6890         Log: move new variables to the end of the interpreter structure (for
6891              bincompat in code that doesn't #include XSUB.h)
6892      Branch: perl
6893            ! intrpvar.h
6894 ____________________________________________________________________________
6895 [  6396] By: gsar                                  on 2000/07/14  08:13:58
6896         Log: MakeMaker should not remove editor backups (*~) on `make clean`
6897              by default (completes change#6383)
6898      Branch: perl
6899            ! lib/ExtUtils/MM_Unix.pm
6900 ____________________________________________________________________________
6901 [  6395] By: jhi                                   on 2000/07/14  05:20:33
6902         Log: Replace change #6337 with a better one.
6903              
6904              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
6905              From: Hugo <hv@crypt.compulink.co.uk>
6906              Date: Fri, 14 Jul 2000 04:16:20 +0100
6907              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
6908      Branch: cfgperl
6909            ! regexec.c t/op/re_tests
6910 ____________________________________________________________________________
6911 [  6394] By: jhi                                   on 2000/07/14  01:33:59
6912         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
6913      Branch: cfgperl
6914            ! embed.pl global.sym proto.h toke.c
6915 ____________________________________________________________________________
6916 [  6393] By: jhi                                   on 2000/07/13  23:41:23
6917         Log: remove discarded test
6918      Branch: cfgperl
6919            ! MANIFEST
6920 ____________________________________________________________________________
6921 [  6392] By: jhi                                   on 2000/07/13  23:32:25
6922         Log: The {multiplier} of a fixed substring was overlooked which
6923              caused a wrong initial search offset for that substring.
6924              
6925              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
6926              From: Hugo <hv@crypt.compulink.co.uk>
6927              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
6928              Date: Thu, 13 Jul 2000 19:27:13 +0100
6929      Branch: cfgperl
6930            ! regcomp.c t/op/re_tests
6931 ____________________________________________________________________________
6932 [  6391] By: jhi                                   on 2000/07/13  16:37:42
6933         Log: typo fix from Craig Berry
6934      Branch: cfgperl
6935            ! vms/subconfigure.com
6936 ____________________________________________________________________________
6937 [  6390] By: jhi                                   on 2000/07/13  13:20:12
6938         Log: Integrate with Sarathy.
6939      Branch: cfgperl
6940            - t/op/method2entersub.t
6941           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
6942           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
6943           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
6944           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
6945 ____________________________________________________________________________
6946 [  6389] By: jhi                                   on 2000/07/13  13:18:48
6947         Log: Detypo from Peter Prymmer, part of #6388.
6948      Branch: cfgperl
6949            ! Configure config_h.SH
6950      Branch: metaconfig
6951            ! U/modified/d_longlong.U
6952 ____________________________________________________________________________
6953 [  6388] By: gsar                                  on 2000/07/13  06:33:40
6954         Log: typos (spotted by Peter Prymmer)
6955      Branch: perl
6956            ! Configure t/lib/english.t
6957 ____________________________________________________________________________
6958 [  6387] By: gsar                                  on 2000/07/13  05:35:28
6959         Log: new selfloader.t in change#6183 doesn't close DATA handles,
6960              and thus fails to clean up tmp files on dosish platforms
6961      Branch: perl
6962            ! t/lib/selfloader.t
6963 ____________________________________________________________________________
6964 [  6386] By: gsar                                  on 2000/07/12  21:42:39
6965         Log: sprintf test tweaks (from Dominic Dunlop)
6966      Branch: perl
6967            ! t/op/sprintf.t
6968 ____________________________________________________________________________
6969 [  6385] By: gsar                                  on 2000/07/12  21:33:46
6970         Log: fix bugs in processing %v-*d and similar format specs (from
6971              Avi Finkel <avi@finkel.org>)
6972      Branch: perl
6973            ! sv.c t/op/sprintf.t
6974 ____________________________________________________________________________
6975 [  6384] By: gsar                                  on 2000/07/12  16:04:19
6976         Log: readd missing perldelta.pod changes from changes#6339,6376
6977      Branch: perl
6978            ! pod/perldelta.pod
6979 ____________________________________________________________________________
6980 [  6383] By: gsar                                  on 2000/07/12  16:00:51
6981         Log: don't clobber *.orig files on *clean targets
6982      Branch: perl
6983            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
6984 ____________________________________________________________________________
6985 [  6382] By: gsar                                  on 2000/07/12  07:59:12
6986         Log: fix broken integrations in cfgperl
6987      Branch: cfgperl
6988           !> Changes pod/perldelta.pod
6989 ____________________________________________________________________________
6990 [  6381] By: gsar                                  on 2000/07/12  07:42:17
6991         Log: integrate cfgperl changes into mainline
6992      Branch: perl
6993            ! Changes
6994           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
6995           !> pod/perlre.pod
6996 ____________________________________________________________________________
6997 [  6380] By: gsar                                  on 2000/07/12  07:31:00
6998         Log: get sprintf.t to adjust properly for 3-digit exponents
6999      Branch: perl
7000            ! t/op/sprintf.t
7001 ____________________________________________________________________________
7002 [  6379] By: gsar                                  on 2000/07/12  06:40:04
7003         Log: change#6174 needs corresponding change in win32/config_h.PL,
7004              which grovels through config_h.SH to find the config.h name
7005      Branch: perl
7006            ! win32/config_h.PL
7007 ____________________________________________________________________________
7008 [  6378] By: jhi                                   on 2000/07/12  05:03:59
7009         Log: Do the cc sanity check both before the hints and
7010              after the cc selction.
7011      Branch: cfgperl
7012            ! Configure config_h.SH
7013      Branch: metaconfig
7014            ! U/modified/Oldconfig.U U/modified/cc.U
7015      Branch: metaconfig/U/perl
7016            + Checkcc.U
7017 ____________________________________________________________________________
7018 [  6377] By: jhi                                   on 2000/07/12  02:49:22
7019         Log: Fix nits noticed by Boston.pm.
7020      Branch: cfgperl
7021            ! pod/perlre.pod
7022 ____________________________________________________________________________
7023 [  6376] By: jhi                                   on 2000/07/11  21:22:13
7024         Log: Configure cosmetics and perldelta.
7025      Branch: cfgperl
7026            ! Configure config_h.SH pod/perldelta.pod
7027      Branch: metaconfig
7028            ! U/modified/cc.U
7029 ____________________________________________________________________________
7030 [  6375] By: gsar                                  on 2000/07/11  21:17:35
7031         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
7032      Branch: perl
7033            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
7034            ! win32/win32sck.c
7035 ____________________________________________________________________________
7036 [  6374] By: gsar                                  on 2000/07/11  20:48:50
7037         Log: tweak for build failure under multiplicity
7038      Branch: perl
7039            ! toke.c
7040 ____________________________________________________________________________
7041 [  6373] By: gsar                                  on 2000/07/11  20:37:23
7042         Log: integrate cfgperl changes#6325..6373 into mainline
7043              (NOTE: today's batch of integrations still untested)
7044      Branch: perl
7045           +> ext/DynaLoader/hints/netbsd.pl
7046            ! Changes
7047           !> (integrate 26 files)
7048 ____________________________________________________________________________
7049 [  6372] By: jhi                                   on 2000/07/11  20:30:36
7050         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
7051              regen perltoc.
7052      Branch: cfgperl
7053            + pod/perlbook.pod
7054            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
7055            ! pod/perltoc.pod
7056 ____________________________________________________________________________
7057 [  6371] By: jhi                                   on 2000/07/11  20:08:56
7058         Log: Minor cleanups on the booklist.
7059      Branch: cfgperl
7060            ! pod/perlfaq2.pod
7061 ____________________________________________________________________________
7062 [  6370] By: jhi                                   on 2000/07/11  19:31:13
7063         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
7064      Branch: cfgperl
7065            ! t/pragma/overload.t
7066 ____________________________________________________________________________
7067 [  6369] By: gsar                                  on 2000/07/11  19:27:48
7068         Log: integrate cfgperl changes#6293..6324 into mainline
7069      Branch: perl
7070           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
7071            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
7072           !> (integrate 30 files)
7073 ____________________________________________________________________________
7074 [  6368] By: gsar                                  on 2000/07/11  19:18:57
7075         Log: skip integrate of problematic change#6292 from cfgperl into mainline
7076      Branch: perl
7077           !> pp_hot.c
7078 ____________________________________________________________________________
7079 [  6367] By: gsar                                  on 2000/07/11  19:17:21
7080         Log: integrate cfgperl changes#6288..6290 into mainline
7081      Branch: perl
7082           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
7083 ____________________________________________________________________________
7084 [  6366] By: gsar                                  on 2000/07/11  19:11:18
7085         Log: integrate cfgperl changes#6268..6282 into mainline
7086      Branch: perl
7087           !> (integrate 30 files)
7088 ____________________________________________________________________________
7089 [  6365] By: gsar                                  on 2000/07/11  18:57:00
7090         Log: delete new accidentally branched file
7091      Branch: perl
7092            - t/op/method2entersub.t
7093 ____________________________________________________________________________
7094 [  6364] By: gsar                                  on 2000/07/11  18:55:13
7095         Log: skip integrate of change#6267 from cfgperl into mainline (the
7096              method call optimization is flawed without additional hints
7097              from user about immutableness of @ISA and no runtime method
7098              definitions)
7099      Branch: perl
7100           +> t/op/method2entersub.t
7101           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
7102           !> perl.h t/op/sprintf.t xsutils.c
7103 ____________________________________________________________________________
7104 [  6363] By: gsar                                  on 2000/07/11  18:49:43
7105         Log: integrate cfgperl changes#6261..6266 into mainline
7106      Branch: perl
7107           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7108           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7109           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7110           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7111 ____________________________________________________________________________
7112 [  6362] By: gsar                                  on 2000/07/11  18:43:26
7113         Log: integrate cfgperl changes#6252..6260 into mainline
7114      Branch: perl
7115           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
7116           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
7117           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
7118           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
7119 ____________________________________________________________________________
7120 [  6361] By: gsar                                  on 2000/07/11  18:37:12
7121         Log: skip integrate of problematic change#6251 from cfgperl into mainline
7122      Branch: perl
7123           !> lib/Exporter.pm
7124 ____________________________________________________________________________
7125 [  6360] By: gsar                                  on 2000/07/11  18:34:56
7126         Log: integrate cfgperl change#6250 into mainline
7127      Branch: perl
7128           +> t/op/my_stash.t
7129           !> MANIFEST embed.pl proto.h toke.c
7130 ____________________________________________________________________________
7131 [  6359] By: gsar                                  on 2000/07/11  18:21:19
7132         Log: integrate cfgperl changes#6242..6249 into mainline
7133      Branch: perl
7134           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
7135           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
7136           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
7137           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
7138           !> t/lib/peek.t utf8.c
7139 ____________________________________________________________________________
7140 [  6358] By: gsar                                  on 2000/07/11  18:15:45
7141         Log: skip integrate of problematic change#6241 from cfgperl into mainline
7142      Branch: perl
7143           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
7144 ____________________________________________________________________________
7145 [  6357] By: jhi                                   on 2000/07/11  18:15:16
7146         Log: Fix for
7147              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
7148              From: Roderick Schertler <roderick@argon.org> 
7149              Date: Tue, 11 Jul 2000 13:55:05 -0400 
7150              Message-Id: <200007111755.NAA05077@jones.argon.org> 
7151      Branch: cfgperl
7152            ! doio.c
7153 ____________________________________________________________________________
7154 [  6356] By: jhi                                   on 2000/07/11  18:12:51
7155         Log: Typo in #6341.
7156      Branch: cfgperl
7157            ! pp_hot.c
7158 ____________________________________________________________________________
7159 [  6355] By: gsar                                  on 2000/07/11  18:12:10
7160         Log: integrate cfgperl changes#6231..6240 into mainline
7161      Branch: perl
7162           +> pod/perlutil.pod
7163           !> (integrate 35 files)
7164 ____________________________________________________________________________
7165 [  6354] By: jhi                                   on 2000/07/11  18:04:34
7166         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
7167              From: Dominic Dunlop <domo@computer.org> 
7168              Date: Tue, 11 Jul 2000 12:27:33 +0200 
7169              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
7170              
7171              Replaces change #6268.
7172      Branch: cfgperl
7173            ! t/op/sprintf.t
7174 ____________________________________________________________________________
7175 [  6353] By: gsar                                  on 2000/07/11  17:59:51
7176         Log: skip integrate of problematic change#6230 from cfgperl into mainline
7177              (a later version of File::Spec is already in mainline)
7178      Branch: perl
7179           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
7180           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
7181 ____________________________________________________________________________
7182 [  6352] By: gsar                                  on 2000/07/11  17:57:48
7183         Log: integrate cfgperl changes#6224..6229 into mainline
7184      Branch: perl
7185           +> lib/lib.pm.PL
7186            - lib/lib.pm
7187           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
7188           !> lib/English.pm op.c t/lib/english.t
7189 ____________________________________________________________________________
7190 [  6351] By: gsar                                  on 2000/07/11  17:50:10
7191         Log: skip integrate of problematic change#6223 from cfgperl into mainline
7192      Branch: perl
7193           !> doio.c
7194 ____________________________________________________________________________
7195 [  6350] By: gsar                                  on 2000/07/11  17:48:28
7196         Log: integrate cfgperl changes#6220..6222 into mainline
7197      Branch: perl
7198           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
7199           !> toke.c utf8.c win32/win32.h
7200 ____________________________________________________________________________
7201 [  6349] By: gsar                                  on 2000/07/11  17:46:13
7202         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
7203              mainline
7204      Branch: perl
7205           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
7206           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
7207           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7208 ____________________________________________________________________________
7209 [  6348] By: jhi                                   on 2000/07/11  17:45:49
7210         Log: README.posix-bc podified from Thomas Dorner.
7211      Branch: cfgperl
7212            ! README.posix-bc
7213 ____________________________________________________________________________
7214 [  6347] By: gsar                                  on 2000/07/11  17:42:04
7215         Log: integrate cfgperl change#6217 into mainline
7216      Branch: perl
7217           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
7218           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
7219           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
7220 ____________________________________________________________________________
7221 [  6346] By: gsar                                  on 2000/07/11  17:39:37
7222         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
7223              mainline
7224      Branch: perl
7225           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
7226           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7227           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
7228           !> perlapi.h pod/perlapi.pod
7229 ____________________________________________________________________________
7230 [  6345] By: gsar                                  on 2000/07/11  17:36:42
7231         Log: integrate cfgperl changes#6207..6210 into mainline
7232      Branch: perl
7233           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
7234           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
7235 ____________________________________________________________________________
7236 [  6344] By: gsar                                  on 2000/07/11  17:31:20
7237         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
7238              mainline
7239      Branch: perl
7240           !> (integrate 40 files)
7241 ____________________________________________________________________________
7242 [  6343] By: gsar                                  on 2000/07/11  17:19:08
7243         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
7244      Branch: perl
7245           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
7246            ! Changes
7247           !> (integrate 34 files)
7248 ____________________________________________________________________________
7249 [  6342] By: jhi                                   on 2000/07/11  16:05:48
7250         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
7251              To: perl5-porters@perl.org
7252              From: Karsten Sperling <spiff@phreax.net>
7253              Date: Mon, 10 Jul 2000 15:12:52 +0200
7254              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
7255      Branch: cfgperl
7256            ! lib/Symbol.pm
7257 ____________________________________________________________________________
7258 [  6341] By: jhi                                   on 2000/07/11  15:59:23
7259         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
7260              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7261              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
7262              Date: Fri, 07 Jul 2000 17:57:16 +0100
7263      Branch: cfgperl
7264            ! pp_hot.c
7265 ____________________________________________________________________________
7266 [  6340] By: jhi                                   on 2000/07/11  15:55:47
7267         Log: Subject: Re: format bug report  [Patch]
7268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7269              Date: Wed, 05 Jul 2000 13:12:52 +0200
7270              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
7271              
7272              Subject: Re: format bug report  [Patch]
7273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7274              Date: Wed, 05 Jul 2000 14:10:01 +0200
7275              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
7276      Branch: cfgperl
7277            ! t/op/write.t toke.c
7278 ____________________________________________________________________________
7279 [  6339] By: jhi                                   on 2000/07/11  13:54:09
7280         Log: Be less forgiving about ambiguous and illegal tr ranges.
7281              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
7282              From: Mark-Jason Dominus <mjd@plover.com>
7283              Date: Tue, 04 Jul 2000 10:00:12 -0400
7284              Message-ID: <20000704140012.17772.qmail@plover.com>
7285              
7286              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
7287              From: Mark-Jason Dominus <mjd@plover.com>
7288              Date: Wed, 05 Jul 2000 09:37:36 -0400
7289              Message-ID: <20000705133736.27293.qmail@plover.com>
7290      Branch: cfgperl
7291            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
7292 ____________________________________________________________________________
7293 [  6338] By: jhi                                   on 2000/07/11  13:31:24
7294         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
7295              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7296              Date: Tue, 11 Jul 2000 13:50:51 +0100
7297              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
7298      Branch: cfgperl
7299            ! sv.c
7300 ____________________________________________________________________________
7301 [  6337] By: jhi                                   on 2000/07/11  13:29:14
7302         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
7303              From: Hugo <hv@crypt.compulink.co.uk>
7304              Date: Tue, 11 Jul 2000 12:44:50 +0100
7305              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
7306      Branch: cfgperl
7307            ! regexec.c t/op/re_tests
7308 ____________________________________________________________________________
7309 [  6336] By: jhi                                   on 2000/07/11  13:26:47
7310         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
7311              From: simon@brecon.co.uk (Simon Cozens)
7312              Date: 7 Jul 2000 11:26:09 GMT
7313              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
7314      Branch: cfgperl
7315            ! mg.c
7316 ____________________________________________________________________________
7317 [  6335] By: jhi                                   on 2000/07/11  13:23:37
7318         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
7319              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
7320              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
7321              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
7322      Branch: cfgperl
7323            + ext/DynaLoader/hints/netbsd.pl
7324            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
7325 ____________________________________________________________________________
7326 [  6334] By: jhi                                   on 2000/07/11  13:20:38
7327         Log: Subject: PATCH perlguts.pod: Document D and d magic types
7328              From: mjd@plover.com
7329              Date: 5 Jul 2000 18:01:51 -0000
7330              Message-ID: <20000705180151.29413.qmail@plover.com>
7331      Branch: cfgperl
7332            ! pod/perlguts.pod
7333 ____________________________________________________________________________
7334 [  6333] By: jhi                                   on 2000/07/11  13:15:51
7335         Log: Precedence goof, fix based on
7336              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
7337              From: Hugo <hv@crypt.compulink.co.uk>
7338              Date: Tue, 11 Jul 2000 12:52:38 +0100
7339              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
7340      Branch: cfgperl
7341            ! t/op/taint.t
7342 ____________________________________________________________________________
7343 [  6332] By: jhi                                   on 2000/07/11  12:40:17
7344         Log: Integrate with Sarathy.
7345      Branch: cfgperl
7346           !> win32/win32sck.c
7347 ____________________________________________________________________________
7348 [  6331] By: jhi                                   on 2000/07/10  20:14:16
7349         Log: Sprinkle ldlibpath.
7350      Branch: cfgperl
7351            ! pod/Makefile.SH
7352 ____________________________________________________________________________
7353 [  6330] By: jhi                                   on 2000/07/10  17:54:49
7354         Log: More POSIX.pod tweaks.
7355      Branch: cfgperl
7356            ! ext/POSIX/POSIX.pod
7357 ____________________________________________________________________________
7358 [  6329] By: jhi                                   on 2000/07/10  14:02:12
7359         Log: Reorder perl.pod once more.
7360      Branch: cfgperl
7361            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7362 ____________________________________________________________________________
7363 [  6328] By: gsar                                  on 2000/07/10  07:06:00
7364         Log: accept() leaks memory on windows due to incorrect ordering of
7365              closesocket() and fclose() calls
7366      Branch: perl
7367            ! win32/win32sck.c
7368 ____________________________________________________________________________
7369 [  6327] By: gsar                                  on 2000/07/10  06:49:17
7370         Log: winsock options weren't being set in all threads under ithreads
7371              (caused send()s from second and subsequent threads to fail)
7372      Branch: perl
7373            ! win32/win32sck.c
7374 ____________________________________________________________________________
7375 [  6326] By: jhi                                   on 2000/07/08  02:45:40
7376         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
7377              was cast to an unsigned (32-bit) integer with wild abandon.
7378      Branch: cfgperl
7379            ! ext/Devel/DProf/DProf.xs
7380 ____________________________________________________________________________
7381 [  6325] By: jhi                                   on 2000/07/07  18:50:33
7382         Log: Remove perlbook, update perlfaq book listing,
7383              rearrange perl.pod, regenerate perltoc.
7384      Branch: cfgperl
7385            - pod/perlbook.pod
7386            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
7387            ! pod/perlfaq2.pod pod/perltoc.pod
7388 ____________________________________________________________________________
7389 [  6324] By: jhi                                   on 2000/07/07  14:03:40
7390         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
7391      Branch: cfgperl
7392            ! sv.h toke.c
7393 ____________________________________________________________________________
7394 [  6323] By: jhi                                   on 2000/07/06  16:03:55
7395         Log: Fix complaints of buildtoc.
7396      Branch: cfgperl
7397            + lib/Win32.pod
7398            - pod/Win32.pod
7399            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7400 ____________________________________________________________________________
7401 [  6322] By: jhi                                   on 2000/07/06  15:15:52
7402         Log: Add =head1 NAMEs so that buildtoc is happy.
7403              (The CGI::Util nit reported to Lincoln.)
7404      Branch: cfgperl
7405            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
7406            ! pod/perltoc.pod
7407 ____________________________________________________________________________
7408 [  6321] By: jhi                                   on 2000/07/06  03:16:04
7409         Log: Config is being used.
7410      Branch: cfgperl
7411            ! t/op/method.t
7412 ____________________________________________________________________________
7413 [  6320] By: jhi                                   on 2000/07/06  03:13:13
7414         Log: Integrate with Sarathy.
7415      Branch: cfgperl
7416           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
7417 ____________________________________________________________________________
7418 [  6319] By: jhi                                   on 2000/07/06  03:11:46
7419         Log: Autogenerate pod/Makefile and pod/buildtoc.
7420              buildtoc also checks whether the existin pods are
7421              mentioned in MANIFEST and perl.pod, and vice versa.
7422              (None of the thusly found discrepancies fixed yet.)
7423              roffitall also needs to be autogenerated similarly but it
7424              seems so badly out of date that I didn't touch it yet.
7425      Branch: cfgperl
7426            + pod/Makefile.SH pod/buildtoc.PL
7427            - pod/Makefile pod/buildtoc
7428            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
7429 ____________________________________________________________________________
7430 [  6318] By: gsar                                  on 2000/07/05  22:10:54
7431         Log: fix UNC path handling on Windows under ithreads, and chdir()
7432              return value when given a non-existent directory
7433      Branch: perl
7434            ! win32/vdir.h
7435 ____________________________________________________________________________
7436 [  6317] By: gsar                                  on 2000/07/05  22:08:19
7437         Log: winsock cleanup never done on Windows (leads to handle leaks)
7438      Branch: perl
7439            ! win32/perllib.c win32/win32sck.c
7440 ____________________________________________________________________________
7441 [  6316] By: gsar                                  on 2000/07/05  22:06:19
7442         Log: some debugger output does not go to the socket when RemotePort is set
7443      Branch: perl
7444            ! lib/perl5db.pl
7445 ____________________________________________________________________________
7446 [  6315] By: jhi                                   on 2000/07/05  00:25:21
7447         Log: Integrate with Sarathy, preliminary fix for unicos
7448              alignment problems in [ID 20000612.002] Perl problem on Cray system.
7449      Branch: cfgperl
7450            ! sv.h
7451           !> pp_hot.c
7452 ____________________________________________________________________________
7453 [  6314] By: gsar                                  on 2000/07/04  23:34:02
7454         Log: tyop in change#6306
7455      Branch: perl
7456            ! pp_hot.c
7457 ____________________________________________________________________________
7458 [  6313] By: jhi                                   on 2000/07/04  22:14:38
7459         Log: Multiline string literals ENONPORTABLE.
7460      Branch: cfgperl
7461            ! pp_hot.c
7462 ____________________________________________________________________________
7463 [  6312] By: jhi                                   on 2000/07/04  20:34:44
7464         Log: Integrate with Sarathy.
7465      Branch: cfgperl
7466           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
7467           !> t/op/method.t
7468 ____________________________________________________________________________
7469 [  6311] By: jhi                                   on 2000/07/04  20:30:56
7470         Log: More POSIX.pod embellishment.
7471      Branch: cfgperl
7472            ! ext/POSIX/POSIX.pod
7473 ____________________________________________________________________________
7474 [  6310] By: gsar                                  on 2000/07/04  17:28:48
7475         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
7476      Branch: perl
7477            ! t/lib/b.t
7478 ____________________________________________________________________________
7479 [  6309] By: jhi                                   on 2000/07/04  17:22:18
7480         Log: The #6308 required a little bit more.
7481      Branch: cfgperl
7482            ! Makefile.SH win32/Makefile
7483 ____________________________________________________________________________
7484 [  6308] By: jhi                                   on 2000/07/04  16:35:24
7485         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
7486      Branch: cfgperl
7487            + lib/lib_pm.PL
7488            - lib/lib.pm.PL
7489            ! MANIFEST Makefile.SH
7490 ____________________________________________________________________________
7491 [  6307] By: jhi                                   on 2000/07/04  16:28:58
7492         Log: Win32 patches for cfgperl from Sarathy.
7493      Branch: cfgperl
7494            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
7495            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
7496            ! thread.h toke.c util.c win32/Makefile win32/win32.c
7497 ____________________________________________________________________________
7498 [  6306] By: gsar                                  on 2000/07/04  16:28:40
7499         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
7500              (from Richard Soderberg <rs@oregonnet.com>)
7501      Branch: perl
7502            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
7503 ____________________________________________________________________________
7504 [  6305] By: jhi                                   on 2000/07/04  16:24:24
7505         Log: Integrate with Sarathy.
7506      Branch: cfgperl
7507           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
7508           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7509           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
7510           !> proto.h win32/win32.c
7511 ____________________________________________________________________________
7512 [  6304] By: gsar                                  on 2000/07/04  16:17:24
7513         Log: missing perldiag entry for unpack("w",...) diagnostic (from
7514              Andreas Koenig)
7515      Branch: perl
7516            ! pod/perldiag.pod
7517 ____________________________________________________________________________
7518 [  6303] By: gsar                                  on 2000/07/04  16:14:44
7519         Log: remove rel2abs prototypes (from Barrie Slaymaker)
7520      Branch: perl
7521            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7522            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7523 ____________________________________________________________________________
7524 [  6302] By: gsar                                  on 2000/07/04  04:59:35
7525         Log: adjust change#6299
7526      Branch: perl
7527            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7528            ! win32/win32.c
7529 ____________________________________________________________________________
7530 [  6301] By: jhi                                   on 2000/07/04  04:50:07
7531         Log: Integrate with Sarathy.
7532      Branch: cfgperl
7533           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
7534           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
7535           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
7536 ____________________________________________________________________________
7537 [  6300] By: gsar                                  on 2000/07/04  04:42:09
7538         Log: PERL_OBJECT build tweak
7539      Branch: perl
7540            ! perl.h
7541 ____________________________________________________________________________
7542 [  6299] By: gsar                                  on 2000/07/04  04:37:00
7543         Log: fix memory leak on Windows (PL_sys_intern contents were never
7544              freed)
7545      Branch: perl
7546            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
7547            ! perlapi.c proto.h win32/win32.c
7548 ____________________________________________________________________________
7549 [  6298] By: gsar                                  on 2000/07/04  04:15:59
7550         Log: fix large memory leak that has been around for ever, masked by
7551              -DPURIFY (most of the arenas were never freed!)
7552      Branch: perl
7553            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
7554 ____________________________________________________________________________
7555 [  6297] By: gsar                                  on 2000/07/04  04:07:46
7556         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
7557      Branch: perl
7558            ! perl.c
7559 ____________________________________________________________________________
7560 [  6296] By: jhi                                   on 2000/06/30  18:28:37
7561         Log: Elaborate POSIX.pod.  Still needs work.
7562      Branch: cfgperl
7563            ! ext/POSIX/POSIX.pod
7564 ____________________________________________________________________________
7565 [  6295] By: jhi                                   on 2000/06/30  14:58:18
7566         Log: Point to perlipc for more SysV IPC examples.
7567      Branch: cfgperl
7568            ! pod/perlfunc.pod
7569 ____________________________________________________________________________
7570 [  6294] By: gsar                                  on 2000/06/30  14:47:45
7571         Log: slurp mode fix in change#4736 still not quite right
7572      Branch: perl
7573            ! pp_hot.c t/io/argv.t
7574 ____________________________________________________________________________
7575 [  6293] By: jhi                                   on 2000/06/30  12:02:55
7576         Log: Integrate with Sarathy.
7577      Branch: cfgperl
7578           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
7579 ____________________________________________________________________________
7580 [  6292] By: jhi                                   on 2000/06/30  12:01:11
7581         Log: From: simon@brecon.co.uk (Simon Cozens)
7582              Subject: UTF8 concat
7583              Date: 30 Jun 2000 06:13:25 GMT
7584              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
7585      Branch: cfgperl
7586            ! pp_hot.c
7587 ____________________________________________________________________________
7588 [  6291] By: gsar                                  on 2000/06/30  04:37:33
7589         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
7590              when @_ is modified, causing coredumps
7591      Branch: perl
7592            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
7593 ____________________________________________________________________________
7594 [  6290] By: jhi                                   on 2000/06/30  02:21:44
7595         Log: Integrate with Sarathy.
7596      Branch: cfgperl
7597           !> vms/vms.c vms/vmsish.h
7598 ____________________________________________________________________________
7599 [  6289] By: jhi                                   on 2000/06/30  02:21:02
7600         Log: Check VERSIONs.
7601      Branch: cfgperl
7602            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7603            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7604            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7605 ____________________________________________________________________________
7606 [  6288] By: jhi                                   on 2000/06/30  02:18:52
7607         Log: Integrate with Sarathy.
7608      Branch: cfgperl
7609           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
7610           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7611           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7612           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
7613 ____________________________________________________________________________
7614 [  6287] By: gsar                                  on 2000/06/30  02:17:08
7615         Log: integrate vmsperl changes into mainline
7616      Branch: perl
7617           !> vms/vms.c vms/vmsish.h
7618 ____________________________________________________________________________
7619 [  6285] By: gsar                                  on 2000/06/30  02:05:28
7620         Log: localize %INC in a Safe compartment so that use/require work
7621              (many other magic globals probably need similar treatment)
7622      Branch: perl
7623            ! ext/Opcode/Opcode.xs
7624 ____________________________________________________________________________
7625 [  6284] By: gsar                                  on 2000/06/30  01:54:54
7626         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
7627              about Windows
7628      Branch: perl
7629            ! pod/perlembed.pod
7630 ____________________________________________________________________________
7631 [  6283] By: jhi                                   on 2000/06/30  01:50:10
7632         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
7633              From: Barrie Slaymaker <barries@jester.slaysys.com>
7634              Date: Wed, 28 Jun 2000 11:35:29 -0400
7635              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
7636      Branch: perl
7637            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
7638            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7639            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7640            ! lib/File/Spec/Win32.pm
7641 ____________________________________________________________________________
7642 [  6282] By: jhi                                   on 2000/06/29  22:57:22
7643         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
7644              From: Dan Sugalski <dan@sidhe.org>
7645              Date: Tue, 06 Jun 2000 11:59:50 -0400
7646              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
7647      Branch: cfgperl
7648            ! vms/vms.c
7649 ____________________________________________________________________________
7650 [  6281] By: jhi                                   on 2000/06/29  22:52:50
7651         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
7652              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7653              Date: Wed, 7 Jun 2000 04:02:04 -0500
7654              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
7655      Branch: cfgperl
7656            ! utils/h2xs.PL
7657 ____________________________________________________________________________
7658 [  6280] By: jhi                                   on 2000/06/29  22:45:47
7659         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
7660              From: rspier@pobox.com (Robert Spier)
7661              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
7662              Message-ID: <14654.31913.845602.610277@rls.cx>
7663      Branch: cfgperl
7664            ! utils/h2xs.PL
7665 ____________________________________________________________________________
7666 [  6279] By: jhi                                   on 2000/06/29  22:38:16
7667         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
7668              From: Tim Ayers <tayers@bridge.com>
7669              Date: Thu, 08 Jun 2000 08:11:06 +0200
7670              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
7671              [resent by Richard Foley, Message-Id probably wrong]
7672      Branch: cfgperl
7673            ! pod/perlsub.pod
7674 ____________________________________________________________________________
7675 [  6278] By: jhi                                   on 2000/06/29  22:21:45
7676         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
7677              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
7678              Date: Fri, 09 Jun 2000 12:39:27 -0400
7679              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
7680              (plus update the version "number" of Text::Wrap)
7681      Branch: cfgperl
7682            ! lib/Text/Wrap.pm
7683 ____________________________________________________________________________
7684 [  6277] By: jhi                                   on 2000/06/29  22:13:10
7685         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
7686              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7687              Date: Mon, 12 Jun 2000 14:55:59 +0100
7688              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
7689      Branch: cfgperl
7690            ! pod/perlfunc.pod
7691 ____________________________________________________________________________
7692 [  6276] By: jhi                                   on 2000/06/29  22:11:06
7693         Log: Subject: [PATCH] Re: eval documentation: context
7694              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7695              Date: Mon, 12 Jun 2000 15:07:29 +0100
7696              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
7697      Branch: cfgperl
7698            ! pod/perlfunc.pod
7699 ____________________________________________________________________________
7700 [  6275] By: jhi                                   on 2000/06/29  21:59:46
7701         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
7702              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7703              Date: Tue, 13 Jun 2000 02:43:48 -0500
7704              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
7705      Branch: cfgperl
7706            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
7707 ____________________________________________________________________________
7708 [  6274] By: jhi                                   on 2000/06/29  21:56:14
7709         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
7710              From: Andy Dougherty <doughera@lafayette.edu>
7711              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
7712              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
7713      Branch: cfgperl
7714            ! ext/File/Glob/Glob.pm
7715 ____________________________________________________________________________
7716 [  6273] By: jhi                                   on 2000/06/29  21:49:09
7717         Log: Subject: [PATCH] xsub attributes
7718              From: Doug MacEachern <dougm@covalent.net>
7719              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
7720              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
7721      Branch: cfgperl
7722            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
7723            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
7724 ____________________________________________________________________________
7725 [  6272] By: jhi                                   on 2000/06/29  21:41:28
7726         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
7727              From: Tom Phoenix <rootbeer@redcat.com>
7728              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
7729              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
7730      Branch: cfgperl
7731            ! lib/Net/Ping.pm
7732 ____________________________________________________________________________
7733 [  6271] By: jhi                                   on 2000/06/29  21:36:55
7734         Log: Subject: PATCH pod/perltie.pod
7735              From: Ian Phillipps <Ian.Phillipps@iname.com>
7736              Date: Fri, 16 Jun 2000 00:17:19 +0100
7737              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
7738              (only the first hunk, the second hunk had already been done
7739              by some other patch)
7740      Branch: cfgperl
7741            ! pod/perltie.pod
7742 ____________________________________________________________________________
7743 [  6270] By: jhi                                   on 2000/06/29  21:24:51
7744         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
7745              From: Nicholas Clark <nick@talking.bollo.cx>
7746              Date: Fri, 23 Jun 2000 16:21:15 +0100
7747              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
7748      Branch: cfgperl
7749            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
7750            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
7751 ____________________________________________________________________________
7752 [  6269] By: jhi                                   on 2000/06/29  19:38:15
7753         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
7754              silence few compiler warnings.
7755      Branch: cfgperl
7756            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
7757 ____________________________________________________________________________
7758 [  6268] By: jhi                                   on 2000/06/29  18:21:50
7759         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
7760              From: Dominic Dunlop <domo@computer.org> 
7761              Date: Thu, 29 Jun 2000 12:32:39 +0200 
7762              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
7763      Branch: cfgperl
7764            ! t/op/sprintf.t
7765 ____________________________________________________________________________
7766 [  6267] By: jhi                                   on 2000/06/29  18:16:07
7767         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
7768              From: Doug MacEachern <dougm@covalent.net>
7769              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
7770              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
7771      Branch: cfgperl
7772            + t/op/method2entersub.t
7773            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
7774            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7775            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
7776            ! xsutils.c
7777 ____________________________________________________________________________
7778 [  6266] By: jhi                                   on 2000/06/29  15:11:15
7779         Log: Subject: [PATCH 5.6.0] cygwin port
7780              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
7781              From: "Fifer, Eric" <EFifer@sanwaint.com>
7782              Date: Thu, 29 Jun 2000 12:58:29 +0100
7783      Branch: cfgperl
7784            ! cygwin/Makefile.SHs
7785 ____________________________________________________________________________
7786 [  6265] By: jhi                                   on 2000/06/29  15:04:05
7787         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
7788              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7789              Date: Wed, 28 Jun 2000 17:50:12 -0700
7790              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
7791      Branch: cfgperl
7792            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7793 ____________________________________________________________________________
7794 [  6264] By: jhi                                   on 2000/06/29  15:00:57
7795         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
7796              From: Marty Lucich <marty@netcom.com>
7797              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
7798              Message-Id: <200006282116.OAA11148@netcom.com>
7799              ccdlflags update (the BSD/OS 4.1 part had already been taken
7800              care of by #6141).
7801      Branch: cfgperl
7802            ! hints/bsdos.sh
7803 ____________________________________________________________________________
7804 [  6263] By: jhi                                   on 2000/06/29  13:47:44
7805         Log: tr fixes from Simon Cozens
7806      Branch: cfgperl
7807            ! doop.c
7808 ____________________________________________________________________________
7809 [  6262] By: jhi                                   on 2000/06/28  18:46:01
7810         Log: Subject: 5.6.0 Patch for EPOC
7811              From: Olaf Flebbe <o.flebbe@gmx.de>
7812              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
7813              Message-ID: <23449.960929969@www11.gmx.net>
7814      Branch: cfgperl
7815            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
7816            ! epoc/epocish.h
7817 ____________________________________________________________________________
7818 [  6261] By: jhi                                   on 2000/06/28  18:29:07
7819         Log: Subject: Re: [PATCH cfgperl] BOMs away!
7820              From: simon@brecon.co.uk (Simon Cozens)
7821              Date: 17 Jun 2000 11:49:57 GMT
7822              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
7823      Branch: cfgperl
7824            ! pod/perldiag.pod t/comp/require.t toke.c
7825 ____________________________________________________________________________
7826 [  6260] By: jhi                                   on 2000/06/28  17:47:16
7827         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
7828              From: simon@brecon.co.uk (Simon Cozens) 
7829              Date: 17 Jun 2000 11:56:44 GMT 
7830              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
7831              pack U0, pack C0
7832      Branch: cfgperl
7833            ! pod/perlfunc.pod pp.c t/op/pack.t
7834 ____________________________________________________________________________
7835 [  6259] By: jhi                                   on 2000/06/28  16:43:17
7836         Log: perlnewmod was missing from MANIFEST.
7837      Branch: cfgperl
7838            ! MANIFEST
7839 ____________________________________________________________________________
7840 [  6258] By: jhi                                   on 2000/06/28  15:54:30
7841         Log: linenumber tweak
7842      Branch: cfgperl
7843            ! t/pragma/warn/regcomp
7844 ____________________________________________________________________________
7845 [  6257] By: jhi                                   on 2000/06/28  15:50:44
7846         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
7847              From: Doug MacEachern <dougm@covalent.net>
7848              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
7849              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
7850              (one part of the patch had been applied earlier)
7851      Branch: cfgperl
7852            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
7853 ____________________________________________________________________________
7854 [  6256] By: jhi                                   on 2000/06/28  15:40:22
7855         Log: tweaks from Simon Cozens to further fix tr/// under utf8
7856      Branch: cfgperl
7857            ! doop.c
7858 ____________________________________________________________________________
7859 [  6255] By: jhi                                   on 2000/06/28  15:33:45
7860         Log: small thinko tweaks
7861      Branch: cfgperl
7862            ! lib/IPC/Open3.pm t/op/my_stash.t
7863 ____________________________________________________________________________
7864 [  6254] By: jhi                                   on 2000/06/28  15:33:25
7865         Log: Subject: tr///, help wanted.
7866              From: simon@brecon.co.uk (Simon Cozens)
7867              Date: 28 Jun 2000 11:29:04 GMT
7868              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
7869      Branch: cfgperl
7870            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
7871            ! pp_proto.h proto.h t/op/tr.t
7872 ____________________________________________________________________________
7873 [  6253] By: jhi                                   on 2000/06/28  15:09:17
7874         Log: Paranoia tweak on #6249.
7875              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7876              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7877              Date: Sun, 25 Jun 2000 23:43:12 -0400
7878              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
7879      Branch: cfgperl
7880            ! lib/IPC/Open3.pm
7881 ____________________________________________________________________________
7882 [  6252] By: jhi                                   on 2000/06/28  15:01:38
7883         Log: Document #6249 and #6251.
7884      Branch: cfgperl
7885            ! lib/Exporter.pm lib/IPC/Open3.pm
7886 ____________________________________________________________________________
7887 [  6251] By: jhi                                   on 2000/06/28  14:50:43
7888         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
7889              From: Doug MacEachern <dougm@covalent.net>
7890              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
7891              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
7892      Branch: cfgperl
7893            ! lib/Exporter.pm
7894 ____________________________________________________________________________
7895 [  6250] By: jhi                                   on 2000/06/28  14:45:23
7896         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
7897              From: Doug MacEachern <dougm@covalent.net>
7898              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
7899              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
7900      Branch: cfgperl
7901            + t/op/my_stash.t
7902            ! MANIFEST embed.pl global.sym proto.h toke.c
7903 ____________________________________________________________________________
7904 [  6249] By: jhi                                   on 2000/06/28  14:36:34
7905         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
7906              From: Frank Tobin <ftobin@uiuc.edu>
7907              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
7908              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
7909      Branch: cfgperl
7910            ! lib/IPC/Open3.pm
7911 ____________________________________________________________________________
7912 [  6248] By: jhi                                   on 2000/06/28  14:11:25
7913         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
7914              From: Mark-Jason Dominus <mjd@plover.com>
7915              Date: Tue, 27 Jun 2000 22:36:42 -0400
7916              Message-ID: <20000628023642.12166.qmail@plover.com>
7917      Branch: cfgperl
7918            ! pod/perlfunc.pod
7919 ____________________________________________________________________________
7920 [  6247] By: jhi                                   on 2000/06/27  12:46:37
7921         Log: Tweak $VERSION, patch from Doug MacEachern.
7922      Branch: cfgperl
7923            ! lib/File/Spec.pm
7924 ____________________________________________________________________________
7925 [  6246] By: jhi                                   on 2000/06/27  03:34:46
7926         Log: Allow for standalone testing.
7927      Branch: cfgperl
7928            ! t/lib/filefunc.t t/lib/filespec.t
7929 ____________________________________________________________________________
7930 [  6245] By: jhi                                   on 2000/06/27  02:50:02
7931         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
7932              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7933              Date: Sat, 24 Jun 2000 13:06:20 +0100
7934              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
7935      Branch: cfgperl
7936            ! ext/DynaLoader/DynaLoader_pm.PL
7937 ____________________________________________________________________________
7938 [  6244] By: jhi                                   on 2000/06/27  02:46:10
7939         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
7940              From: Doug MacEachern <dougm@covalent.net>
7941              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
7942              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
7943      Branch: cfgperl
7944            ! gv.c sv.c t/lib/peek.t
7945 ____________________________________________________________________________
7946 [  6243] By: jhi                                   on 2000/06/27  02:38:07
7947         Log: Subject: [PATCH] is_utf8_string
7948              From: simon@brecon.co.uk (Simon Cozens)
7949              Date: 26 Jun 2000 02:25:59 GMT
7950              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
7951      Branch: cfgperl
7952            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
7953            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
7954            ! proto.h utf8.c
7955 ____________________________________________________________________________
7956 [  6242] By: jhi                                   on 2000/06/27  02:24:00
7957         Log: Subject: [PATCH] bytes<->utf8 fixes
7958              From: simon@brecon.co.uk (Simon Cozens)
7959              Date: 26 Jun 2000 04:55:45 GMT
7960              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
7961      Branch: cfgperl
7962            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
7963 ____________________________________________________________________________
7964 [  6241] By: jhi                                   on 2000/06/27  02:12:42
7965         Log: Do no -warn on \_, only on \alpha.
7966              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
7967              From: David Dyck <dcd@tc.fluke.com>
7968              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
7969              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
7970      Branch: cfgperl
7971            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
7972 ____________________________________________________________________________
7973 [  6240] By: jhi                                   on 2000/06/27  02:00:01
7974         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
7975              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7976              Date: Mon, 26 Jun 2000 18:40:14 +0100
7977              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
7978      Branch: cfgperl
7979            ! utils/h2xs.PL
7980 ____________________________________________________________________________
7981 [  6239] By: jhi                                   on 2000/06/27  01:53:40
7982         Log: Configure maintenance.  Sever some dependency cycles,
7983              separate gccversion from the cc unit,
7984              address [ID 20000623.006] Configure script patch for using gcc on AIX
7985              (but solve it a little bit differently),
7986              unduplex some accidentally duplicated units,
7987              suggest using gcc if no cc available
7988              (p5p thread: "Solaris configure: counterproposal", 1999-09)
7989      Branch: cfgperl
7990            ! Configure Todo-5.6 config_h.SH
7991      Branch: metaconfig
7992            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
7993            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
7994      Branch: metaconfig/U/perl
7995            + gccvers.U
7996            ! d_getespwnam.U d_getprpwnam.U i_prot.U
7997 ____________________________________________________________________________
7998 [  6238] By: jhi                                   on 2000/06/25  18:04:56
7999         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
8000              From: Dan Sugalski <dan@sidhe.org>
8001              Date: Fri, 23 Jun 2000 17:00:00 -0400
8002              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
8003      Branch: cfgperl
8004            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
8005 ____________________________________________________________________________
8006 [  6237] By: jhi                                   on 2000/06/25  16:36:45
8007         Log: Tweak embed.pl, regen headers.
8008      Branch: cfgperl
8009            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
8010            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8011            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
8012            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
8013            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
8014 ____________________________________________________________________________
8015 [  6236] By: jhi                                   on 2000/06/25  15:26:42
8016         Log: Regen headers.
8017      Branch: cfgperl
8018            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8019            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
8020            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
8021            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
8022            ! regnodes.h warnings.h
8023 ____________________________________________________________________________
8024 [  6235] By: jhi                                   on 2000/06/23  19:39:35
8025         Log: The thread begun by
8026              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
8027              From: Kevin.Ruscoe@ubsw.com
8028              Date: Fri, 16 Jun 2000 16:38:51 +0100
8029              Message-Id: <H000019b03c300d6@MHS>
8030      Branch: cfgperl
8031            ! hints/solaris_2.sh
8032 ____________________________________________________________________________
8033 [  6234] By: jhi                                   on 2000/06/23  19:23:36
8034         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
8035              because when run as services (Win32ese for daemons)
8036              no environment variables are set and tmpdir ends up as /tmp,
8037              which is ambiguous.
8038              
8039              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
8040              From: matt@sergeant.org
8041              Date: 16 Jun 2000 16:30:43 -0000
8042              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
8043      Branch: cfgperl
8044            ! lib/File/Spec/Win32.pm
8045 ____________________________________________________________________________
8046 [  6233] By: jhi                                   on 2000/06/23  19:18:58
8047         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
8048              From: Mark-Jason Dominus <mjd@plover.com>
8049              Date: Fri, 16 Jun 2000 20:53:04 -0400
8050              Message-ID: <20000617005304.8008.qmail@plover.com>
8051      Branch: cfgperl
8052            ! op.h
8053 ____________________________________________________________________________
8054 [  6232] By: jhi                                   on 2000/06/23  16:10:02
8055         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
8056              From: simon@brecon.co.uk (Simon Cozens)
8057              Date: 19 Jun 2000 15:18:27 GMT
8058              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
8059              
8060              plus update pod/Makefile and regenerate perltoc
8061      Branch: cfgperl
8062            + pod/perlutil.pod
8063            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
8064 ____________________________________________________________________________
8065 [  6231] By: jhi                                   on 2000/06/23  15:19:18
8066         Log: Subject: [PATCH 5.6.0] cygwin port
8067              From: "Fifer, Eric" <EFifer@sanwaint.com>
8068              Date: Tue, 20 Jun 2000 14:30:58 +0100
8069              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
8070      Branch: cfgperl
8071            ! README.cygwin lib/File/Find.pm
8072 ____________________________________________________________________________
8073 [  6230] By: jhi                                   on 2000/06/23  14:25:21
8074         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
8075      Branch: cfgperl
8076            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
8077            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8078            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8079            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
8080 ____________________________________________________________________________
8081 [  6229] By: jhi                                   on 2000/06/23  14:13:34
8082         Log: Subject: README.hpux version 0.6.1
8083              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
8084              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8085              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
8086      Branch: cfgperl
8087            ! README.hpux
8088 ____________________________________________________________________________
8089 [  6228] By: jhi                                   on 2000/06/23  14:07:20
8090         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
8091              From: Doug MacEachern <dougm@covalent.net>
8092              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
8093              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
8094      Branch: cfgperl
8095            ! op.c
8096 ____________________________________________________________________________
8097 [  6227] By: jhi                                   on 2000/06/23  14:01:06
8098         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
8099              From: Doug MacEachern <dougm@covalent.net>
8100              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
8101              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
8102      Branch: cfgperl
8103            + lib/lib.pm.PL
8104            - lib/lib.pm
8105            ! MANIFEST Makefile.SH
8106 ____________________________________________________________________________
8107 [  6226] By: jhi                                   on 2000/06/23  13:53:07
8108         Log: Subject: [PATCH] remove forward declarations in Socket.pm
8109              From: Doug MacEachern <dougm@covalent.net>
8110              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
8111              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
8112              
8113              From: Doug MacEachern <dougm@covalent.net>
8114              Subject: Re: [PATCH] remove forward declarations in Socket.pm
8115              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
8116              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
8117      Branch: cfgperl
8118            ! ext/Socket/Socket.pm op.c
8119 ____________________________________________________________________________
8120 [  6225] By: jhi                                   on 2000/06/23  13:41:52
8121         Log: Add source code filenames to apidoc.
8122              From: simon@brecon.co.uk (Simon Cozens)
8123              Subject: [PATCH embed.pl] Source X-ref
8124              Date: 22 Jun 2000 02:18:49 GMT
8125              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
8126      Branch: cfgperl
8127            ! embed.pl
8128 ____________________________________________________________________________
8129 [  6224] By: jhi                                   on 2000/06/23  13:32:33
8130         Log: A way to avoid English.pm performance hit.
8131              From: root <root@jester.slaysys.com>
8132              Subject: [YAPATCH English.pm] My turn to putt again
8133              Date: Thu, 22 Jun 2000 20:33:58 -0400
8134              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
8135      Branch: cfgperl
8136            ! lib/English.pm t/lib/english.t
8137 ____________________________________________________________________________
8138 [  6223] By: jhi                                   on 2000/06/23  13:27:06
8139         Log: Avoid double close().
8140              Subject: [PATCH] avoid double close()
8141              From: Doug MacEachern <dougm@covalent.net>
8142              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
8143              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
8144      Branch: cfgperl
8145            ! doio.c
8146 ____________________________________________________________________________
8147 [  6222] By: jhi                                   on 2000/06/23  13:25:54
8148         Log: doc typo fix
8149              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
8150              From: Ian Phillipps <Ian.Phillipps@iname.com>
8151              Date: Fri, 23 Jun 2000 10:40:58 +0100
8152              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
8153      Branch: cfgperl
8154            ! lib/Pod/Usage.pm
8155 ____________________________________________________________________________
8156 [  6221] By: jhi                                   on 2000/06/23  13:24:15
8157         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
8158              From: simon@brecon.co.uk (Simon Cozens)
8159              Subject: [PATCH] Eliminate tr///[CU][CU]
8160              Date: 23 Jun 2000 11:05:40 GMT
8161              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
8162      Branch: cfgperl
8163            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
8164 ____________________________________________________________________________
8165 [  6220] By: jhi                                   on 2000/06/22  16:07:51
8166         Log: Win32 patches from Benjamin Stuhl.
8167      Branch: cfgperl
8168            ! makedef.pl win32/win32.h
8169 ____________________________________________________________________________
8170 [  6219] By: jhi                                   on 2000/06/22  16:06:34
8171         Log: Bytecode patches from Benjamin Stuhl.
8172      Branch: cfgperl
8173            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
8174            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
8175            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8176 ____________________________________________________________________________
8177 [  6218] By: jhi                                   on 2000/06/15  23:54:16
8178         Log: Bytecode patches from Benjamin Stuhl.
8179      Branch: cfgperl
8180            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
8181 ____________________________________________________________________________
8182 [  6217] By: jhi                                   on 2000/06/09  13:38:29
8183         Log: Rename the fdpid locking and integrate with Sarathy.
8184      Branch: cfgperl
8185            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
8186            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
8187            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
8188            ! win32/win32.c
8189           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
8190 ____________________________________________________________________________
8191 [  6216] By: gsar                                  on 2000/06/08  14:54:21
8192         Log: be more optimal about clearing @_
8193      Branch: perl
8194            ! cop.h
8195 ____________________________________________________________________________
8196 [  6215] By: gsar                                  on 2000/06/08  14:33:04
8197         Log: tweak comment about @DB::args
8198      Branch: perl
8199            ! av.h pp_ctl.c
8200 ____________________________________________________________________________
8201 [  6214] By: gsar                                  on 2000/06/08  13:57:54
8202         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
8203              caller() wants to populate @DB::args with it (causes a coredump
8204              in Carp::confess())
8205      Branch: perl
8206            ! cop.h t/op/runlevel.t
8207 ____________________________________________________________________________
8208 [  6213] By: gsar                                  on 2000/06/08  07:06:35
8209         Log: back out change#6106 (seems problematic)
8210      Branch: perl
8211            ! hints/solaris_2.sh
8212 ____________________________________________________________________________
8213 [  6212] By: jhi                                   on 2000/06/07  03:10:36
8214         Log: Continuing mopup for #6204.
8215      Branch: cfgperl
8216            ! ext/B/defsubs_h.PL
8217 ____________________________________________________________________________
8218 [  6211] By: jhi                                   on 2000/06/07  02:41:50
8219         Log: Mopup for #6204.
8220              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
8221              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
8222              This is comes from const() where POK isn't on when expected.
8223      Branch: cfgperl
8224            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
8225            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8226            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
8227            ! perlapi.h pod/perlapi.pod
8228 ____________________________________________________________________________
8229 [  6210] By: jhi                                   on 2000/06/07  01:56:29
8230         Log: Mopup for #6207 and #6209.
8231      Branch: cfgperl
8232            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
8233 ____________________________________________________________________________
8234 [  6209] By: jhi                                   on 2000/06/07  01:33:12
8235         Log: Lock PL_fdpid against race conditions, based on:
8236              Subject: [PATCH 5.6.0]subprocess fixup for threads
8237              From: Dan Sugalski <dan@sidhe.org>
8238              To: perl5-porters@perl.org
8239              Date: Tue, 11 Apr 2000 17:02:32 -0400
8240              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
8241      Branch: cfgperl
8242            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
8243            ! win32/win32.c
8244 ____________________________________________________________________________
8245 [  6208] By: jhi                                   on 2000/06/07  01:05:23
8246         Log: Regen headers for #6207.
8247      Branch: cfgperl
8248            ! embed.h global.sym objXSUB.h proto.h
8249 ____________________________________________________________________________
8250 [  6207] By: jhi                                   on 2000/06/06  23:43:13
8251         Log: Subject: [PATCH 5.6.0] Threadsafe patches
8252              From: Dan Sugalski <dan@sidhe.org>
8253              To: perl5-porters@perl.org
8254              Date: Mon, 08 May 2000 18:08:13 -0400
8255              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
8256      Branch: cfgperl
8257            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
8258            ! proto.h sv.h util.c
8259 ____________________________________________________________________________
8260 [  6206] By: jhi                                   on 2000/06/06  23:21:23
8261         Log: Subject: [PATCH] Eliminate $a/$b in pod
8262              From: David Glasser <me@davidglasser.net>
8263              To: perl5-porters@perl.org
8264              Date: Mon, 29 May 2000 21:15:59 -0400
8265              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
8266      Branch: cfgperl
8267            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
8268            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
8269            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
8270            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
8271            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
8272            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
8273            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
8274            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
8275            ! pod/perlvar.pod pod/perlxs.pod
8276 ____________________________________________________________________________
8277 [  6205] By: jhi                                   on 2000/06/06  23:12:14
8278         Log: Subject: [PATCH] Win32 improvements
8279              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
8280              To: gsar@activestate.com, perl5-porters@perl.org
8281              Date: Mon, 29 May 2000 17:22:24 PDT
8282              Message-ID: <20000530002224.91142.qmail@hotmail.com>
8283              (MUA had mangled many lines by wordwrapping)
8284      Branch: cfgperl
8285            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
8286 ____________________________________________________________________________
8287 [  6204] By: jhi                                   on 2000/06/06  23:01:50
8288         Log: Subject: [PATCH] B::Bytecode patches
8289              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
8290              To: gsar@activestate.com, jhi@iki.fi
8291              Cc: perl5-porters@perl.org
8292              Message-ID: <20000602202526.48694.qmail@hotmail.com>
8293              (MUA had mangled many lines by wordwrapping)
8294      Branch: cfgperl
8295            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
8296            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
8297            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8298            ! intrpvar.h perl.c
8299 ____________________________________________________________________________
8300 [  6203] By: jhi                                   on 2000/06/06  22:32:43
8301         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
8302              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8303              Date: Tue, 06 Jun 2000 13:07:45 -0700
8304              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
8305      Branch: cfgperl
8306            ! pod/perldiag.pod
8307 ____________________________________________________________________________
8308 [  6202] By: jhi                                   on 2000/06/06  19:38:35
8309         Log: Integrate with Sarathy.
8310      Branch: cfgperl
8311           !> perl.c
8312 ____________________________________________________________________________
8313 [  6201] By: gsar                                  on 2000/06/06  00:42:59
8314         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
8315              does a PUSHMARK that's never ever POPMARKed; in general, only
8316              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
8317              Perl_eval_[sp]v() don't because they don't take any incoming
8318              arguments (this leak has been around since the original version
8319              of perl_eval_pv() in 5.003_97e)
8320      Branch: perl
8321            ! perl.c
8322 ____________________________________________________________________________
8323 [  6200] By: jhi                                   on 2000/06/04  03:44:52
8324         Log: Update to cperl-mode.el 4.31 from
8325              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
8326              Subject: A couple of notes
8327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8328              To: Mailing list Perl5 <perl5-porters@perl.org>
8329              Date: Sat, 3 Jun 2000 23:33:32 -0400
8330              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
8331      Branch: cfgperl
8332            ! emacs/cperl-mode.el
8333 ____________________________________________________________________________
8334 [  6199] By: jhi                                   on 2000/06/03  15:11:05
8335         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
8336              From: Dan Sugalski <dan@sidhe.org>
8337              To: perl5-porters@perl.org, vmsperl@perl.org
8338              Date: Fri, 02 Jun 2000 17:30:51 -0400
8339              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
8340      Branch: cfgperl
8341            ! vms/descrip_mms.template vms/gen_shrfls.pl
8342 ____________________________________________________________________________
8343 [  6198] By: jhi                                   on 2000/06/03  14:59:15
8344         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
8345              From: Dan Sugalski <dan@sidhe.org>
8346              To: vmsperl@perl.org, perl5-porters@perl.org
8347              Date: Fri, 02 Jun 2000 16:00:41 -0400
8348              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
8349              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
8350      Branch: cfgperl
8351            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
8352            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
8353            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
8354 ____________________________________________________________________________
8355 [  6197] By: jhi                                   on 2000/06/03  14:41:30
8356         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
8357              From: John Borwick <jhborwic@unity.ncsu.edu>
8358              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
8359              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
8360      Branch: cfgperl
8361            ! pod/perlsyn.pod
8362 ____________________________________________________________________________
8363 [  6196] By: jhi                                   on 2000/06/03  14:38:09
8364         Log: Integrate with Sarathy.
8365      Branch: cfgperl
8366           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
8367           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
8368           !> vms/perly_c.vms
8369 ____________________________________________________________________________
8370 [  6195] By: gsar                                  on 2000/06/02  22:43:13
8371         Log: fix yet another eval"" leak under USE_ITHREADS
8372      Branch: perl
8373            ! op.c
8374 ____________________________________________________________________________
8375 [  6194] By: gsar                                  on 2000/06/02  18:22:06
8376         Log: fix small eval"" memory leaks under USE_ITHREADS
8377      Branch: perl
8378            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
8379            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
8380            ! vms/perly_c.vms
8381 ____________________________________________________________________________
8382 [  6193] By: jhi                                   on 2000/06/01  13:03:56
8383         Log: Signals-be-gone for microperl.
8384      Branch: cfgperl
8385            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
8386 ____________________________________________________________________________
8387 [  6192] By: jhi                                   on 2000/06/01  12:52:02
8388         Log: Integrate with Sarathy.
8389      Branch: cfgperl
8390           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
8391           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
8392           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
8393           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
8394           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
8395           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
8396           !> t/op/vec.t utils/h2xs.PL
8397 ____________________________________________________________________________
8398 [  6191] By: gsar                                  on 2000/06/01  09:38:21
8399         Log: vec() loses numericalness (modified version of patch suggested
8400              by Robin Barker)
8401      Branch: perl
8402            ! doop.c t/op/vec.t
8403 ____________________________________________________________________________
8404 [  6190] By: gsar                                  on 2000/06/01  09:26:15
8405         Log: submit missing embed.pl change
8406      Branch: perl
8407            ! embed.pl
8408 ____________________________________________________________________________
8409 [  6189] By: gsar                                  on 2000/06/01  09:05:34
8410         Log: counting tr/// corrupts later operation (from M.J.T Guy)
8411      Branch: perl
8412            ! doop.c t/op/tr.t
8413 ____________________________________________________________________________
8414 [  6188] By: gsar                                  on 2000/06/01  08:58:39
8415         Log: h2xs tweaks
8416      Branch: perl
8417            ! utils/h2xs.PL
8418 ____________________________________________________________________________
8419 [  6187] By: gsar                                  on 2000/06/01  08:50:07
8420         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
8421              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
8422      Branch: perl
8423            + lib/Pod/LaTeX.pm
8424            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
8425            ! pod/pod2latex.PL
8426 ____________________________________________________________________________
8427 [  6186] By: gsar                                  on 2000/06/01  08:24:40
8428         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
8429              <wolfgang.laun@alcatel.at>)
8430      Branch: perl
8431            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
8432            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
8433 ____________________________________________________________________________
8434 [  6185] By: gsar                                  on 2000/06/01  08:12:00
8435         Log: remove incorrect documentation about implicit split to @_ in
8436              list context, which never really worked in perl 5 (from
8437              M.J.T. Guy)
8438      Branch: perl
8439            ! pod/perlfunc.pod pod/perltrap.pod
8440 ____________________________________________________________________________
8441 [  6184] By: gsar                                  on 2000/06/01  07:52:27
8442         Log: tweak for change#6127
8443      Branch: perl
8444            ! perl.c
8445 ____________________________________________________________________________
8446 [  6183] By: gsar                                  on 2000/06/01  07:41:02
8447         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
8448              <nick@ccl4.org>)
8449      Branch: perl
8450            + t/lib/selfloader.t
8451            ! MANIFEST lib/SelfLoader.pm
8452 ____________________________________________________________________________
8453 [  6182] By: jhi                                   on 2000/06/01  00:34:42
8454         Log: Be Cleaner Part Deux.
8455      Branch: cfgperl
8456            ! Makefile.SH
8457 ____________________________________________________________________________
8458 [  6181] By: jhi                                   on 2000/06/01  00:32:09
8459         Log: Integrate with Sarathy.
8460      Branch: cfgperl
8461           !> pp.c t/op/arith.t
8462 ____________________________________________________________________________
8463 [  6180] By: jhi                                   on 2000/06/01  00:31:13
8464         Log: microperl nits from Simon Cozens.
8465      Branch: cfgperl
8466            + uconfig.h
8467            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
8468            ! unixish.h
8469 ____________________________________________________________________________
8470 [  6179] By: gsar                                  on 2000/05/31  22:37:51
8471         Log: buggy modulus on UVs introduced by change#3378 (resulted in
8472              4063328477 % 65535 amounting to 27406, instead of 27407)
8473      Branch: perl
8474            ! pp.c t/op/arith.t
8475 ____________________________________________________________________________
8476 [  6178] By: jhi                                   on 2000/05/31  21:52:41
8477         Log: Be cleaner.
8478      Branch: cfgperl
8479            ! Makefile.SH
8480 ____________________________________________________________________________
8481 [  6177] By: jhi                                   on 2000/05/31  21:47:33
8482         Log: Substitution utf8 patch from Simon Cozens.
8483      Branch: cfgperl
8484            ! pp_hot.c
8485 ____________________________________________________________________________
8486 [  6176] By: jhi                                   on 2000/05/31  21:45:34
8487         Log: Single-quoted utf8 patch from Simon Cozens.
8488      Branch: cfgperl
8489            ! toke.c
8490 ____________________________________________________________________________
8491 [  6175] By: jhi                                   on 2000/05/31  21:40:18
8492         Log: Integrate with Sarathy.
8493      Branch: cfgperl
8494           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
8495 ____________________________________________________________________________
8496 [  6174] By: jhi                                   on 2000/05/31  21:37:31
8497         Log: microperl changes from Simon Cozens; Makefile for microperl
8498              written from scratch; few casts added as microperl compilation
8499              doesn't have all prototypes available.
8500      Branch: cfgperl
8501            + Makefile.micro README.micro Todo.micro uconfig.sh
8502            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
8503            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
8504      Branch: metaconfig
8505            + U/modified/Config_h.U
8506 ____________________________________________________________________________
8507 [  6173] By: jhi                                   on 2000/05/31  20:00:24
8508         Log: metaconfig maintenance.
8509      Branch: metaconfig
8510            + U/modified/Inhdr.U U/typedefs/inotype.U
8511      Branch: metaconfig/U/perl
8512            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
8513            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
8514 ____________________________________________________________________________
8515 [  6172] By: gsar                                  on 2000/05/31  05:05:42
8516         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
8517              (from Ilya Zakharevich)
8518      Branch: perl
8519            ! regexec.c t/op/re_tests
8520 ____________________________________________________________________________
8521 [  6171] By: gsar                                  on 2000/05/31  05:01:47
8522         Log: scalar() doesn't force scalar context when used in void context
8523              (from Simon Cozens)
8524      Branch: perl
8525            ! op.c t/op/wantarray.t
8526 ____________________________________________________________________________
8527 [  6170] By: gsar                                  on 2000/05/31  04:41:33
8528         Log: change#6142 needs tweaks to tests to work where there's no symlink()
8529              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
8530      Branch: perl
8531            ! t/lib/filefind.t
8532 ____________________________________________________________________________
8533 [  6169] By: gsar                                  on 2000/05/31  04:29:49
8534         Log: integrate cfgperl contents into mainline
8535      Branch: perl
8536           +> pod/perlmodlib.PL pod/perlnewmod.pod
8537           !> (integrate 42 files)
8538 ____________________________________________________________________________
8539 [  6168] By: jhi                                   on 2000/05/30  22:53:37
8540         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
8541      Branch: cfgperl
8542            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8543            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
8544            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
8545            ! win32/config.bc win32/config.gc win32/config.vc
8546            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8547            ! win32/config_h.PL win32/config_sh.PL
8548      Branch: metaconfig/U/perl
8549            ! perlxv.U
8550 ____________________________________________________________________________
8551 [  6167] By: jhi                                   on 2000/05/30  22:20:21
8552         Log: tweak todo 
8553      Branch: cfgperl
8554            ! Todo-5.6
8555 ____________________________________________________________________________
8556 [  6166] By: jhi                                   on 2000/05/30  22:11:51
8557         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
8558              in case somebody wants to write an extension for more
8559              shadow database interfaces.
8560      Branch: cfgperl
8561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8562            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
8563            ! vos/config.def vos/config.h vos/config_h.SH_orig
8564            ! win32/config.bc win32/config.gc win32/config.vc
8565            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8566      Branch: metaconfig
8567            ! U/modified/Myinit.U
8568      Branch: metaconfig/U/perl
8569            + d_getespwnam.U d_getprpwnam.U i_prot.U
8570 ____________________________________________________________________________
8571 [  6165] By: jhi                                   on 2000/05/30  18:35:34
8572         Log: Integrate with Sarathy.
8573      Branch: cfgperl
8574           !> op.c
8575 ____________________________________________________________________________
8576 [  6164] By: jhi                                   on 2000/05/30  18:30:16
8577         Log: detypo
8578      Branch: cfgperl
8579            ! Configure config_h.SH
8580      Branch: metaconfig/U/perl
8581            ! perlxv.U
8582 ____________________________________________________________________________
8583 [  6163] By: gsar                                  on 2000/05/30  03:24:03
8584         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
8585      Branch: perl
8586            ! op.c
8587 ____________________________________________________________________________
8588 [  6162] By: gsar                                  on 2000/05/30  03:09:38
8589         Log: fix memory leak in method call optimization (change#3768);
8590              made C<eval "$x->foo()"> leak
8591      Branch: perl
8592            ! op.c
8593 ____________________________________________________________________________
8594 [  6161] By: jhi                                   on 2000/05/29  17:56:26
8595         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
8596              both from Simon Cozens.
8597      Branch: cfgperl
8598            + pod/perlmodlib.PL pod/perlnewmod.pod
8599            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
8600            ! pod/perlmodlib.pod pod/perltoc.pod
8601 ____________________________________________________________________________
8602 [  6160] By: jhi                                   on 2000/05/29  17:23:55
8603         Log: Changes for the File::Temp 0.08 (change #6159) test suite
8604              to fit better into the Perl distribution test framework.
8605      Branch: cfgperl
8606            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
8607            ! t/lib/ftmp-tempfile.t
8608 ____________________________________________________________________________
8609 [  6159] By: jhi                                   on 2000/05/29  16:55:36
8610         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
8611      Branch: cfgperl
8612            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8613            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
8614 ____________________________________________________________________________
8615 [  6158] By: bailey                                on 2000/05/29  16:22:08
8616         Log: Add fallback to tmpfile for use in cases where user's relying on
8617              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
8618              Lane's patch)
8619      Branch: vmsperl
8620            ! vms/vms.c vms/vmsish.h
8621 ____________________________________________________________________________
8622 [  6157] By: jhi                                   on 2000/05/29  03:10:36
8623         Log: Regen Configure to jive with #6149.
8624      Branch: cfgperl
8625            ! Configure
8626      Branch: metaconfig
8627            ! U/modified/Getfile.U
8628 ____________________________________________________________________________
8629 [  6156] By: jhi                                   on 2000/05/29  03:01:38
8630         Log: Integrate with Sarathy.
8631      Branch: cfgperl
8632           +> ext/DynaLoader/dl_mac.xs
8633           !> (integrate 38 files)
8634 ____________________________________________________________________________
8635 [  6155] By: gsar                                  on 2000/05/28  21:15:58
8636         Log: small bug in change#6144; remove random \xA0 character that snuck
8637              in via change#6145
8638      Branch: perl
8639            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
8640 ____________________________________________________________________________
8641 [  6154] By: gsar                                  on 2000/05/28  21:04:19
8642         Log: avoid type mismatch warning
8643      Branch: perl
8644            ! perl.c
8645 ____________________________________________________________________________
8646 [  6153] By: gsar                                  on 2000/05/28  20:58:31
8647         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
8648              <nick@Bagpuss.uk.boo.com>)
8649      Branch: perl
8650            ! lib/Test/Harness.pm
8651 ____________________________________________________________________________
8652 [  6152] By: gsar                                  on 2000/05/28  20:53:42
8653         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
8654      Branch: perl
8655            ! regexec.c
8656 ____________________________________________________________________________
8657 [  6151] By: gsar                                  on 2000/05/28  20:50:28
8658         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
8659      Branch: perl
8660            ! regexec.c
8661 ____________________________________________________________________________
8662 [  6150] By: gsar                                  on 2000/05/28  20:39:58
8663         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
8664      Branch: perl
8665            ! pod/perlrequick.pod
8666 ____________________________________________________________________________
8667 [  6149] By: gsar                                  on 2000/05/28  20:35:16
8668         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
8669              <troc@netrus.net>)
8670      Branch: perl
8671            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
8672            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
8673            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
8674            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
8675 ____________________________________________________________________________
8676 [  6148] By: gsar                                  on 2000/05/28  20:21:07
8677         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
8678      Branch: perl
8679            ! lib/ExtUtils/MM_Unix.pm
8680 ____________________________________________________________________________
8681 [  6147] By: gsar                                  on 2000/05/28  20:12:41
8682         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
8683              (from Peter Prymmer)
8684      Branch: perl
8685            ! vms/subconfigure.com
8686 ____________________________________________________________________________
8687 [  6146] By: gsar                                  on 2000/05/28  20:06:15
8688         Log: doc typo
8689      Branch: perl
8690            ! lib/warnings.pm warnings.h warnings.pl
8691 ____________________________________________________________________________
8692 [  6145] By: gsar                                  on 2000/05/28  18:44:33
8693         Log: make xsubpp skip embedded pod (from Matthias Neeracher
8694              <neeri@iis.ee.ethz.ch>)
8695      Branch: perl
8696            ! lib/ExtUtils/xsubpp
8697 ____________________________________________________________________________
8698 [  6144] By: gsar                                  on 2000/05/28  18:42:49
8699         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
8700              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
8701              <neeri@iis.ee.ethz.ch>)
8702      Branch: perl
8703            ! lib/AutoSplit.pm
8704 ____________________________________________________________________________
8705 [  6143] By: gsar                                  on 2000/05/28  18:41:12
8706         Log: MacOS support, part 1 (from Matthias Neeracher
8707              <neeri@iis.ee.ethz.ch>)
8708      Branch: perl
8709            + ext/DynaLoader/dl_mac.xs
8710            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
8711            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
8712            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
8713            ! util.h
8714 ____________________________________________________________________________
8715 [  6142] By: gsar                                  on 2000/05/28  18:21:51
8716         Log: File::Find fails to chdir when chasing symlinks (from
8717              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
8718      Branch: perl
8719            ! lib/File/Find.pm t/lib/filefind.t
8720 ____________________________________________________________________________
8721 [  6141] By: jhi                                   on 2000/05/28  14:25:15
8722         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
8723              forwarded by Peter Seebach from the bsdi-users mailing list.
8724              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
8725      Branch: perl
8726            ! hints/bsdos.sh
8727 ____________________________________________________________________________
8728 [  6140] By: jhi                                   on 2000/05/28  14:11:57
8729         Log: Integrate with Sarathy.
8730      Branch: cfgperl
8731           +> (branch 30 files)
8732           !> (integrate 93 files)
8733 ____________________________________________________________________________
8734 [  6139] By: gsar                                  on 2000/05/28  10:01:48
8735         Log: revise mktables.PL for bugs and newness in Unicode 3.0
8736              (from James Bence <jbence@amgen.com>)
8737      Branch: perl
8738            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
8739            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
8740            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
8741            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
8742            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
8743            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
8744            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
8745            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
8746            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
8747            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
8748            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
8749            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
8750            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
8751            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
8752            + lib/unicode/Is/SylWU.pl
8753            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
8754            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8755            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8756            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8757            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8758            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8759            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8760            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
8761            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
8762            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
8763            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
8764            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
8765            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
8766            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
8767            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
8768            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
8769            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
8770            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
8771            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
8772            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
8773            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
8774            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
8775            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
8776            ! lib/unicode/Makefile lib/unicode/mktables.PL
8777 ____________________________________________________________________________
8778 [  6138] By: gsar                                  on 2000/05/28  08:50:32
8779         Log: add note about the handling of negative indices to tied arrays
8780              (from Michael G Schwern <schwern@pobox.com>)
8781      Branch: perl
8782            ! pod/perltie.pod
8783 ____________________________________________________________________________
8784 [  6137] By: gsar                                  on 2000/05/28  08:46:10
8785         Log: fix bogus redeclaration warning for "our" variables in different
8786              scopes
8787      Branch: perl
8788            ! op.c t/pragma/strict-vars
8789 ____________________________________________________________________________
8790 [  6136] By: gsar                                  on 2000/05/28  08:31:20
8791         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
8792      Branch: perl
8793            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
8794 ____________________________________________________________________________
8795 [  6135] By: gsar                                  on 2000/05/28  08:17:50
8796         Log: enable Test::Harness to dynamically determine column width etc.
8797              (from Rob Napier <rnapier@employees.org>)
8798      Branch: perl
8799            ! lib/Test/Harness.pm
8800 ____________________________________________________________________________
8801 [  6134] By: gsar                                  on 2000/05/28  08:13:39
8802         Log: make Test::Harness use wait.h/WCOREDUMP if available
8803              (from Ben Tilly <ben_tilly@hotmail.com>)
8804      Branch: perl
8805            ! lib/Test/Harness.pm
8806 ____________________________________________________________________________
8807 [  6133] By: gsar                                  on 2000/05/28  08:08:05
8808         Log: elide bogus test in change#6132
8809      Branch: perl
8810            ! t/pragma/warn/9enabled
8811 ____________________________________________________________________________
8812 [  6132] By: gsar                                  on 2000/05/28  08:03:14
8813         Log: warnings::enabled() doesn't fall back to looking at $^W if
8814              caller isn't using lexical warnings (from Paul Marquess)
8815      Branch: perl
8816            ! pp_ctl.c t/pragma/warn/9enabled
8817 ____________________________________________________________________________
8818 [  6131] By: gsar                                  on 2000/05/28  07:57:47
8819         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
8820      Branch: perl
8821            ! ext/POSIX/POSIX.pm
8822 ____________________________________________________________________________
8823 [  6130] By: gsar                                  on 2000/05/28  07:29:12
8824         Log: fix places that mean C<"word" character> but say C<alphanumeric
8825              character>
8826      Branch: perl
8827            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
8828 ____________________________________________________________________________
8829 [  6129] By: gsar                                  on 2000/05/28  07:18:41
8830         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
8831      Branch: perl
8832            ! vms/test.com
8833 ____________________________________________________________________________
8834 [  6128] By: gsar                                  on 2000/05/28  07:12:55
8835         Log: new perlxstut example for passing/returning refs to arrays
8836              (from David Lowe <dlowe@pootpoot.com>)
8837      Branch: perl
8838            ! pod/perlxstut.pod
8839 ____________________________________________________________________________
8840 [  6127] By: gsar                                  on 2000/05/28  07:02:50
8841         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
8842              failed (from Gisle Aas)
8843      Branch: perl
8844            ! cop.h perl.c
8845 ____________________________________________________________________________
8846 [  6126] By: gsar                                  on 2000/05/28  06:39:53
8847         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
8848              (reworked variant of patch suggested by Simon Cozens)
8849      Branch: perl
8850            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
8851            ! pp_hot.c proto.h t/op/gv.t
8852 ____________________________________________________________________________
8853 [  6125] By: gsar                                  on 2000/05/28  05:14:55
8854         Log: enable propagating exception objects via Perl_croak() in XS code
8855              (from Gisle Aas)
8856      Branch: perl
8857            ! util.c
8858 ____________________________________________________________________________
8859 [  6124] By: gsar                                  on 2000/05/28  05:07:28
8860         Log: integrate vmsperl contents into mainline
8861      Branch: perl
8862           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
8863           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
8864           !> vms/vmsish.h
8865 ____________________________________________________________________________
8866 [  6123] By: gsar                                  on 2000/05/28  05:03:53
8867         Log: clarify gotcha with #line directives (from Rocco Caputo
8868              <troc@netrus.net>)
8869      Branch: perl
8870            ! pod/perldebug.pod pod/perlsyn.pod
8871 ____________________________________________________________________________
8872 [  6122] By: gsar                                  on 2000/05/28  04:58:29
8873         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
8874              (from Mark-Jason Dominus)
8875      Branch: perl
8876            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
8877            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
8878            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
8879            ! toke.c
8880 ____________________________________________________________________________
8881 [  6121] By: bailey                                on 2000/05/25  04:46:54
8882         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
8883              lists (based on fixes by Craig Berry)
8884      Branch: vmsperl
8885            ! lib/File/Spec/VMS.pm
8886 ____________________________________________________________________________
8887 [  6120] By: bailey                                on 2000/05/25  04:25:38
8888         Log: Add missing escape (Charles Lane)
8889      Branch: vmsperl
8890            ! t/op/lex_assign.t
8891 ____________________________________________________________________________
8892 [  6119] By: bailey                                on 2000/05/25  04:21:25
8893         Log: Quiet error messages in vmsish.t (Charles Lane)
8894      Branch: vmsperl
8895            ! vms/ext/vmsish.t
8896 ____________________________________________________________________________
8897 [  6118] By: bailey                                on 2000/05/25  04:17:57
8898         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
8899              Flatten case labels in switch statements uniformly (Charles Bailey)
8900      Branch: vmsperl
8901            ! vms/vms.c
8902 ____________________________________________________________________________
8903 [  6117] By: bailey                                on 2000/05/25  03:58:09
8904         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
8905      Branch: vmsperl
8906            ! vms/vmsish.h
8907 ____________________________________________________________________________
8908 [  6116] By: bailey                                on 2000/05/25  03:11:15
8909         Log: Miscellaneous cosmetic fixes (Charles Lane)
8910      Branch: vmsperl
8911            ! lib/ExtUtils/MM_VMS.pm
8912 ____________________________________________________________________________
8913 [  6115] By: bailey                                on 2000/05/25  03:10:36
8914         Log: Add bounds checking for several strings (Charles Lane)
8915      Branch: vmsperl
8916            ! vms/vms.c
8917 ____________________________________________________________________________
8918 [  6114] By: bailey                                on 2000/05/25  02:25:34
8919         Log: Urk -- undo previous removal of vmsish 'exit' change
8920      Branch: vmsperl
8921            ! vms/ext/vmsish.pm vms/vmsish.h
8922 ____________________________________________________________________________
8923 [  6113] By: bailey                                on 2000/05/24  02:24:40
8924         Log: Ugly workaround for version-specific RTL error
8925      Branch: vmsperl
8926            ! vms/vms.c
8927 ____________________________________________________________________________
8928 [  6112] By: bailey                                on 2000/05/24  02:19:55
8929         Log: Check for existence of file before trying to delete
8930      Branch: vmsperl
8931            ! vms/test.com
8932 ____________________________________________________________________________
8933 [  6111] By: bailey                                on 2000/05/23  23:35:13
8934         Log: Resync with mainline prior to post-5.6.0 updates
8935      Branch: vmsperl
8936           +> (branch 49 files)
8937            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
8938            ! vms/ext/vmsish.pm
8939           !> (integrate 334 files)
8940 ____________________________________________________________________________
8941 [  6110] By: jhi                                   on 2000/05/23  19:28:32
8942         Log: todo tweak
8943      Branch: cfgperl
8944            ! Todo-5.6
8945 ____________________________________________________________________________
8946 [  6109] By: jhi                                   on 2000/05/18  17:38:54
8947         Log: Integrate with Sarathy.
8948      Branch: cfgperl
8949           !> mg.c perl.h win32/perlhost.h
8950 ____________________________________________________________________________
8951 [  6108] By: gsar                                  on 2000/05/17  02:24:56
8952         Log: reenable fake signal handling on Windows, bugs and all
8953      Branch: perl
8954            ! mg.c perl.h win32/perlhost.h
8955 ____________________________________________________________________________
8956 [  6107] By: jhi                                   on 2000/05/15  18:01:41
8957         Log: Tweak the todo list.
8958      Branch: cfgperl
8959            ! Todo-5.6
8960 ____________________________________________________________________________
8961 [  6106] By: jhi                                   on 2000/05/15  13:41:48
8962         Log: The (Configure) script refuses to go on, after asking for
8963              'You may also choose to try maximal 64-bitness....'.
8964              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
8965              -- Patrick Zima
8966              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
8967      Branch: cfgperl
8968            ! hints/solaris_2.sh
8969 ____________________________________________________________________________
8970 [  6105] By: jhi                                   on 2000/05/11  14:37:43
8971         Log: Integrate with Sarathy.
8972      Branch: cfgperl
8973           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8974           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
8975 ____________________________________________________________________________
8976 [  6104] By: gsar                                  on 2000/05/11  03:39:07
8977         Log: PL_sys_intern was being initialized too late on windows
8978      Branch: perl
8979            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8980            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
8981 ____________________________________________________________________________
8982 [  6103] By: jhi                                   on 2000/05/09  19:42:20
8983         Log: Test tweaking for Unicos continues.
8984      Branch: cfgperl
8985            ! t/op/64bitint.t
8986 ____________________________________________________________________________
8987 [  6102] By: jhi                                   on 2000/05/09  16:47:27
8988         Log: The test suite tweak in #6101 wasn't quite right.
8989      Branch: cfgperl
8990            ! t/lib/complex.t
8991 ____________________________________________________________________________
8992 [  6101] By: jhi                                   on 2000/05/09  15:35:34
8993         Log: Hints and test tweaks for Unicos.
8994      Branch: cfgperl
8995            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
8996 ____________________________________________________________________________
8997 [  6100] By: jhi                                   on 2000/05/08  21:15:06
8998         Log: More compilation tweakery from Allen Smith.
8999      Branch: cfgperl
9000            ! hints/irix_6.sh
9001 ____________________________________________________________________________
9002 [  6099] By: jhi                                   on 2000/05/08  19:21:18
9003         Log: Tweaks for the cc bugs from Allen Smith.
9004      Branch: cfgperl
9005            ! hints/irix_6.sh
9006 ____________________________________________________________________________
9007 [  6098] By: jhi                                   on 2000/05/08  19:13:37
9008         Log: Add a note about other, yet unsupported, shadow password APIs.
9009      Branch: cfgperl
9010            ! pp_sys.c
9011 ____________________________________________________________________________
9012 [  6097] By: jhi                                   on 2000/05/08  18:46:34
9013         Log: Add a note about possible compilation problems from Allen Smith.
9014      Branch: cfgperl
9015            ! hints/irix_6.sh
9016 ____________________________________________________________________________
9017 [  6096] By: jhi                                   on 2000/05/08  17:33:10
9018         Log: Integrate with Sarathy.
9019      Branch: cfgperl
9020           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9021           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
9022 ____________________________________________________________________________
9023 [  6095] By: jhi                                   on 2000/05/08  16:21:33
9024         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
9025              might be useful in future.
9026      Branch: cfgperl
9027            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9028            ! config_h.SH
9029      Branch: metaconfig
9030            ! U/installdirs/inc_version_list.U
9031      Branch: metaconfig/U/perl
9032            ! perlxv.U
9033 ____________________________________________________________________________
9034 [  6094] By: gsar                                  on 2000/05/08  14:22:22
9035         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9036      Branch: perl
9037            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9038            ! hints/cygwin.sh pp_sys.c
9039 ____________________________________________________________________________
9040 [  6093] By: gsar                                  on 2000/05/08  12:52:28
9041         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
9042              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9043      Branch: perl
9044            ! pp_sys.c sv.c win32/perlhost.h
9045 ____________________________________________________________________________
9046 [  6092] By: jhi                                   on 2000/05/07  22:40:34
9047         Log: Regen perltoc with the fixed buildtoc.
9048      Branch: cfgperl
9049            ! pod/perltoc.pod
9050 ____________________________________________________________________________
9051 [  6091] By: jhi                                   on 2000/05/07  22:24:16
9052         Log: Integrate with Sarathy.
9053      Branch: cfgperl
9054           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
9055           !> t/op/substr.t toke.c
9056 ____________________________________________________________________________
9057 [  6090] By: gsar                                  on 2000/05/07  19:47:07
9058         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
9059              [NI]OK; added tests for both
9060      Branch: perl
9061            ! perl.c pp_hot.c sv.c t/op/substr.t
9062 ____________________________________________________________________________
9063 [  6089] By: gsar                                  on 2000/05/07  18:18:38
9064         Log: buildtoc tweak to fix newline lossage
9065      Branch: perl
9066            ! pod/buildtoc
9067 ____________________________________________________________________________
9068 [  6088] By: jhi                                   on 2000/05/07  16:35:36
9069         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
9070              because we do not use those.  The HAS_GETSPNAM remains,
9071              though, because we still do use that.
9072      Branch: cfgperl
9073            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9074            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
9075            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
9076            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
9077            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9078            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9079 ____________________________________________________________________________
9080 [  6087] By: gsar                                  on 2000/05/07  16:05:16
9081         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
9082      Branch: perl
9083            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9084 ____________________________________________________________________________
9085 [  6086] By: jhi                                   on 2000/05/07  15:27:07
9086         Log: Integrate with Sarathy.
9087      Branch: cfgperl
9088           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9089           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9090           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
9091           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
9092           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
9093           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
9094 ____________________________________________________________________________
9095 [  6085] By: gsar                                  on 2000/05/07  05:52:02
9096         Log: repeat operator (x) doesn't preserve utf8-ness
9097      Branch: perl
9098            ! pp.c t/op/substr.t
9099 ____________________________________________________________________________
9100 [  6084] By: gsar                                  on 2000/05/07  05:39:55
9101         Log: substr() does not preserve utf8-ness (from Stefan Eissing
9102              <Eissing@medicaldataservice.de>); added tests
9103      Branch: perl
9104            ! pp.c t/op/substr.t
9105 ____________________________________________________________________________
9106 [  6083] By: gsar                                  on 2000/05/07  05:24:46
9107         Log: note about undocumented caller() return value (from M.J.T. Guy);
9108              yet another peek.t tweak
9109      Branch: perl
9110            ! pod/perlfunc.pod t/lib/peek.t
9111 ____________________________________________________________________________
9112 [  6082] By: gsar                                  on 2000/05/07  05:08:40
9113         Log: peek.t non-portable to ithreads
9114      Branch: perl
9115            ! t/lib/peek.t
9116 ____________________________________________________________________________
9117 [  6081] By: gsar                                  on 2000/05/07  04:17:04
9118         Log: better default perlbug categories for ok reports (from Richard Foley)
9119      Branch: perl
9120            ! utils/perlbug.PL
9121 ____________________________________________________________________________
9122 [  6080] By: gsar                                  on 2000/05/07  04:08:07
9123         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9124              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9125      Branch: perl
9126            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9127            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9128            ! AUTHORS MAINTAIN MANIFEST
9129 ____________________________________________________________________________
9130 [  6079] By: gsar                                  on 2000/05/07  04:01:38
9131         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
9132      Branch: perl
9133            ! lib/Carp/Heavy.pm
9134 ____________________________________________________________________________
9135 [  6078] By: gsar                                  on 2000/05/07  01:24:19
9136         Log: workaround for CRT bug in chdir() (from Charles Lane, via
9137              Peter Prymmer)
9138      Branch: perl
9139            ! iperlsys.h vms/vms.c vms/vmsish.h
9140 ____________________________________________________________________________
9141 [  6077] By: gsar                                  on 2000/05/07  01:22:23
9142         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
9143              and Tom Phoenix)
9144      Branch: perl
9145            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
9146 ____________________________________________________________________________
9147 [  6076] By: gsar                                  on 2000/05/06  17:36:29
9148         Log: integrate cfgperl contents into mainline
9149      Branch: perl
9150           +> t/lib/peek.t
9151           !> Configure MANIFEST Porting/Glossary Porting/config.sh
9152           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
9153           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
9154           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
9155 ____________________________________________________________________________
9156 [  6075] By: jhi                                   on 2000/05/05  18:56:10
9157         Log: Make the test more portable.
9158      Branch: cfgperl
9159            ! t/lib/peek.t
9160 ____________________________________________________________________________
9161 [  6074] By: jhi                                   on 2000/05/05  18:49:20
9162         Log: Introduce t/lib/peek.t.
9163      Branch: cfgperl
9164            + t/lib/peek.t
9165            ! MANIFEST
9166 ____________________________________________________________________________
9167 [  6073] By: jhi                                   on 2000/05/05  14:30:45
9168         Log: Complex tweaks.
9169      Branch: cfgperl
9170            ! lib/Math/Complex.pm t/lib/complex.t
9171 ____________________________________________________________________________
9172 [  6072] By: jhi                                   on 2000/05/05  12:27:13
9173         Log: Integrate with Sarathy.
9174      Branch: cfgperl
9175           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9176           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9177           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
9178           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
9179 ____________________________________________________________________________
9180 [  6071] By: gsar                                  on 2000/05/05  02:24:46
9181         Log: misformatted perllocal.pod (from Tim Jenness
9182              <t.jenness@jach.hawaii.edu>)
9183      Branch: perl
9184            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9185 ____________________________________________________________________________
9186 [  6070] By: gsar                                  on 2000/05/05  02:16:52
9187         Log: remove misleading comment (from M.J.T. Guy)
9188      Branch: perl
9189            ! t/lib/anydbm.t
9190 ____________________________________________________________________________
9191 [  6069] By: gsar                                  on 2000/05/05  02:15:13
9192         Log: File::Spec compatibility update (from Barrie Slaymaker
9193              <barries@slaysys.com>)
9194      Branch: perl
9195            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9196            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9197 ____________________________________________________________________________
9198 [  6068] By: gsar                                  on 2000/05/05  02:01:50
9199         Log: note about values()
9200      Branch: perl
9201            ! pod/perlfunc.pod
9202 ____________________________________________________________________________
9203 [  6067] By: gsar                                  on 2000/05/05  01:33:09
9204         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
9205      Branch: perl
9206            ! win32/win32.c
9207 ____________________________________________________________________________
9208 [  6066] By: gsar                                  on 2000/05/05  01:23:43
9209         Log: s/END/CHECK/
9210      Branch: perl
9211            ! perl.c
9212 ____________________________________________________________________________
9213 [  6065] By: jhi                                   on 2000/05/04  17:30:22
9214         Log: Integrate with Sarathy.
9215      Branch: cfgperl
9216           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
9217 ____________________________________________________________________________
9218 [  6064] By: gsar                                  on 2000/05/04  17:26:14
9219         Log: change#5905 wasn't quite right--it's intent only applies when arguments
9220              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
9221      Branch: perl
9222            ! pp_sys.c sv.c
9223 ____________________________________________________________________________
9224 [  6063] By: gsar                                  on 2000/05/04  16:52:29
9225         Log: tokeq() could read unallocated field in argument
9226      Branch: perl
9227            ! toke.c
9228 ____________________________________________________________________________
9229 [  6062] By: gsar                                  on 2000/05/04  16:34:51
9230         Log: additional tests for utf8.t
9231      Branch: perl
9232            ! t/pragma/utf8.t
9233 ____________________________________________________________________________
9234 [  6061] By: gsar                                  on 2000/05/04  16:09:28
9235         Log: change#5921 neglected to make eq honor "use bytes"
9236      Branch: perl
9237            ! sv.c
9238 ____________________________________________________________________________
9239 [  6060] By: jhi                                   on 2000/05/04  15:30:16
9240         Log: Integrate with Sarathy.
9241      Branch: cfgperl
9242           !> perl.c regcomp.c t/pragma/utf8.t
9243 ____________________________________________________________________________
9244 [  6059] By: jhi                                   on 2000/05/04  15:26:37
9245         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
9246              in natively 64-bit platforms where a long is a quad (no need
9247              for long longs).  Also added bias for IVs.
9248      Branch: cfgperl
9249            ! toke.c
9250 ____________________________________________________________________________
9251 [  6058] By: gsar                                  on 2000/05/04  00:19:14
9252         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
9253              (spotted by Donald Kinzer <dkinzer@premia.com>)
9254      Branch: perl
9255            ! perl.c
9256 ____________________________________________________________________________
9257 [  6057] By: gsar                                  on 2000/05/03  18:34:01
9258         Log: fix broken parsing of /\x{ab}/
9259      Branch: perl
9260            ! regcomp.c t/pragma/utf8.t
9261 ____________________________________________________________________________
9262 [  6056] By: jhi                                   on 2000/05/03  17:57:16
9263         Log: The search of infinity continues, this time simplified.
9264      Branch: cfgperl
9265            ! lib/Math/Complex.pm
9266 ____________________________________________________________________________
9267 [  6055] By: jhi                                   on 2000/05/03  17:45:30
9268         Log: Detypo.
9269      Branch: cfgperl
9270            ! hints/unicos.sh
9271 ____________________________________________________________________________
9272 [  6054] By: jhi                                   on 2000/05/02  22:28:27
9273         Log: Be more forgiving in POSIX about HUGE_VALL.
9274      Branch: cfgperl
9275            ! ext/POSIX/POSIX.xs
9276 ____________________________________________________________________________
9277 [  6053] By: jhi                                   on 2000/05/02  22:25:05
9278         Log: Integrate with Sarathy.
9279      Branch: cfgperl
9280           !> hints/irix_6.sh pod/perlop.pod
9281 ____________________________________________________________________________
9282 [  6052] By: jhi                                   on 2000/05/02  22:24:31
9283         Log: Unicos hint tweak.
9284      Branch: cfgperl
9285            ! hints/unicos.sh
9286 ____________________________________________________________________________
9287 [  6051] By: jhi                                   on 2000/05/02  22:21:26
9288         Log: Complex tweakery.
9289      Branch: cfgperl
9290            ! lib/Math/Complex.pm t/lib/complex.t
9291 ____________________________________________________________________________
9292 [  6050] By: jhi                                   on 2000/05/02  19:26:22
9293         Log: Use setxxent()/endxxent().
9294      Branch: cfgperl
9295            ! t/op/grent.t t/op/pwent.t
9296 ____________________________________________________________________________
9297 [  6049] By: jhi                                   on 2000/05/02  19:06:02
9298         Log: Test both the scalar and list contexts.
9299      Branch: cfgperl
9300            ! t/op/grent.t t/op/pwent.t
9301 ____________________________________________________________________________
9302 [  6048] By: gsar                                  on 2000/05/02  18:29:10
9303         Log: add note about how $( doesn't interpolate in REs (from
9304              Philip Newton <newton@ficus.frogspace.net>)
9305      Branch: perl
9306            ! pod/perlop.pod
9307 ____________________________________________________________________________
9308 [  6047] By: jhi                                   on 2000/05/02  17:41:24
9309         Log: Call getspnam() only iff needd.
9310      Branch: cfgperl
9311            ! pp_sys.c
9312 ____________________________________________________________________________
9313 [  6046] By: gsar                                  on 2000/05/02  17:07:25
9314         Log: libscheck has insufficient checks for n32 libs (from
9315              Albert Chin-A-Young <china@thewrittenword.com>)
9316      Branch: perl
9317            ! hints/irix_6.sh
9318 ____________________________________________________________________________
9319 [  6045] By: jhi                                   on 2000/05/02  13:57:17
9320         Log: Integrate with Sarathy.
9321      Branch: cfgperl
9322           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
9323           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
9324 ____________________________________________________________________________
9325 [  6044] By: gsar                                  on 2000/05/02  06:48:19
9326         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
9327              such that underscores are only ignored in literal numbers,
9328              "\x{...}", and hex/oct argument
9329      Branch: perl
9330            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
9331 ____________________________________________________________________________
9332 [  6043] By: gsar                                  on 2000/05/02  02:22:29
9333         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
9334      Branch: perl
9335            ! pod/perlretut.pod
9336 ____________________________________________________________________________
9337 [  6042] By: gsar                                  on 2000/05/02  02:17:51
9338         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
9339      Branch: perl
9340            ! pod/perltrap.pod
9341 ____________________________________________________________________________
9342 [  6041] By: gsar                                  on 2000/05/02  01:53:51
9343         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
9344              to compensate
9345      Branch: perl
9346            ! Porting/makerel
9347 ____________________________________________________________________________
9348 [  6040] By: gsar                                  on 2000/05/02  01:51:57
9349         Log: missing files in MANIFEST
9350      Branch: perl
9351            ! MANIFEST
9352 ____________________________________________________________________________
9353 [  6039] By: jhi                                   on 2000/05/02  00:36:46
9354         Log: Infinite problems.
9355      Branch: cfgperl
9356            ! lib/Math/Complex.pm
9357 ____________________________________________________________________________
9358 [  6038] By: jhi                                   on 2000/05/02  00:06:38
9359         Log: pwent/spent #ifdef imbalance.
9360      Branch: cfgperl
9361            ! pp_sys.c
9362 ____________________________________________________________________________
9363 [  6037] By: jhi                                   on 2000/05/01  22:50:11
9364         Log: Use HUGE_VALL if applicable.
9365      Branch: cfgperl
9366            ! ext/POSIX/POSIX.xs util.c
9367 ____________________________________________________________________________
9368 [  6036] By: jhi                                   on 2000/05/01  22:20:53
9369         Log: Correct Freudian slip.
9370      Branch: cfgperl
9371            ! pp_sys.c
9372 ____________________________________________________________________________
9373 [  6035] By: jhi                                   on 2000/05/01  21:07:38
9374         Log: Continue on the pwent/spent case.
9375      Branch: cfgperl
9376            ! pp_sys.c
9377 ____________________________________________________________________________
9378 [  6034] By: jhi                                   on 2000/05/01  17:45:14
9379         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
9380              adjustments in 6032 conflicted badly with this, will have
9381              to revisit them later.
9382      Branch: cfgperl
9383           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
9384           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9385           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
9386           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
9387           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
9388           !> t/lib/cgi-html.t t/lib/cgi-request.t
9389 ____________________________________________________________________________
9390 [  6033] By: jhi                                   on 2000/05/01  17:40:49
9391         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
9392      Branch: cfgperl
9393            ! pp_sys.c
9394 ____________________________________________________________________________
9395 [  6032] By: gsar                                  on 2000/05/01  15:56:32
9396         Log: whitespace adjustments
9397      Branch: perl
9398            ! pp_sys.c
9399 ____________________________________________________________________________
9400 [  6031] By: gsar                                  on 2000/05/01  15:19:41
9401         Log: small nits in diagnostics.pm (from Robin Barker)
9402      Branch: perl
9403            ! lib/diagnostics.pm pod/perldiag.pod
9404 ____________________________________________________________________________
9405 [  6030] By: gsar                                  on 2000/05/01  08:39:18
9406         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
9407              for @- and @+ (from Johan Vromans)
9408      Branch: perl
9409            ! lib/English.pm pod/perlvar.pod
9410 ____________________________________________________________________________
9411 [  6029] By: gsar                                  on 2000/05/01  08:16:10
9412         Log: add CGI.pm v2.66 (from Lincoln Stein)
9413      Branch: perl
9414            + lib/CGI/Util.pm t/lib/cgi-pretty.t
9415            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9416            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
9417            ! t/lib/cgi-html.t t/lib/cgi-request.t
9418 ____________________________________________________________________________
9419 [  6028] By: gsar                                  on 2000/05/01  06:34:41
9420         Log: Pod::Man generates groff-incompatible macro definition (from
9421              Tom Christiansen)
9422      Branch: perl
9423            ! lib/Pod/Man.pm
9424 ____________________________________________________________________________
9425 [  6027] By: gsar                                  on 2000/05/01  06:31:36
9426         Log: podlators-1.02 update (from Russ Allbery)
9427      Branch: perl
9428            ! lib/Pod/Man.pm lib/Pod/Text.pm
9429 ____________________________________________________________________________
9430 [  6026] By: jhi                                   on 2000/04/30  23:24:23
9431         Log: Integrate with Sarathy.
9432      Branch: cfgperl
9433           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9434           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
9435           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9436           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9437           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
9438           !> t/lib/syslog.t toke.c win32/win32.h
9439 ____________________________________________________________________________
9440 [  6025] By: gsar                                  on 2000/04/30  18:17:47
9441         Log: Is{Alnum,Alpha,Word} don't match titlecase
9442              
9443              TODO: IsSpace is defined recursively!
9444              
9445              (both spotted by Larry)
9446      Branch: perl
9447            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9448            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9449 ____________________________________________________________________________
9450 [  6024] By: gsar                                  on 2000/04/30  17:50:19
9451         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
9452              (from Hugo van der Sanden)
9453      Branch: perl
9454            ! toke.c
9455 ____________________________________________________________________________
9456 [  6023] By: gsar                                  on 2000/04/30  17:14:43
9457         Log: debugger stomps on $. (from M.J.T. Guy)
9458      Branch: perl
9459            ! lib/perl5db.pl
9460 ____________________________________________________________________________
9461 [  6022] By: gsar                                  on 2000/04/30  16:59:22
9462         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
9463      Branch: perl
9464            ! sv.c
9465 ____________________________________________________________________________
9466 [  6021] By: gsar                                  on 2000/04/29  21:00:08
9467         Log: remove Win2K issue in pod (fixed by change#6020)
9468      Branch: perl
9469            ! README.win32 pod/perl56delta.pod
9470 ____________________________________________________________________________
9471 [  6020] By: gsar                                  on 2000/04/29  20:51:49
9472         Log: test tweak
9473      Branch: perl
9474            ! t/lib/open3.t
9475 ____________________________________________________________________________
9476 [  6019] By: gsar                                  on 2000/04/29  20:34:27
9477         Log: windows portability tweaks
9478      Branch: perl
9479            ! t/lib/b.t win32/win32.h
9480 ____________________________________________________________________________
9481 [  6018] By: gsar                                  on 2000/04/29  19:55:24
9482         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
9483              make _PATH_LOG() return "" if unavailable
9484      Branch: perl
9485            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9486            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
9487 ____________________________________________________________________________
9488 [  6017] By: jhi                                   on 2000/04/28  22:49:46
9489         Log: Integrate with Sarathy.
9490      Branch: cfgperl
9491           !> op.c perl.c pod/perldiag.pod t/lib/b.t
9492 ____________________________________________________________________________
9493 [  6016] By: jhi                                   on 2000/04/28  22:46:14
9494         Log: Do not warn that an infinity does not look like a number.
9495      Branch: cfgperl
9496            ! sv.c
9497 ____________________________________________________________________________
9498 [  6015] By: gsar                                  on 2000/04/28  22:35:49
9499         Log: tweak test for portability
9500      Branch: perl
9501            ! t/lib/b.t
9502 ____________________________________________________________________________
9503 [  6014] By: gsar                                  on 2000/04/28  22:05:31
9504         Log: glob() loading File::Glob behind the scenes may cause syntax errors
9505      Branch: perl
9506            ! op.c
9507 ____________________________________________________________________________
9508 [  6013] By: gsar                                  on 2000/04/28  21:25:22
9509         Log: tweak change#5945 to display correct switch name in diagnostic
9510      Branch: perl
9511            ! perl.c pod/perldiag.pod
9512 ____________________________________________________________________________
9513 [  6012] By: jhi                                   on 2000/04/28  21:08:12
9514         Log: Integrate with Sarathy.
9515      Branch: cfgperl
9516           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
9517           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
9518           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
9519 ____________________________________________________________________________
9520 [  6011] By: jhi                                   on 2000/04/28  21:04:46
9521         Log: &HUGE_VAL is not defined, it exists.
9522      Branch: cfgperl
9523            ! lib/Math/Complex.pm
9524 ____________________________________________________________________________
9525 [  6010] By: gsar                                  on 2000/04/28  21:02:58
9526         Log: clarify note about shadow password support (from
9527              gellyfish@gellyfish.com)
9528      Branch: perl
9529            ! pod/perlfunc.pod
9530 ____________________________________________________________________________
9531 [  6009] By: gsar                                  on 2000/04/28  21:00:00
9532         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
9533      Branch: perl
9534            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
9535 ____________________________________________________________________________
9536 [  6008] By: gsar                                  on 2000/04/28  20:56:33
9537         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
9538      Branch: perl
9539            ! installperl vms/subconfigure.com
9540 ____________________________________________________________________________
9541 [  6007] By: gsar                                  on 2000/04/28  20:51:21
9542         Log: note about compile failures and END blocks (from M.J.T. Guy)
9543      Branch: perl
9544            ! pod/perl56delta.pod pod/perlmod.pod
9545 ____________________________________________________________________________
9546 [  6006] By: jhi                                   on 2000/04/28  20:42:14
9547         Log: Regen Configure.
9548      Branch: cfgperl
9549            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9550            ! config_h.SH
9551 ____________________________________________________________________________
9552 [  6005] By: gsar                                  on 2000/04/28  20:41:16
9553         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9554      Branch: perl
9555            ! utils/perldoc.PL
9556 ____________________________________________________________________________
9557 [  6004] By: jhi                                   on 2000/04/28  20:28:21
9558         Log: Integrate with Sarathy.
9559      Branch: cfgperl
9560           !> Configure INSTALL Porting/Glossary Porting/config.sh
9561           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
9562           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
9563           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9564           !> win32/config.vc win32/win32.c
9565 ____________________________________________________________________________
9566 [  6003] By: gsar                                  on 2000/04/28  20:11:20
9567         Log: allow REG_EXPAND_SZ keys in Windows registry (from
9568              John Clayton <John.Clayton@barclayscapital.com>)
9569      Branch: perl
9570            ! win32/win32.c
9571 ____________________________________________________________________________
9572 [  6002] By: gsar                                  on 2000/04/28  19:34:16
9573         Log: destructive sv_setsv() can lose UV-ness from source, causing
9574              numeric promotions/comparisons to fail to do the right thing
9575      Branch: perl
9576            ! sv.c
9577 ____________________________________________________________________________
9578 [  6001] By: gsar                                  on 2000/04/28  18:44:15
9579         Log: support additional library locations via $Config{otherlibdirs}
9580              (from Andy Dougherty)
9581      Branch: perl
9582            ! Configure INSTALL Porting/Glossary Porting/config.sh
9583            ! Porting/config_H config_h.SH epoc/config.sh perl.c
9584            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
9585            ! win32/config.bc win32/config.gc win32/config.vc
9586 ____________________________________________________________________________
9587 [  6000] By: gsar                                  on 2000/04/28  18:26:58
9588         Log: reworked otherlibdirs.U (from Andy Dougherty)
9589      Branch: metaconfig
9590            ! U/installdirs/otherlibdirs.U
9591 ____________________________________________________________________________
9592 [  5999] By: gsar                                  on 2000/04/28  18:17:07
9593         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9594      Branch: perl
9595            ! t/pragma/warn/toke toke.c
9596 ____________________________________________________________________________
9597 [  5998] By: jhi                                   on 2000/04/28  13:32:17
9598         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
9599      Branch: cfgperl
9600            ! lib/Math/Complex.pm
9601 ____________________________________________________________________________
9602 [  5997] By: jhi                                   on 2000/04/28  13:14:04
9603         Log: Preserve $!.
9604      Branch: cfgperl
9605            ! lib/Math/Complex.pm
9606 ____________________________________________________________________________
9607 [  5996] By: jhi                                   on 2000/04/28  12:59:23
9608         Log: Integrate with Sarathy.
9609      Branch: cfgperl
9610           +> pod/perlrequick.pod pod/perlretut.pod
9611           !> (integrate 51 files)
9612 ____________________________________________________________________________
9613 [  5995] By: gsar                                  on 2000/04/28  09:37:36
9614         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9615      Branch: perl
9616            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9617 ____________________________________________________________________________
9618 [  5994] By: gsar                                  on 2000/04/28  09:33:26
9619         Log: fix for missed accounting for null byte in pack("Z",...) (from
9620              M.J.T. Guy)
9621      Branch: perl
9622            ! pp.c t/op/pack.t
9623 ____________________________________________________________________________
9624 [  5993] By: gsar                                  on 2000/04/28  09:30:05
9625         Log: various minor tweaks seen on p5p
9626      Branch: perl
9627            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9628 ____________________________________________________________________________
9629 [  5992] By: gsar                                  on 2000/04/28  09:08:19
9630         Log: pod nit (from Simon Cozens)
9631      Branch: perl
9632            ! pod/perlop.pod
9633 ____________________________________________________________________________
9634 [  5991] By: gsar                                  on 2000/04/28  09:06:36
9635         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
9636      Branch: perl
9637            ! README.posix-bc hints/posix-bc.sh
9638 ____________________________________________________________________________
9639 [  5990] By: gsar                                  on 2000/04/28  08:54:52
9640         Log: use $ENV{LIB} to search for libs under Visual C compiler
9641              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9642      Branch: perl
9643            ! lib/ExtUtils/Liblist.pm
9644 ____________________________________________________________________________
9645 [  5989] By: gsar                                  on 2000/04/28  08:27:12
9646         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
9647              itself and no other (from Tom Hughes)
9648      Branch: perl
9649            ! t/op/array.t toke.c
9650 ____________________________________________________________________________
9651 [  5988] By: gsar                                  on 2000/04/28  08:01:38
9652         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
9653              <paul@miraclefish.com>)
9654      Branch: perl
9655            ! lib/ExtUtils/MakeMaker.pm
9656 ____________________________________________________________________________
9657 [  5987] By: gsar                                  on 2000/04/28  07:53:09
9658         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
9659      Branch: perl
9660            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9661 ____________________________________________________________________________
9662 [  5986] By: gsar                                  on 2000/04/28  07:44:17
9663         Log: add regular expressions tutorial and quick-start guide (from
9664              Mark Kvale <kvale@phy.ucsf.edu>)
9665      Branch: perl
9666            + pod/perlrequick.pod pod/perlretut.pod
9667            ! AUTHORS MAINTAIN MANIFEST
9668 ____________________________________________________________________________
9669 [  5985] By: gsar                                  on 2000/04/28  07:30:28
9670         Log: forked child may not exit correctly if it failed to open
9671              /dev/console (from Graham Barr)
9672      Branch: perl
9673            ! ext/Sys/Syslog/Syslog.pm
9674 ____________________________________________________________________________
9675 [  5984] By: gsar                                  on 2000/04/28  07:27:20
9676         Log: attributes::reftype() doesn't work on tied argument
9677      Branch: perl
9678            ! xsutils.c
9679 ____________________________________________________________________________
9680 [  5983] By: gsar                                  on 2000/04/28  07:15:04
9681         Log: numeric conversion of non-number in change#3378 tramples on
9682              OOK offset, causing segfaults
9683      Branch: perl
9684            ! sv.c
9685 ____________________________________________________________________________
9686 [  5982] By: gsar                                  on 2000/04/28  04:48:25
9687         Log: avoid error in IO::Socket::INET when given an unknown service name
9688              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
9689      Branch: perl
9690            ! ext/IO/lib/IO/Socket/INET.pm
9691 ____________________________________________________________________________
9692 [  5981] By: gsar                                  on 2000/04/28  04:31:31
9693         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
9694              prototype mismatch with CORE::glob(); update pod and tests to
9695              suit (File::Glob::glob() is still available for backward
9696              compatibility, but should be considered deprecated)
9697      Branch: perl
9698            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
9699            ! t/lib/glob-taint.t
9700 ____________________________________________________________________________
9701 [  5980] By: gsar                                  on 2000/04/28  03:47:29
9702         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
9703              <ghudson@mit.edu>)
9704      Branch: metaconfig
9705            ! U/modified/Options.U
9706      Branch: perl
9707            ! Configure
9708 ____________________________________________________________________________
9709 [  5979] By: gsar                                  on 2000/04/28  03:07:54
9710         Log: under useithreads, constant pad entries could inadvertantly be
9711              shared across threads (from Eric Blood <eblood@xmission.com>);
9712              added Eric's test case to testsuite
9713      Branch: perl
9714            ! op.c t/op/misc.t
9715 ____________________________________________________________________________
9716 [  5978] By: gsar                                  on 2000/04/27  21:13:00
9717         Log: sync version numbers in File::Spec with the ones on CPAN
9718              (from Barrie Slaymaker)
9719      Branch: perl
9720            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9721            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
9722            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9723 ____________________________________________________________________________
9724 [  5977] By: gsar                                  on 2000/04/27  21:07:29
9725         Log: autoquote barewords followed by newline and arrow properly
9726              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9727      Branch: perl
9728            ! t/pragma/warn/toke toke.c
9729 ____________________________________________________________________________
9730 [  5976] By: gsar                                  on 2000/04/27  20:41:20
9731         Log: DB_File v1.73 update (from Paul Marquess)
9732      Branch: perl
9733            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9734            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9735 ____________________________________________________________________________
9736 [  5975] By: gsar                                  on 2000/04/27  20:34:24
9737         Log: allow sort() reentrancy (variant of patch suggested by
9738              Hugo van der Sanden)
9739      Branch: perl
9740            ! pp_ctl.c t/op/sort.t
9741 ____________________________________________________________________________
9742 [  5974] By: gsar                                  on 2000/04/27  19:46:57
9743         Log: change#4197 somehow missed initializing PL_errors, meaning
9744              sytax error queueing wasn't working outside eval"" at all;
9745              also fixed eval"" to localize PL_error_count, so that compile-time
9746              eval's don't clobber the error state of the outer context
9747      Branch: perl
9748            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
9749            ! t/pragma/warn/toke
9750 ____________________________________________________________________________
9751 [  5973] By: gsar                                  on 2000/04/27  18:29:05
9752         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
9753      Branch: perl
9754            ! regcomp.c regexec.c t/op/re_tests
9755 ____________________________________________________________________________
9756 [  5972] By: jhi                                   on 2000/04/27  18:22:41
9757         Log: Integrate with Sarathy.
9758      Branch: cfgperl
9759           +> t/lib/b.t t/lib/syslog.t
9760           !> (integrate 31 files)
9761 ____________________________________________________________________________
9762 [  5971] By: jhi                                   on 2000/04/27  18:18:46
9763         Log: Unicos tweaks from Mark P. Lutz.
9764      Branch: cfgperl
9765            ! hints/unicos.sh lib/Math/Complex.pm
9766 ____________________________________________________________________________
9767 [  5970] By: gsar                                  on 2000/04/27  18:05:11
9768         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
9769              IV is >32bits
9770      Branch: perl
9771            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9772 ____________________________________________________________________________
9773 [  5969] By: gsar                                  on 2000/04/27  17:50:56
9774         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9775      Branch: perl
9776            + t/lib/syslog.t
9777            ! MANIFEST ext/Sys/Syslog/Syslog.pm
9778 ____________________________________________________________________________
9779 [  5968] By: gsar                                  on 2000/04/27  17:44:49
9780         Log: tolerate spaces in group names in test on solaris (from David Boyce
9781              <dsb@boyski.com>)
9782      Branch: perl
9783            ! t/op/groups.t
9784 ____________________________________________________________________________
9785 [  5967] By: gsar                                  on 2000/04/27  17:41:22
9786         Log: improved docs on the warn_uninit diagnostic (from David Glasser
9787              and Simon Cozens)
9788      Branch: perl
9789            ! pod/perldiag.pod
9790 ____________________________________________________________________________
9791 [  5966] By: gsar                                  on 2000/04/27  16:54:58
9792         Log: add testsuite for B backends, fix bug in B::Deparse (from
9793              Simon Cozens <simon@brecon.co.uk>)
9794      Branch: perl
9795            + t/lib/b.t
9796            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9797 ____________________________________________________________________________
9798 [  5965] By: gsar                                  on 2000/04/27  16:10:37
9799         Log: avoid "will not stay shared" warnings for our variables (from
9800              Robin Barker)
9801      Branch: perl
9802            ! op.c t/pragma/warn/op
9803 ____________________________________________________________________________
9804 [  5964] By: gsar                                  on 2000/04/27  07:05:05
9805         Log: reformat to 72 columns (again)
9806      Branch: perl
9807            ! pod/perldiag.pod
9808 ____________________________________________________________________________
9809 [  5963] By: gsar                                  on 2000/04/27  06:28:31
9810         Log: patch from Larry to make (\&) prototype work; added tests for
9811              the same
9812      Branch: perl
9813            ! op.c t/comp/proto.t
9814 ____________________________________________________________________________
9815 [  5962] By: gsar                                  on 2000/04/27  06:15:47
9816         Log: updated README.hpux (from Jeff Okamoto)
9817      Branch: perl
9818            ! README.hpux
9819 ____________________________________________________________________________
9820 [  5961] By: gsar                                  on 2000/04/27  05:55:03
9821         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9822      Branch: perl
9823            ! emacs/cperl-mode.el
9824 ____________________________________________________________________________
9825 [  5960] By: gsar                                  on 2000/04/27  05:49:26
9826         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9827      Branch: perl
9828            ! INSTALL
9829 ____________________________________________________________________________
9830 [  5959] By: gsar                                  on 2000/04/27  05:33:41
9831         Log: doubled words in pods (from Simon Cozens
9832              <simon.p.cozens@jp.pwcglobal.com>)
9833      Branch: perl
9834            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
9835            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
9836            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
9837            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
9838            ! pod/perltootc.pod
9839 ____________________________________________________________________________
9840 [  5958] By: gsar                                  on 2000/04/27  05:11:39
9841         Log: change#3569 deleted some essential code, revert; avoid use of
9842              atexit() to make DynaLoader work properly on AIX under mod_perl
9843              (from Jens-Uwe Mager <jum@helios.de>)
9844      Branch: perl
9845            ! ext/DynaLoader/dl_aix.xs
9846 ____________________________________________________________________________
9847 [  5957] By: gsar                                  on 2000/04/27  04:54:51
9848         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9849      Branch: perl
9850            ! pod/perlmod.pod
9851 ____________________________________________________________________________
9852 [  5956] By: gsar                                  on 2000/04/27  04:51:47
9853         Log: better diagnostics on failed tests (from Ilya Zakharevich)
9854      Branch: perl
9855            ! t/op/lex_assign.t
9856 ____________________________________________________________________________
9857 [  5955] By: gsar                                  on 2000/04/27  04:26:44
9858         Log: longstanding bug exposed by change#3307: sort arguments weren't
9859              compiled with the right wantarray context (ensuing runtime lookup
9860              via block_gimme() was getting the incidental context of the
9861              sort() itself)
9862      Branch: perl
9863            ! op.c t/op/sort.t
9864 ____________________________________________________________________________
9865 [  5954] By: gsar                                  on 2000/04/26  23:42:12
9866         Log: integrate cfgperl contents into mainline
9867      Branch: perl
9868           !> (integrate 30 files)
9869 ____________________________________________________________________________
9870 [  5953] By: jhi                                   on 2000/04/26  23:06:42
9871         Log: Integrate with Sarathy.
9872      Branch: cfgperl
9873           !> README.win32 ext/B/B/Deparse.pm
9874           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9875           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
9876           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
9877           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
9878           !> utils/perldoc.PL vms/perlvms.pod
9879 ____________________________________________________________________________
9880 [  5952] By: jhi                                   on 2000/04/26  23:03:46
9881         Log: Undo "use integer" addition from 64bitint as it seems
9882              to break most of the subtests in Digital UNIX;
9883              Unicos needs to find another way.
9884      Branch: cfgperl
9885            ! t/op/64bitint.t
9886 ____________________________________________________________________________
9887 [  5951] By: jhi                                   on 2000/04/26  22:57:53
9888         Log: Be more robust on "extreme" (large absolute value)
9889              arguments.  Originally reported by Daniel Connelly
9890              as a problem with asinh() on large negative arguments,
9891              asinh() used to bail out because an argument to log()
9892              ended up being zero.  Ilya Zakharevich proposed using
9893              Taylor's series in such cases, which for such large
9894              arguments is a very good approximation.
9895      Branch: cfgperl
9896            ! lib/Math/Complex.pm t/lib/complex.t
9897 ____________________________________________________________________________
9898 [  5950] By: gsar                                  on 2000/04/25  19:13:12
9899         Log: reformat perldiag to avoid long lines
9900      Branch: perl
9901            ! pod/perldiag.pod
9902 ____________________________________________________________________________
9903 [  5949] By: gsar                                  on 2000/04/25  18:41:11
9904         Log: make perldoc use the pod2man from the same version (from
9905              M.J.T. Guy)
9906      Branch: perl
9907            ! utils/perldoc.PL
9908 ____________________________________________________________________________
9909 [  5948] By: gsar                                  on 2000/04/25  18:21:57
9910         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
9911              <kompas@kompas.usr.onet.pl>)
9912      Branch: perl
9913            ! lib/vars.pm
9914 ____________________________________________________________________________
9915 [  5947] By: gsar                                  on 2000/04/25  18:11:53
9916         Log: use &dl_error rather than &dl_load_file as the guard for calling
9917              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
9918              statically built perl)
9919      Branch: perl
9920            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9921 ____________________________________________________________________________
9922 [  5946] By: jhi                                   on 2000/04/25  17:37:54
9923         Log: Document that tr() is not tr(1).
9924      Branch: cfgperl
9925            ! pod/perlop.pod
9926 ____________________________________________________________________________
9927 [  5945] By: gsar                                  on 2000/04/25  16:34:33
9928         Log: make module name mandatory after -M switch; reorder perldiag
9929              alphabetically (from Mark-Jason Dominus)
9930      Branch: perl
9931            ! perl.c pod/perldiag.pod
9932 ____________________________________________________________________________
9933 [  5944] By: jhi                                   on 2000/04/25  01:15:18
9934         Log: On second thoughts frexp() does have two arguments.
9935      Branch: cfgperl
9936            ! perl.h
9937 ____________________________________________________________________________
9938 [  5943] By: jhi                                   on 2000/04/24  22:56:32
9939         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
9940              Now pp_ncmp() returns undef is either operand is a NaN.
9941      Branch: cfgperl
9942            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9943            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
9944            ! vms/subconfigure.com vos/config.def vos/config.h
9945            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
9946            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9947            ! win32/config_H.vc
9948      Branch: metaconfig/U/perl
9949            + d_modfl.U
9950 ____________________________________________________________________________
9951 [  5942] By: jhi                                   on 2000/04/24  19:45:17
9952         Log: Regen Configure to match #5937.
9953      Branch: cfgperl
9954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9955            ! config_h.SH
9956      Branch: metaconfig
9957            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
9958 ____________________________________________________________________________
9959 [  5941] By: jhi                                   on 2000/04/24  19:24:11
9960         Log: Further Unicos fixes for Mark Lutz.
9961      Branch: cfgperl
9962            ! hints/unicos.sh pp_ctl.c
9963 ____________________________________________________________________________
9964 [  5940] By: jhi                                   on 2000/04/24  19:09:06
9965         Log: Various Unicos 10.0.0.6 fixes.
9966              
9967              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
9968              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
9969              Reply-To: tecmpl1@triton.ca.boeing.com 
9970              To: perl5-porters@perl.org 
9971              Date: Fri, 14 Apr 2000 20:21:00 GMT 
9972              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
9973      Branch: cfgperl
9974            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
9975 ____________________________________________________________________________
9976 [  5939] By: gsar                                  on 2000/04/24  19:01:24
9977         Log: more pod nits (from Larry Virden)
9978      Branch: perl
9979            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
9980            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
9981            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9982 ____________________________________________________________________________
9983 [  5938] By: gsar                                  on 2000/04/24  18:54:01
9984         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9985      Branch: perl
9986            ! ext/B/B/Deparse.pm
9987 ____________________________________________________________________________
9988 [  5937] By: jhi                                   on 2000/04/24  17:39:00
9989         Log: Integrate with Sarathy.
9990      Branch: cfgperl
9991           +> (branch 31 files)
9992           !> (integrate 73 files)
9993 ____________________________________________________________________________
9994 [  5936] By: gsar                                  on 2000/04/24  17:30:06
9995         Log: additional tests for change#5934 (from Paul Marquess, who also
9996              sent in the same fix)
9997      Branch: perl
9998            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
9999            ! t/pragma/warn/5nolint t/pragma/warn/6default
10000 ____________________________________________________________________________
10001 [  5935] By: jhi                                   on 2000/04/24  17:26:05
10002         Log: Do not assume sign propagation.
10003              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
10004              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
10005              To: payner@ncifcrf.gov, perl5-porters@perl.org 
10006              Date: Tue, 18 Apr 2000 18:24:49 +0100 
10007              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
10008      Branch: cfgperl
10009            ! t/op/bop.t t/op/misc.t
10010 ____________________________________________________________________________
10011 [  5934] By: gsar                                  on 2000/04/24  17:16:54
10012         Log: propagate lexical warnings from surrounding scope correctly
10013              within string eval()
10014      Branch: perl
10015            ! pp_ctl.c t/pragma/warn/pp_ctl
10016 ____________________________________________________________________________
10017 [  5933] By: jhi                                   on 2000/04/24  17:01:07
10018         Log: Flatten the cpp jungle doing the nosuid checking.
10019      Branch: cfgperl
10020            ! perl.c
10021 ____________________________________________________________________________
10022 [  5932] By: gsar                                  on 2000/04/24  09:08:14
10023         Log: add rsignal(), whichsig() and do_join() to public API list
10024              (mod_perl uses them to good advantage)
10025      Branch: perl
10026            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
10027 ____________________________________________________________________________
10028 [  5931] By: gsar                                  on 2000/04/24  09:01:40
10029         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10030      Branch: perl
10031            ! pp_hot.c regexec.c t/op/pat.t
10032 ____________________________________________________________________________
10033 [  5930] By: gsar                                  on 2000/04/24  08:58:33
10034         Log: small os390 tweaks (from Peter Prymmer)
10035      Branch: perl
10036            ! config_h.SH makedepend.SH
10037 ____________________________________________________________________________
10038 [  5929] By: gsar                                  on 2000/04/24  08:55:25
10039         Log: pod nits
10040      Branch: perl
10041            ! pod/perlguts.pod
10042 ____________________________________________________________________________
10043 [  5928] By: gsar                                  on 2000/04/24  08:50:13
10044         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
10045      Branch: perl
10046            ! ext/IO/lib/IO/Poll.pm
10047 ____________________________________________________________________________
10048 [  5927] By: gsar                                  on 2000/04/24  08:43:24
10049         Log: arrange for next() to resume at the unstack op rather than the
10050              loop conditional, so that scope cleanup happens correctly
10051              (from Stephen McCamant)
10052      Branch: perl
10053            ! op.c pp_ctl.c t/op/misc.t
10054 ____________________________________________________________________________
10055 [  5926] By: gsar                                  on 2000/04/24  08:18:40
10056         Log: on windows, reserve 16M of stack rather than 128M (allows more
10057              threads to run concurrently)
10058      Branch: perl
10059            ! win32/Makefile win32/makefile.mk
10060 ____________________________________________________________________________
10061 [  5925] By: gsar                                  on 2000/04/24  08:13:52
10062         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10063      Branch: perl
10064            ! toke.c
10065 ____________________________________________________________________________
10066 [  5924] By: gsar                                  on 2000/04/24  08:08:59
10067         Log: avoid using uninitialized memory in require version check
10068      Branch: perl
10069            ! pp_ctl.c universal.c
10070 ____________________________________________________________________________
10071 [  5923] By: gsar                                  on 2000/04/24  07:20:14
10072         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
10073      Branch: perl
10074            ! ext/IO/lib/IO/Poll.pm
10075 ____________________________________________________________________________
10076 [  5922] By: gsar                                  on 2000/04/24  07:08:42
10077         Log: commentary about IoTYPE() (from Nathan Torkington)
10078      Branch: perl
10079            ! sv.h
10080 ____________________________________________________________________________
10081 [  5921] By: gsar                                  on 2000/04/24  06:58:26
10082         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10083              by fix
10084      Branch: perl
10085            ! sv.c t/lib/charnames.t t/pragma/utf8.t
10086 ____________________________________________________________________________
10087 [  5920] By: gsar                                  on 2000/04/24  06:37:59
10088         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
10089      Branch: perl
10090            ! doop.c t/op/ver.t
10091 ____________________________________________________________________________
10092 [  5919] By: gsar                                  on 2000/04/24  06:21:58
10093         Log: Configure might miss old directories when prefix must be
10094              expanded (from Robin Barker)
10095      Branch: metaconfig
10096            ! U/installdirs/inc_version_list.U
10097      Branch: perl
10098            ! Configure
10099 ____________________________________________________________________________
10100 [  5918] By: gsar                                  on 2000/04/24  06:16:11
10101         Log: VMS nits in glob() test (from Charles Lane)
10102      Branch: perl
10103            ! t/lib/glob-basic.t
10104 ____________________________________________________________________________
10105 [  5917] By: gsar                                  on 2000/04/24  06:11:56
10106         Log: various pod nits (from Larry Virden and others)
10107      Branch: perl
10108            ! README.amiga README.hpux README.machten README.os2
10109            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10110            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10111            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10112            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10113            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10114            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10115            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10116            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
10117 ____________________________________________________________________________
10118 [  5916] By: gsar                                  on 2000/04/24  05:52:43
10119         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10120              <wjones@tc.fluke.com>)
10121      Branch: perl
10122            ! t/lib/glob-basic.t
10123 ____________________________________________________________________________
10124 [  5915] By: gsar                                  on 2000/04/24  05:07:01
10125         Log: supported platforms mixed up
10126      Branch: perl
10127            ! pod/perl56delta.pod pod/perlport.pod
10128 ____________________________________________________________________________
10129 [  5914] By: gsar                                  on 2000/04/24  04:56:08
10130         Log: caller() wasn't returning the right number of elements for
10131              eval {...}
10132      Branch: perl
10133            ! pp_ctl.c t/pragma/warn/9enabled
10134 ____________________________________________________________________________
10135 [  5913] By: gsar                                  on 2000/04/24  04:35:41
10136         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
10137              Mark-Jason Dominus)
10138      Branch: perl
10139            ! pod/perlfunc.pod
10140 ____________________________________________________________________________
10141 [  5912] By: gsar                                  on 2000/04/24  04:17:15
10142         Log: fix totally broken caching in UNIVERSAL::isa() (from
10143              Nick Ing-Simmons)
10144      Branch: perl
10145            ! t/op/universal.t universal.c
10146 ____________________________________________________________________________
10147 [  5911] By: gsar                                  on 2000/04/24  03:39:47
10148         Log: add linebreak properties from unicode/LineBrk.txt (from
10149              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10150      Branch: perl
10151            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10152            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10153            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10154            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10155            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10156            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10157            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10158            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10159            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10160            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10161            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10162            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10163            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10164            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
10165            + lib/unicode/Is/LbrkZW.pl
10166            ! lib/unicode/mktables.PL
10167 ____________________________________________________________________________
10168 [  5910] By: gsar                                  on 2000/04/24  03:23:10
10169         Log: typo in pod
10170      Branch: perl
10171            ! ext/Thread/Thread.pm
10172 ____________________________________________________________________________
10173 [  5909] By: gsar                                  on 2000/04/24  03:22:03
10174         Log: mode argument to do_binmode() should be file mode, not boolean
10175      Branch: perl
10176            ! pp_sys.c
10177 ____________________________________________________________________________
10178 [  5908] By: gsar                                  on 2000/04/16  16:51:08
10179         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
10180              always returns a valid GV even when the symbol is trapped by strictures
10181              (avoids coredumps)
10182              
10183              TODO: the C<package;> hack needs similar treatment
10184      Branch: perl
10185            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
10186            ! t/pragma/strict-vars
10187 ____________________________________________________________________________
10188 [  5907] By: jhi                                   on 2000/03/31  23:42:56
10189         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
10190              an assumption which #5905 demolished.
10191      Branch: cfgperl
10192            ! pp_sys.c
10193 ____________________________________________________________________________
10194 [  5906] By: jhi                                   on 2000/03/31  18:54:37
10195         Log: Typo in #5905.
10196      Branch: cfgperl
10197            ! t/op/64bitint.t
10198 ____________________________________________________________________________
10199 [  5905] By: jhi                                   on 2000/03/31  18:50:54
10200         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
10201              reported by Joseph N. Hall.  The bug was that even with use64bitint
10202              one had to use the prefixes q, L, or ll with printf/sprintf,
10203              contrary to the documentation and common sense.
10204      Branch: cfgperl
10205            ! sv.c t/op/64bitint.t
10206 ____________________________________________________________________________
10207 [  5904] By: gsar                                  on 2000/03/28  02:31:32
10208         Log: add Changes, perldelta.pod
10209      Branch: perl
10210            + Changes pod/perldelta.pod
10211 ____________________________________________________________________________
10212 [  5903] By: gsar                                  on 2000/03/28  02:03:55
10213         Log: rename Changes and perldelta.pod
10214      Branch: perl
10215           +> Changes5.6 pod/perl56delta.pod
10216            - Changes pod/perldelta.pod
10217            ! MANIFEST
10218 ____________________________________________________________________________
10219 [  5902] By: gsar                                  on 2000/03/28  01:59:14
10220         Log: create maint-5.6 branch
10221      Branch: maint-5.6/perl
10222           +> (branch 1611 files)
10223 ____________________________________________________________________________
10224 [  5901] By: jhi                                   on 2000/03/23  05:48:43
10225         Log: Integrate with Sarathy.
10226      Branch: cfgperl
10227           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
10228 ____________________________________________________________________________
10229 [  5900] By: gsar                                  on 2000/03/23  05:42:43
10230         Log: three guesses on what this is :-)
10231      Branch: perl
10232            ! Changes