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