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