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