[ID 20000724.003] Documentation changes for perllocale.pod
[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 February 2000):
16
17     Gisle Aas           <gisle@aas.no>
18     Abigail             <abigail@delanet.com>
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     Mark-Jason Dominus  <mjd@plover.com>
28     Jan Dubois          <jand@activestate.com>
29     Dominic Dunlop      <domo@computer.org>
30     Eric Fifer          <efifer@sanwaint.com>
31     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
32     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
33     Jarkko Hietaniemi   <jhi@iki.fi>
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@opengroup.org>
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     Joshua Pritikin     <joshua.pritikin@db.com>
50     Peter Prymmer       <pvhp@forte.com>
51     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
52     Dean Roehrich       <roehrich@cray.com>
53     Hugo van der Sanden <hv@crypt0.demon.co.uk>
54     Michael G Schwern   <schwern@pobox.com>
55     Roderick Schertler  <roderick@argon.org>
56     Kurt D. Starsinic   <kstar@chapin.edu>
57     Benjamin Stuhl      <sho_pi@hotmail.com>
58     Dan Sugalski        <sugalskd@osshe.edu>
59     Nathan Torkington   <gnat@frii.com>
60     Larry W. Virden     <lvirden@cas.org>
61     Johan Vromans       <jvromans@squirrel.nl>
62     Ilya Zakharevich    <ilya@math.ohio-state.edu>
63
64 And the Keepers of the Patch Pumpkin:
65
66     Charles Bailey      <bailey@newman.upenn.edu>
67     Graham Barr         <gbarr@ti.com>
68     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
69     Tim Bunce           <Tim.Bunce@ig.co.uk>
70     Andy Dougherty      <doughera@lafcol.lafayette.edu>
71     Gurusamy Sarathy    <gsar@activestate.com>
72     Chip Salzenberg     <chip@perl.com>
73
74 And, of course, the Author of Perl:
75
76     Larry Wall          <larry@wall.org>
77
78
79 NOTE: Each change entry shows the change number; who checked it into the
80 repository; when; description of the change; which branch the change
81 happened in; and the affected files.  The file lists have a short symbolic
82 indicator:
83
84             !       modified
85             +       added
86             -       deleted
87             +>      branched (from elsewhere)
88             !>      merged changes (from elsewhere)
89
90
91 --------------
92 Version v5.7.0          Development release working toward v5.8
93 --------------
94
95 ____________________________________________________________________________
96 [  6380] By: gsar                                  on 2000/07/12  07:31:00
97         Log: get sprintf.t to adjust properly for 3-digit exponents
98      Branch: perl
99            ! t/op/sprintf.t
100 ____________________________________________________________________________
101 [  6379] By: gsar                                  on 2000/07/12  06:40:04
102         Log: change#6174 needs corresponding change in win32/config_h.PL,
103              which grovels through config_h.SH to find the config.h name
104      Branch: perl
105            ! win32/config_h.PL
106 ____________________________________________________________________________
107 [  6378] By: jhi                                   on 2000/07/12  05:03:59
108         Log: Do the cc sanity check both before the hints and
109              after the cc selction.
110      Branch: cfgperl
111            ! Configure config_h.SH
112      Branch: metaconfig
113            ! U/modified/Oldconfig.U U/modified/cc.U
114      Branch: metaconfig/U/perl
115            + Checkcc.U
116 ____________________________________________________________________________
117 [  6377] By: jhi                                   on 2000/07/12  02:49:22
118         Log: Fix nits noticed by Boston.pm.
119      Branch: cfgperl
120            ! pod/perlre.pod
121 ____________________________________________________________________________
122 [  6376] By: jhi                                   on 2000/07/11  21:22:13
123         Log: Configure cosmetics and perldelta.
124      Branch: cfgperl
125            ! Configure config_h.SH pod/perldelta.pod
126      Branch: metaconfig
127            ! U/modified/cc.U
128 ____________________________________________________________________________
129 [  6375] By: gsar                                  on 2000/07/11  21:17:35
130         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
131      Branch: perl
132            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
133            ! win32/win32sck.c
134 ____________________________________________________________________________
135 [  6374] By: gsar                                  on 2000/07/11  20:48:50
136         Log: tweak for build failure under multiplicity
137      Branch: perl
138            ! toke.c
139 ____________________________________________________________________________
140 [  6373] By: gsar                                  on 2000/07/11  20:37:23
141         Log: integrate cfgperl changes#6325..6373 into mainline
142              (NOTE: today's batch of integrations still untested)
143      Branch: perl
144           +> ext/DynaLoader/hints/netbsd.pl
145            ! Changes
146           !> (integrate 26 files)
147 ____________________________________________________________________________
148 [  6372] By: jhi                                   on 2000/07/11  20:30:36
149         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
150              regen perltoc.
151      Branch: cfgperl
152            + pod/perlbook.pod
153            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
154            ! pod/perltoc.pod
155 ____________________________________________________________________________
156 [  6371] By: jhi                                   on 2000/07/11  20:08:56
157         Log: Minor cleanups on the booklist.
158      Branch: cfgperl
159            ! pod/perlfaq2.pod
160 ____________________________________________________________________________
161 [  6370] By: jhi                                   on 2000/07/11  19:31:13
162         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
163      Branch: cfgperl
164            ! t/pragma/overload.t
165 ____________________________________________________________________________
166 [  6369] By: gsar                                  on 2000/07/11  19:27:48
167         Log: integrate cfgperl changes#6293..6324 into mainline
168      Branch: perl
169           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
170            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
171           !> (integrate 30 files)
172 ____________________________________________________________________________
173 [  6368] By: gsar                                  on 2000/07/11  19:18:57
174         Log: skip integrate of problematic change#6292 from cfgperl into mainline
175      Branch: perl
176           !> pp_hot.c
177 ____________________________________________________________________________
178 [  6367] By: gsar                                  on 2000/07/11  19:17:21
179         Log: integrate cfgperl changes#6288..6290 into mainline
180      Branch: perl
181           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
182 ____________________________________________________________________________
183 [  6366] By: gsar                                  on 2000/07/11  19:11:18
184         Log: integrate cfgperl changes#6268..6282 into mainline
185      Branch: perl
186           !> (integrate 30 files)
187 ____________________________________________________________________________
188 [  6365] By: gsar                                  on 2000/07/11  18:57:00
189         Log: delete new accidentally branched file
190      Branch: perl
191            - t/op/method2entersub.t
192 ____________________________________________________________________________
193 [  6364] By: gsar                                  on 2000/07/11  18:55:13
194         Log: skip integrate of change#6267 from cfgperl into mainline (the
195              method call optimization is flawed without additional hints
196              from user about immutableness of @ISA and no runtime method
197              definitions)
198      Branch: perl
199           +> t/op/method2entersub.t
200           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
201           !> perl.h t/op/sprintf.t xsutils.c
202 ____________________________________________________________________________
203 [  6363] By: gsar                                  on 2000/07/11  18:49:43
204         Log: integrate cfgperl changes#6261..6266 into mainline
205      Branch: perl
206           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
207           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
208           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
209           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
210 ____________________________________________________________________________
211 [  6362] By: gsar                                  on 2000/07/11  18:43:26
212         Log: integrate cfgperl changes#6252..6260 into mainline
213      Branch: perl
214           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
215           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
216           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
217           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
218 ____________________________________________________________________________
219 [  6361] By: gsar                                  on 2000/07/11  18:37:12
220         Log: skip integrate of problematic change#6251 from cfgperl into mainline
221      Branch: perl
222           !> lib/Exporter.pm
223 ____________________________________________________________________________
224 [  6360] By: gsar                                  on 2000/07/11  18:34:56
225         Log: integrate cfgperl change#6250 into mainline
226      Branch: perl
227           +> t/op/my_stash.t
228           !> MANIFEST embed.pl proto.h toke.c
229 ____________________________________________________________________________
230 [  6359] By: gsar                                  on 2000/07/11  18:21:19
231         Log: integrate cfgperl changes#6242..6249 into mainline
232      Branch: perl
233           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
234           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
235           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
236           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
237           !> t/lib/peek.t utf8.c
238 ____________________________________________________________________________
239 [  6358] By: gsar                                  on 2000/07/11  18:15:45
240         Log: skip integrate of problematic change#6241 from cfgperl into mainline
241      Branch: perl
242           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
243 ____________________________________________________________________________
244 [  6357] By: jhi                                   on 2000/07/11  18:15:16
245         Log: Fix for
246              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
247              From: Roderick Schertler <roderick@argon.org> 
248              Date: Tue, 11 Jul 2000 13:55:05 -0400 
249              Message-Id: <200007111755.NAA05077@jones.argon.org> 
250      Branch: cfgperl
251            ! doio.c
252 ____________________________________________________________________________
253 [  6356] By: jhi                                   on 2000/07/11  18:12:51
254         Log: Typo in #6341.
255      Branch: cfgperl
256            ! pp_hot.c
257 ____________________________________________________________________________
258 [  6355] By: gsar                                  on 2000/07/11  18:12:10
259         Log: integrate cfgperl changes#6231..6240 into mainline
260      Branch: perl
261           +> pod/perlutil.pod
262           !> (integrate 35 files)
263 ____________________________________________________________________________
264 [  6354] By: jhi                                   on 2000/07/11  18:04:34
265         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
266              From: Dominic Dunlop <domo@computer.org> 
267              Date: Tue, 11 Jul 2000 12:27:33 +0200 
268              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
269              
270              Replaces change #6268.
271      Branch: cfgperl
272            ! t/op/sprintf.t
273 ____________________________________________________________________________
274 [  6353] By: gsar                                  on 2000/07/11  17:59:51
275         Log: skip integrate of problematic change#6230 from cfgperl into mainline
276              (a later version of File::Spec is already in mainline)
277      Branch: perl
278           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
279           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
280 ____________________________________________________________________________
281 [  6352] By: gsar                                  on 2000/07/11  17:57:48
282         Log: integrate cfgperl changes#6224..6229 into mainline
283      Branch: perl
284           +> lib/lib.pm.PL
285            - lib/lib.pm
286           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
287           !> lib/English.pm op.c t/lib/english.t
288 ____________________________________________________________________________
289 [  6351] By: gsar                                  on 2000/07/11  17:50:10
290         Log: skip integrate of problematic change#6223 from cfgperl into mainline
291      Branch: perl
292           !> doio.c
293 ____________________________________________________________________________
294 [  6350] By: gsar                                  on 2000/07/11  17:48:28
295         Log: integrate cfgperl changes#6220..6222 into mainline
296      Branch: perl
297           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
298           !> toke.c utf8.c win32/win32.h
299 ____________________________________________________________________________
300 [  6349] By: gsar                                  on 2000/07/11  17:46:13
301         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
302              mainline
303      Branch: perl
304           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
305           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
306           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
307 ____________________________________________________________________________
308 [  6348] By: jhi                                   on 2000/07/11  17:45:49
309         Log: README.posix-bc podified from Thomas Dorner.
310      Branch: cfgperl
311            ! README.posix-bc
312 ____________________________________________________________________________
313 [  6347] By: gsar                                  on 2000/07/11  17:42:04
314         Log: integrate cfgperl change#6217 into mainline
315      Branch: perl
316           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
317           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
318           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
319 ____________________________________________________________________________
320 [  6346] By: gsar                                  on 2000/07/11  17:39:37
321         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
322              mainline
323      Branch: perl
324           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
325           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
326           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
327           !> perlapi.h pod/perlapi.pod
328 ____________________________________________________________________________
329 [  6345] By: gsar                                  on 2000/07/11  17:36:42
330         Log: integrate cfgperl changes#6207..6210 into mainline
331      Branch: perl
332           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
333           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
334 ____________________________________________________________________________
335 [  6344] By: gsar                                  on 2000/07/11  17:31:20
336         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
337              mainline
338      Branch: perl
339           !> (integrate 40 files)
340 ____________________________________________________________________________
341 [  6343] By: gsar                                  on 2000/07/11  17:19:08
342         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
343      Branch: perl
344           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
345            ! Changes
346           !> (integrate 34 files)
347 ____________________________________________________________________________
348 [  6342] By: jhi                                   on 2000/07/11  16:05:48
349         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
350              To: perl5-porters@perl.org
351              From: Karsten Sperling <spiff@phreax.net>
352              Date: Mon, 10 Jul 2000 15:12:52 +0200
353              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
354      Branch: cfgperl
355            ! lib/Symbol.pm
356 ____________________________________________________________________________
357 [  6341] By: jhi                                   on 2000/07/11  15:59:23
358         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
359              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
360              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
361              Date: Fri, 07 Jul 2000 17:57:16 +0100
362      Branch: cfgperl
363            ! pp_hot.c
364 ____________________________________________________________________________
365 [  6340] By: jhi                                   on 2000/07/11  15:55:47
366         Log: Subject: Re: format bug report  [Patch]
367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
368              Date: Wed, 05 Jul 2000 13:12:52 +0200
369              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
370              
371              Subject: Re: format bug report  [Patch]
372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
373              Date: Wed, 05 Jul 2000 14:10:01 +0200
374              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
375      Branch: cfgperl
376            ! t/op/write.t toke.c
377 ____________________________________________________________________________
378 [  6339] By: jhi                                   on 2000/07/11  13:54:09
379         Log: Be less forgiving about ambiguous and illegal tr ranges.
380              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
381              From: Mark-Jason Dominus <mjd@plover.com>
382              Date: Tue, 04 Jul 2000 10:00:12 -0400
383              Message-ID: <20000704140012.17772.qmail@plover.com>
384              
385              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
386              From: Mark-Jason Dominus <mjd@plover.com>
387              Date: Wed, 05 Jul 2000 09:37:36 -0400
388              Message-ID: <20000705133736.27293.qmail@plover.com>
389      Branch: cfgperl
390            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
391 ____________________________________________________________________________
392 [  6338] By: jhi                                   on 2000/07/11  13:31:24
393         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
394              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
395              Date: Tue, 11 Jul 2000 13:50:51 +0100
396              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
397      Branch: cfgperl
398            ! sv.c
399 ____________________________________________________________________________
400 [  6337] By: jhi                                   on 2000/07/11  13:29:14
401         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
402              From: Hugo <hv@crypt.compulink.co.uk>
403              Date: Tue, 11 Jul 2000 12:44:50 +0100
404              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
405      Branch: cfgperl
406            ! regexec.c t/op/re_tests
407 ____________________________________________________________________________
408 [  6336] By: jhi                                   on 2000/07/11  13:26:47
409         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
410              From: simon@brecon.co.uk (Simon Cozens)
411              Date: 7 Jul 2000 11:26:09 GMT
412              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
413      Branch: cfgperl
414            ! mg.c
415 ____________________________________________________________________________
416 [  6335] By: jhi                                   on 2000/07/11  13:23:37
417         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
418              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
419              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
420              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
421      Branch: cfgperl
422            + ext/DynaLoader/hints/netbsd.pl
423            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
424 ____________________________________________________________________________
425 [  6334] By: jhi                                   on 2000/07/11  13:20:38
426         Log: Subject: PATCH perlguts.pod: Document D and d magic types
427              From: mjd@plover.com
428              Date: 5 Jul 2000 18:01:51 -0000
429              Message-ID: <20000705180151.29413.qmail@plover.com>
430      Branch: cfgperl
431            ! pod/perlguts.pod
432 ____________________________________________________________________________
433 [  6333] By: jhi                                   on 2000/07/11  13:15:51
434         Log: Precedence goof, fix based on
435              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
436              From: Hugo <hv@crypt.compulink.co.uk>
437              Date: Tue, 11 Jul 2000 12:52:38 +0100
438              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
439      Branch: cfgperl
440            ! t/op/taint.t
441 ____________________________________________________________________________
442 [  6332] By: jhi                                   on 2000/07/11  12:40:17
443         Log: Integrate with Sarathy.
444      Branch: cfgperl
445           !> win32/win32sck.c
446 ____________________________________________________________________________
447 [  6331] By: jhi                                   on 2000/07/10  20:14:16
448         Log: Sprinkle ldlibpath.
449      Branch: cfgperl
450            ! pod/Makefile.SH
451 ____________________________________________________________________________
452 [  6330] By: jhi                                   on 2000/07/10  17:54:49
453         Log: More POSIX.pod tweaks.
454      Branch: cfgperl
455            ! ext/POSIX/POSIX.pod
456 ____________________________________________________________________________
457 [  6329] By: jhi                                   on 2000/07/10  14:02:12
458         Log: Reorder perl.pod once more.
459      Branch: cfgperl
460            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
461 ____________________________________________________________________________
462 [  6328] By: gsar                                  on 2000/07/10  07:06:00
463         Log: accept() leaks memory on windows due to incorrect ordering of
464              closesocket() and fclose() calls
465      Branch: perl
466            ! win32/win32sck.c
467 ____________________________________________________________________________
468 [  6327] By: gsar                                  on 2000/07/10  06:49:17
469         Log: winsock options weren't being set in all threads under ithreads
470              (caused send()s from second and subsequent threads to fail)
471      Branch: perl
472            ! win32/win32sck.c
473 ____________________________________________________________________________
474 [  6326] By: jhi                                   on 2000/07/08  02:45:40
475         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
476              was cast to an unsigned (32-bit) integer with wild abandon.
477      Branch: cfgperl
478            ! ext/Devel/DProf/DProf.xs
479 ____________________________________________________________________________
480 [  6325] By: jhi                                   on 2000/07/07  18:50:33
481         Log: Remove perlbook, update perlfaq book listing,
482              rearrange perl.pod, regenerate perltoc.
483      Branch: cfgperl
484            - pod/perlbook.pod
485            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
486            ! pod/perlfaq2.pod pod/perltoc.pod
487 ____________________________________________________________________________
488 [  6324] By: jhi                                   on 2000/07/07  14:03:40
489         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
490      Branch: cfgperl
491            ! sv.h toke.c
492 ____________________________________________________________________________
493 [  6323] By: jhi                                   on 2000/07/06  16:03:55
494         Log: Fix complaints of buildtoc.
495      Branch: cfgperl
496            + lib/Win32.pod
497            - pod/Win32.pod
498            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
499 ____________________________________________________________________________
500 [  6322] By: jhi                                   on 2000/07/06  15:15:52
501         Log: Add =head1 NAMEs so that buildtoc is happy.
502              (The CGI::Util nit reported to Lincoln.)
503      Branch: cfgperl
504            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
505            ! pod/perltoc.pod
506 ____________________________________________________________________________
507 [  6321] By: jhi                                   on 2000/07/06  03:16:04
508         Log: Config is being used.
509      Branch: cfgperl
510            ! t/op/method.t
511 ____________________________________________________________________________
512 [  6320] By: jhi                                   on 2000/07/06  03:13:13
513         Log: Integrate with Sarathy.
514      Branch: cfgperl
515           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
516 ____________________________________________________________________________
517 [  6319] By: jhi                                   on 2000/07/06  03:11:46
518         Log: Autogenerate pod/Makefile and pod/buildtoc.
519              buildtoc also checks whether the existin pods are
520              mentioned in MANIFEST and perl.pod, and vice versa.
521              (None of the thusly found discrepancies fixed yet.)
522              roffitall also needs to be autogenerated similarly but it
523              seems so badly out of date that I didn't touch it yet.
524      Branch: cfgperl
525            + pod/Makefile.SH pod/buildtoc.PL
526            - pod/Makefile pod/buildtoc
527            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
528 ____________________________________________________________________________
529 [  6318] By: gsar                                  on 2000/07/05  22:10:54
530         Log: fix UNC path handling on Windows under ithreads, and chdir()
531              return value when given a non-existent directory
532      Branch: perl
533            ! win32/vdir.h
534 ____________________________________________________________________________
535 [  6317] By: gsar                                  on 2000/07/05  22:08:19
536         Log: winsock cleanup never done on Windows (leads to handle leaks)
537      Branch: perl
538            ! win32/perllib.c win32/win32sck.c
539 ____________________________________________________________________________
540 [  6316] By: gsar                                  on 2000/07/05  22:06:19
541         Log: some debugger output does not go to the socket when RemotePort is set
542      Branch: perl
543            ! lib/perl5db.pl
544 ____________________________________________________________________________
545 [  6315] By: jhi                                   on 2000/07/05  00:25:21
546         Log: Integrate with Sarathy, preliminary fix for unicos
547              alignment problems in [ID 20000612.002] Perl problem on Cray system.
548      Branch: cfgperl
549            ! sv.h
550           !> pp_hot.c
551 ____________________________________________________________________________
552 [  6314] By: gsar                                  on 2000/07/04  23:34:02
553         Log: tyop in change#6306
554      Branch: perl
555            ! pp_hot.c
556 ____________________________________________________________________________
557 [  6313] By: jhi                                   on 2000/07/04  22:14:38
558         Log: Multiline string literals ENONPORTABLE.
559      Branch: cfgperl
560            ! pp_hot.c
561 ____________________________________________________________________________
562 [  6312] By: jhi                                   on 2000/07/04  20:34:44
563         Log: Integrate with Sarathy.
564      Branch: cfgperl
565           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
566           !> t/op/method.t
567 ____________________________________________________________________________
568 [  6311] By: jhi                                   on 2000/07/04  20:30:56
569         Log: More POSIX.pod embellishment.
570      Branch: cfgperl
571            ! ext/POSIX/POSIX.pod
572 ____________________________________________________________________________
573 [  6310] By: gsar                                  on 2000/07/04  17:28:48
574         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
575      Branch: perl
576            ! t/lib/b.t
577 ____________________________________________________________________________
578 [  6309] By: jhi                                   on 2000/07/04  17:22:18
579         Log: The #6308 required a little bit more.
580      Branch: cfgperl
581            ! Makefile.SH win32/Makefile
582 ____________________________________________________________________________
583 [  6308] By: jhi                                   on 2000/07/04  16:35:24
584         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
585      Branch: cfgperl
586            + lib/lib_pm.PL
587            - lib/lib.pm.PL
588            ! MANIFEST Makefile.SH
589 ____________________________________________________________________________
590 [  6307] By: jhi                                   on 2000/07/04  16:28:58
591         Log: Win32 patches for cfgperl from Sarathy.
592      Branch: cfgperl
593            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
594            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
595            ! thread.h toke.c util.c win32/Makefile win32/win32.c
596 ____________________________________________________________________________
597 [  6306] By: gsar                                  on 2000/07/04  16:28:40
598         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
599              (from Richard Soderberg <rs@oregonnet.com>)
600      Branch: perl
601            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
602 ____________________________________________________________________________
603 [  6305] By: jhi                                   on 2000/07/04  16:24:24
604         Log: Integrate with Sarathy.
605      Branch: cfgperl
606           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
607           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
608           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
609           !> proto.h win32/win32.c
610 ____________________________________________________________________________
611 [  6304] By: gsar                                  on 2000/07/04  16:17:24
612         Log: missing perldiag entry for unpack("w",...) diagnostic (from
613              Andreas Koenig)
614      Branch: perl
615            ! pod/perldiag.pod
616 ____________________________________________________________________________
617 [  6303] By: gsar                                  on 2000/07/04  16:14:44
618         Log: remove rel2abs prototypes (from Barrie Slaymaker)
619      Branch: perl
620            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
621            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
622 ____________________________________________________________________________
623 [  6302] By: gsar                                  on 2000/07/04  04:59:35
624         Log: adjust change#6299
625      Branch: perl
626            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
627            ! win32/win32.c
628 ____________________________________________________________________________
629 [  6301] By: jhi                                   on 2000/07/04  04:50:07
630         Log: Integrate with Sarathy.
631      Branch: cfgperl
632           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
633           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
634           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
635 ____________________________________________________________________________
636 [  6300] By: gsar                                  on 2000/07/04  04:42:09
637         Log: PERL_OBJECT build tweak
638      Branch: perl
639            ! perl.h
640 ____________________________________________________________________________
641 [  6299] By: gsar                                  on 2000/07/04  04:37:00
642         Log: fix memory leak on Windows (PL_sys_intern contents were never
643              freed)
644      Branch: perl
645            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
646            ! perlapi.c proto.h win32/win32.c
647 ____________________________________________________________________________
648 [  6298] By: gsar                                  on 2000/07/04  04:15:59
649         Log: fix large memory leak that has been around for ever, masked by
650              -DPURIFY (most of the arenas were never freed!)
651      Branch: perl
652            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
653 ____________________________________________________________________________
654 [  6297] By: gsar                                  on 2000/07/04  04:07:46
655         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
656      Branch: perl
657            ! perl.c
658 ____________________________________________________________________________
659 [  6296] By: jhi                                   on 2000/06/30  18:28:37
660         Log: Elaborate POSIX.pod.  Still needs work.
661      Branch: cfgperl
662            ! ext/POSIX/POSIX.pod
663 ____________________________________________________________________________
664 [  6295] By: jhi                                   on 2000/06/30  14:58:18
665         Log: Point to perlipc for more SysV IPC examples.
666      Branch: cfgperl
667            ! pod/perlfunc.pod
668 ____________________________________________________________________________
669 [  6294] By: gsar                                  on 2000/06/30  14:47:45
670         Log: slurp mode fix in change#4736 still not quite right
671      Branch: perl
672            ! pp_hot.c t/io/argv.t
673 ____________________________________________________________________________
674 [  6293] By: jhi                                   on 2000/06/30  12:02:55
675         Log: Integrate with Sarathy.
676      Branch: cfgperl
677           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
678 ____________________________________________________________________________
679 [  6292] By: jhi                                   on 2000/06/30  12:01:11
680         Log: From: simon@brecon.co.uk (Simon Cozens)
681              Subject: UTF8 concat
682              Date: 30 Jun 2000 06:13:25 GMT
683              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
684      Branch: cfgperl
685            ! pp_hot.c
686 ____________________________________________________________________________
687 [  6291] By: gsar                                  on 2000/06/30  04:37:33
688         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
689              when @_ is modified, causing coredumps
690      Branch: perl
691            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
692 ____________________________________________________________________________
693 [  6290] By: jhi                                   on 2000/06/30  02:21:44
694         Log: Integrate with Sarathy.
695      Branch: cfgperl
696           !> vms/vms.c vms/vmsish.h
697 ____________________________________________________________________________
698 [  6289] By: jhi                                   on 2000/06/30  02:21:02
699         Log: Check VERSIONs.
700      Branch: cfgperl
701            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
702            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
703            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
704 ____________________________________________________________________________
705 [  6288] By: jhi                                   on 2000/06/30  02:18:52
706         Log: Integrate with Sarathy.
707      Branch: cfgperl
708           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
709           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
710           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
711           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
712 ____________________________________________________________________________
713 [  6287] By: gsar                                  on 2000/06/30  02:17:08
714         Log: integrate vmsperl changes into mainline
715      Branch: perl
716           !> vms/vms.c vms/vmsish.h
717 ____________________________________________________________________________
718 [  6285] By: gsar                                  on 2000/06/30  02:05:28
719         Log: localize %INC in a Safe compartment so that use/require work
720              (many other magic globals probably need similar treatment)
721      Branch: perl
722            ! ext/Opcode/Opcode.xs
723 ____________________________________________________________________________
724 [  6284] By: gsar                                  on 2000/06/30  01:54:54
725         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
726              about Windows
727      Branch: perl
728            ! pod/perlembed.pod
729 ____________________________________________________________________________
730 [  6283] By: jhi                                   on 2000/06/30  01:50:10
731         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
732              From: Barrie Slaymaker <barries@jester.slaysys.com>
733              Date: Wed, 28 Jun 2000 11:35:29 -0400
734              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
735      Branch: perl
736            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
737            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
738            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
739            ! lib/File/Spec/Win32.pm
740 ____________________________________________________________________________
741 [  6282] By: jhi                                   on 2000/06/29  22:57:22
742         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
743              From: Dan Sugalski <dan@sidhe.org>
744              Date: Tue, 06 Jun 2000 11:59:50 -0400
745              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
746      Branch: cfgperl
747            ! vms/vms.c
748 ____________________________________________________________________________
749 [  6281] By: jhi                                   on 2000/06/29  22:52:50
750         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
751              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
752              Date: Wed, 7 Jun 2000 04:02:04 -0500
753              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
754      Branch: cfgperl
755            ! utils/h2xs.PL
756 ____________________________________________________________________________
757 [  6280] By: jhi                                   on 2000/06/29  22:45:47
758         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
759              From: rspier@pobox.com (Robert Spier)
760              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
761              Message-ID: <14654.31913.845602.610277@rls.cx>
762      Branch: cfgperl
763            ! utils/h2xs.PL
764 ____________________________________________________________________________
765 [  6279] By: jhi                                   on 2000/06/29  22:38:16
766         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
767              From: Tim Ayers <tayers@bridge.com>
768              Date: Thu, 08 Jun 2000 08:11:06 +0200
769              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
770              [resent by Richard Foley, Message-Id probably wrong]
771      Branch: cfgperl
772            ! pod/perlsub.pod
773 ____________________________________________________________________________
774 [  6278] By: jhi                                   on 2000/06/29  22:21:45
775         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
776              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
777              Date: Fri, 09 Jun 2000 12:39:27 -0400
778              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
779              (plus update the version "number" of Text::Wrap)
780      Branch: cfgperl
781            ! lib/Text/Wrap.pm
782 ____________________________________________________________________________
783 [  6277] By: jhi                                   on 2000/06/29  22:13:10
784         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
785              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
786              Date: Mon, 12 Jun 2000 14:55:59 +0100
787              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
788      Branch: cfgperl
789            ! pod/perlfunc.pod
790 ____________________________________________________________________________
791 [  6276] By: jhi                                   on 2000/06/29  22:11:06
792         Log: Subject: [PATCH] Re: eval documentation: context
793              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
794              Date: Mon, 12 Jun 2000 15:07:29 +0100
795              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
796      Branch: cfgperl
797            ! pod/perlfunc.pod
798 ____________________________________________________________________________
799 [  6275] By: jhi                                   on 2000/06/29  21:59:46
800         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
801              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
802              Date: Tue, 13 Jun 2000 02:43:48 -0500
803              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
804      Branch: cfgperl
805            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
806 ____________________________________________________________________________
807 [  6274] By: jhi                                   on 2000/06/29  21:56:14
808         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
809              From: Andy Dougherty <doughera@lafayette.edu>
810              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
811              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
812      Branch: cfgperl
813            ! ext/File/Glob/Glob.pm
814 ____________________________________________________________________________
815 [  6273] By: jhi                                   on 2000/06/29  21:49:09
816         Log: Subject: [PATCH] xsub attributes
817              From: Doug MacEachern <dougm@covalent.net>
818              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
819              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
820      Branch: cfgperl
821            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
822            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
823 ____________________________________________________________________________
824 [  6272] By: jhi                                   on 2000/06/29  21:41:28
825         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
826              From: Tom Phoenix <rootbeer@redcat.com>
827              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
828              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
829      Branch: cfgperl
830            ! lib/Net/Ping.pm
831 ____________________________________________________________________________
832 [  6271] By: jhi                                   on 2000/06/29  21:36:55
833         Log: Subject: PATCH pod/perltie.pod
834              From: Ian Phillipps <Ian.Phillipps@iname.com>
835              Date: Fri, 16 Jun 2000 00:17:19 +0100
836              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
837              (only the first hunk, the second hunk had already been done
838              by some other patch)
839      Branch: cfgperl
840            ! pod/perltie.pod
841 ____________________________________________________________________________
842 [  6270] By: jhi                                   on 2000/06/29  21:24:51
843         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
844              From: Nicholas Clark <nick@talking.bollo.cx>
845              Date: Fri, 23 Jun 2000 16:21:15 +0100
846              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
847      Branch: cfgperl
848            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
849            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
850 ____________________________________________________________________________
851 [  6269] By: jhi                                   on 2000/06/29  19:38:15
852         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
853              silence few compiler warnings.
854      Branch: cfgperl
855            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
856 ____________________________________________________________________________
857 [  6268] By: jhi                                   on 2000/06/29  18:21:50
858         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
859              From: Dominic Dunlop <domo@computer.org> 
860              Date: Thu, 29 Jun 2000 12:32:39 +0200 
861              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
862      Branch: cfgperl
863            ! t/op/sprintf.t
864 ____________________________________________________________________________
865 [  6267] By: jhi                                   on 2000/06/29  18:16:07
866         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
867              From: Doug MacEachern <dougm@covalent.net>
868              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
869              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
870      Branch: cfgperl
871            + t/op/method2entersub.t
872            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
873            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
874            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
875            ! xsutils.c
876 ____________________________________________________________________________
877 [  6266] By: jhi                                   on 2000/06/29  15:11:15
878         Log: Subject: [PATCH 5.6.0] cygwin port
879              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
880              From: "Fifer, Eric" <EFifer@sanwaint.com>
881              Date: Thu, 29 Jun 2000 12:58:29 +0100
882      Branch: cfgperl
883            ! cygwin/Makefile.SHs
884 ____________________________________________________________________________
885 [  6265] By: jhi                                   on 2000/06/29  15:04:05
886         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
888              Date: Wed, 28 Jun 2000 17:50:12 -0700
889              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
890      Branch: cfgperl
891            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
892 ____________________________________________________________________________
893 [  6264] By: jhi                                   on 2000/06/29  15:00:57
894         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
895              From: Marty Lucich <marty@netcom.com>
896              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
897              Message-Id: <200006282116.OAA11148@netcom.com>
898              ccdlflags update (the BSD/OS 4.1 part had already been taken
899              care of by #6141).
900      Branch: cfgperl
901            ! hints/bsdos.sh
902 ____________________________________________________________________________
903 [  6263] By: jhi                                   on 2000/06/29  13:47:44
904         Log: tr fixes from Simon Cozens
905      Branch: cfgperl
906            ! doop.c
907 ____________________________________________________________________________
908 [  6262] By: jhi                                   on 2000/06/28  18:46:01
909         Log: Subject: 5.6.0 Patch for EPOC
910              From: Olaf Flebbe <o.flebbe@gmx.de>
911              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
912              Message-ID: <23449.960929969@www11.gmx.net>
913      Branch: cfgperl
914            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
915            ! epoc/epocish.h
916 ____________________________________________________________________________
917 [  6261] By: jhi                                   on 2000/06/28  18:29:07
918         Log: Subject: Re: [PATCH cfgperl] BOMs away!
919              From: simon@brecon.co.uk (Simon Cozens)
920              Date: 17 Jun 2000 11:49:57 GMT
921              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
922      Branch: cfgperl
923            ! pod/perldiag.pod t/comp/require.t toke.c
924 ____________________________________________________________________________
925 [  6260] By: jhi                                   on 2000/06/28  17:47:16
926         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
927              From: simon@brecon.co.uk (Simon Cozens) 
928              Date: 17 Jun 2000 11:56:44 GMT 
929              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
930              pack U0, pack C0
931      Branch: cfgperl
932            ! pod/perlfunc.pod pp.c t/op/pack.t
933 ____________________________________________________________________________
934 [  6259] By: jhi                                   on 2000/06/28  16:43:17
935         Log: perlnewmod was missing from MANIFEST.
936      Branch: cfgperl
937            ! MANIFEST
938 ____________________________________________________________________________
939 [  6258] By: jhi                                   on 2000/06/28  15:54:30
940         Log: linenumber tweak
941      Branch: cfgperl
942            ! t/pragma/warn/regcomp
943 ____________________________________________________________________________
944 [  6257] By: jhi                                   on 2000/06/28  15:50:44
945         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
946              From: Doug MacEachern <dougm@covalent.net>
947              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
948              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
949              (one part of the patch had been applied earlier)
950      Branch: cfgperl
951            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
952 ____________________________________________________________________________
953 [  6256] By: jhi                                   on 2000/06/28  15:40:22
954         Log: tweaks from Simon Conzes to further fix tr/// under utf8
955      Branch: cfgperl
956            ! doop.c
957 ____________________________________________________________________________
958 [  6255] By: jhi                                   on 2000/06/28  15:33:45
959         Log: small thinko tweaks
960      Branch: cfgperl
961            ! lib/IPC/Open3.pm t/op/my_stash.t
962 ____________________________________________________________________________
963 [  6254] By: jhi                                   on 2000/06/28  15:33:25
964         Log: Subject: tr///, help wanted.
965              From: simon@brecon.co.uk (Simon Cozens)
966              Date: 28 Jun 2000 11:29:04 GMT
967              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
968      Branch: cfgperl
969            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
970            ! pp_proto.h proto.h t/op/tr.t
971 ____________________________________________________________________________
972 [  6253] By: jhi                                   on 2000/06/28  15:09:17
973         Log: Paranoia tweak on #6249.
974              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
975              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
976              Date: Sun, 25 Jun 2000 23:43:12 -0400
977              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
978      Branch: cfgperl
979            ! lib/IPC/Open3.pm
980 ____________________________________________________________________________
981 [  6252] By: jhi                                   on 2000/06/28  15:01:38
982         Log: Document #6249 and #6251.
983      Branch: cfgperl
984            ! lib/Exporter.pm lib/IPC/Open3.pm
985 ____________________________________________________________________________
986 [  6251] By: jhi                                   on 2000/06/28  14:50:43
987         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
988              From: Doug MacEachern <dougm@covalent.net>
989              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
990              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
991      Branch: cfgperl
992            ! lib/Exporter.pm
993 ____________________________________________________________________________
994 [  6250] By: jhi                                   on 2000/06/28  14:45:23
995         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
996              From: Doug MacEachern <dougm@covalent.net>
997              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
998              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
999      Branch: cfgperl
1000            + t/op/my_stash.t
1001            ! MANIFEST embed.pl global.sym proto.h toke.c
1002 ____________________________________________________________________________
1003 [  6249] By: jhi                                   on 2000/06/28  14:36:34
1004         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
1005              From: Frank Tobin <ftobin@uiuc.edu>
1006              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
1007              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
1008      Branch: cfgperl
1009            ! lib/IPC/Open3.pm
1010 ____________________________________________________________________________
1011 [  6248] By: jhi                                   on 2000/06/28  14:11:25
1012         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
1013              From: Mark-Jason Dominus <mjd@plover.com>
1014              Date: Tue, 27 Jun 2000 22:36:42 -0400
1015              Message-ID: <20000628023642.12166.qmail@plover.com>
1016      Branch: cfgperl
1017            ! pod/perlfunc.pod
1018 ____________________________________________________________________________
1019 [  6247] By: jhi                                   on 2000/06/27  12:46:37
1020         Log: Tweak $VERSION, patch from Doug MacEachern.
1021      Branch: cfgperl
1022            ! lib/File/Spec.pm
1023 ____________________________________________________________________________
1024 [  6246] By: jhi                                   on 2000/06/27  03:34:46
1025         Log: Allow for standalone testing.
1026      Branch: cfgperl
1027            ! t/lib/filefunc.t t/lib/filespec.t
1028 ____________________________________________________________________________
1029 [  6245] By: jhi                                   on 2000/06/27  02:50:02
1030         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
1031              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
1032              Date: Sat, 24 Jun 2000 13:06:20 +0100
1033              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
1034      Branch: cfgperl
1035            ! ext/DynaLoader/DynaLoader_pm.PL
1036 ____________________________________________________________________________
1037 [  6244] By: jhi                                   on 2000/06/27  02:46:10
1038         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
1039              From: Doug MacEachern <dougm@covalent.net>
1040              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
1041              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
1042      Branch: cfgperl
1043            ! gv.c sv.c t/lib/peek.t
1044 ____________________________________________________________________________
1045 [  6243] By: jhi                                   on 2000/06/27  02:38:07
1046         Log: Subject: [PATCH] is_utf8_string
1047              From: simon@brecon.co.uk (Simon Cozens)
1048              Date: 26 Jun 2000 02:25:59 GMT
1049              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
1050      Branch: cfgperl
1051            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
1052            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
1053            ! proto.h utf8.c
1054 ____________________________________________________________________________
1055 [  6242] By: jhi                                   on 2000/06/27  02:24:00
1056         Log: Subject: [PATCH] bytes<->utf8 fixes
1057              From: simon@brecon.co.uk (Simon Cozens)
1058              Date: 26 Jun 2000 04:55:45 GMT
1059              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
1060      Branch: cfgperl
1061            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
1062 ____________________________________________________________________________
1063 [  6241] By: jhi                                   on 2000/06/27  02:12:42
1064         Log: Do no -warn on \_, only on \alpha.
1065              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
1066              From: David Dyck <dcd@tc.fluke.com>
1067              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
1068              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
1069      Branch: cfgperl
1070            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
1071 ____________________________________________________________________________
1072 [  6240] By: jhi                                   on 2000/06/27  02:00:01
1073         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
1074              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
1075              Date: Mon, 26 Jun 2000 18:40:14 +0100
1076              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
1077      Branch: cfgperl
1078            ! utils/h2xs.PL
1079 ____________________________________________________________________________
1080 [  6239] By: jhi                                   on 2000/06/27  01:53:40
1081         Log: Configure maintenance.  Sever some dependency cycles,
1082              separate gccversion from the cc unit,
1083              address [ID 20000623.006] Configure script patch for using gcc on AIX
1084              (but solve it a little bit differently),
1085              unduplex some accidentally duplicated units,
1086              suggest using gcc if no cc available
1087              (p5p thread: "Solaris configure: counterproposal", 1999-09)
1088      Branch: cfgperl
1089            ! Configure Todo-5.6 config_h.SH
1090      Branch: metaconfig
1091            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
1092            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
1093      Branch: metaconfig/U/perl
1094            + gccvers.U
1095            ! d_getespwnam.U d_getprpwnam.U i_prot.U
1096 ____________________________________________________________________________
1097 [  6238] By: jhi                                   on 2000/06/25  18:04:56
1098         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
1099              From: Dan Sugalski <dan@sidhe.org>
1100              Date: Fri, 23 Jun 2000 17:00:00 -0400
1101              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
1102      Branch: cfgperl
1103            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
1104 ____________________________________________________________________________
1105 [  6237] By: jhi                                   on 2000/06/25  16:36:45
1106         Log: Tweak embed.pl, regen headers.
1107      Branch: cfgperl
1108            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
1109            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
1110            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
1111            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
1112            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
1113 ____________________________________________________________________________
1114 [  6236] By: jhi                                   on 2000/06/25  15:26:42
1115         Log: Regen headers.
1116      Branch: cfgperl
1117            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
1118            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
1119            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
1120            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
1121            ! regnodes.h warnings.h
1122 ____________________________________________________________________________
1123 [  6235] By: jhi                                   on 2000/06/23  19:39:35
1124         Log: The thread begun by
1125              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
1126              From: Kevin.Ruscoe@ubsw.com
1127              Date: Fri, 16 Jun 2000 16:38:51 +0100
1128              Message-Id: <H000019b03c300d6@MHS>
1129      Branch: cfgperl
1130            ! hints/solaris_2.sh
1131 ____________________________________________________________________________
1132 [  6234] By: jhi                                   on 2000/06/23  19:23:36
1133         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
1134              because when run as services (Win32ese for daemons)
1135              no environment variables are set and tmpdir ends up as /tmp,
1136              which is ambiguous.
1137              
1138              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
1139              From: matt@sergeant.org
1140              Date: 16 Jun 2000 16:30:43 -0000
1141              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
1142      Branch: cfgperl
1143            ! lib/File/Spec/Win32.pm
1144 ____________________________________________________________________________
1145 [  6233] By: jhi                                   on 2000/06/23  19:18:58
1146         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
1147              From: Mark-Jason Dominus <mjd@plover.com>
1148              Date: Fri, 16 Jun 2000 20:53:04 -0400
1149              Message-ID: <20000617005304.8008.qmail@plover.com>
1150      Branch: cfgperl
1151            ! op.h
1152 ____________________________________________________________________________
1153 [  6232] By: jhi                                   on 2000/06/23  16:10:02
1154         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
1155              From: simon@brecon.co.uk (Simon Cozens)
1156              Date: 19 Jun 2000 15:18:27 GMT
1157              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
1158              
1159              plus update pod/Makefile and regenerate perltoc
1160      Branch: cfgperl
1161            + pod/perlutil.pod
1162            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
1163 ____________________________________________________________________________
1164 [  6231] By: jhi                                   on 2000/06/23  15:19:18
1165         Log: Subject: [PATCH 5.6.0] cygwin port
1166              From: "Fifer, Eric" <EFifer@sanwaint.com>
1167              Date: Tue, 20 Jun 2000 14:30:58 +0100
1168              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
1169      Branch: cfgperl
1170            ! README.cygwin lib/File/Find.pm
1171 ____________________________________________________________________________
1172 [  6230] By: jhi                                   on 2000/06/23  14:25:21
1173         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
1174      Branch: cfgperl
1175            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
1176            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1177            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1178            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
1179 ____________________________________________________________________________
1180 [  6229] By: jhi                                   on 2000/06/23  14:13:34
1181         Log: Subject: README.hpux version 0.6.1
1182              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
1183              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
1184              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
1185      Branch: cfgperl
1186            ! README.hpux
1187 ____________________________________________________________________________
1188 [  6228] By: jhi                                   on 2000/06/23  14:07:20
1189         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
1190              From: Doug MacEachern <dougm@covalent.net>
1191              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
1192              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
1193      Branch: cfgperl
1194            ! op.c
1195 ____________________________________________________________________________
1196 [  6227] By: jhi                                   on 2000/06/23  14:01:06
1197         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
1198              From: Doug MacEachern <dougm@covalent.net>
1199              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
1200              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
1201      Branch: cfgperl
1202            + lib/lib.pm.PL
1203            - lib/lib.pm
1204            ! MANIFEST Makefile.SH
1205 ____________________________________________________________________________
1206 [  6226] By: jhi                                   on 2000/06/23  13:53:07
1207         Log: Subject: [PATCH] remove forward declarations in Socket.pm
1208              From: Doug MacEachern <dougm@covalent.net>
1209              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
1210              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
1211              
1212              From: Doug MacEachern <dougm@covalent.net>
1213              Subject: Re: [PATCH] remove forward declarations in Socket.pm
1214              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
1215              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
1216      Branch: cfgperl
1217            ! ext/Socket/Socket.pm op.c
1218 ____________________________________________________________________________
1219 [  6225] By: jhi                                   on 2000/06/23  13:41:52
1220         Log: Add source code filenames to apidoc.
1221              From: simon@brecon.co.uk (Simon Cozens)
1222              Subject: [PATCH embed.pl] Source X-ref
1223              Date: 22 Jun 2000 02:18:49 GMT
1224              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
1225      Branch: cfgperl
1226            ! embed.pl
1227 ____________________________________________________________________________
1228 [  6224] By: jhi                                   on 2000/06/23  13:32:33
1229         Log: A way to avoid English.pm performance hit.
1230              From: root <root@jester.slaysys.com>
1231              Subject: [YAPATCH English.pm] My turn to putt again
1232              Date: Thu, 22 Jun 2000 20:33:58 -0400
1233              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
1234      Branch: cfgperl
1235            ! lib/English.pm t/lib/english.t
1236 ____________________________________________________________________________
1237 [  6223] By: jhi                                   on 2000/06/23  13:27:06
1238         Log: Avoid double close().
1239              Subject: [PATCH] avoid double close()
1240              From: Doug MacEachern <dougm@covalent.net>
1241              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
1242              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
1243      Branch: cfgperl
1244            ! doio.c
1245 ____________________________________________________________________________
1246 [  6222] By: jhi                                   on 2000/06/23  13:25:54
1247         Log: doc typo fix
1248              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
1249              From: Ian Phillipps <Ian.Phillipps@iname.com>
1250              Date: Fri, 23 Jun 2000 10:40:58 +0100
1251              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
1252      Branch: cfgperl
1253            ! lib/Pod/Usage.pm
1254 ____________________________________________________________________________
1255 [  6221] By: jhi                                   on 2000/06/23  13:24:15
1256         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
1257              From: simon@brecon.co.uk (Simon Cozens)
1258              Subject: [PATCH] Eliminate tr///[CU][CU]
1259              Date: 23 Jun 2000 11:05:40 GMT
1260              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
1261      Branch: cfgperl
1262            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
1263 ____________________________________________________________________________
1264 [  6220] By: jhi                                   on 2000/06/22  16:07:51
1265         Log: Win32 patches from Benjamin Stuhl.
1266      Branch: cfgperl
1267            ! makedef.pl win32/win32.h
1268 ____________________________________________________________________________
1269 [  6219] By: jhi                                   on 2000/06/22  16:06:34
1270         Log: Bytecode patches from Benjamin Stuhl.
1271      Branch: cfgperl
1272            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
1273            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
1274            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1275 ____________________________________________________________________________
1276 [  6218] By: jhi                                   on 2000/06/15  23:54:16
1277         Log: Bytecode patches from Benjamin Stuhl.
1278      Branch: cfgperl
1279            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
1280 ____________________________________________________________________________
1281 [  6217] By: jhi                                   on 2000/06/09  13:38:29
1282         Log: Rename the fdpid locking and integrate with Sarathy.
1283      Branch: cfgperl
1284            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
1285            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
1286            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
1287            ! win32/win32.c
1288           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
1289 ____________________________________________________________________________
1290 [  6216] By: gsar                                  on 2000/06/08  14:54:21
1291         Log: be more optimal about clearing @_
1292      Branch: perl
1293            ! cop.h
1294 ____________________________________________________________________________
1295 [  6215] By: gsar                                  on 2000/06/08  14:33:04
1296         Log: tweak comment about @DB::args
1297      Branch: perl
1298            ! av.h pp_ctl.c
1299 ____________________________________________________________________________
1300 [  6214] By: gsar                                  on 2000/06/08  13:57:54
1301         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
1302              caller() wants to populate @DB::args with it (causes a coredump
1303              in Carp::confess())
1304      Branch: perl
1305            ! cop.h t/op/runlevel.t
1306 ____________________________________________________________________________
1307 [  6213] By: gsar                                  on 2000/06/08  07:06:35
1308         Log: back out change#6106 (seems problematic)
1309      Branch: perl
1310            ! hints/solaris_2.sh
1311 ____________________________________________________________________________
1312 [  6212] By: jhi                                   on 2000/06/07  03:10:36
1313         Log: Continuing mopup for #6204.
1314      Branch: cfgperl
1315            ! ext/B/defsubs_h.PL
1316 ____________________________________________________________________________
1317 [  6211] By: jhi                                   on 2000/06/07  02:41:50
1318         Log: Mopup for #6204.
1319              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
1320              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
1321              This is comes from const() where POK isn't on when expected.
1322      Branch: cfgperl
1323            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
1324            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1325            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
1326            ! perlapi.h pod/perlapi.pod
1327 ____________________________________________________________________________
1328 [  6210] By: jhi                                   on 2000/06/07  01:56:29
1329         Log: Mopup for #6207 and #6209.
1330      Branch: cfgperl
1331            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
1332 ____________________________________________________________________________
1333 [  6209] By: jhi                                   on 2000/06/07  01:33:12
1334         Log: Lock PL_fdpid against race conditions, based on:
1335              Subject: [PATCH 5.6.0]subprocess fixup for threads
1336              From: Dan Sugalski <dan@sidhe.org>
1337              To: perl5-porters@perl.org
1338              Date: Tue, 11 Apr 2000 17:02:32 -0400
1339              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
1340      Branch: cfgperl
1341            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
1342            ! win32/win32.c
1343 ____________________________________________________________________________
1344 [  6208] By: jhi                                   on 2000/06/07  01:05:23
1345         Log: Regen headers for #6207.
1346      Branch: cfgperl
1347            ! embed.h global.sym objXSUB.h proto.h
1348 ____________________________________________________________________________
1349 [  6207] By: jhi                                   on 2000/06/06  23:43:13
1350         Log: Subject: [PATCH 5.6.0] Threadsafe patches
1351              From: Dan Sugalski <dan@sidhe.org>
1352              To: perl5-porters@perl.org
1353              Date: Mon, 08 May 2000 18:08:13 -0400
1354              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
1355      Branch: cfgperl
1356            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
1357            ! proto.h sv.h util.c
1358 ____________________________________________________________________________
1359 [  6206] By: jhi                                   on 2000/06/06  23:21:23
1360         Log: Subject: [PATCH] Eliminate $a/$b in pod
1361              From: David Glasser <me@davidglasser.net>
1362              To: perl5-porters@perl.org
1363              Date: Mon, 29 May 2000 21:15:59 -0400
1364              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
1365      Branch: cfgperl
1366            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
1367            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
1368            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
1369            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
1370            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
1371            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
1372            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
1373            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
1374            ! pod/perlvar.pod pod/perlxs.pod
1375 ____________________________________________________________________________
1376 [  6205] By: jhi                                   on 2000/06/06  23:12:14
1377         Log: Subject: [PATCH] Win32 improvements
1378              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1379              To: gsar@activestate.com, perl5-porters@perl.org
1380              Date: Mon, 29 May 2000 17:22:24 PDT
1381              Message-ID: <20000530002224.91142.qmail@hotmail.com>
1382              (MUA had mangled many lines by wordwrapping)
1383      Branch: cfgperl
1384            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
1385 ____________________________________________________________________________
1386 [  6204] By: jhi                                   on 2000/06/06  23:01:50
1387         Log: Subject: [PATCH] B::Bytecode patches
1388              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1389              To: gsar@activestate.com, jhi@iki.fi
1390              Cc: perl5-porters@perl.org
1391              Message-ID: <20000602202526.48694.qmail@hotmail.com>
1392              (MUA had mangled many lines by wordwrapping)
1393      Branch: cfgperl
1394            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
1395            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
1396            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1397            ! intrpvar.h perl.c
1398 ____________________________________________________________________________
1399 [  6203] By: jhi                                   on 2000/06/06  22:32:43
1400         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
1401              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1402              Date: Tue, 06 Jun 2000 13:07:45 -0700
1403              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
1404      Branch: cfgperl
1405            ! pod/perldiag.pod
1406 ____________________________________________________________________________
1407 [  6202] By: jhi                                   on 2000/06/06  19:38:35
1408         Log: Integrate with Sarathy.
1409      Branch: cfgperl
1410           !> perl.c
1411 ____________________________________________________________________________
1412 [  6201] By: gsar                                  on 2000/06/06  00:42:59
1413         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
1414              does a PUSHMARK that's never ever POPMARKed; in general, only
1415              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
1416              Perl_eval_[sp]v() don't because they don't take any incoming
1417              arguments (this leak has been around since the original version
1418              of perl_eval_pv() in 5.003_97e)
1419      Branch: perl
1420            ! perl.c
1421 ____________________________________________________________________________
1422 [  6200] By: jhi                                   on 2000/06/04  03:44:52
1423         Log: Update to cperl-mode.el 4.31 from
1424              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
1425              Subject: A couple of notes
1426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1427              To: Mailing list Perl5 <perl5-porters@perl.org>
1428              Date: Sat, 3 Jun 2000 23:33:32 -0400
1429              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
1430      Branch: cfgperl
1431            ! emacs/cperl-mode.el
1432 ____________________________________________________________________________
1433 [  6199] By: jhi                                   on 2000/06/03  15:11:05
1434         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
1435              From: Dan Sugalski <dan@sidhe.org>
1436              To: perl5-porters@perl.org, vmsperl@perl.org
1437              Date: Fri, 02 Jun 2000 17:30:51 -0400
1438              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
1439      Branch: cfgperl
1440            ! vms/descrip_mms.template vms/gen_shrfls.pl
1441 ____________________________________________________________________________
1442 [  6198] By: jhi                                   on 2000/06/03  14:59:15
1443         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
1444              From: Dan Sugalski <dan@sidhe.org>
1445              To: vmsperl@perl.org, perl5-porters@perl.org
1446              Date: Fri, 02 Jun 2000 16:00:41 -0400
1447              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
1448              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
1449      Branch: cfgperl
1450            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
1451            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
1452            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
1453 ____________________________________________________________________________
1454 [  6197] By: jhi                                   on 2000/06/03  14:41:30
1455         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
1456              From: John Borwick <jhborwic@unity.ncsu.edu>
1457              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
1458              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
1459      Branch: cfgperl
1460            ! pod/perlsyn.pod
1461 ____________________________________________________________________________
1462 [  6196] By: jhi                                   on 2000/06/03  14:38:09
1463         Log: Integrate with Sarathy.
1464      Branch: cfgperl
1465           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
1466           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
1467           !> vms/perly_c.vms
1468 ____________________________________________________________________________
1469 [  6195] By: gsar                                  on 2000/06/02  22:43:13
1470         Log: fix yet another eval"" leak under USE_ITHREADS
1471      Branch: perl
1472            ! op.c
1473 ____________________________________________________________________________
1474 [  6194] By: gsar                                  on 2000/06/02  18:22:06
1475         Log: fix small eval"" memory leaks under USE_ITHREADS
1476      Branch: perl
1477            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
1478            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
1479            ! vms/perly_c.vms
1480 ____________________________________________________________________________
1481 [  6193] By: jhi                                   on 2000/06/01  13:03:56
1482         Log: Signals-be-gone for microperl.
1483      Branch: cfgperl
1484            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
1485 ____________________________________________________________________________
1486 [  6192] By: jhi                                   on 2000/06/01  12:52:02
1487         Log: Integrate with Sarathy.
1488      Branch: cfgperl
1489           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
1490           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
1491           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
1492           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
1493           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
1494           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
1495           !> t/op/vec.t utils/h2xs.PL
1496 ____________________________________________________________________________
1497 [  6191] By: gsar                                  on 2000/06/01  09:38:21
1498         Log: vec() loses numericalness (modified version of patch suggested
1499              by Robin Barker)
1500      Branch: perl
1501            ! doop.c t/op/vec.t
1502 ____________________________________________________________________________
1503 [  6190] By: gsar                                  on 2000/06/01  09:26:15
1504         Log: submit missing embed.pl change
1505      Branch: perl
1506            ! embed.pl
1507 ____________________________________________________________________________
1508 [  6189] By: gsar                                  on 2000/06/01  09:05:34
1509         Log: counting tr/// corrupts later operation (from M.J.T Guy)
1510      Branch: perl
1511            ! doop.c t/op/tr.t
1512 ____________________________________________________________________________
1513 [  6188] By: gsar                                  on 2000/06/01  08:58:39
1514         Log: h2xs tweaks
1515      Branch: perl
1516            ! utils/h2xs.PL
1517 ____________________________________________________________________________
1518 [  6187] By: gsar                                  on 2000/06/01  08:50:07
1519         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
1520              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
1521      Branch: perl
1522            + lib/Pod/LaTeX.pm
1523            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
1524            ! pod/pod2latex.PL
1525 ____________________________________________________________________________
1526 [  6186] By: gsar                                  on 2000/06/01  08:24:40
1527         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
1528              <wolfgang.laun@alcatel.at>)
1529      Branch: perl
1530            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
1531            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
1532 ____________________________________________________________________________
1533 [  6185] By: gsar                                  on 2000/06/01  08:12:00
1534         Log: remove incorrect documentation about implicit split to @_ in
1535              list context, which never really worked in perl 5 (from
1536              M.J.T. Guy)
1537      Branch: perl
1538            ! pod/perlfunc.pod pod/perltrap.pod
1539 ____________________________________________________________________________
1540 [  6184] By: gsar                                  on 2000/06/01  07:52:27
1541         Log: tweak for change#6127
1542      Branch: perl
1543            ! perl.c
1544 ____________________________________________________________________________
1545 [  6183] By: gsar                                  on 2000/06/01  07:41:02
1546         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
1547              <nick@ccl4.org>)
1548      Branch: perl
1549            + t/lib/selfloader.t
1550            ! MANIFEST lib/SelfLoader.pm
1551 ____________________________________________________________________________
1552 [  6182] By: jhi                                   on 2000/06/01  00:34:42
1553         Log: Be Cleaner Part Deux.
1554      Branch: cfgperl
1555            ! Makefile.SH
1556 ____________________________________________________________________________
1557 [  6181] By: jhi                                   on 2000/06/01  00:32:09
1558         Log: Integrate with Sarathy.
1559      Branch: cfgperl
1560           !> pp.c t/op/arith.t
1561 ____________________________________________________________________________
1562 [  6180] By: jhi                                   on 2000/06/01  00:31:13
1563         Log: microperl nits from Simon Cozens.
1564      Branch: cfgperl
1565            + uconfig.h
1566            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
1567            ! unixish.h
1568 ____________________________________________________________________________
1569 [  6179] By: gsar                                  on 2000/05/31  22:37:51
1570         Log: buggy modulus on UVs introduced by change#3378 (resulted in
1571              4063328477 % 65535 amounting to 27406, instead of 27407)
1572      Branch: perl
1573            ! pp.c t/op/arith.t
1574 ____________________________________________________________________________
1575 [  6178] By: jhi                                   on 2000/05/31  21:52:41
1576         Log: Be cleaner.
1577      Branch: cfgperl
1578            ! Makefile.SH
1579 ____________________________________________________________________________
1580 [  6177] By: jhi                                   on 2000/05/31  21:47:33
1581         Log: Substitution utf8 patch from Simon Cozens.
1582      Branch: cfgperl
1583            ! pp_hot.c
1584 ____________________________________________________________________________
1585 [  6176] By: jhi                                   on 2000/05/31  21:45:34
1586         Log: Single-quoted utf8 patch from Simon Cozens.
1587      Branch: cfgperl
1588            ! toke.c
1589 ____________________________________________________________________________
1590 [  6175] By: jhi                                   on 2000/05/31  21:40:18
1591         Log: Integrate with Sarathy.
1592      Branch: cfgperl
1593           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
1594 ____________________________________________________________________________
1595 [  6174] By: jhi                                   on 2000/05/31  21:37:31
1596         Log: microperl changes from Simon Cozens; Makefile for microperl
1597              written from scratch; few casts added as microperl compilation
1598              doesn't have all prototypes available.
1599      Branch: cfgperl
1600            + Makefile.micro README.micro Todo.micro uconfig.sh
1601            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
1602            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
1603      Branch: metaconfig
1604            + U/modified/Config_h.U
1605 ____________________________________________________________________________
1606 [  6173] By: jhi                                   on 2000/05/31  20:00:24
1607         Log: metaconfig maintenance.
1608      Branch: metaconfig
1609            + U/modified/Inhdr.U U/typedefs/inotype.U
1610      Branch: metaconfig/U/perl
1611            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
1612            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
1613 ____________________________________________________________________________
1614 [  6172] By: gsar                                  on 2000/05/31  05:05:42
1615         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
1616              (from Ilya Zakharevich)
1617      Branch: perl
1618            ! regexec.c t/op/re_tests
1619 ____________________________________________________________________________
1620 [  6171] By: gsar                                  on 2000/05/31  05:01:47
1621         Log: scalar() doesn't force scalar context when used in void context
1622              (from Simon Cozens)
1623      Branch: perl
1624            ! op.c t/op/wantarray.t
1625 ____________________________________________________________________________
1626 [  6170] By: gsar                                  on 2000/05/31  04:41:33
1627         Log: change#6142 needs tweaks to tests to work where there's no symlink()
1628              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1629      Branch: perl
1630            ! t/lib/filefind.t
1631 ____________________________________________________________________________
1632 [  6169] By: gsar                                  on 2000/05/31  04:29:49
1633         Log: integrate cfgperl contents into mainline
1634      Branch: perl
1635           +> pod/perlmodlib.PL pod/perlnewmod.pod
1636           !> (integrate 42 files)
1637 ____________________________________________________________________________
1638 [  6168] By: jhi                                   on 2000/05/30  22:53:37
1639         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
1640      Branch: cfgperl
1641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1642            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
1643            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
1644            ! win32/config.bc win32/config.gc win32/config.vc
1645            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1646            ! win32/config_h.PL win32/config_sh.PL
1647      Branch: metaconfig/U/perl
1648            ! perlxv.U
1649 ____________________________________________________________________________
1650 [  6167] By: jhi                                   on 2000/05/30  22:20:21
1651         Log: tweak todo 
1652      Branch: cfgperl
1653            ! Todo-5.6
1654 ____________________________________________________________________________
1655 [  6166] By: jhi                                   on 2000/05/30  22:11:51
1656         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
1657              in case somebody wants to write an extension for more
1658              shadow database interfaces.
1659      Branch: cfgperl
1660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1661            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
1662            ! vos/config.def vos/config.h vos/config_h.SH_orig
1663            ! win32/config.bc win32/config.gc win32/config.vc
1664            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1665      Branch: metaconfig
1666            ! U/modified/Myinit.U
1667      Branch: metaconfig/U/perl
1668            + d_getespwnam.U d_getprpwnam.U i_prot.U
1669 ____________________________________________________________________________
1670 [  6165] By: jhi                                   on 2000/05/30  18:35:34
1671         Log: Integrate with Sarathy.
1672      Branch: cfgperl
1673           !> op.c
1674 ____________________________________________________________________________
1675 [  6164] By: jhi                                   on 2000/05/30  18:30:16
1676         Log: detypo
1677      Branch: cfgperl
1678            ! Configure config_h.SH
1679      Branch: metaconfig/U/perl
1680            ! perlxv.U
1681 ____________________________________________________________________________
1682 [  6163] By: gsar                                  on 2000/05/30  03:24:03
1683         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
1684      Branch: perl
1685            ! op.c
1686 ____________________________________________________________________________
1687 [  6162] By: gsar                                  on 2000/05/30  03:09:38
1688         Log: fix memory leak in method call optimization (change#3768);
1689              made C<eval "$x->foo()"> leak
1690      Branch: perl
1691            ! op.c
1692 ____________________________________________________________________________
1693 [  6161] By: jhi                                   on 2000/05/29  17:56:26
1694         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
1695              both from Simon Cozens.
1696      Branch: cfgperl
1697            + pod/perlmodlib.PL pod/perlnewmod.pod
1698            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
1699            ! pod/perlmodlib.pod pod/perltoc.pod
1700 ____________________________________________________________________________
1701 [  6160] By: jhi                                   on 2000/05/29  17:23:55
1702         Log: Changes for the File::Temp 0.08 (change #6159) test suite
1703              to fit better into the Perl distribution test framework.
1704      Branch: cfgperl
1705            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
1706            ! t/lib/ftmp-tempfile.t
1707 ____________________________________________________________________________
1708 [  6159] By: jhi                                   on 2000/05/29  16:55:36
1709         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
1710      Branch: cfgperl
1711            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1712            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
1713 ____________________________________________________________________________
1714 [  6158] By: bailey                                on 2000/05/29  16:22:08
1715         Log: Add fallback to tmpfile for use in cases where user's relying on
1716              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
1717              Lane's patch)
1718      Branch: vmsperl
1719            ! vms/vms.c vms/vmsish.h
1720 ____________________________________________________________________________
1721 [  6157] By: jhi                                   on 2000/05/29  03:10:36
1722         Log: Regen Configure to jive with #6149.
1723      Branch: cfgperl
1724            ! Configure
1725      Branch: metaconfig
1726            ! U/modified/Getfile.U
1727 ____________________________________________________________________________
1728 [  6156] By: jhi                                   on 2000/05/29  03:01:38
1729         Log: Integrate with Sarathy.
1730      Branch: cfgperl
1731           +> ext/DynaLoader/dl_mac.xs
1732           !> (integrate 38 files)
1733 ____________________________________________________________________________
1734 [  6155] By: gsar                                  on 2000/05/28  21:15:58
1735         Log: small bug in change#6144; remove random \xA0 character that snuck
1736              in via change#6145
1737      Branch: perl
1738            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
1739 ____________________________________________________________________________
1740 [  6154] By: gsar                                  on 2000/05/28  21:04:19
1741         Log: avoid type mismatch warning
1742      Branch: perl
1743            ! perl.c
1744 ____________________________________________________________________________
1745 [  6153] By: gsar                                  on 2000/05/28  20:58:31
1746         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
1747              <nick@Bagpuss.uk.boo.com>)
1748      Branch: perl
1749            ! lib/Test/Harness.pm
1750 ____________________________________________________________________________
1751 [  6152] By: gsar                                  on 2000/05/28  20:53:42
1752         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
1753      Branch: perl
1754            ! regexec.c
1755 ____________________________________________________________________________
1756 [  6151] By: gsar                                  on 2000/05/28  20:50:28
1757         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
1758      Branch: perl
1759            ! regexec.c
1760 ____________________________________________________________________________
1761 [  6150] By: gsar                                  on 2000/05/28  20:39:58
1762         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
1763      Branch: perl
1764            ! pod/perlrequick.pod
1765 ____________________________________________________________________________
1766 [  6149] By: gsar                                  on 2000/05/28  20:35:16
1767         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
1768              <troc@netrus.net>)
1769      Branch: perl
1770            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
1771            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
1772            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
1773            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
1774 ____________________________________________________________________________
1775 [  6148] By: gsar                                  on 2000/05/28  20:21:07
1776         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
1777      Branch: perl
1778            ! lib/ExtUtils/MM_Unix.pm
1779 ____________________________________________________________________________
1780 [  6147] By: gsar                                  on 2000/05/28  20:12:41
1781         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
1782              (from Peter Prymmer)
1783      Branch: perl
1784            ! vms/subconfigure.com
1785 ____________________________________________________________________________
1786 [  6146] By: gsar                                  on 2000/05/28  20:06:15
1787         Log: doc typo
1788      Branch: perl
1789            ! lib/warnings.pm warnings.h warnings.pl
1790 ____________________________________________________________________________
1791 [  6145] By: gsar                                  on 2000/05/28  18:44:33
1792         Log: make xsubpp skip embedded pod (from Matthias Neeracher
1793              <neeri@iis.ee.ethz.ch>)
1794      Branch: perl
1795            ! lib/ExtUtils/xsubpp
1796 ____________________________________________________________________________
1797 [  6144] By: gsar                                  on 2000/05/28  18:42:49
1798         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
1799              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
1800              <neeri@iis.ee.ethz.ch>)
1801      Branch: perl
1802            ! lib/AutoSplit.pm
1803 ____________________________________________________________________________
1804 [  6143] By: gsar                                  on 2000/05/28  18:41:12
1805         Log: MacOS support, part 1 (from Matthias Neeracher
1806              <neeri@iis.ee.ethz.ch>)
1807      Branch: perl
1808            + ext/DynaLoader/dl_mac.xs
1809            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
1810            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
1811            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
1812            ! util.h
1813 ____________________________________________________________________________
1814 [  6142] By: gsar                                  on 2000/05/28  18:21:51
1815         Log: File::Find fails to chdir when chasing symlinks (from
1816              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1817      Branch: perl
1818            ! lib/File/Find.pm t/lib/filefind.t
1819 ____________________________________________________________________________
1820 [  6141] By: jhi                                   on 2000/05/28  14:25:15
1821         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
1822              forwarded by Peter Seebach from the bsdi-users mailing list.
1823              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
1824      Branch: perl
1825            ! hints/bsdos.sh
1826 ____________________________________________________________________________
1827 [  6140] By: jhi                                   on 2000/05/28  14:11:57
1828         Log: Integrate with Sarathy.
1829      Branch: cfgperl
1830           +> (branch 30 files)
1831           !> (integrate 93 files)
1832 ____________________________________________________________________________
1833 [  6139] By: gsar                                  on 2000/05/28  10:01:48
1834         Log: revise mktables.PL for bugs and newness in Unicode 3.0
1835              (from James Bence <jbence@amgen.com>)
1836      Branch: perl
1837            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
1838            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
1839            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
1840            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
1841            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
1842            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
1843            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
1844            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
1845            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
1846            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
1847            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
1848            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
1849            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
1850            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
1851            + lib/unicode/Is/SylWU.pl
1852            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
1853            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
1854            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
1855            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
1856            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
1857            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
1858            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
1859            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
1860            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
1861            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
1862            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
1863            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
1864            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
1865            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
1866            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
1867            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
1868            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
1869            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
1870            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
1871            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
1872            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
1873            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
1874            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
1875            ! lib/unicode/Makefile lib/unicode/mktables.PL
1876 ____________________________________________________________________________
1877 [  6138] By: gsar                                  on 2000/05/28  08:50:32
1878         Log: add note about the handling of negative indices to tied arrays
1879              (from Michael G Schwern <schwern@pobox.com>)
1880      Branch: perl
1881            ! pod/perltie.pod
1882 ____________________________________________________________________________
1883 [  6137] By: gsar                                  on 2000/05/28  08:46:10
1884         Log: fix bogus redeclaration warning for "our" variables in different
1885              scopes
1886      Branch: perl
1887            ! op.c t/pragma/strict-vars
1888 ____________________________________________________________________________
1889 [  6136] By: gsar                                  on 2000/05/28  08:31:20
1890         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
1891      Branch: perl
1892            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
1893 ____________________________________________________________________________
1894 [  6135] By: gsar                                  on 2000/05/28  08:17:50
1895         Log: enable Test::Harness to dynamically determine column width etc.
1896              (from Rob Napier <rnapier@employees.org>)
1897      Branch: perl
1898            ! lib/Test/Harness.pm
1899 ____________________________________________________________________________
1900 [  6134] By: gsar                                  on 2000/05/28  08:13:39
1901         Log: make Test::Harness use wait.h/WCOREDUMP if available
1902              (from Ben Tilly <ben_tilly@hotmail.com>)
1903      Branch: perl
1904            ! lib/Test/Harness.pm
1905 ____________________________________________________________________________
1906 [  6133] By: gsar                                  on 2000/05/28  08:08:05
1907         Log: elide bogus test in change#6132
1908      Branch: perl
1909            ! t/pragma/warn/9enabled
1910 ____________________________________________________________________________
1911 [  6132] By: gsar                                  on 2000/05/28  08:03:14
1912         Log: warnings::enabled() doesn't fall back to looking at $^W if
1913              caller isn't using lexical warnings (from Paul Marquess)
1914      Branch: perl
1915            ! pp_ctl.c t/pragma/warn/9enabled
1916 ____________________________________________________________________________
1917 [  6131] By: gsar                                  on 2000/05/28  07:57:47
1918         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
1919      Branch: perl
1920            ! ext/POSIX/POSIX.pm
1921 ____________________________________________________________________________
1922 [  6130] By: gsar                                  on 2000/05/28  07:29:12
1923         Log: fix places that mean C<"word" character> but say C<alphanumeric
1924              character>
1925      Branch: perl
1926            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
1927 ____________________________________________________________________________
1928 [  6129] By: gsar                                  on 2000/05/28  07:18:41
1929         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
1930      Branch: perl
1931            ! vms/test.com
1932 ____________________________________________________________________________
1933 [  6128] By: gsar                                  on 2000/05/28  07:12:55
1934         Log: new perlxstut example for passing/returning refs to arrays
1935              (from David Lowe <dlowe@pootpoot.com>)
1936      Branch: perl
1937            ! pod/perlxstut.pod
1938 ____________________________________________________________________________
1939 [  6127] By: gsar                                  on 2000/05/28  07:02:50
1940         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
1941              failed (from Gisle Aas)
1942      Branch: perl
1943            ! cop.h perl.c
1944 ____________________________________________________________________________
1945 [  6126] By: gsar                                  on 2000/05/28  06:39:53
1946         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
1947              (reworked variant of patch suggested by Simon Cozens)
1948      Branch: perl
1949            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
1950            ! pp_hot.c proto.h t/op/gv.t
1951 ____________________________________________________________________________
1952 [  6125] By: gsar                                  on 2000/05/28  05:14:55
1953         Log: enable propagating exception objects via Perl_croak() in XS code
1954              (from Gisle Aas)
1955      Branch: perl
1956            ! util.c
1957 ____________________________________________________________________________
1958 [  6124] By: gsar                                  on 2000/05/28  05:07:28
1959         Log: integrate vmsperl contents into mainline
1960      Branch: perl
1961           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
1962           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
1963           !> vms/vmsish.h
1964 ____________________________________________________________________________
1965 [  6123] By: gsar                                  on 2000/05/28  05:03:53
1966         Log: clarify gotcha with #line directives (from Rocco Caputo
1967              <troc@netrus.net>)
1968      Branch: perl
1969            ! pod/perldebug.pod pod/perlsyn.pod
1970 ____________________________________________________________________________
1971 [  6122] By: gsar                                  on 2000/05/28  04:58:29
1972         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
1973              (from Mark-Jason Dominus)
1974      Branch: perl
1975            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
1976            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
1977            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
1978            ! toke.c
1979 ____________________________________________________________________________
1980 [  6121] By: bailey                                on 2000/05/25  04:46:54
1981         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
1982              lists (based on fixes by Craig Berry)
1983      Branch: vmsperl
1984            ! lib/File/Spec/VMS.pm
1985 ____________________________________________________________________________
1986 [  6120] By: bailey                                on 2000/05/25  04:25:38
1987         Log: Add missing escape (Charles Lane)
1988      Branch: vmsperl
1989            ! t/op/lex_assign.t
1990 ____________________________________________________________________________
1991 [  6119] By: bailey                                on 2000/05/25  04:21:25
1992         Log: Quiet error messages in vmsish.t (Charles Lane)
1993      Branch: vmsperl
1994            ! vms/ext/vmsish.t
1995 ____________________________________________________________________________
1996 [  6118] By: bailey                                on 2000/05/25  04:17:57
1997         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
1998              Flatten case labels in switch statements uniformly (Charles Bailey)
1999      Branch: vmsperl
2000            ! vms/vms.c
2001 ____________________________________________________________________________
2002 [  6117] By: bailey                                on 2000/05/25  03:58:09
2003         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
2004      Branch: vmsperl
2005            ! vms/vmsish.h
2006 ____________________________________________________________________________
2007 [  6116] By: bailey                                on 2000/05/25  03:11:15
2008         Log: Miscellaneous cosmetic fixes (Charles Lane)
2009      Branch: vmsperl
2010            ! lib/ExtUtils/MM_VMS.pm
2011 ____________________________________________________________________________
2012 [  6115] By: bailey                                on 2000/05/25  03:10:36
2013         Log: Add bounds checking for several strings (Charles Lane)
2014      Branch: vmsperl
2015            ! vms/vms.c
2016 ____________________________________________________________________________
2017 [  6114] By: bailey                                on 2000/05/25  02:25:34
2018         Log: Urk -- undo previous removal of vmsish 'exit' change
2019      Branch: vmsperl
2020            ! vms/ext/vmsish.pm vms/vmsish.h
2021 ____________________________________________________________________________
2022 [  6113] By: bailey                                on 2000/05/24  02:24:40
2023         Log: Ugly workaround for version-specific RTL error
2024      Branch: vmsperl
2025            ! vms/vms.c
2026 ____________________________________________________________________________
2027 [  6112] By: bailey                                on 2000/05/24  02:19:55
2028         Log: Check for existence of file before trying to delete
2029      Branch: vmsperl
2030            ! vms/test.com
2031 ____________________________________________________________________________
2032 [  6111] By: bailey                                on 2000/05/23  23:35:13
2033         Log: Resync with mainline prior to post-5.6.0 updates
2034      Branch: vmsperl
2035           +> (branch 49 files)
2036            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
2037            ! vms/ext/vmsish.pm
2038           !> (integrate 334 files)
2039 ____________________________________________________________________________
2040 [  6110] By: jhi                                   on 2000/05/23  19:28:32
2041         Log: todo tweak
2042      Branch: cfgperl
2043            ! Todo-5.6
2044 ____________________________________________________________________________
2045 [  6109] By: jhi                                   on 2000/05/18  17:38:54
2046         Log: Integrate with Sarathy.
2047      Branch: cfgperl
2048           !> mg.c perl.h win32/perlhost.h
2049 ____________________________________________________________________________
2050 [  6108] By: gsar                                  on 2000/05/17  02:24:56
2051         Log: reenable fake signal handling on Windows, bugs and all
2052      Branch: perl
2053            ! mg.c perl.h win32/perlhost.h
2054 ____________________________________________________________________________
2055 [  6107] By: jhi                                   on 2000/05/15  18:01:41
2056         Log: Tweak the todo list.
2057      Branch: cfgperl
2058            ! Todo-5.6
2059 ____________________________________________________________________________
2060 [  6106] By: jhi                                   on 2000/05/15  13:41:48
2061         Log: The (Configure) script refuses to go on, after asking for
2062              'You may also choose to try maximal 64-bitness....'.
2063              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
2064              -- Patrick Zima
2065              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
2066      Branch: cfgperl
2067            ! hints/solaris_2.sh
2068 ____________________________________________________________________________
2069 [  6105] By: jhi                                   on 2000/05/11  14:37:43
2070         Log: Integrate with Sarathy.
2071      Branch: cfgperl
2072           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
2073           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
2074 ____________________________________________________________________________
2075 [  6104] By: gsar                                  on 2000/05/11  03:39:07
2076         Log: PL_sys_intern was being initialized too late on windows
2077      Branch: perl
2078            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
2079            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
2080 ____________________________________________________________________________
2081 [  6103] By: jhi                                   on 2000/05/09  19:42:20
2082         Log: Test tweaking for Unicos continues.
2083      Branch: cfgperl
2084            ! t/op/64bitint.t
2085 ____________________________________________________________________________
2086 [  6102] By: jhi                                   on 2000/05/09  16:47:27
2087         Log: The test suite tweak in #6101 wasn't quite right.
2088      Branch: cfgperl
2089            ! t/lib/complex.t
2090 ____________________________________________________________________________
2091 [  6101] By: jhi                                   on 2000/05/09  15:35:34
2092         Log: Hints and test tweaks for Unicos.
2093      Branch: cfgperl
2094            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
2095 ____________________________________________________________________________
2096 [  6100] By: jhi                                   on 2000/05/08  21:15:06
2097         Log: More compilation tweakery from Allen Smith.
2098      Branch: cfgperl
2099            ! hints/irix_6.sh
2100 ____________________________________________________________________________
2101 [  6099] By: jhi                                   on 2000/05/08  19:21:18
2102         Log: Tweaks for the cc bugs from Allen Smith.
2103      Branch: cfgperl
2104            ! hints/irix_6.sh
2105 ____________________________________________________________________________
2106 [  6098] By: jhi                                   on 2000/05/08  19:13:37
2107         Log: Add a note about other, yet unsupported, shadow password APIs.
2108      Branch: cfgperl
2109            ! pp_sys.c
2110 ____________________________________________________________________________
2111 [  6097] By: jhi                                   on 2000/05/08  18:46:34
2112         Log: Add a note about possible compilation problems from Allen Smith.
2113      Branch: cfgperl
2114            ! hints/irix_6.sh
2115 ____________________________________________________________________________
2116 [  6096] By: jhi                                   on 2000/05/08  17:33:10
2117         Log: Integrate with Sarathy.
2118      Branch: cfgperl
2119           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
2120           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
2121 ____________________________________________________________________________
2122 [  6095] By: jhi                                   on 2000/05/08  16:21:33
2123         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
2124              might be useful in future.
2125      Branch: cfgperl
2126            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2127            ! config_h.SH
2128      Branch: metaconfig
2129            ! U/installdirs/inc_version_list.U
2130      Branch: metaconfig/U/perl
2131            ! perlxv.U
2132 ____________________________________________________________________________
2133 [  6094] By: gsar                                  on 2000/05/08  14:22:22
2134         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
2135      Branch: perl
2136            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
2137            ! hints/cygwin.sh pp_sys.c
2138 ____________________________________________________________________________
2139 [  6093] By: gsar                                  on 2000/05/08  12:52:28
2140         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
2141              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
2142      Branch: perl
2143            ! pp_sys.c sv.c win32/perlhost.h
2144 ____________________________________________________________________________
2145 [  6092] By: jhi                                   on 2000/05/07  22:40:34
2146         Log: Regen perltoc with the fixed buildtoc.
2147      Branch: cfgperl
2148            ! pod/perltoc.pod
2149 ____________________________________________________________________________
2150 [  6091] By: jhi                                   on 2000/05/07  22:24:16
2151         Log: Integrate with Sarathy.
2152      Branch: cfgperl
2153           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
2154           !> t/op/substr.t toke.c
2155 ____________________________________________________________________________
2156 [  6090] By: gsar                                  on 2000/05/07  19:47:07
2157         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
2158              [NI]OK; added tests for both
2159      Branch: perl
2160            ! perl.c pp_hot.c sv.c t/op/substr.t
2161 ____________________________________________________________________________
2162 [  6089] By: gsar                                  on 2000/05/07  18:18:38
2163         Log: buildtoc tweak to fix newline lossage
2164      Branch: perl
2165            ! pod/buildtoc
2166 ____________________________________________________________________________
2167 [  6088] By: jhi                                   on 2000/05/07  16:35:36
2168         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
2169              because we do not use those.  The HAS_GETSPNAM remains,
2170              though, because we still do use that.
2171      Branch: cfgperl
2172            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2173            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
2174            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
2175            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
2176            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2177            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
2178 ____________________________________________________________________________
2179 [  6087] By: gsar                                  on 2000/05/07  16:05:16
2180         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
2181      Branch: perl
2182            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
2183 ____________________________________________________________________________
2184 [  6086] By: jhi                                   on 2000/05/07  15:27:07
2185         Log: Integrate with Sarathy.
2186      Branch: cfgperl
2187           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
2188           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
2189           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
2190           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
2191           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
2192           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
2193 ____________________________________________________________________________
2194 [  6085] By: gsar                                  on 2000/05/07  05:52:02
2195         Log: repeat operator (x) doesn't preserve utf8-ness
2196      Branch: perl
2197            ! pp.c t/op/substr.t
2198 ____________________________________________________________________________
2199 [  6084] By: gsar                                  on 2000/05/07  05:39:55
2200         Log: substr() does not preserve utf8-ness (from Stefan Eissing
2201              <Eissing@medicaldataservice.de>); added tests
2202      Branch: perl
2203            ! pp.c t/op/substr.t
2204 ____________________________________________________________________________
2205 [  6083] By: gsar                                  on 2000/05/07  05:24:46
2206         Log: note about undocumented caller() return value (from M.J.T. Guy);
2207              yet another peek.t tweak
2208      Branch: perl
2209            ! pod/perlfunc.pod t/lib/peek.t
2210 ____________________________________________________________________________
2211 [  6082] By: gsar                                  on 2000/05/07  05:08:40
2212         Log: peek.t non-portable to ithreads
2213      Branch: perl
2214            ! t/lib/peek.t
2215 ____________________________________________________________________________
2216 [  6081] By: gsar                                  on 2000/05/07  04:17:04
2217         Log: better default perlbug categories for ok reports (from Richard Foley)
2218      Branch: perl
2219            ! utils/perlbug.PL
2220 ____________________________________________________________________________
2221 [  6080] By: gsar                                  on 2000/05/07  04:08:07
2222         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
2223              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
2224      Branch: perl
2225            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
2226            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
2227            ! AUTHORS MAINTAIN MANIFEST
2228 ____________________________________________________________________________
2229 [  6079] By: gsar                                  on 2000/05/07  04:01:38
2230         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
2231      Branch: perl
2232            ! lib/Carp/Heavy.pm
2233 ____________________________________________________________________________
2234 [  6078] By: gsar                                  on 2000/05/07  01:24:19
2235         Log: workaround for CRT bug in chdir() (from Charles Lane, via
2236              Peter Prymmer)
2237      Branch: perl
2238            ! iperlsys.h vms/vms.c vms/vmsish.h
2239 ____________________________________________________________________________
2240 [  6077] By: gsar                                  on 2000/05/07  01:22:23
2241         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
2242              and Tom Phoenix)
2243      Branch: perl
2244            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
2245 ____________________________________________________________________________
2246 [  6076] By: gsar                                  on 2000/05/06  17:36:29
2247         Log: integrate cfgperl contents into mainline
2248      Branch: perl
2249           +> t/lib/peek.t
2250           !> Configure MANIFEST Porting/Glossary Porting/config.sh
2251           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
2252           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
2253           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
2254 ____________________________________________________________________________
2255 [  6075] By: jhi                                   on 2000/05/05  18:56:10
2256         Log: Make the test more portable.
2257      Branch: cfgperl
2258            ! t/lib/peek.t
2259 ____________________________________________________________________________
2260 [  6074] By: jhi                                   on 2000/05/05  18:49:20
2261         Log: Introduce t/lib/peek.t.
2262      Branch: cfgperl
2263            + t/lib/peek.t
2264            ! MANIFEST
2265 ____________________________________________________________________________
2266 [  6073] By: jhi                                   on 2000/05/05  14:30:45
2267         Log: Complex tweaks.
2268      Branch: cfgperl
2269            ! lib/Math/Complex.pm t/lib/complex.t
2270 ____________________________________________________________________________
2271 [  6072] By: jhi                                   on 2000/05/05  12:27:13
2272         Log: Integrate with Sarathy.
2273      Branch: cfgperl
2274           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
2275           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2276           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
2277           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
2278 ____________________________________________________________________________
2279 [  6071] By: gsar                                  on 2000/05/05  02:24:46
2280         Log: misformatted perllocal.pod (from Tim Jenness
2281              <t.jenness@jach.hawaii.edu>)
2282      Branch: perl
2283            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
2284 ____________________________________________________________________________
2285 [  6070] By: gsar                                  on 2000/05/05  02:16:52
2286         Log: remove misleading comment (from M.J.T. Guy)
2287      Branch: perl
2288            ! t/lib/anydbm.t
2289 ____________________________________________________________________________
2290 [  6069] By: gsar                                  on 2000/05/05  02:15:13
2291         Log: File::Spec compatibility update (from Barrie Slaymaker
2292              <barries@slaysys.com>)
2293      Branch: perl
2294            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2295            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
2296 ____________________________________________________________________________
2297 [  6068] By: gsar                                  on 2000/05/05  02:01:50
2298         Log: note about values()
2299      Branch: perl
2300            ! pod/perlfunc.pod
2301 ____________________________________________________________________________
2302 [  6067] By: gsar                                  on 2000/05/05  01:33:09
2303         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
2304      Branch: perl
2305            ! win32/win32.c
2306 ____________________________________________________________________________
2307 [  6066] By: gsar                                  on 2000/05/05  01:23:43
2308         Log: s/END/CHECK/
2309      Branch: perl
2310            ! perl.c
2311 ____________________________________________________________________________
2312 [  6065] By: jhi                                   on 2000/05/04  17:30:22
2313         Log: Integrate with Sarathy.
2314      Branch: cfgperl
2315           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
2316 ____________________________________________________________________________
2317 [  6064] By: gsar                                  on 2000/05/04  17:26:14
2318         Log: change#5905 wasn't quite right--it's intent only applies when arguments
2319              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
2320      Branch: perl
2321            ! pp_sys.c sv.c
2322 ____________________________________________________________________________
2323 [  6063] By: gsar                                  on 2000/05/04  16:52:29
2324         Log: tokeq() could read unallocated field in argument
2325      Branch: perl
2326            ! toke.c
2327 ____________________________________________________________________________
2328 [  6062] By: gsar                                  on 2000/05/04  16:34:51
2329         Log: additional tests for utf8.t
2330      Branch: perl
2331            ! t/pragma/utf8.t
2332 ____________________________________________________________________________
2333 [  6061] By: gsar                                  on 2000/05/04  16:09:28
2334         Log: change#5921 neglected to make eq honor "use bytes"
2335      Branch: perl
2336            ! sv.c
2337 ____________________________________________________________________________
2338 [  6060] By: jhi                                   on 2000/05/04  15:30:16
2339         Log: Integrate with Sarathy.
2340      Branch: cfgperl
2341           !> perl.c regcomp.c t/pragma/utf8.t
2342 ____________________________________________________________________________
2343 [  6059] By: jhi                                   on 2000/05/04  15:26:37
2344         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
2345              in natively 64-bit platforms where a long is a quad (no need
2346              for long longs).  Also added bias for IVs.
2347      Branch: cfgperl
2348            ! toke.c
2349 ____________________________________________________________________________
2350 [  6058] By: gsar                                  on 2000/05/04  00:19:14
2351         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
2352              (spotted by Donald Kinzer <dkinzer@premia.com>)
2353      Branch: perl
2354            ! perl.c
2355 ____________________________________________________________________________
2356 [  6057] By: gsar                                  on 2000/05/03  18:34:01
2357         Log: fix broken parsing of /\x{ab}/
2358      Branch: perl
2359            ! regcomp.c t/pragma/utf8.t
2360 ____________________________________________________________________________
2361 [  6056] By: jhi                                   on 2000/05/03  17:57:16
2362         Log: The search of infinity continues, this time simplified.
2363      Branch: cfgperl
2364            ! lib/Math/Complex.pm
2365 ____________________________________________________________________________
2366 [  6055] By: jhi                                   on 2000/05/03  17:45:30
2367         Log: Detypo.
2368      Branch: cfgperl
2369            ! hints/unicos.sh
2370 ____________________________________________________________________________
2371 [  6054] By: jhi                                   on 2000/05/02  22:28:27
2372         Log: Be more forgiving in POSIX about HUGE_VALL.
2373      Branch: cfgperl
2374            ! ext/POSIX/POSIX.xs
2375 ____________________________________________________________________________
2376 [  6053] By: jhi                                   on 2000/05/02  22:25:05
2377         Log: Integrate with Sarathy.
2378      Branch: cfgperl
2379           !> hints/irix_6.sh pod/perlop.pod
2380 ____________________________________________________________________________
2381 [  6052] By: jhi                                   on 2000/05/02  22:24:31
2382         Log: Unicos hint tweak.
2383      Branch: cfgperl
2384            ! hints/unicos.sh
2385 ____________________________________________________________________________
2386 [  6051] By: jhi                                   on 2000/05/02  22:21:26
2387         Log: Complex tweakery.
2388      Branch: cfgperl
2389            ! lib/Math/Complex.pm t/lib/complex.t
2390 ____________________________________________________________________________
2391 [  6050] By: jhi                                   on 2000/05/02  19:26:22
2392         Log: Use setxxent()/endxxent().
2393      Branch: cfgperl
2394            ! t/op/grent.t t/op/pwent.t
2395 ____________________________________________________________________________
2396 [  6049] By: jhi                                   on 2000/05/02  19:06:02
2397         Log: Test both the scalar and array contexts.
2398      Branch: cfgperl
2399            ! t/op/grent.t t/op/pwent.t
2400 ____________________________________________________________________________
2401 [  6048] By: gsar                                  on 2000/05/02  18:29:10
2402         Log: add note about how $( doesn't interpolate in REs (from
2403              Philip Newton <newton@ficus.frogspace.net>)
2404      Branch: perl
2405            ! pod/perlop.pod
2406 ____________________________________________________________________________
2407 [  6047] By: jhi                                   on 2000/05/02  17:41:24
2408         Log: Call getspnam() only iff needd.
2409      Branch: cfgperl
2410            ! pp_sys.c
2411 ____________________________________________________________________________
2412 [  6046] By: gsar                                  on 2000/05/02  17:07:25
2413         Log: libscheck has insufficient checks for n32 libs (from
2414              Albert Chin-A-Young <china@thewrittenword.com>)
2415      Branch: perl
2416            ! hints/irix_6.sh
2417 ____________________________________________________________________________
2418 [  6045] By: jhi                                   on 2000/05/02  13:57:17
2419         Log: Integrate with Sarathy.
2420      Branch: cfgperl
2421           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
2422           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
2423 ____________________________________________________________________________
2424 [  6044] By: gsar                                  on 2000/05/02  06:48:19
2425         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
2426              such that underscores are only ignored in literal numbers,
2427              "\x{...}", and hex/oct argument
2428      Branch: perl
2429            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
2430 ____________________________________________________________________________
2431 [  6043] By: gsar                                  on 2000/05/02  02:22:29
2432         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
2433      Branch: perl
2434            ! pod/perlretut.pod
2435 ____________________________________________________________________________
2436 [  6042] By: gsar                                  on 2000/05/02  02:17:51
2437         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
2438      Branch: perl
2439            ! pod/perltrap.pod
2440 ____________________________________________________________________________
2441 [  6041] By: gsar                                  on 2000/05/02  01:53:51
2442         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
2443              to compensate
2444      Branch: perl
2445            ! Porting/makerel
2446 ____________________________________________________________________________
2447 [  6040] By: gsar                                  on 2000/05/02  01:51:57
2448         Log: missing files in MANIFEST
2449      Branch: perl
2450            ! MANIFEST
2451 ____________________________________________________________________________
2452 [  6039] By: jhi                                   on 2000/05/02  00:36:46
2453         Log: Infinite problems.
2454      Branch: cfgperl
2455            ! lib/Math/Complex.pm
2456 ____________________________________________________________________________
2457 [  6038] By: jhi                                   on 2000/05/02  00:06:38
2458         Log: pwent/spent #ifdef imbalance.
2459      Branch: cfgperl
2460            ! pp_sys.c
2461 ____________________________________________________________________________
2462 [  6037] By: jhi                                   on 2000/05/01  22:50:11
2463         Log: Use HUGE_VALL if applicable.
2464      Branch: cfgperl
2465            ! ext/POSIX/POSIX.xs util.c
2466 ____________________________________________________________________________
2467 [  6036] By: jhi                                   on 2000/05/01  22:20:53
2468         Log: Correct Freudian slip.
2469      Branch: cfgperl
2470            ! pp_sys.c
2471 ____________________________________________________________________________
2472 [  6035] By: jhi                                   on 2000/05/01  21:07:38
2473         Log: Continue on the pwent/spent case.
2474      Branch: cfgperl
2475            ! pp_sys.c
2476 ____________________________________________________________________________
2477 [  6034] By: jhi                                   on 2000/05/01  17:45:14
2478         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
2479              adjustments in 6032 conflicted badly with this, will have
2480              to revisit them later.
2481      Branch: cfgperl
2482           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
2483           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
2484           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
2485           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
2486           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
2487           !> t/lib/cgi-html.t t/lib/cgi-request.t
2488 ____________________________________________________________________________
2489 [  6033] By: jhi                                   on 2000/05/01  17:40:49
2490         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
2491      Branch: cfgperl
2492            ! pp_sys.c
2493 ____________________________________________________________________________
2494 [  6032] By: gsar                                  on 2000/05/01  15:56:32
2495         Log: whitespace adjustments
2496      Branch: perl
2497            ! pp_sys.c
2498 ____________________________________________________________________________
2499 [  6031] By: gsar                                  on 2000/05/01  15:19:41
2500         Log: small nits in diagnostics.pm (from Robin Barker)
2501      Branch: perl
2502            ! lib/diagnostics.pm pod/perldiag.pod
2503 ____________________________________________________________________________
2504 [  6030] By: gsar                                  on 2000/05/01  08:39:18
2505         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
2506              for @- and @+ (from Johan Vromans)
2507      Branch: perl
2508            ! lib/English.pm pod/perlvar.pod
2509 ____________________________________________________________________________
2510 [  6029] By: gsar                                  on 2000/05/01  08:16:10
2511         Log: add CGI.pm v2.66 (from Lincoln Stein)
2512      Branch: perl
2513            + lib/CGI/Util.pm t/lib/cgi-pretty.t
2514            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
2515            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
2516            ! t/lib/cgi-html.t t/lib/cgi-request.t
2517 ____________________________________________________________________________
2518 [  6028] By: gsar                                  on 2000/05/01  06:34:41
2519         Log: Pod::Man generates groff-incompatible macro definition (from
2520              Tom Christiansen)
2521      Branch: perl
2522            ! lib/Pod/Man.pm
2523 ____________________________________________________________________________
2524 [  6027] By: gsar                                  on 2000/05/01  06:31:36
2525         Log: podlators-1.02 update (from Russ Allbery)
2526      Branch: perl
2527            ! lib/Pod/Man.pm lib/Pod/Text.pm
2528 ____________________________________________________________________________
2529 [  6026] By: jhi                                   on 2000/04/30  23:24:23
2530         Log: Integrate with Sarathy.
2531      Branch: cfgperl
2532           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
2533           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
2534           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2535           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
2536           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
2537           !> t/lib/syslog.t toke.c win32/win32.h
2538 ____________________________________________________________________________
2539 [  6025] By: gsar                                  on 2000/04/30  18:17:47
2540         Log: Is{Alnum,Alpha,Word} don't match titlecase
2541              
2542              TODO: IsSpace is defined recursively!
2543              
2544              (both spotted by Larry)
2545      Branch: perl
2546            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2547            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
2548 ____________________________________________________________________________
2549 [  6024] By: gsar                                  on 2000/04/30  17:50:19
2550         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
2551              (from Hugo van der Sanden)
2552      Branch: perl
2553            ! toke.c
2554 ____________________________________________________________________________
2555 [  6023] By: gsar                                  on 2000/04/30  17:14:43
2556         Log: debugger stomps on $. (from M.J.T. Guy)
2557      Branch: perl
2558            ! lib/perl5db.pl
2559 ____________________________________________________________________________
2560 [  6022] By: gsar                                  on 2000/04/30  16:59:22
2561         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
2562      Branch: perl
2563            ! sv.c
2564 ____________________________________________________________________________
2565 [  6021] By: gsar                                  on 2000/04/29  21:00:08
2566         Log: remove Win2K issue in pod (fixed by change#6020)
2567      Branch: perl
2568            ! README.win32 pod/perl56delta.pod
2569 ____________________________________________________________________________
2570 [  6020] By: gsar                                  on 2000/04/29  20:51:49
2571         Log: test tweak
2572      Branch: perl
2573            ! t/lib/open3.t
2574 ____________________________________________________________________________
2575 [  6019] By: gsar                                  on 2000/04/29  20:34:27
2576         Log: windows portability tweaks
2577      Branch: perl
2578            ! t/lib/b.t win32/win32.h
2579 ____________________________________________________________________________
2580 [  6018] By: gsar                                  on 2000/04/29  19:55:24
2581         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
2582              make _PATH_LOG() return "" if unavailable
2583      Branch: perl
2584            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
2585            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
2586 ____________________________________________________________________________
2587 [  6017] By: jhi                                   on 2000/04/28  22:49:46
2588         Log: Integrate with Sarathy.
2589      Branch: cfgperl
2590           !> op.c perl.c pod/perldiag.pod t/lib/b.t
2591 ____________________________________________________________________________
2592 [  6016] By: jhi                                   on 2000/04/28  22:46:14
2593         Log: Do not warn that an infinity does not look like a number.
2594      Branch: cfgperl
2595            ! sv.c
2596 ____________________________________________________________________________
2597 [  6015] By: gsar                                  on 2000/04/28  22:35:49
2598         Log: tweak test for portability
2599      Branch: perl
2600            ! t/lib/b.t
2601 ____________________________________________________________________________
2602 [  6014] By: gsar                                  on 2000/04/28  22:05:31
2603         Log: glob() loading File::Glob behind the scenes may cause syntax errors
2604      Branch: perl
2605            ! op.c
2606 ____________________________________________________________________________
2607 [  6013] By: gsar                                  on 2000/04/28  21:25:22
2608         Log: tweak change#5945 to display correct switch name in diagnostic
2609      Branch: perl
2610            ! perl.c pod/perldiag.pod
2611 ____________________________________________________________________________
2612 [  6012] By: jhi                                   on 2000/04/28  21:08:12
2613         Log: Integrate with Sarathy.
2614      Branch: cfgperl
2615           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
2616           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
2617           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
2618 ____________________________________________________________________________
2619 [  6011] By: jhi                                   on 2000/04/28  21:04:46
2620         Log: &HUGE_VAL is not defined, it exists.
2621      Branch: cfgperl
2622            ! lib/Math/Complex.pm
2623 ____________________________________________________________________________
2624 [  6010] By: gsar                                  on 2000/04/28  21:02:58
2625         Log: clarify note about shadow password support (from
2626              gellyfish@gellyfish.com)
2627      Branch: perl
2628            ! pod/perlfunc.pod
2629 ____________________________________________________________________________
2630 [  6009] By: gsar                                  on 2000/04/28  21:00:00
2631         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
2632      Branch: perl
2633            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
2634 ____________________________________________________________________________
2635 [  6008] By: gsar                                  on 2000/04/28  20:56:33
2636         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
2637      Branch: perl
2638            ! installperl vms/subconfigure.com
2639 ____________________________________________________________________________
2640 [  6007] By: gsar                                  on 2000/04/28  20:51:21
2641         Log: note about compile failures and END blocks (from M.J.T. Guy)
2642      Branch: perl
2643            ! pod/perl56delta.pod pod/perlmod.pod
2644 ____________________________________________________________________________
2645 [  6006] By: jhi                                   on 2000/04/28  20:42:14
2646         Log: Regen Configure.
2647      Branch: cfgperl
2648            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2649            ! config_h.SH
2650 ____________________________________________________________________________
2651 [  6005] By: gsar                                  on 2000/04/28  20:41:16
2652         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
2653      Branch: perl
2654            ! utils/perldoc.PL
2655 ____________________________________________________________________________
2656 [  6004] By: jhi                                   on 2000/04/28  20:28:21
2657         Log: Integrate with Sarathy.
2658      Branch: cfgperl
2659           !> Configure INSTALL Porting/Glossary Porting/config.sh
2660           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
2661           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
2662           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
2663           !> win32/config.vc win32/win32.c
2664 ____________________________________________________________________________
2665 [  6003] By: gsar                                  on 2000/04/28  20:11:20
2666         Log: allow REG_EXPAND_SZ keys in Windows registry (from
2667              John Clayton <John.Clayton@barclayscapital.com>)
2668      Branch: perl
2669            ! win32/win32.c
2670 ____________________________________________________________________________
2671 [  6002] By: gsar                                  on 2000/04/28  19:34:16
2672         Log: destructive sv_setsv() can lose UV-ness from source, causing
2673              numeric promotions/comparisons to fail to do the right thing
2674      Branch: perl
2675            ! sv.c
2676 ____________________________________________________________________________
2677 [  6001] By: gsar                                  on 2000/04/28  18:44:15
2678         Log: support additional library locations via $Config{otherlibdirs}
2679              (from Andy Dougherty)
2680      Branch: perl
2681            ! Configure INSTALL Porting/Glossary Porting/config.sh
2682            ! Porting/config_H config_h.SH epoc/config.sh perl.c
2683            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
2684            ! win32/config.bc win32/config.gc win32/config.vc
2685 ____________________________________________________________________________
2686 [  6000] By: gsar                                  on 2000/04/28  18:26:58
2687         Log: reworked otherlibdirs.U (from Andy Dougherty)
2688      Branch: metaconfig
2689            ! U/installdirs/otherlibdirs.U
2690 ____________________________________________________________________________
2691 [  5999] By: gsar                                  on 2000/04/28  18:17:07
2692         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
2693      Branch: perl
2694            ! t/pragma/warn/toke toke.c
2695 ____________________________________________________________________________
2696 [  5998] By: jhi                                   on 2000/04/28  13:32:17
2697         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
2698      Branch: cfgperl
2699            ! lib/Math/Complex.pm
2700 ____________________________________________________________________________
2701 [  5997] By: jhi                                   on 2000/04/28  13:14:04
2702         Log: Preserve $!.
2703      Branch: cfgperl
2704            ! lib/Math/Complex.pm
2705 ____________________________________________________________________________
2706 [  5996] By: jhi                                   on 2000/04/28  12:59:23
2707         Log: Integrate with Sarathy.
2708      Branch: cfgperl
2709           +> pod/perlrequick.pod pod/perlretut.pod
2710           !> (integrate 51 files)
2711 ____________________________________________________________________________
2712 [  5995] By: gsar                                  on 2000/04/28  09:37:36
2713         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
2714      Branch: perl
2715            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
2716 ____________________________________________________________________________
2717 [  5994] By: gsar                                  on 2000/04/28  09:33:26
2718         Log: fix for missed accounting for null byte in pack("Z",...) (from
2719              M.J.T. Guy)
2720      Branch: perl
2721            ! pp.c t/op/pack.t
2722 ____________________________________________________________________________
2723 [  5993] By: gsar                                  on 2000/04/28  09:30:05
2724         Log: various minor tweaks seen on p5p
2725      Branch: perl
2726            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
2727 ____________________________________________________________________________
2728 [  5992] By: gsar                                  on 2000/04/28  09:08:19
2729         Log: pod nit (from Simon Cozens)
2730      Branch: perl
2731            ! pod/perlop.pod
2732 ____________________________________________________________________________
2733 [  5991] By: gsar                                  on 2000/04/28  09:06:36
2734         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
2735      Branch: perl
2736            ! README.posix-bc hints/posix-bc.sh
2737 ____________________________________________________________________________
2738 [  5990] By: gsar                                  on 2000/04/28  08:54:52
2739         Log: use $ENV{LIB} to search for libs under Visual C compiler
2740              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
2741      Branch: perl
2742            ! lib/ExtUtils/Liblist.pm
2743 ____________________________________________________________________________
2744 [  5989] By: gsar                                  on 2000/04/28  08:27:12
2745         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
2746              itself and no other (from Tom Hughes)
2747      Branch: perl
2748            ! t/op/array.t toke.c
2749 ____________________________________________________________________________
2750 [  5988] By: gsar                                  on 2000/04/28  08:01:38
2751         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
2752              <paul@miraclefish.com>)
2753      Branch: perl
2754            ! lib/ExtUtils/MakeMaker.pm
2755 ____________________________________________________________________________
2756 [  5987] By: gsar                                  on 2000/04/28  07:53:09
2757         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
2758      Branch: perl
2759            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
2760 ____________________________________________________________________________
2761 [  5986] By: gsar                                  on 2000/04/28  07:44:17
2762         Log: add regular expressions tutorial and quick-start guide (from
2763              Mark Kvale <kvale@phy.ucsf.edu>)
2764      Branch: perl
2765            + pod/perlrequick.pod pod/perlretut.pod
2766            ! AUTHORS MAINTAIN MANIFEST
2767 ____________________________________________________________________________
2768 [  5985] By: gsar                                  on 2000/04/28  07:30:28
2769         Log: forked child may not exit correctly if it failed to open
2770              /dev/console (from Graham Barr)
2771      Branch: perl
2772            ! ext/Sys/Syslog/Syslog.pm
2773 ____________________________________________________________________________
2774 [  5984] By: gsar                                  on 2000/04/28  07:27:20
2775         Log: attributes::reftype() doesn't work on tied argument
2776      Branch: perl
2777            ! xsutils.c
2778 ____________________________________________________________________________
2779 [  5983] By: gsar                                  on 2000/04/28  07:15:04
2780         Log: numeric conversion of non-number in change#3378 tramples on
2781              OOK offset, causing segfaults
2782      Branch: perl
2783            ! sv.c
2784 ____________________________________________________________________________
2785 [  5982] By: gsar                                  on 2000/04/28  04:48:25
2786         Log: avoid error in IO::Socket::INET when given an unknown service name
2787              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
2788      Branch: perl
2789            ! ext/IO/lib/IO/Socket/INET.pm
2790 ____________________________________________________________________________
2791 [  5981] By: gsar                                  on 2000/04/28  04:31:31
2792         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
2793              prototype mismatch with CORE::glob(); update pod and tests to
2794              suit (File::Glob::glob() is still available for backward
2795              compatibility, but should be considered deprecated)
2796      Branch: perl
2797            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
2798            ! t/lib/glob-taint.t
2799 ____________________________________________________________________________
2800 [  5980] By: gsar                                  on 2000/04/28  03:47:29
2801         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
2802              <ghudson@mit.edu>)
2803      Branch: metaconfig
2804            ! U/modified/Options.U
2805      Branch: perl
2806            ! Configure
2807 ____________________________________________________________________________
2808 [  5979] By: gsar                                  on 2000/04/28  03:07:54
2809         Log: under useithreads, constant pad entries could inadvertantly be
2810              shared across threads (from Eric Blood <eblood@xmission.com>);
2811              added Eric's test case to testsuite
2812      Branch: perl
2813            ! op.c t/op/misc.t
2814 ____________________________________________________________________________
2815 [  5978] By: gsar                                  on 2000/04/27  21:13:00
2816         Log: sync version numbers in File::Spec with the ones on CPAN
2817              (from Barrie Slaymaker)
2818      Branch: perl
2819            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
2820            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2821            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
2822 ____________________________________________________________________________
2823 [  5977] By: gsar                                  on 2000/04/27  21:07:29
2824         Log: autoquote barewords followed by newline and arrow properly
2825              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
2826      Branch: perl
2827            ! t/pragma/warn/toke toke.c
2828 ____________________________________________________________________________
2829 [  5976] By: gsar                                  on 2000/04/27  20:41:20
2830         Log: DB_File v1.73 update (from Paul Marquess)
2831      Branch: perl
2832            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2833            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2834 ____________________________________________________________________________
2835 [  5975] By: gsar                                  on 2000/04/27  20:34:24
2836         Log: allow sort() reentrancy (variant of patch suggested by
2837              Hugo van der Sanden)
2838      Branch: perl
2839            ! pp_ctl.c t/op/sort.t
2840 ____________________________________________________________________________
2841 [  5974] By: gsar                                  on 2000/04/27  19:46:57
2842         Log: change#4197 somehow missed initializing PL_errors, meaning
2843              sytax error queueing wasn't working outside eval"" at all;
2844              also fixed eval"" to localize PL_error_count, so that compile-time
2845              eval's don't clobber the error state of the outer context
2846      Branch: perl
2847            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
2848            ! t/pragma/warn/toke
2849 ____________________________________________________________________________
2850 [  5973] By: gsar                                  on 2000/04/27  18:29:05
2851         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
2852      Branch: perl
2853            ! regcomp.c regexec.c t/op/re_tests
2854 ____________________________________________________________________________
2855 [  5972] By: jhi                                   on 2000/04/27  18:22:41
2856         Log: Integrate with Sarathy.
2857      Branch: cfgperl
2858           +> t/lib/b.t t/lib/syslog.t
2859           !> (integrate 31 files)
2860 ____________________________________________________________________________
2861 [  5971] By: jhi                                   on 2000/04/27  18:18:46
2862         Log: Unicos tweaks from Mark P. Lutz.
2863      Branch: cfgperl
2864            ! hints/unicos.sh lib/Math/Complex.pm
2865 ____________________________________________________________________________
2866 [  5970] By: gsar                                  on 2000/04/27  18:05:11
2867         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
2868              IV is >32bits
2869      Branch: perl
2870            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
2871 ____________________________________________________________________________
2872 [  5969] By: gsar                                  on 2000/04/27  17:50:56
2873         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
2874      Branch: perl
2875            + t/lib/syslog.t
2876            ! MANIFEST ext/Sys/Syslog/Syslog.pm
2877 ____________________________________________________________________________
2878 [  5968] By: gsar                                  on 2000/04/27  17:44:49
2879         Log: tolerate spaces in group names in test on solaris (from David Boyce
2880              <dsb@boyski.com>)
2881      Branch: perl
2882            ! t/op/groups.t
2883 ____________________________________________________________________________
2884 [  5967] By: gsar                                  on 2000/04/27  17:41:22
2885         Log: improved docs on the warn_uninit diagnostic (from David Glasser
2886              and Simon Cozens)
2887      Branch: perl
2888            ! pod/perldiag.pod
2889 ____________________________________________________________________________
2890 [  5966] By: gsar                                  on 2000/04/27  16:54:58
2891         Log: add testsuite for B backends, fix bug in B::Deparse (from
2892              Simon Cozens <simon@brecon.co.uk>)
2893      Branch: perl
2894            + t/lib/b.t
2895            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
2896 ____________________________________________________________________________
2897 [  5965] By: gsar                                  on 2000/04/27  16:10:37
2898         Log: avoid "will not stay shared" warnings for our variables (from
2899              Robin Barker)
2900      Branch: perl
2901            ! op.c t/pragma/warn/op
2902 ____________________________________________________________________________
2903 [  5964] By: gsar                                  on 2000/04/27  07:05:05
2904         Log: reformat to 72 columns (again)
2905      Branch: perl
2906            ! pod/perldiag.pod
2907 ____________________________________________________________________________
2908 [  5963] By: gsar                                  on 2000/04/27  06:28:31
2909         Log: patch from Larry to make (\&) prototype work; added tests for
2910              the same
2911      Branch: perl
2912            ! op.c t/comp/proto.t
2913 ____________________________________________________________________________
2914 [  5962] By: gsar                                  on 2000/04/27  06:15:47
2915         Log: updated README.hpux (from Jeff Okamoto)
2916      Branch: perl
2917            ! README.hpux
2918 ____________________________________________________________________________
2919 [  5961] By: gsar                                  on 2000/04/27  05:55:03
2920         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
2921      Branch: perl
2922            ! emacs/cperl-mode.el
2923 ____________________________________________________________________________
2924 [  5960] By: gsar                                  on 2000/04/27  05:49:26
2925         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
2926      Branch: perl
2927            ! INSTALL
2928 ____________________________________________________________________________
2929 [  5959] By: gsar                                  on 2000/04/27  05:33:41
2930         Log: doubled words in pods (from Simon Cozens
2931              <simon.p.cozens@jp.pwcglobal.com>)
2932      Branch: perl
2933            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
2934            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
2935            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
2936            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
2937            ! pod/perltootc.pod
2938 ____________________________________________________________________________
2939 [  5958] By: gsar                                  on 2000/04/27  05:11:39
2940         Log: change#3569 deleted some essential code, revert; avoid use of
2941              atexit() to make DynaLoader work properly on AIX under mod_perl
2942              (from Jens-Uwe Mager <jum@helios.de>)
2943      Branch: perl
2944            ! ext/DynaLoader/dl_aix.xs
2945 ____________________________________________________________________________
2946 [  5957] By: gsar                                  on 2000/04/27  04:54:51
2947         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
2948      Branch: perl
2949            ! pod/perlmod.pod
2950 ____________________________________________________________________________
2951 [  5956] By: gsar                                  on 2000/04/27  04:51:47
2952         Log: better diagnostics on failed tests (from Ilya Zakharevich)
2953      Branch: perl
2954            ! t/op/lex_assign.t
2955 ____________________________________________________________________________
2956 [  5955] By: gsar                                  on 2000/04/27  04:26:44
2957         Log: longstanding bug exposed by change#3307: sort arguments weren't
2958              compiled with the right wantarray context (ensuing runtime lookup
2959              via block_gimme() was getting the incidental context of the
2960              sort() itself)
2961      Branch: perl
2962            ! op.c t/op/sort.t
2963 ____________________________________________________________________________
2964 [  5954] By: gsar                                  on 2000/04/26  23:42:12
2965         Log: integrate cfgperl contents into mainline
2966      Branch: perl
2967           !> (integrate 30 files)
2968 ____________________________________________________________________________
2969 [  5953] By: jhi                                   on 2000/04/26  23:06:42
2970         Log: Integrate with Sarathy.
2971      Branch: cfgperl
2972           !> README.win32 ext/B/B/Deparse.pm
2973           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
2974           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
2975           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
2976           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
2977           !> utils/perldoc.PL vms/perlvms.pod
2978 ____________________________________________________________________________
2979 [  5952] By: jhi                                   on 2000/04/26  23:03:46
2980         Log: Undo "use integer" addition from 64bitint as it seems
2981              to break most of the subtests in Digital UNIX;
2982              Unicos needs to find another way.
2983      Branch: cfgperl
2984            ! t/op/64bitint.t
2985 ____________________________________________________________________________
2986 [  5951] By: jhi                                   on 2000/04/26  22:57:53
2987         Log: Be more robust on "extreme" (large absolute value)
2988              arguments.  Originally reported by Daniel Connelly
2989              as a problem with asinh() on large negative arguments,
2990              asinh() used to bail out because an argument to log()
2991              ended up being zero.  Ilya Zakharevich proposed using
2992              Taylor's series in such cases, which for such large
2993              arguments is a very good approximation.
2994      Branch: cfgperl
2995            ! lib/Math/Complex.pm t/lib/complex.t
2996 ____________________________________________________________________________
2997 [  5950] By: gsar                                  on 2000/04/25  19:13:12
2998         Log: reformat perldiag to avoid long lines
2999      Branch: perl
3000            ! pod/perldiag.pod
3001 ____________________________________________________________________________
3002 [  5949] By: gsar                                  on 2000/04/25  18:41:11
3003         Log: make perldoc use the pod2man from the same version (from
3004              M.J.T. Guy)
3005      Branch: perl
3006            ! utils/perldoc.PL
3007 ____________________________________________________________________________
3008 [  5948] By: gsar                                  on 2000/04/25  18:21:57
3009         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
3010              <kompas@kompas.usr.onet.pl>)
3011      Branch: perl
3012            ! lib/vars.pm
3013 ____________________________________________________________________________
3014 [  5947] By: gsar                                  on 2000/04/25  18:11:53
3015         Log: use &dl_error rather than &dl_load_file as the guard for calling
3016              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
3017              statically built perl)
3018      Branch: perl
3019            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
3020 ____________________________________________________________________________
3021 [  5946] By: jhi                                   on 2000/04/25  17:37:54
3022         Log: Document that tr() is not tr(1).
3023      Branch: cfgperl
3024            ! pod/perlop.pod
3025 ____________________________________________________________________________
3026 [  5945] By: gsar                                  on 2000/04/25  16:34:33
3027         Log: make module name mandatory after -M switch; reorder perldiag
3028              alphabetically (from Mark-Jason Dominus)
3029      Branch: perl
3030            ! perl.c pod/perldiag.pod
3031 ____________________________________________________________________________
3032 [  5944] By: jhi                                   on 2000/04/25  01:15:18
3033         Log: On second thoughts frexp() does have two arguments.
3034      Branch: cfgperl
3035            ! perl.h
3036 ____________________________________________________________________________
3037 [  5943] By: jhi                                   on 2000/04/24  22:56:32
3038         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
3039              Now pp_ncmp() returns undef is either operand is a NaN.
3040      Branch: cfgperl
3041            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3042            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
3043            ! vms/subconfigure.com vos/config.def vos/config.h
3044            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
3045            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3046            ! win32/config_H.vc
3047      Branch: metaconfig/U/perl
3048            + d_modfl.U
3049 ____________________________________________________________________________
3050 [  5942] By: jhi                                   on 2000/04/24  19:45:17
3051         Log: Regen Configure to match #5937.
3052      Branch: cfgperl
3053            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3054            ! config_h.SH
3055      Branch: metaconfig
3056            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
3057 ____________________________________________________________________________
3058 [  5941] By: jhi                                   on 2000/04/24  19:24:11
3059         Log: Further Unicos fixes for Mark Lutz.
3060      Branch: cfgperl
3061            ! hints/unicos.sh pp_ctl.c
3062 ____________________________________________________________________________
3063 [  5940] By: jhi                                   on 2000/04/24  19:09:06
3064         Log: Various Unicos 10.0.0.6 fixes.
3065              
3066              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
3067              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
3068              Reply-To: tecmpl1@triton.ca.boeing.com 
3069              To: perl5-porters@perl.org 
3070              Date: Fri, 14 Apr 2000 20:21:00 GMT 
3071              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
3072      Branch: cfgperl
3073            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
3074 ____________________________________________________________________________
3075 [  5939] By: gsar                                  on 2000/04/24  19:01:24
3076         Log: more pod nits (from Larry Virden)
3077      Branch: perl
3078            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
3079            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
3080            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
3081 ____________________________________________________________________________
3082 [  5938] By: gsar                                  on 2000/04/24  18:54:01
3083         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
3084      Branch: perl
3085            ! ext/B/B/Deparse.pm
3086 ____________________________________________________________________________
3087 [  5937] By: jhi                                   on 2000/04/24  17:39:00
3088         Log: Integrate with Sarathy.
3089      Branch: cfgperl
3090           +> (branch 31 files)
3091           !> (integrate 73 files)
3092 ____________________________________________________________________________
3093 [  5936] By: gsar                                  on 2000/04/24  17:30:06
3094         Log: additional tests for change#5934 (from Paul Marquess, who also
3095              sent in the same fix)
3096      Branch: perl
3097            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
3098            ! t/pragma/warn/5nolint t/pragma/warn/6default
3099 ____________________________________________________________________________
3100 [  5935] By: jhi                                   on 2000/04/24  17:26:05
3101         Log: Do not assume sign propagation.
3102              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
3103              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
3104              To: payner@ncifcrf.gov, perl5-porters@perl.org 
3105              Date: Tue, 18 Apr 2000 18:24:49 +0100 
3106              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
3107      Branch: cfgperl
3108            ! t/op/bop.t t/op/misc.t
3109 ____________________________________________________________________________
3110 [  5934] By: gsar                                  on 2000/04/24  17:16:54
3111         Log: propagate lexical warnings from surrounding scope correctly
3112              within string eval()
3113      Branch: perl
3114            ! pp_ctl.c t/pragma/warn/pp_ctl
3115 ____________________________________________________________________________
3116 [  5933] By: jhi                                   on 2000/04/24  17:01:07
3117         Log: Flatten the cpp jungle doing the nosuid checking.
3118      Branch: cfgperl
3119            ! perl.c
3120 ____________________________________________________________________________
3121 [  5932] By: gsar                                  on 2000/04/24  09:08:14
3122         Log: add rsignal(), whichsig() and do_join() to public API list
3123              (mod_perl uses them to good advantage)
3124      Branch: perl
3125            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
3126 ____________________________________________________________________________
3127 [  5931] By: gsar                                  on 2000/04/24  09:01:40
3128         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
3129      Branch: perl
3130            ! pp_hot.c regexec.c t/op/pat.t
3131 ____________________________________________________________________________
3132 [  5930] By: gsar                                  on 2000/04/24  08:58:33
3133         Log: small os390 tweaks (from Peter Prymmer)
3134      Branch: perl
3135            ! config_h.SH makedepend.SH
3136 ____________________________________________________________________________
3137 [  5929] By: gsar                                  on 2000/04/24  08:55:25
3138         Log: pod nits
3139      Branch: perl
3140            ! pod/perlguts.pod
3141 ____________________________________________________________________________
3142 [  5928] By: gsar                                  on 2000/04/24  08:50:13
3143         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
3144      Branch: perl
3145            ! ext/IO/lib/IO/Poll.pm
3146 ____________________________________________________________________________
3147 [  5927] By: gsar                                  on 2000/04/24  08:43:24
3148         Log: arrange for next() to resume at the unstack op rather than the
3149              loop conditional, so that scope cleanup happens correctly
3150              (from Stephen McCamant)
3151      Branch: perl
3152            ! op.c pp_ctl.c t/op/misc.t
3153 ____________________________________________________________________________
3154 [  5926] By: gsar                                  on 2000/04/24  08:18:40
3155         Log: on windows, reserve 16M of stack rather than 128M (allows more
3156              threads to run concurrently)
3157      Branch: perl
3158            ! win32/Makefile win32/makefile.mk
3159 ____________________________________________________________________________
3160 [  5925] By: gsar                                  on 2000/04/24  08:13:52
3161         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
3162      Branch: perl
3163            ! toke.c
3164 ____________________________________________________________________________
3165 [  5924] By: gsar                                  on 2000/04/24  08:08:59
3166         Log: avoid using uninitialized memory in require version check
3167      Branch: perl
3168            ! pp_ctl.c universal.c
3169 ____________________________________________________________________________
3170 [  5923] By: gsar                                  on 2000/04/24  07:20:14
3171         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
3172      Branch: perl
3173            ! ext/IO/lib/IO/Poll.pm
3174 ____________________________________________________________________________
3175 [  5922] By: gsar                                  on 2000/04/24  07:08:42
3176         Log: commentary about IoTYPE() (from Nathan Torkington)
3177      Branch: perl
3178            ! sv.h
3179 ____________________________________________________________________________
3180 [  5921] By: gsar                                  on 2000/04/24  06:58:26
3181         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
3182              by fix
3183      Branch: perl
3184            ! sv.c t/lib/charnames.t t/pragma/utf8.t
3185 ____________________________________________________________________________
3186 [  5920] By: gsar                                  on 2000/04/24  06:37:59
3187         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
3188      Branch: perl
3189            ! doop.c t/op/ver.t
3190 ____________________________________________________________________________
3191 [  5919] By: gsar                                  on 2000/04/24  06:21:58
3192         Log: Configure might miss old directories when prefix must be
3193              expanded (from Robin Barker)
3194      Branch: metaconfig
3195            ! U/installdirs/inc_version_list.U
3196      Branch: perl
3197            ! Configure
3198 ____________________________________________________________________________
3199 [  5918] By: gsar                                  on 2000/04/24  06:16:11
3200         Log: VMS nits in glob() test (from Charles Lane)
3201      Branch: perl
3202            ! t/lib/glob-basic.t
3203 ____________________________________________________________________________
3204 [  5917] By: gsar                                  on 2000/04/24  06:11:56
3205         Log: various pod nits (from Larry Virden and others)
3206      Branch: perl
3207            ! README.amiga README.hpux README.machten README.os2
3208            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
3209            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
3210            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
3211            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
3212            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
3213            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
3214            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
3215            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
3216 ____________________________________________________________________________
3217 [  5916] By: gsar                                  on 2000/04/24  05:52:43
3218         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
3219              <wjones@tc.fluke.com>)
3220      Branch: perl
3221            ! t/lib/glob-basic.t
3222 ____________________________________________________________________________
3223 [  5915] By: gsar                                  on 2000/04/24  05:07:01
3224         Log: supported platforms mixed up
3225      Branch: perl
3226            ! pod/perl56delta.pod pod/perlport.pod
3227 ____________________________________________________________________________
3228 [  5914] By: gsar                                  on 2000/04/24  04:56:08
3229         Log: caller() wasn't returning the right number of elements for
3230              eval {...}
3231      Branch: perl
3232            ! pp_ctl.c t/pragma/warn/9enabled
3233 ____________________________________________________________________________
3234 [  5913] By: gsar                                  on 2000/04/24  04:35:41
3235         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
3236              Mark-Jason Dominus)
3237      Branch: perl
3238            ! pod/perlfunc.pod
3239 ____________________________________________________________________________
3240 [  5912] By: gsar                                  on 2000/04/24  04:17:15
3241         Log: fix totally broken caching in UNIVERSAL::isa() (from
3242              Nick Ing-Simmons)
3243      Branch: perl
3244            ! t/op/universal.t universal.c
3245 ____________________________________________________________________________
3246 [  5911] By: gsar                                  on 2000/04/24  03:39:47
3247         Log: add linebreak properties from unicode/LineBrk.txt (from
3248              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
3249      Branch: perl
3250            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
3251            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
3252            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
3253            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
3254            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
3255            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
3256            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
3257            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
3258            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
3259            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
3260            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
3261            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
3262            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
3263            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
3264            + lib/unicode/Is/LbrkZW.pl
3265            ! lib/unicode/mktables.PL
3266 ____________________________________________________________________________
3267 [  5910] By: gsar                                  on 2000/04/24  03:23:10
3268         Log: typo in pod
3269      Branch: perl
3270            ! ext/Thread/Thread.pm
3271 ____________________________________________________________________________
3272 [  5909] By: gsar                                  on 2000/04/24  03:22:03
3273         Log: mode argument to do_binmode() should be file mode, not boolean
3274      Branch: perl
3275            ! pp_sys.c
3276 ____________________________________________________________________________
3277 [  5908] By: gsar                                  on 2000/04/16  16:51:08
3278         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
3279              always returns a valid GV even when the symbol is trapped by strictures
3280              (avoids coredumps)
3281              
3282              TODO: the C<package;> hack needs similar treatment
3283      Branch: perl
3284            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
3285            ! t/pragma/strict-vars
3286 ____________________________________________________________________________
3287 [  5907] By: jhi                                   on 2000/03/31  23:42:56
3288         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
3289              an assumption which #5905 demolished.
3290      Branch: cfgperl
3291            ! pp_sys.c
3292 ____________________________________________________________________________
3293 [  5906] By: jhi                                   on 2000/03/31  18:54:37
3294         Log: Typo in #5905.
3295      Branch: cfgperl
3296            ! t/op/64bitint.t
3297 ____________________________________________________________________________
3298 [  5905] By: jhi                                   on 2000/03/31  18:50:54
3299         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
3300              reported by Joseph N. Hall.  The bug was that even with use64bitint
3301              one had to use the prefixes q, L, or ll with printf/sprintf,
3302              contrary to the documentation and common sense.
3303      Branch: cfgperl
3304            ! sv.c t/op/64bitint.t
3305 ____________________________________________________________________________
3306 [  5904] By: gsar                                  on 2000/03/28  02:31:32
3307         Log: add Changes, perldelta.pod
3308      Branch: perl
3309            + Changes pod/perldelta.pod
3310 ____________________________________________________________________________
3311 [  5903] By: gsar                                  on 2000/03/28  02:03:55
3312         Log: rename Changes and perldelta.pod
3313      Branch: perl
3314           +> Changes5.6 pod/perl56delta.pod
3315            - Changes pod/perldelta.pod
3316            ! MANIFEST
3317 ____________________________________________________________________________
3318 [  5902] By: gsar                                  on 2000/03/28  01:59:14
3319         Log: create maint-5.6 branch
3320      Branch: maint-5.6/perl
3321           +> (branch 1611 files)
3322 ____________________________________________________________________________
3323 [  5901] By: jhi                                   on 2000/03/23  05:48:43
3324         Log: Integrate with Sarathy.
3325      Branch: cfgperl
3326           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
3327 ____________________________________________________________________________
3328 [  5900] By: gsar                                  on 2000/03/23  05:42:43
3329         Log: three guesses on what this is :-)
3330      Branch: perl
3331            ! Changes