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