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