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