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