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