cd8d2862455d1881f08f77699b404f43c75cc517
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_55        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  2957] By: gsar                                  on 1999/02/16  04:09:47
83         Log: propagate PERL_VERSION everywhere, add to pod
84      Branch: perl
85            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
86            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
87            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
88            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
89            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
90            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
91            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
92            ! win32/config.gc win32/config.vc win32/config_sh.PL
93            ! win32/win32.c x2p/a2py.c
94 ____________________________________________________________________________
95 [  2955] By: jhi                                   on 1999/02/15  16:15:03
96         Log: The pack tests now better in C90 (after the packnative patches).
97      Branch: cfgperl
98            ! t/op/pack.t
99 ____________________________________________________________________________
100 [  2954] By: gsar                                  on 1999/02/15  14:11:50
101         Log: tweak Configure to follow new PERL_VERSION etc.
102      Branch: perl
103            ! Configure patchlevel.h pod/perlhist.pod
104 ____________________________________________________________________________
105 [  2953] By: jhi                                   on 1999/02/15  14:02:21
106         Log: Integrate from mainperl.
107      Branch: cfgperl
108           !> MANIFEST Porting/makerel
109 ____________________________________________________________________________
110 [  2952] By: jhi                                   on 1999/02/15  13:50:07
111         Log: Enhance the packnative patch: use the packnative code
112              only if required.  Also added hefty testing (hopefully
113              I didn't assume too much...).  Tested on alpha, ix86, sparc.
114      Branch: cfgperl
115            ! pod/perlfunc.pod pp.c t/op/pack.t
116 ____________________________________________________________________________
117 [  2951] By: jhi                                   on 1999/02/15  13:46:56
118         Log: AVAILABILITY from 5.005_03-tobe, will of course
119              require updating when 5.006 comes out.
120      Branch: cfgperl
121            ! pod/perl.pod
122 ____________________________________________________________________________
123 [  2949] By: gsar                                  on 1999/02/15  13:28:51
124         Log: will this be it for 5.005_55?
125      Branch: perl
126            ! MANIFEST Porting/makerel
127 ____________________________________________________________________________
128 [  2948] By: jhi                                   on 1999/02/15  13:23:52
129         Log: Integrate from mainperl.
130      Branch: cfgperl
131           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
132           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
133           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
134           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
135           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
136           !> win32/config.gc win32/config.vc win32/config_H.bc
137           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
138 ____________________________________________________________________________
139 [  2947] By: jhi                                   on 1999/02/15  13:20:41
140         Log: perlport.pod 1.39 from Chris.
141      Branch: cfgperl
142            ! pod/perlport.pod
143 ____________________________________________________________________________
144 [  2946] By: jhi                                   on 1999/02/15  13:09:58
145         Log: Import Ultrix update, change #2864, 
146              
147              From: Spider Boardman <spider@zk3.dec.com>
148              To: perlbug@perl.com
149              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
150              Date: Wed, 10 Feb 1999 23:33:31 -0500
151              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
152      Branch: cfgperl
153            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
154 ____________________________________________________________________________
155 [  2945] By: jhi                                   on 1999/02/15  13:04:50
156         Log: OpenBSD sparc SHMLBA.
157      Branch: cfgperl
158            ! ext/IPC/SysV/SysV.xs
159 ____________________________________________________________________________
160 [  2944] By: gsar                                  on 1999/02/15  12:09:52
161         Log: update win32/config* stuff, Changes
162      Branch: perl
163            ! Changes win32/Makefile win32/config.bc win32/config.gc
164            ! win32/config.vc win32/config_H.bc win32/config_H.gc
165            ! win32/config_H.vc win32/makefile.mk
166 ____________________________________________________________________________
167 [  2943] By: gsar                                  on 1999/02/15  11:54:08
168         Log: #include patchlevel.h by default, provide
169              PERL_{REVISION,VERSION,SUBVERSION}
170      Branch: perl
171            ! patchlevel.h perl.h
172 ____________________________________________________________________________
173 [  2942] By: gsar                                  on 1999/02/15  10:26:59
174         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
175              misc fixes
176      Branch: perl
177            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
178 ____________________________________________________________________________
179 [  2941] By: gsar                                  on 1999/02/15  10:24:37
180         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
181              Message-ID: <19990207002851.B9185@toldyouso.com>
182              Message-ID: <19990207212152.A9765@toldyouso.com>
183              Message-ID: <19990207212041.A9622@toldyouso.com>
184              Message-ID: <19990207213127.A10244@toldyouso.com>
185              Message-ID: <19990207212559.A9950@toldyouso.com>
186              Message-ID: <19990207212842.A9994@toldyouso.com>
187              Message-ID: <19990207212500.A9860@toldyouso.com>
188              Message-ID: <19990207213013.A10105@toldyouso.com>
189      Branch: perl
190            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
191            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
192            ! pod/perlmodlib.pod pod/perltoc.pod
193 ____________________________________________________________________________
194 [  2940] By: gsar                                  on 1999/02/15  10:07:08
195         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
196              of suggested patch)
197              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
198              Date: Mon, 08 Feb 1999 01:14:41 -0000
199              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
200              Subject: [PATCH 5.005_54] some pending C.pm stuff 
201      Branch: perl
202            ! ext/B/B/C.pm
203 ____________________________________________________________________________
204 [  2939] By: jhi                                   on 1999/02/15  08:40:18
205         Log: Integrate from mainperl.
206      Branch: cfgperl
207           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
208            - lib/File/PathConvert.pm
209           !> (integrate 81 files)
210 ____________________________________________________________________________
211 [  2938] By: gsar                                  on 1999/02/15  06:56:39
212         Log: change#2839 was bogus, redo
213      Branch: perl
214           !> t/lib/h2ph.pht
215 ____________________________________________________________________________
216 [  2937] By: gsar                                  on 1999/02/15  06:38:15
217         Log: support Win32::GetFullPathName() and Win32::SetLastError()
218              From: jan.dubois@ibm.net (Jan Dubois)
219              Date: Tue, 09 Feb 1999 22:27:31 +0100
220              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
221              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
222      Branch: perl
223            ! win32/win32.c
224 ____________________________________________________________________________
225 [  2936] By: gsar                                  on 1999/02/15  06:26:39
226         Log: support native integers, pack("L_",...) etc. (via private mail)
227              From: Jarkko Hietaniemi <jhi@iki.fi>
228              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
229              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
230              Subject: the "packnative" patch
231      Branch: perl
232            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
233            ! t/lib/ipc_sysv.t t/op/pack.t
234 ____________________________________________________________________________
235 [  2935] By: gsar                                  on 1999/02/15  06:04:02
236         Log: From: Michael G Schwern <schwern@pobox.com>
237              Date: Tue, 9 Feb 1999 04:13:12 -0500
238              Message-ID: <19990209041312.A15788@toldyouso.com>
239              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
240      Branch: perl
241            ! utils/h2xs.PL
242 ____________________________________________________________________________
243 [  2934] By: gsar                                  on 1999/02/15  05:30:13
244         Log: fix bugs in the handling of negative numbers, among other things
245              From: Steven Knight <knight@theopera.baldmt.citilink.com>
246              Date: Mon, 8 Feb 1999 01:16:24 -0600
247              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
248              Subject: Math::BigFloat and Math::BigInt
249      Branch: perl
250            + t/lib/bigfloat.t t/lib/bigfloatpm.t
251            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
252            ! t/lib/bigintpm.t
253 ____________________________________________________________________________
254 [  2933] By: gsar                                  on 1999/02/15  04:57:52
255         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
256              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
257              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
258              Subject: s2p incorrectly handles hold space commands
259      Branch: perl
260            ! x2p/s2p.PL
261 ____________________________________________________________________________
262 [  2932] By: gsar                                  on 1999/02/15  04:45:55
263         Log: clarify what a "line" is
264      Branch: perl
265            ! pod/perlfunc.pod pod/perlvar.pod
266 ____________________________________________________________________________
267 [  2931] By: gsar                                  on 1999/02/15  04:23:29
268         Log: backout change#2811 and add newer version based on File::Spec
269              From: Barrie Slaymaker <rbs@telerama.com>
270              Date: Thu, 11 Feb 1999 16:29:24 -0500
271              Message-ID: <36C34BB4.A62090E0@telerama.com>
272              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
273      Branch: perl
274            - lib/File/PathConvert.pm
275            ! MANIFEST installhtml lib/Pod/Html.pm
276 ____________________________________________________________________________
277 [  2930] By: gsar                                  on 1999/02/15  04:16:25
278         Log: From: Barrie Slaymaker <rbs@telerama.com>
279              Date: Thu, 11 Feb 1999 19:39:48 -0500
280              Message-ID: <36C37854.707D139@telerama.com>
281              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
282      Branch: perl
283            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
284 ____________________________________________________________________________
285 [  2929] By: gsar                                  on 1999/02/15  04:06:50
286         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
287              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
288              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
289              Subject: [PATCH]5.005_54 (DOC) fix many typos
290              --
291              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
292              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
293              Subject: [PATCH]5.005_54 (DOC) typos
294      Branch: perl
295            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
296            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
297            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
298            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
299            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
300            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
301            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
302            ! pod/perlvar.pod pod/perlxs.pod
303 ____________________________________________________________________________
304 [  2928] By: gsar                                  on 1999/02/15  03:39:53
305         Log: allow the Carp routines to pass through exception objects
306      Branch: perl
307            ! lib/Carp.pm
308 ____________________________________________________________________________
309 [  2927] By: gsar                                  on 1999/02/15  03:22:57
310         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
311      Branch: perl
312            ! pod/perlfaq8.pod
313 ____________________________________________________________________________
314 [  2926] By: gsar                                  on 1999/02/15  03:19:39
315         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
316              have done that, but didn't)
317      Branch: perl
318           !> utils/h2ph.PL
319 ____________________________________________________________________________
320 [  2925] By: gsar                                  on 1999/02/15  03:17:01
321         Log: integrate cfgperl changes into mainline
322      Branch: perl
323            ! Changes
324           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
325           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
326           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
327           !> vms/subconfigure.com
328 ____________________________________________________________________________
329 [  2924] By: gsar                                  on 1999/02/15  03:07:08
330         Log: add const qualifier to most char* prototypes, handle ripple effect
331      Branch: perl
332            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
333            ! universal.c util.c
334 ____________________________________________________________________________
335 [  2923] By: gsar                                  on 1999/02/15  01:04:30
336         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
337              Date: Thu, 04 Feb 1999 02:37:31 +0000
338              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
339              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
340      Branch: perl
341            ! pp_ctl.c t/op/range.t
342 ____________________________________________________________________________
343 [  2922] By: gsar                                  on 1999/02/15  00:24:34
344         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
345              Date: Sun, 31 Jan 1999 01:50:06 +0000
346              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
347              Subject: [PATCH 5.005_03t4] regexp flags bug
348      Branch: perl
349            ! regcomp.c t/op/re_tests
350 ____________________________________________________________________________
351 [  2921] By: gsar                                  on 1999/02/15  00:13:02
352         Log: use New() et al., rather than safemalloc() et al.
353              From: jan.dubois@ibm.net (Jan Dubois)
354              Date: Fri, 29 Jan 1999 23:27:22 +0100
355              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
356              Subject: [PATCH _03-MT5] POSIX.xs memory API
357      Branch: perl
358            ! ext/POSIX/POSIX.xs
359 ____________________________________________________________________________
360 [  2920] By: gsar                                  on 1999/02/15  00:05:33
361         Log: tweak READ() docs to mention $buffer must be altered by reference
362      Branch: perl
363            ! pod/perltie.pod
364 ____________________________________________________________________________
365 [  2919] By: gsar                                  on 1999/02/14  23:50:39
366         Log: applied suggested patch, with several language/readability tweaks
367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
368              Date: Fri, 29 Jan 1999 00:25:02 -0500
369              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
370              Subject: Re: [PATCH 5.005_*] Better parsing docs
371      Branch: perl
372            ! pod/perlop.pod
373 ____________________________________________________________________________
374 [  2918] By: gsar                                  on 1999/02/14  23:20:42
375         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
376              of silently returning bogus values)
377              From: Peter Chines <pchines@nhgri.nih.gov>
378              Date: Wed, 27 Jan 1999 16:11:31 -0500
379              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
380              Subject: Time::Local
381      Branch: perl
382            ! lib/Time/Local.pm pod/perldelta.pod
383 ____________________________________________________________________________
384 [  2917] By: gsar                                  on 1999/02/14  11:21:43
385         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
386              Date: Thu, 28 Jan 1999 10:02:20 -0500
387              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
388              Subject: Re: [PATCH 5.005_53] Better perldoc
389      Branch: perl
390            ! utils/perldoc.PL
391 ____________________________________________________________________________
392 [  2916] By: gsar                                  on 1999/02/14  10:59:38
393         Log: back out change#2751, apply updated version 
394              From: jan.dubois@ibm.net (Jan Dubois)
395              Date: Sat, 06 Feb 1999 01:06:29 +0100
396              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
397              Subject: [PATCH] Cleanup of File::Spec module
398      Branch: perl
399            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
400            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
401            ! lib/File/Spec/Win32.pm
402 ____________________________________________________________________________
403 [  2915] By: gsar                                  on 1999/02/14  10:48:01
404         Log: tweak select() test
405      Branch: perl
406            ! pod/perlipc.pod t/op/fh.t
407 ____________________________________________________________________________
408 [  2914] By: gsar                                  on 1999/02/14  10:25:55
409         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
410      Branch: perl
411            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
412 ____________________________________________________________________________
413 [  2913] By: gsar                                  on 1999/02/14  10:03:51
414         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
415              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
416              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
417              Subject: Re: SvOPV() or SvPV_nolen() or ...
418      Branch: perl
419            ! pod/perlguts.pod
420 ____________________________________________________________________________
421 [  2912] By: gsar                                  on 1999/02/14  09:57:29
422         Log: provide SvPV_nolen(sv) to avoid use of PL_na
423              From: jan.dubois@ibm.net (Jan Dubois)
424              Date: Sun, 24 Jan 1999 02:45:32 +0100
425              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
426              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
427      Branch: perl
428            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
429            ! sv.h
430 ____________________________________________________________________________
431 [  2911] By: gsar                                  on 1999/02/14  06:51:05
432         Log: elide stray effluvium
433      Branch: perl
434            ! pod/perldelta.pod
435 ____________________________________________________________________________
436 [  2910] By: gsar                                  on 1999/02/14  05:51:56
437         Log: slurping an empty file should return '' rather than undef, with
438              commensurate effects on ARGV processing
439      Branch: perl
440            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
441            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
442 ____________________________________________________________________________
443 [  2909] By: gsar                                  on 1999/02/14  00:02:11
444         Log: perly_c.diff typo
445      Branch: perl
446            ! perly.c perly_c.diff vms/perly_c.vms
447 ____________________________________________________________________________
448 [  2908] By: gsar                                  on 1999/02/13  18:20:13
449         Log: From: jan.dubois@ibm.net (Jan Dubois)
450              Date: Sat, 13 Feb 1999 13:25:53 +0100
451              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
452              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
453      Branch: perl
454            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
455 ____________________________________________________________________________
456 [  2907] By: jhi                                   on 1999/02/13  15:07:26
457         Log: Integrate from mainperl.
458      Branch: cfgperl
459           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
460           !> (integrate 150 files)
461 ____________________________________________________________________________
462 [  2903] By: gsar                                  on 1999/02/12  13:25:59
463         Log: From: jan.dubois@ibm.net (Jan Dubois)
464              Date: Sun, 24 Jan 1999 01:12:00 +0100
465              Message-ID: <36b66479.62756298@smtp1.ibm.net>
466              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
467      Branch: perl
468            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
469            ! proto.h sv.c sv.h
470 ____________________________________________________________________________
471 [  2902] By: gsar                                  on 1999/02/12  12:55:11
472         Log: script to generate ctags from etags
473              From: Colin Kuskie <ckuskie@cadence.com>
474              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
475              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
476              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
477      Branch: perl
478            + emacs/e2ctags.pl
479            ! Makefile.SH pod/perlfaq3.pod
480 ____________________________________________________________________________
481 [  2901] By: gsar                                  on 1999/02/12  12:40:17
482         Log: allow boolean assign ops to be lvalues
483              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
484              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
485              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
486              --
487              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
488              Date: Mon, 18 Jan 1999 10:04:00 +0000
489              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
490              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
491      Branch: perl
492            + t/op/lop.t
493            ! MANIFEST op.c
494 ____________________________________________________________________________
495 [  2899] By: jhi                                   on 1999/02/12  12:03:48
496         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
497      Branch: cfgperl
498            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
499            ! config_h.SH hints/openbsd.sh
500 ____________________________________________________________________________
501 [  2898] By: gsar                                  on 1999/02/12  11:49:25
502         Log: support win32_putenv()
503      Branch: perl
504            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
505            ! win32/win32.c win32/win32iop.h
506 ____________________________________________________________________________
507 [  2894] By: gsar                                  on 1999/02/12  11:09:27
508         Log: add missing hunk in change#2657
509      Branch: perl
510            ! ext/B/B/CC.pm
511 ____________________________________________________________________________
512 [  2893] By: gsar                                  on 1999/02/12  11:00:13
513         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
514              Date: Tue, 19 Jan 1999 20:13:15 -0500
515              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
516              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
517      Branch: perl
518            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
519            ! t/pragma/subs.t t/pragma/warning.t
520 ____________________________________________________________________________
521 [  2892] By: gsar                                  on 1999/02/12  10:44:38
522         Log: update change#2670 to later version
523              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
524              Date: Sun, 31 Jan 1999 16:16:14 +0000
525              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
526              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
527      Branch: perl
528            ! t/op/subst.t toke.c
529 ____________________________________________________________________________
530 [  2891] By: gsar                                  on 1999/02/12  10:31:17
531         Log: make testsuite somewhat location independent
532      Branch: perl
533            ! (edit 117 files)
534 ____________________________________________________________________________
535 [  2890] By: gsar                                  on 1999/02/12  10:00:30
536         Log: add $AutoLoader::VERSION
537      Branch: perl
538            ! lib/AutoLoader.pm
539 ____________________________________________________________________________
540 [  2889] By: gsar                                  on 1999/02/12  09:55:48
541         Log: tweak PERL_STRICT_CR notes
542      Branch: perl
543            ! pod/perl5005delta.pod
544 ____________________________________________________________________________
545 [  2888] By: gsar                                  on 1999/02/12  09:41:45
546         Log: add note about test-notty target
547      Branch: perl
548            ! README.win32
549 ____________________________________________________________________________
550 [  2887] By: gsar                                  on 1999/02/12  09:37:37
551         Log: add perltodo.pod
552      Branch: perl
553            + pod/perltodo.pod
554            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
555            ! win32/pod.mak
556 ____________________________________________________________________________
557 [  2886] By: jhi                                   on 1999/02/12  08:52:14
558         Log: Integrate from mainperl.
559      Branch: cfgperl
560           +> t/op/fh.t
561           !> (integrate 30 files)
562 ____________________________________________________________________________
563 [  2885] By: gsar                                  on 1999/02/12  08:42:10
564         Log: note how to find REG_INFTY limit
565      Branch: perl
566            ! pod/perlre.pod
567 ____________________________________________________________________________
568 [  2884] By: jhi                                   on 1999/02/12  08:36:14
569         Log: OpenBSD pthreads awareness, thanks to
570              David Leonard <david.leonard@csee.uq.edu.au>
571      Branch: maint-5.005/perl
572            ! Configure hints/openbsd.sh
573 ____________________________________________________________________________
574 [  2882] By: gsar                                  on 1999/02/12  08:05:20
575         Log: IO is maintained by p5p (per Graham Barr's wishes)
576      Branch: perl
577            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
578            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
579            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
580            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
581 ____________________________________________________________________________
582 [  2881] By: gsar                                  on 1999/02/12  07:57:13
583         Log: fh.t typo
584      Branch: perl
585            ! t/op/fh.t
586 ____________________________________________________________________________
587 [  2880] By: gsar                                  on 1999/02/12  07:38:16
588         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
589      Branch: perl
590            ! perl.c pod/perlrun.pod
591 ____________________________________________________________________________
592 [  2879] By: gsar                                  on 1999/02/12  05:39:29
593         Log: fix ops that are not filehandle constructors to not create GV if it
594              doesn't already exist (avoids leaks); extend semantics of defined()
595              so that defined(*{$foo}) works (experimental)
596      Branch: perl
597            + t/op/fh.t
598            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
599            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
600 ____________________________________________________________________________
601 [  2877] By: jhi                                   on 1999/02/11  20:44:00
602         Log: From: Chris Nandor <pudge@pobox.com>
603              To: perl5-porters@perl.org
604              Subject: [PATCH] perlport.pod 1.39
605              Date: Thu, 11 Feb 1999 12:28:35 -0500
606              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
607      Branch: cfgperl
608            ! pod/perlport.pod
609 ____________________________________________________________________________
610 [  2870] By: gsar                                  on 1999/02/11  11:17:08
611         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
612      Branch: perl
613            ! ext/IO/lib/IO/Pipe.pm
614 ____________________________________________________________________________
615 [  2869] By: gsar                                  on 1999/02/11  11:00:56
616         Log: update win32/pod.mak
617      Branch: perl
618            ! win32/pod.mak
619 ____________________________________________________________________________
620 [  2868] By: gsar                                  on 1999/02/11  10:42:44
621         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
622              Date: Fri, 08 Jan 1999 14:36:53 +1100
623              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
624              Subject: Re: [Fwd: IO::Socket::connect and blocking]
625      Branch: perl
626            ! ext/IO/lib/IO/Socket.pm
627 ____________________________________________________________________________
628 [  2867] By: gsar                                  on 1999/02/11  09:43:03
629         Log: av_extend() doc tweak from Jan Dubois
630      Branch: perl
631            ! pod/perlguts.pod
632 ____________________________________________________________________________
633 [  2866] By: gsar                                  on 1999/02/11  09:27:17
634         Log: display full pathname of unreadable files
635      Branch: perl
636            ! utils/perldoc.PL
637 ____________________________________________________________________________
638 [  2865] By: gsar                                  on 1999/02/11  09:02:31
639         Log: missing patch in change#2522
640      Branch: perl
641            ! lib/Pod/Text.pm
642 ____________________________________________________________________________
643 [  2864] By: jhi                                   on 1999/02/11  08:45:00
644         Log: From: Spider Boardman <spider@zk3.dec.com>
645              To: perlbug@perl.com
646              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
647              Date: Wed, 10 Feb 1999 23:33:31 -0500
648              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
649      Branch: maint-5.005/perl
650            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
651 ____________________________________________________________________________
652 [  2862] By: gsar                                  on 1999/02/11  08:14:34
653         Log: integrate changes#2738,2740 from maint-5.005
654      Branch: perl
655           !> lib/ExtUtils/MakeMaker.pm
656 ____________________________________________________________________________
657 [  2861] By: jhi                                   on 1999/02/11  08:04:25
658         Log: Integrate from mainperl.
659      Branch: cfgperl
660           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
661           !> t/op/range.t win32/config.gc
662 ____________________________________________________________________________
663 [  2860] By: gsar                                  on 1999/02/11  07:30:08
664         Log: binmode() support for cygwin32 (suggested by Steven Morlock
665              <newspost@morlock.net>)
666      Branch: perl
667            ! perl.h
668 ____________________________________________________________________________
669 [  2859] By: gsar                                  on 1999/02/11  07:14:21
670         Log: update Changes
671      Branch: perl
672            ! Changes
673           !> pod/perl5005delta.pod
674 ____________________________________________________________________________
675 [  2856] By: gsar                                  on 1999/02/11  07:07:39
676         Log: integrate perldelta changes from maint-5.005
677      Branch: perl
678           !> pod/perl5005delta.pod
679 ____________________________________________________________________________
680 [  2855] By: gsar                                  on 1999/02/11  06:31:50
681         Log: applied suggested patch; added tests
682              From: Adam Krolnik <adamk@gypsy.cyrix.com>
683              Date: Sat, 12 Dec 98 15:30:18 -0600
684              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
685              Subject: Range operation doesn't handle IV_MAX
686      Branch: perl
687            ! pp_ctl.c t/op/range.t
688 ____________________________________________________________________________
689 [  2854] By: gsar                                  on 1999/02/11  05:00:55
690         Log: compatibility fix: magic non-propagation in foreach implicit localization
691      Branch: perl
692            ! pp_ctl.c t/op/local.t win32/config.gc
693 ____________________________________________________________________________
694 [  2852] By: gsar                                  on 1999/02/10  23:17:49
695         Log: fair warning about -Dusethreads
696      Branch: maint-5.005/perl
697            ! Configure INSTALL README.threads
698 ____________________________________________________________________________
699 [  2847] By: jhi                                   on 1999/02/09  19:13:28
700         Log: Integrate from mainperl.
701      Branch: cfgperl
702           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
703           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
704 ____________________________________________________________________________
705 [  2846] By: gsar                                  on 1999/02/09  13:53:28
706         Log: a modified version of suggested patch for pack template 'Z'; added docs
707              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
708              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
709              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
710              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
711      Branch: perl
712            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
713 ____________________________________________________________________________
714 [  2845] By: gsar                                  on 1999/02/09  00:03:26
715         Log: clarify docs for change#2835
716      Branch: perl
717            ! pod/perldelta.pod pod/perlop.pod
718 ____________________________________________________________________________
719 [  2844] By: gsar                                  on 1999/02/08  23:40:57
720         Log: addendum to change#2823
721              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
722              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
723              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
724              Subject: [PATCH] Docs and tests for method-call syntax
725      Branch: perl
726            ! pod/perlobj.pod t/op/method.t
727 ____________________________________________________________________________
728 [  2843] By: jhi                                   on 1999/02/08  21:06:28
729         Log: Ultrix mmap tidbit.
730      Branch: cfgperl
731            ! hints/ultrix_4.sh
732 ____________________________________________________________________________
733 [  2842] By: jhi                                   on 1999/02/08  20:22:55
734         Log: Integrate from mainperl.
735      Branch: cfgperl
736           +> t/op/subst_wamp.t
737           !> (integrate 35 files)
738 ____________________________________________________________________________
739 [  2841] By: jhi                                   on 1999/02/08  18:23:26
740         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
741              To: Mailing list Perl5 <perl5-porters@perl.org>
742              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
743              Date: Sun, 7 Feb 1999 17:25:22 -0500
744              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
745      Branch: cfgperl
746            + t/op/subst_amp.t
747            ! MANIFEST regcomp.c t/op/subst.t
748 ____________________________________________________________________________
749 [  2840] By: jhi                                   on 1999/02/08  18:16:54
750         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
751              To: Mailing list Perl5 <perl5-porters@perl.org>
752              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
753              Date: Sun, 7 Feb 1999 17:00:10 -0500
754              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
755      Branch: cfgperl
756            ! pp_hot.c t/op/pat.t
757 ____________________________________________________________________________
758 [  2839] By: jhi                                   on 1999/02/08  17:25:30
759         Log: A require was missing.
760      Branch: cfgperl
761            ! t/lib/h2ph.pht
762 ____________________________________________________________________________
763 [  2838] By: jhi                                   on 1999/02/08  16:38:41
764         Log: Bring in the change #2809 (the Configure part has been
765              modified rather a lot since the #2809, though.)
766      Branch: cfgperl
767            ! Configure utils/h2ph.PL
768 ____________________________________________________________________________
769 [  2835] By: gsar                                  on 1999/02/08  14:40:23
770         Log: make qw() into a true list at compile time (slightly modified
771              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
772      Branch: perl
773            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
774 ____________________________________________________________________________
775 [  2834] By: gsar                                  on 1999/02/08  13:23:16
776         Log: make safesysmalloc() etc., always available; safemalloc() et al are
777              now macros that point to the right malloc; fix various places in
778              sources that need to always use safesysmalloc() et al
779      Branch: perl
780            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
781            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
782 ____________________________________________________________________________
783 [  2833] By: gsar                                  on 1999/02/08  10:56:16
784         Log: remove spurious #endif in last change
785      Branch: perl
786            ! perl.h
787 ____________________________________________________________________________
788 [  2832] By: gsar                                  on 1999/02/08  10:34:55
789         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
790              them ask for insanity (untested)
791      Branch: perl
792            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
793            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
794            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
795 ____________________________________________________________________________
796 [  2831] By: jhi                                   on 1999/02/08  08:33:33
797         Log: Update vms/subconfigure.com along the lines of change #2829.
798      Branch: cfgperl
799            ! vms/subconfigure.com
800 ____________________________________________________________________________
801 [  2830] By: gsar                                  on 1999/02/08  00:19:46
802         Log: integrate cfgperl changes into mainline
803      Branch: perl
804           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
805           +> lib/File/PathConvert.pm pod/perlthrtut.pod
806            ! Changes
807           !> (integrate 93 files)
808 ____________________________________________________________________________
809 [  2829] By: jhi                                   on 1999/02/07  23:49:46
810         Log: Configure update.
811              
812              Probe for mmap() et alia.
813              The *cc*symbols patch (just Configure, no h2ph).
814      Branch: cfgperl
815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
816            ! config_h.SH perl.h
817 ____________________________________________________________________________
818 [  2828] By: gsar                                  on 1999/02/07  23:38:47
819         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
820              Date: Sun, 7 Feb 1999 17:25:22 -0500
821              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
822              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
823      Branch: perl
824            + t/op/subst_amp.t t/op/subst_wamp.t
825            ! MANIFEST regcomp.c t/op/subst.t
826 ____________________________________________________________________________
827 [  2827] By: gsar                                  on 1999/02/07  23:27:32
828         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
829              Date: Sun, 7 Feb 1999 17:00:10 -0500
830              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
831              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
832      Branch: perl
833            ! pp_hot.c t/op/pat.t
834 ____________________________________________________________________________
835 [  2826] By: gsar                                  on 1999/02/07  23:26:04
836         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
838              Date: Sun, 7 Feb 1999 15:07:27 -0500
839              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
840              Subject: Re: fixing memory leaks in REx compilation
841      Branch: perl
842            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
843            ! regexec.c
844 ____________________________________________________________________________
845 [  2825] By: jhi                                   on 1999/02/07  18:05:13
846         Log: Integrate from mainperl.
847      Branch: cfgperl
848           +> lib/DB.pm t/comp/bproto.t
849           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
850           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
851           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
852           !> toke.c vms/perly_c.vms
853 ____________________________________________________________________________
854 [  2824] By: gsar                                  on 1999/02/07  14:21:48
855         Log: tweak doc on bitwise ops
856      Branch: perl
857            ! pod/perlop.pod
858 ____________________________________________________________________________
859 [  2823] By: gsar                                  on 1999/02/07  13:38:31
860         Log: applied suggested patch; regen perly* and vms/perly*
861              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
862              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
863              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
864              Subject: [PATCH] Re: Suggestion for perlobj man page
865      Branch: perl
866            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
867 ____________________________________________________________________________
868 [  2822] By: gsar                                  on 1999/02/07  12:39:09
869         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
870              disabled, fails tests)
871      Branch: perl
872            ! regcomp.h
873 ____________________________________________________________________________
874 [  2821] By: gsar                                  on 1999/02/07  11:09:39
875         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
876              <Alexander.Barilo@aexp.com>)
877      Branch: perl
878            ! lib/Pod/Html.pm
879 ____________________________________________________________________________
880 [  2820] By: gsar                                  on 1999/02/07  10:20:35
881         Log: add draft debugging API implementation
882      Branch: perl
883            + lib/DB.pm
884            ! MANIFEST
885 ____________________________________________________________________________
886 [  2819] By: gsar                                  on 1999/02/07  09:58:45
887         Log: avoid garbage in db->dirbuf
888              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
889              Date: Sat, 05 Dec 1998 14:14:54 +0900
890              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
891              Subject: SDBM bug
892      Branch: perl
893            ! ext/SDBM_File/sdbm/sdbm.c
894 ____________________________________________________________________________
895 [  2818] By: gsar                                  on 1999/02/07  09:32:24
896         Log: missing entry
897      Branch: perl
898            ! MANIFEST
899 ____________________________________________________________________________
900 [  2817] By: gsar                                  on 1999/02/07  09:30:47
901         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
902      Branch: perl
903            + t/comp/bproto.t
904            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
905 ____________________________________________________________________________
906 [  2816] By: gsar                                  on 1999/02/06  00:14:29
907         Log: minor bug in dumping blessed subrefs
908      Branch: perl
909            ! ext/Data/Dumper/Dumper.pm
910 ____________________________________________________________________________
911 [  2812] By: jhi                                   on 1999/02/03  22:02:24
912         Log: Enhance change #2808.
913              
914              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
915              To: perl5-porters@perl.org
916              Subject: Re: [PATCH 5.00*]: perlbug checklist
917              Date: Wed, 3 Feb 1999 19:02:27 +0000
918              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
919      Branch: cfgperl
920            ! utils/perlbug.PL
921 ____________________________________________________________________________
922 [  2811] By: jhi                                   on 1999/02/03  21:53:23
923         Log: From: Barrie Slaymaker <rbs@telerama.com>
924              To: perl5-porters@perl.org
925              CC: pod-people@perl.org
926              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
927              Date: Wed, 03 Feb 1999 10:34:18 -0500
928              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
929              
930              Add File::PathConvert.pm.
931              Fix Pod::Html and installhtml to understand relative urls.
932      Branch: cfgperl
933            + lib/File/PathConvert.pm
934            ! MANIFEST installhtml lib/Pod/Html.pm
935 ____________________________________________________________________________
936 [  2810] By: jhi                                   on 1999/02/03  20:25:10
937         Log: From: Francois Desarmenien <desar@club-internet.fr>
938              To: Mailing list Perl5 <perl5-porters@perl.org>
939              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
940              Date: Wed, 03 Feb 1999 13:13:24 +0000
941              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
942              
943              (note: this patch completely overrides Tom Wolfe's patch,
944              change #2604)
945      Branch: cfgperl
946            + ext/GDBM_File/hints/sco.pl
947            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
948 ____________________________________________________________________________
949 [  2809] By: jhi                                   on 1999/02/03  19:54:16
950         Log: h2ph fixes + Configure patch to support them.
951              
952              From: "Kurt D. Starsinic" <kstar@chapin.edu>
953              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
954              Gurusamy Sarathy <gsar@engin.umich.edu>
955              Cc: perl5-porters@perl.org
956              Subject: [PATCH 5.00503_MT5] h2ph.PL
957              Date: Tue, 2 Feb 1999 19:48:06 -0500
958              Message-ID: <19990202194806.E10647@O2.chapin.edu>
959      Branch: maint-5.005/perl
960            ! Configure utils/h2ph.PL
961 ____________________________________________________________________________
962 [  2808] By: jhi                                   on 1999/02/03  16:59:55
963         Log: Enhance the perlbug checklist.
964      Branch: cfgperl
965            ! utils/perlbug.PL
966 ____________________________________________________________________________
967 [  2807] By: jhi                                   on 1999/02/03  14:01:37
968         Log: Document the standard strftime %formats.
969              
970              From: Dominic Dunlop <domo@vo.lu>
971              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
972              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
973              Date: Tue, 2 Feb 1999 15:55:29 +0100
974              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
975      Branch: cfgperl
976            ! ext/POSIX/POSIX.pod
977 ____________________________________________________________________________
978 [  2806] By: jhi                                   on 1999/02/03  13:58:00
979         Log: Integrate from mainperl.
980      Branch: cfgperl
981           !> perl.h
982 ____________________________________________________________________________
983 [  2805] By: gsar                                  on 1999/02/03  03:32:31
984         Log: PL_uuemap[] init needs help for sizeof()
985      Branch: perl
986            ! perl.h
987 ____________________________________________________________________________
988 [  2804] By: jhi                                   on 1999/02/02  20:44:30
989         Log: These should've been already in #2803.
990      Branch: cfgperl
991            ! Configure config_h.SH vms/subconfigure.com
992 ____________________________________________________________________________
993 [  2803] By: jhi                                   on 1999/02/02  20:38:45
994         Log: telldir prototype issue, from mists of time...
995      Branch: cfgperl
996            ! hints/netbsd.sh pp_sys.c
997 ____________________________________________________________________________
998 [  2801] By: jhi                                   on 1999/02/02  17:40:14
999         Log: From: John Bley <jbb6@acpub.duke.edu>
1000              To: perlbug@perl.org
1001              Subject: [PATCH]5.005_54 (DOC) fix minor typos
1002              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
1003              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
1004      Branch: cfgperl
1005            ! pod/perlre.pod
1006 ____________________________________________________________________________
1007 [  2800] By: jhi                                   on 1999/02/02  17:26:49
1008         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
1009      Branch: cfgperl
1010            ! Todo-5.005
1011 ____________________________________________________________________________
1012 [  2799] By: jhi                                   on 1999/02/02  17:18:51
1013         Log: Update FindBin from maint-5.005.
1014      Branch: cfgperl
1015            ! lib/FindBin.pm
1016 ____________________________________________________________________________
1017 [  2798] By: jhi                                   on 1999/02/02  17:16:07
1018         Log: Fix typecasts in #2797
1019              
1020              From: "G. Del Merritt" <del@intranetics.com>
1021              Date: Fri, 29 Jan 1999 11:47:25 -0700
1022              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
1023              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
1024      Branch: cfgperl
1025            ! ext/POSIX/POSIX.xs
1026 ____________________________________________________________________________
1027 [  2797] By: jhi                                   on 1999/02/02  17:14:37
1028         Log: From: Ted Law <tedlaw@cibcwg.com>
1029              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
1030              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
1031              Subject: POSIX::strftime buffer overflow problem
1032      Branch: cfgperl
1033            ! ext/POSIX/POSIX.xs
1034 ____________________________________________________________________________
1035 [  2796] By: jhi                                   on 1999/02/02  17:13:23
1036         Log: Do not use File::Slurp.
1037      Branch: cfgperl
1038            ! t/lib/textfill.t
1039 ____________________________________________________________________________
1040 [  2795] By: jhi                                   on 1999/02/02  17:11:48
1041         Log: perlhist update from maint-5.005.
1042      Branch: cfgperl
1043            ! pod/perlhist.pod
1044 ____________________________________________________________________________
1045 [  2794] By: jhi                                   on 1999/02/02  17:10:33
1046         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
1047      Branch: cfgperl
1048            ! ext/POSIX/POSIX.pm
1049 ____________________________________________________________________________
1050 [  2793] By: jhi                                   on 1999/02/02  17:08:39
1051         Log: Missed the html test from change #2787. 
1052      Branch: cfgperl
1053            ! t/lib/cgi-html.t
1054 ____________________________________________________________________________
1055 [  2792] By: jhi                                   on 1999/02/02  17:01:24
1056         Log: Update Getopt::Long to 2.19.
1057      Branch: cfgperl
1058            ! lib/Getopt/Long.pm
1059 ____________________________________________________________________________
1060 [  2791] By: jhi                                   on 1999/02/02  16:59:13
1061         Log: overload syntax is no longer experimental
1062      Branch: cfgperl
1063            ! lib/overload.pm
1064 ____________________________________________________________________________
1065 [  2789] By: jhi                                   on 1999/02/02  16:47:50
1066         Log: Still doc fixes.
1067      Branch: cfgperl
1068            ! lib/diagnostics.pm
1069 ____________________________________________________________________________
1070 [  2788] By: jhi                                   on 1999/02/02  16:47:07
1071         Log: Doc fixes.
1072      Branch: cfgperl
1073            ! lib/CGI.pm lib/diagnostics.pm
1074 ____________________________________________________________________________
1075 [  2787] By: jhi                                   on 1999/02/02  16:38:55
1076         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
1077              where applicable).
1078      Branch: cfgperl
1079            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
1080            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
1081            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
1082            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
1083            ! eg/cgi/frameset.cgi eg/cgi/index.html
1084            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
1085            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
1086            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
1087            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
1088            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
1089            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
1090 ____________________________________________________________________________
1091 [  2786] By: jhi                                   on 1999/02/02  16:17:52
1092         Log: Update CPAN to 1.47.
1093      Branch: cfgperl
1094            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1095 ____________________________________________________________________________
1096 [  2785] By: jhi                                   on 1999/02/02  16:09:03
1097         Log: From: Mark-Jason Dominus <mjd@plover.com>
1098              Date: Sat, 16 Jan 1999 17:22:06 -0500
1099              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
1100              Message-ID: <19990116222206.3674.qmail@plover.com>
1101      Branch: cfgperl
1102            ! pod/perlsub.pod
1103 ____________________________________________________________________________
1104 [  2784] By: jhi                                   on 1999/02/02  16:01:31
1105         Log: Fix incorrect "used only once" warnings
1106              
1107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1108              Date: Fri, 8 Jan 1999 04:37:10 -0500
1109              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
1110              Subject: Re: change#965 flakiness
1111      Branch: cfgperl
1112            ! gv.c
1113 ____________________________________________________________________________
1114 [  2783] By: jhi                                   on 1999/02/02  15:50:38
1115         Log: perldelta updates.
1116      Branch: cfgperl
1117            ! pod/perldelta.pod
1118 ____________________________________________________________________________
1119 [  2782] By: jhi                                   on 1999/02/02  14:28:26
1120         Log: Mirror change #2781.
1121      Branch: cfgperl
1122            ! hints/linux.sh
1123 ____________________________________________________________________________
1124 [  2781] By: jhi                                   on 1999/02/02  14:27:01
1125         Log: Update the MkLinux note.
1126      Branch: maint-5.005/perl
1127            ! hints/linux.sh
1128 ____________________________________________________________________________
1129 [  2780] By: jhi                                   on 1999/02/02  14:10:59
1130         Log: Update todo.
1131      Branch: cfgperl
1132            ! Todo-5.005
1133 ____________________________________________________________________________
1134 [  2779] By: jhi                                   on 1999/02/02  14:00:25
1135         Log: Integrate from mainperl.
1136      Branch: cfgperl
1137            ! t/lib/textfill.t t/lib/textwrap.t
1138           !> (integrate 32 files)
1139 ____________________________________________________________________________
1140 [  2778] By: jhi                                   on 1999/02/02  13:56:23
1141         Log: VMS update, applicable parts of
1142              
1143              From: Dan Sugalski <sugalskd@osshe.edu>
1144              To: perl5-porters@perl.org
1145              Subject: [PATCH 5.005_03MT3]VMS configure tweak
1146              Date: Wed, 20 Jan 1999 12:05:18 -0800
1147              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
1148              
1149              From: Dan Sugalski <sugalskd@osshe.edu>
1150              To: perlbug@perl.com, vmsperl@perl.org
1151              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
1152              Date: Tue, 26 Jan 1999 14:40:38 -0800
1153              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
1154              
1155              From: Dan Sugalski <sugalskd@osshe.edu>
1156              To: perl5-porters@perl.org, vmsperl@perl.org
1157              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
1158              Date: Tue, 26 Jan 1999 14:55:29 -0800
1159              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
1160      Branch: cfgperl
1161            ! vms/ext/Stdio/test.pl vms/subconfigure.com
1162 ____________________________________________________________________________
1163 [  2777] By: jhi                                   on 1999/02/02  13:43:24
1164         Log: Synch usethreads parts from maint-5.005.
1165      Branch: cfgperl
1166            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
1167            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
1168            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
1169            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
1170 ____________________________________________________________________________
1171 [  2776] By: jhi                                   on 1999/02/02  13:17:16
1172         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
1173      Branch: cfgperl
1174            ! Makefile.SH hints/freebsd.sh
1175 ____________________________________________________________________________
1176 [  2774] By: jhi                                   on 1999/02/02  13:10:39
1177         Log: Add perlthrtut, update pod/* machinery.
1178              (a pod/Makefile.SH is sorely needed)
1179      Branch: cfgperl
1180            + pod/perlthrtut.pod
1181            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
1182 ____________________________________________________________________________
1183 [  2773] By: jhi                                   on 1999/02/02  12:54:24
1184         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1185              To: perl5-porters@perl.org
1186              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
1187              Date: Tue, 26 Jan 1999 22:25:07 +0000
1188              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
1189      Branch: cfgperl
1190            ! pod/perlguts.pod
1191 ____________________________________________________________________________
1192 [  2771] By: jhi                                   on 1999/02/02  12:47:34
1193         Log: Use perlbug instead of personal email address.
1194      Branch: cfgperl
1195            ! Configure
1196 ____________________________________________________________________________
1197 [  2770] By: jhi                                   on 1999/02/02  12:42:06
1198         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
1199              
1200              From: "G. Del Merritt" <del@intranetics.com>
1201              To: perlbug@perl.com
1202              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1203              Date: Tue, 26 Jan 1999 12:09:09 -0700
1204              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1205      Branch: cfgperl
1206            ! iperlsys.h
1207 ____________________________________________________________________________
1208 [  2769] By: jhi                                   on 1999/02/02  12:37:57
1209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1210              To: Mailing list Perl5 <perl5-porters@perl.org>
1211              Subject: [PATCH 5.005_*] OS/2 threads
1212              Date: Tue, 26 Jan 1999 13:39:46 -0500
1213              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
1214      Branch: cfgperl
1215            ! os2/os2ish.h
1216 ____________________________________________________________________________
1217 [  2768] By: jhi                                   on 1999/02/02  12:36:16
1218         Log: Apply change #2711 from maint-5.005:
1219              
1220              make ok", "make okfile", and "make nok" were broken
1221              with -Duseshrplib, because of a shared typo.
1222              
1223              From: Spider Boardman <spider@web.zk3.dec.com>
1224              To: perlbug@perl.com
1225              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1226              Date: Wed, 27 Jan 1999 12:27:15 -0500
1227              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1228      Branch: cfgperl
1229            ! Makefile.SH
1230 ____________________________________________________________________________
1231 [  2766] By: jhi                                   on 1999/02/02  12:27:08
1232         Log: Make Configure use "int main()" instead of bare "main()".
1233              Like maint-5.005 change #2703 but now via metaconfig.
1234      Branch: cfgperl
1235            ! Configure
1236 ____________________________________________________________________________
1237 [  2765] By: jhi                                   on 1999/02/02  11:59:30
1238         Log: Undo part of change #2562.
1239      Branch: cfgperl
1240            ! Configure
1241 ____________________________________________________________________________
1242 [  2764] By: jhi                                   on 1999/02/02  11:52:39
1243         Log: NetBSD synch with maint-5.005.
1244      Branch: cfgperl
1245            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
1246 ____________________________________________________________________________
1247 [  2763] By: jhi                                   on 1999/02/02  11:44:07
1248         Log: $Config{installusrbinperl}
1249              (maint-5.005 changes #2614 and #2709)
1250      Branch: cfgperl
1251            ! Configure installperl
1252 ____________________________________________________________________________
1253 [  2762] By: jhi                                   on 1999/02/02  11:29:13
1254         Log: Errno update from maint-5.005 (changes #2583, #2710).
1255      Branch: cfgperl
1256            ! Configure ext/Errno/Errno_pm.PL
1257 ____________________________________________________________________________
1258 [  2759] By: jhi                                   on 1999/02/02  10:53:20
1259         Log: Update Trig.pm from maint-5.005.
1260      Branch: cfgperl
1261            ! lib/Math/Trig.pm
1262 ____________________________________________________________________________
1263 [  2757] By: jhi                                   on 1999/02/02  10:41:26
1264         Log: MPE/iX update (mirror maint-5.005 change #2715)
1265      Branch: cfgperl
1266            ! hints/mpeix.sh mpeix/relink
1267 ____________________________________________________________________________
1268 [  2756] By: jhi                                   on 1999/02/02  10:38:08
1269         Log: BeOS update (Mirror maint-5.005 change #2727).
1270      Branch: cfgperl
1271            + ext/DynaLoader/dl_beos.xs
1272            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1273            ! lib/ExtUtils/MM_Unix.pm
1274 ____________________________________________________________________________
1275 [  2754] By: gsar                                  on 1999/02/02  08:52:13
1276         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
1277      Branch: perl
1278            ! Porting/pumpkin.pod Todo Todo-5.005
1279 ____________________________________________________________________________
1280 [  2753] By: gsar                                  on 1999/02/02  08:46:21
1281         Log: Todo tweaks
1282      Branch: perl
1283            ! Todo Todo-5.005
1284 ____________________________________________________________________________
1285 [  2752] By: jhi                                   on 1999/02/01  22:15:12
1286         Log: Add perlthrtut.pod.
1287              
1288              From: Dan Sugalski <sugalskd@osshe.edu>
1289              To: perl5-porters@perl.org
1290              Subject: perlthrtut.pod
1291              Date: Mon, 01 Feb 1999 10:57:11 -0800
1292              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
1293      Branch: maint-5.005/perl
1294            + pod/perlthrtut.pod
1295            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
1296            ! pod/roffitall
1297 ____________________________________________________________________________
1298 [  2751] By: gsar                                  on 1999/02/01  07:28:05
1299         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
1300      Branch: perl
1301            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1302            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1303 ____________________________________________________________________________
1304 [  2750] By: gsar                                  on 1999/02/01  07:09:20
1305         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1306              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
1307              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
1308              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
1309      Branch: perl
1310            ! regexec.c
1311 ____________________________________________________________________________
1312 [  2749] By: gsar                                  on 1999/02/01  07:07:59
1313         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1314              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
1315              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
1316              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
1317      Branch: perl
1318            ! regexec.c
1319 ____________________________________________________________________________
1320 [  2748] By: gsar                                  on 1999/02/01  06:47:06
1321         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
1322              Date: Thu, 3 Dec 1998 15:10:17 -0500
1323              Message-Id: <199812032010.PAA09692@jik.shore.net>
1324              Subject: sample checksum code in "perlfunc" man page is wrong
1325      Branch: perl
1326            ! pod/perlfunc.pod
1327 ____________________________________________________________________________
1328 [  2747] By: gsar                                  on 1999/02/01  06:35:13
1329         Log: typos in Pod/Text.pm
1330              From: "Greg Chapman" <glc@well.com>
1331              Date: Tue, 1 Dec 1998 10:50:18 -0800
1332              Message-Id: <199812011849.KAA08816@smtp.well.com>
1333              Subject: Glitch in Pod::Text
1334      Branch: perl
1335            ! lib/Pod/Text.pm
1336 ____________________________________________________________________________
1337 [  2746] By: gsar                                  on 1999/02/01  06:27:35
1338         Log: various win32-ish changes merged from maint-5.005
1339      Branch: perl
1340            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
1341            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
1342            ! win32/Makefile win32/config.bc win32/config.vc
1343            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
1344            ! win32/win32.c
1345 ____________________________________________________________________________
1346 [  2745] By: gsar                                  on 1999/02/01  04:51:54
1347         Log: integrate cfgperl changes into mainline
1348      Branch: perl
1349           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
1350 ____________________________________________________________________________
1351 [  2744] By: gsar                                  on 1999/02/01  04:31:09
1352         Log: improved diagnostic on syntax errors at EOL
1353      Branch: perl
1354            ! toke.c
1355 ____________________________________________________________________________
1356 [  2743] By: gsar                                  on 1999/02/01  03:59:13
1357         Log: don't attempt connect() to bogus IP addresses
1358              From:    Graham Barr <gbarr@pobox.com>
1359              Date:    Sun, 31 Jan 1999 21:50:45 CST
1360              Message-Id: <19990131215045.A633@pobox.com>
1361      Branch: perl
1362            ! t/lib/io_multihomed.t
1363 ____________________________________________________________________________
1364 [  2742] By: gsar                                  on 1999/02/01  03:08:58
1365         Log: update Changes
1366      Branch: perl
1367            ! Changes pod/perldelta.pod
1368 ____________________________________________________________________________
1369 [  2740] By: gsar                                  on 1999/02/01  02:43:07
1370         Log: CAPI inheritance tweak and doc
1371      Branch: maint-5.005/perl
1372            ! lib/ExtUtils/MakeMaker.pm
1373 ____________________________________________________________________________
1374 [  2739] By: jhi                                   on 1999/01/31  18:31:54
1375         Log: Undo changes #2730 and #2731 and replace them
1376              with an extensively tested patch from
1377              Anton Berezin <tobez@plab.ku.dk> (via private email).
1378      Branch: maint-5.005/perl
1379            ! Makefile.SH hints/freebsd.sh
1380 ____________________________________________________________________________
1381 [  2738] By: gsar                                  on 1999/01/31  05:04:32
1382         Log: fix bogus CAPI inheritance from change#2541
1383      Branch: maint-5.005/perl
1384            ! lib/ExtUtils/MakeMaker.pm
1385 ____________________________________________________________________________
1386 [  2731] By: jhi                                   on 1999/01/29  14:33:12
1387         Log: FreeBSD version numbers can be like "2.2.8-release".
1388      Branch: maint-5.005/perl
1389            ! hints/freebsd.sh
1390 ____________________________________________________________________________
1391 [  2730] By: jhi                                   on 1999/01/29  12:40:38
1392         Log: FreeBSD hints iteration (hopefully convergent).
1393              usethreads: require at least FreeBSD 2.2.8.
1394              signal type: mirror change #2429 in cfgperl.
1395      Branch: maint-5.005/perl
1396            ! hints/freebsd.sh
1397 ____________________________________________________________________________
1398 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
1399         Log: From: Tom Spindler <dogcow@isi.net>
1400              Date: Thu, 28 Jan 1999 17:15:11 -0800
1401              Message-ID: <19990128171510.A11778@isi.net>
1402              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
1403      Branch: maint-5.005/perl
1404            + ext/DynaLoader/dl_beos.xs
1405            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1406            ! lib/ExtUtils/MM_Unix.pm
1407 ____________________________________________________________________________
1408 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
1409         Log: Remove use of File::Slurp in t/lib/textfill.t
1410      Branch: maint-5.005/perl
1411            ! t/lib/textfill.t
1412 ____________________________________________________________________________
1413 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
1414         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
1415              Date: Wed, 27 Jan 1999 23:14:33 -0800
1416              Message-Id: <199901280714.XAA10176@activestate.com>
1417              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
1418      Branch: maint-5.005/perl
1419            ! win32/Makefile win32/makefile.mk
1420 ____________________________________________________________________________
1421 [  2720] By: gsar                                  on 1999/01/27  21:54:42
1422         Log: missing space while munging CCFLAGS for PERL_CAPI
1423      Branch: perl
1424            ! lib/ExtUtils/MM_Unix.pm
1425 ____________________________________________________________________________
1426 [  2718] By: jhi                                   on 1999/01/27  19:46:04
1427         Log: io/fs.t fails test #18 (sense of tests appears to have been
1428              changed incompletely; this patch just skips the test attached,
1429              a la test #17 preceding it).
1430              
1431              From: "G. Del Merritt" <del@intranetics.com>
1432              To: perlbug@perl.com
1433              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1434              Date: Tue, 26 Jan 1999 12:09:09 -0700
1435              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1436      Branch: maint-5.005/perl
1437            ! t/io/fs.t
1438 ____________________________________________________________________________
1439 [  2717] By: jhi                                   on 1999/01/27  19:44:46
1440         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
1441              
1442              From: "G. Del Merritt" <del@intranetics.com>
1443              To: perlbug@perl.com
1444              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1445              Date: Tue, 26 Jan 1999 12:09:09 -0700
1446              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1447      Branch: maint-5.005/perl
1448            ! iperlsys.h
1449 ____________________________________________________________________________
1450 [  2715] By: jhi                                   on 1999/01/27  19:34:28
1451         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
1452              To: perl5-porters@perl.org
1453              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
1454              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
1455              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
1456      Branch: maint-5.005/perl
1457            ! hints/mpeix.sh mpeix/relink
1458 ____________________________________________________________________________
1459 [  2710] By: jhi                                   on 1999/01/27  19:22:23
1460         Log: Errno fixes:
1461              
1462              From: Spider Boardman <spider@web.zk3.dec.com>
1463              To: perlbug@perl.com
1464              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1465              Date: Wed, 27 Jan 1999 12:27:15 -0500
1466              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1467              
1468              From: Spider Boardman <spider@web.zk3.dec.com>
1469              To: perlbug@perl.com
1470              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1471              Date: Wed, 27 Jan 1999 13:31:16 -0500
1472              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
1473      Branch: maint-5.005/perl
1474            ! Configure ext/Errno/Errno_pm.PL
1475 ____________________________________________________________________________
1476 [  2709] By: jhi                                   on 1999/01/27  19:17:35
1477         Log: Fix Configure installusrbinperl:
1478              
1479              From: Spider Boardman <spider@web.zk3.dec.com>
1480              To: jhi@iki.fi
1481              cc: perl5-porters@perl.org
1482              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1483              Date: Wed, 27 Jan 1999 13:03:35 -0500
1484              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
1485      Branch: maint-5.005/perl
1486            ! Configure
1487 ____________________________________________________________________________
1488 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
1489         Log: Add redef IO::Handle::* for setv?buf()
1490      Branch: maint-5.005/perl
1491            ! ext/POSIX/POSIX.pm
1492 ____________________________________________________________________________
1493 [  2705] By: jhi                                   on 1999/01/24  15:14:30
1494         Log: Mention year-1900 and month 0..11.
1495      Branch: cfgperl
1496            ! lib/Time/Local.pm
1497 ____________________________________________________________________________
1498 [  2704] By: jhi                                   on 1999/01/24  15:13:36
1499         Log: Document Configure -Uinstallusrbinperl.
1500      Branch: cfgperl
1501            ! INSTALL pod/perldelta.pod
1502 ____________________________________________________________________________
1503 [  2698] By: jhi                                   on 1999/01/24  12:46:00
1504         Log: Use only xlc_r for usethreads.
1505      Branch: cfgperl
1506            ! hints/aix.sh
1507 ____________________________________________________________________________
1508 [  2695] By: gsar                                  on 1999/01/24  07:09:05
1509         Log: integrate cfgperl changes into mainline
1510      Branch: perl
1511           +> lib/Exporter/Heavy.pm
1512           !> (integrate 65 files)
1513 ____________________________________________________________________________
1514 [  2694] By: gsar                                  on 1999/01/24  01:28:49
1515         Log: better notes on 'make' on win32
1516      Branch: perl
1517            ! README.win32
1518 ____________________________________________________________________________
1519 [  2683] By: jhi                                   on 1999/01/22  15:41:00
1520         Log: More de-cut-and-pastos.
1521      Branch: cfgperl
1522            ! hints/irix_6.sh hints/os2.sh
1523 ____________________________________________________________________________
1524 [  2682] By: jhi                                   on 1999/01/22  15:30:51
1525         Log: usethreads.cbu cut-and-pasto.
1526      Branch: cfgperl
1527            ! hints/solaris_2.sh
1528 ____________________________________________________________________________
1529 [  2681] By: jhi                                   on 1999/01/22  14:54:55
1530         Log: Better (I hope) LANGUAGE documentation.
1531      Branch: cfgperl
1532            ! pod/perllocale.pod
1533 ____________________________________________________________________________
1534 [  2680] By: jhi                                   on 1999/01/22  09:20:29
1535         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1536              To: perl5-porters@perl.org
1537              Subject: [PATCH 5.005_03MT3]VMS configure tweak
1538              Date: Wed, 20 Jan 1999 12:05:18 -0800
1539              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
1540      Branch: cfgperl
1541            ! vms/subconfigure.com
1542 ____________________________________________________________________________
1543 [  2679] By: jhi                                   on 1999/01/22  09:13:18
1544         Log: nosuid getmntent() branch.
1545      Branch: cfgperl
1546            ! perl.c perl.h
1547 ____________________________________________________________________________
1548 [  2678] By: jhi                                   on 1999/01/22  08:54:19
1549         Log: nosuid patch continued: *BSD needs <sys/param.h>.
1550      Branch: cfgperl
1551            ! Configure config_h.SH
1552 ____________________________________________________________________________
1553 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
1554         Log: Fixup FindBin to use File::Spec
1555              
1556              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
1557              Date: Wed, 20 Jan 1999 18:51:57 +0000
1558              From: Paul Johnson <pjcj@transeda.com>
1559              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
1560      Branch: maint-5.005/perl
1561            ! lib/FindBin.pm
1562 ____________________________________________________________________________
1563 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
1564         Log: Fix win32 for Borland compiler and spaces in paths
1565              
1566              From: Gurusamy Sarathy <gsar@activestate.com>
1567              Date: Mon, 18 Jan 1999 20:33:17 -0800
1568              Message-Id: <199901190433.UAA03656@activestate.com>
1569              Subject: [PATCH] 5.005_03-trial3 win32 issues
1570      Branch: maint-5.005/perl
1571            ! README.win32 win32/Makefile win32/config_sh.PL
1572            ! win32/makefile.mk win32/runperl.c
1573 ____________________________________________________________________________
1574 [  2670] By: jhi                                   on 1999/01/21  16:12:38
1575         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1576              To: perl5-porters@perl.org
1577              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
1578              Date: Thu, 21 Jan 1999 12:08:01 +0000
1579              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
1580      Branch: cfgperl
1581            ! pod/perldiag.pod t/op/subst.t toke.c
1582 ____________________________________________________________________________
1583 [  2669] By: jhi                                   on 1999/01/21  16:11:46
1584         Log: To: perl5-porters@perl.org
1585              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
1586              From: Anton Berezin <tobez@plab.ku.dk>
1587              Date: 21 Jan 1999 17:07:28 +0100
1588              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
1589      Branch: cfgperl
1590            ! hints/freebsd.sh
1591 ____________________________________________________________________________
1592 [  2668] By: jhi                                   on 1999/01/21  15:38:34
1593         Log: Add Daniel Grisinger <dgris@dimensional.com>.
1594      Branch: cfgperl
1595            ! AUTHORS MAINTAIN
1596 ____________________________________________________________________________
1597 [  2667] By: jhi                                   on 1999/01/21  15:32:28
1598         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1599              To: Mailing list Perl5 <perl5-porters@perl.org>
1600              Subject: [PATCH 5.005_53] Lean Exporter.pm
1601              Date: Thu, 21 Jan 1999 03:25:23 -0500
1602              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
1603      Branch: cfgperl
1604            + lib/Exporter/Heavy.pm
1605            ! MANIFEST lib/Exporter.pm
1606 ____________________________________________________________________________
1607 [  2666] By: jhi                                   on 1999/01/21  15:24:10
1608         Log: From: "W. Phillip Moore" <wpm@ms.com>
1609              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
1610              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
1611              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
1612              Message-ID: <13988.46383.298992.97303@zappa>
1613      Branch: cfgperl
1614            ! lib/File/Path.pm
1615 ____________________________________________________________________________
1616 [  2665] By: jhi                                   on 1999/01/21  15:20:48
1617         Log: CPAN update (CPAN-1.44_54) from Andreas and
1618              jumbo doc patch from Abigail.
1619              
1620              From: abigail@fnx.com
1621              To: perl5-porters@perl.org (Perl Porters)
1622              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
1623              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
1624              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
1625              
1626              From: abigail@fnx.com
1627              To: perl5-porters@perl.org (Perl Porters)
1628              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
1629              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
1630              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
1631              
1632              From: abigail@fnx.com
1633              To: perl5-porters@perl.org (Perl Porters)
1634              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
1635              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
1636              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
1637              
1638              From: abigail@fnx.com
1639              To: perl5-porters@perl.org (Perl Porters)
1640              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
1641              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
1642              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
1643              
1644              From: abigail@fnx.com
1645              To: perl5-porters@perl.org (Perl Porters)
1646              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
1647              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
1648              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
1649              
1650              From: abigail@fnx.com
1651              To: perl5-porters@perl.org (Perl Porters)
1652              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
1653              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
1654              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
1655              
1656              From: abigail@fnx.com
1657              To: perl5-porters@perl.org (Perl Porters)
1658              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
1659              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
1660              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
1661              
1662              From: abigail@fnx.com
1663              To: perl5-porters@perl.org (Perl Porters)
1664              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
1665              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
1666              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
1667              
1668              From: abigail@fnx.com
1669              To: perl5-porters@perl.org (Perl Porters)
1670              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
1671              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
1672              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
1673              
1674              From: abigail@fnx.com
1675              To: perl5-porters@perl.org (Perl Porters)
1676              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
1677              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
1678              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
1679              
1680              From: abigail@fnx.com
1681              To: perl5-porters@perl.org (Perl Porters)
1682              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
1683              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
1684              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
1685              
1686              From: abigail@fnx.com
1687              To: perl5-porters@perl.org (Perl Porters)
1688              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
1689              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
1690              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
1691              
1692              From: abigail@fnx.com
1693              To: perl5-porters@perl.org (Perl Porters)
1694              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
1695              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
1696              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
1697      Branch: cfgperl
1698            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
1699            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1700            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
1701            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
1702 ____________________________________________________________________________
1703 [  2664] By: jhi                                   on 1999/01/21  14:47:43
1704         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1705              To: Mailing list Perl5 <perl5-porters@perl.org>
1706              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
1707              Date: Thu, 21 Jan 1999 03:58:29 -0500
1708              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
1709      Branch: cfgperl
1710            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
1711 ____________________________________________________________________________
1712 [  2663] By: jhi                                   on 1999/01/21  14:43:58
1713         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1714              To: Mailing list Perl5 <perl5-porters@perl.org>
1715              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
1716              Date: Thu, 21 Jan 1999 02:46:34 -0500
1717              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
1718      Branch: cfgperl
1719            ! ext/Errno/Errno_pm.PL
1720 ____________________________________________________________________________
1721 [  2662] By: jhi                                   on 1999/01/21  14:42:42
1722         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
1723              To: Francois Desarmenien <desar@club-internet.fr>
1724              Cc: Gurusamy Sarathy <gsar@activestate.com>,
1725              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
1726              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
1727              Date: 21 Jan 1999 00:17:35 -0700
1728              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
1729      Branch: cfgperl
1730            ! Porting/patching.pod
1731 ____________________________________________________________________________
1732 [  2661] By: jhi                                   on 1999/01/21  14:41:13
1733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1734              To: Mailing list Perl5 <perl5-porters@perl.org>
1735              Subject: [PATCH 5.00*] makedepend
1736              Date: Thu, 21 Jan 1999 02:08:27 -0500
1737              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
1738      Branch: cfgperl
1739            ! makedepend.SH
1740 ____________________________________________________________________________
1741 [  2660] By: jhi                                   on 1999/01/21  14:36:45
1742         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1743              To: Mailing list Perl5 <perl5-porters@perl.org>
1744              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
1745              Date: Tue, 19 Jan 1999 20:06:45 -0500
1746              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
1747      Branch: cfgperl
1748            ! os2/Changes os2/os2.c
1749 ____________________________________________________________________________
1750 [  2657] By: jhi                                   on 1999/01/21  11:40:35
1751         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
1752              To: perl5-porters@perl.org
1753              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
1754              Date: Mon, 18 Jan 1999 01:32:31 PST
1755              Message-ID: <19990118093231.18443.qmail@hotmail.com>
1756      Branch: cfgperl
1757            ! ext/B/B/CC.pm
1758 ____________________________________________________________________________
1759 [  2656] By: jhi                                   on 1999/01/21  11:35:34
1760         Log: From: Achim Bohnet <ach@mpe.mpg.de>
1761              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
1762              Date: Wed, 20 Jan 1999 20:25:53 +0100
1763              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
1764      Branch: cfgperl
1765            ! pp.c
1766 ____________________________________________________________________________
1767 [  2655] By: jhi                                   on 1999/01/21  10:46:01
1768         Log: Handle NIS (and NetInfo) more robustly.
1769      Branch: cfgperl
1770            ! t/op/grent.t t/op/pwent.t
1771 ____________________________________________________________________________
1772 [  2654] By: jhi                                   on 1999/01/21  10:17:20
1773         Log: Two-argument eaccess() of SCO.
1774      Branch: cfgperl
1775            ! pp_sys.c
1776 ____________________________________________________________________________
1777 [  2653] By: jhi                                   on 1999/01/21  08:53:14
1778         Log: -DNO_NOSUID_CHECK for those platforms which have no way
1779              of checking for nosuid but still want suidperl.
1780      Branch: cfgperl
1781            ! perl.c
1782 ____________________________________________________________________________
1783 [  2652] By: jhi                                   on 1999/01/21  08:22:50
1784         Log: The LANGUAGE mirrors LC_ALL usage.
1785      Branch: cfgperl
1786            ! Configure config_h.SH
1787 ____________________________________________________________________________
1788 [  2651] By: jhi                                   on 1999/01/20  22:01:21
1789         Log: I_MNTENT was missing.
1790      Branch: cfgperl
1791            ! Configure config_h.SH
1792 ____________________________________________________________________________
1793 [  2650] By: jhi                                   on 1999/01/19  13:42:03
1794         Log: NetBSD update, based on patches from the NetBSD packages system.
1795      Branch: cfgperl
1796            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
1797 ____________________________________________________________________________
1798 [  2649] By: jhi                                   on 1999/01/19  12:44:02
1799         Log: Jumbo Configure update.
1800              * -Uinstallusrbinperl: disable /usr/bin/perl installation
1801              by installperl
1802              * usethreads.cbu
1803              * use64bits.cbu
1804              * "nosuid"
1805      Branch: cfgperl
1806            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
1807            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
1808            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
1809            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
1810            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
1811            ! pod/perldiag.pod
1812 ____________________________________________________________________________
1813 [  2648] By: jhi                                   on 1999/01/19  09:16:44
1814         Log: Mention /usr/share/locale.
1815      Branch: cfgperl
1816            ! pod/perllocale.pod
1817 ____________________________________________________________________________
1818 [  2647] By: jhi                                   on 1999/01/19  09:11:11
1819         Log: SHMLBA strikes back in NetBSD/sparc.
1820              
1821              From: Dave Nelson <David.Nelson@bellcow.com>
1822              To: jhi@iki.fi
1823              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
1824              Date: Mon, 18 Jan 1999 22:07:56 -0600
1825              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
1826      Branch: cfgperl
1827            ! ext/IPC/SysV/SysV.xs
1828 ____________________________________________________________________________
1829 [  2646] By: jhi                                   on 1999/01/19  08:58:17
1830         Log: Show LANGUAGE env var when needed. (Augment change #2645).
1831      Branch: cfgperl
1832            ! util.c utils/perlbug.PL
1833 ____________________________________________________________________________
1834 [  2645] By: jhi                                   on 1999/01/19  08:52:15
1835         Log: Document the GNU LANGUAGE env var.
1836      Branch: cfgperl
1837            ! pod/perllocale.pod
1838 ____________________________________________________________________________
1839 [  2644] By: jhi                                   on 1999/01/19  08:42:25
1840         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1841              To: Mailing list Perl5 <perl5-porters@perl.org>
1842              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
1843              Date: Mon, 18 Jan 1999 20:57:02 -0500
1844              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
1845      Branch: cfgperl
1846            ! pp_hot.c t/op/pat.t
1847 ____________________________________________________________________________
1848 [  2643] By: jhi                                   on 1999/01/18  11:23:41
1849         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
1850      Branch: cfgperl
1851            ! Makefile.SH
1852 ____________________________________________________________________________
1853 [  2642] By: jhi                                   on 1999/01/18  11:03:38
1854         Log: GNU libc locale system has LANGUAGE env var that partly
1855              overrides even LC_ALL.
1856      Branch: cfgperl
1857            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
1858 ____________________________________________________________________________
1859 [  2641] By: jhi                                   on 1999/01/18  10:55:04
1860         Log: Integrate from mainperl.
1861      Branch: cfgperl
1862           +> ext/B/defsubs.h.PL
1863            ! t/op/groups.t
1864           !> (integrate 38 files)
1865 ____________________________________________________________________________
1866 [  2640] By: gsar                                  on 1999/01/18  10:06:29
1867         Log: a few random cleanups
1868      Branch: perl
1869            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
1870 ____________________________________________________________________________
1871 [  2639] By: gsar                                  on 1999/01/18  05:56:21
1872         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
1873              Date:    Sun, 17 Jan 1999 16:41:10 PST
1874              Message-Id: <19990118004111.29667.qmail@hotmail.com>
1875              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
1876      Branch: perl
1877            ! ext/B/B/C.pm
1878 ____________________________________________________________________________
1879 [  2638] By: gsar                                  on 1999/01/18  05:41:21
1880         Log: From:    jan.dubois@ibm.net (Jan Dubois)
1881              Date:    Mon, 18 Jan 1999 00:37:41 +0100
1882              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
1883              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
1884      Branch: perl
1885            ! dump.c
1886 ____________________________________________________________________________
1887 [  2633] By: gsar                                  on 1999/01/17  13:39:59
1888         Log: bogus assert()
1889      Branch: perl
1890            ! pp.c t/op/groups.t
1891 ____________________________________________________________________________
1892 [  2632] By: gsar                                  on 1999/01/17  13:22:04
1893         Log: various tweaks for clean build and test on win32
1894      Branch: perl
1895            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
1896            ! op.c t/pragma/warn/doio
1897 ____________________________________________________________________________
1898 [  2631] By: gsar                                  on 1999/01/17  12:28:06
1899         Log: undo change#2336, and add clarification about subversive
1900              CPAN distributions from Andreas Koenig
1901      Branch: perl
1902            ! Porting/pumpkin.pod lib/CPAN.pm
1903 ____________________________________________________________________________
1904 [  2630] By: gsar                                  on 1999/01/17  12:04:06
1905         Log: fix silent taint failures under -U
1906      Branch: perl
1907            ! doio.c
1908 ____________________________________________________________________________
1909 [  2629] By: gsar                                  on 1999/01/17  12:00:23
1910         Log: sanity check piped opens (tweaked version of patch suggested
1911              by Mark-Jason Dominus)
1912      Branch: perl
1913            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
1914            ! t/op/taint.t t/pragma/warn/doio
1915 ____________________________________________________________________________
1916 [  2628] By: gsar                                  on 1999/01/17  11:26:21
1917         Log: regen headers
1918      Branch: perl
1919            ! embed.h embedvar.h objXSUB.h
1920 ____________________________________________________________________________
1921 [  2627] By: gsar                                  on 1999/01/17  11:23:37
1922         Log: PERL_OBJECTness for change#2595
1923      Branch: perl
1924            ! embed.pl op.c pod/perlport.pod proto.h
1925 ____________________________________________________________________________
1926 [  2626] By: gsar                                  on 1999/01/17  09:47:07
1927         Log: PERL_OBJECT tweaks for change#2426
1928      Branch: perl
1929            ! embed.pl proto.h regcomp.c
1930 ____________________________________________________________________________
1931 [  2625] By: gsar                                  on 1999/01/17  09:37:58
1932         Log: documentation in change#2596 is not quite right; fix it
1933      Branch: perl
1934            ! lib/Math/BigFloat.pm pod/perlguts.pod
1935 ____________________________________________________________________________
1936 [  2624] By: gsar                                  on 1999/01/17  09:28:34
1937         Log: undo change#2571; C<use File::Spec> instead
1938      Branch: perl
1939            ! lib/FindBin.pm
1940 ____________________________________________________________________________
1941 [  2623] By: gsar                                  on 1999/01/17  09:20:42
1942         Log: change#2572 is not applicable; undo, retaining scan_bin addition
1943              to global.sym
1944      Branch: perl
1945            ! global.sym perl.c proto.h
1946 ____________________________________________________________________________
1947 [  2622] By: gsar                                  on 1999/01/17  09:17:42
1948         Log: change#2576 is based on a wrong premise; undo it
1949      Branch: perl
1950            ! pp_ctl.c
1951 ____________________________________________________________________________
1952 [  2621] By: gsar                                  on 1999/01/17  09:12:42
1953         Log: fix change#2602 to not used hard coded constants
1954      Branch: perl
1955            ! ext/B/B/C.pm ext/B/defsubs.h.PL
1956 ____________________________________________________________________________
1957 [  2620] By: gsar                                  on 1999/01/17  09:02:07
1958         Log: integrate cfgperl changes into mainline, fix conflicts
1959      Branch: perl
1960           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
1961           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
1962           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
1963           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
1964           +> pod/perlopentut.pod
1965           !> (integrate 162 files)
1966 ____________________________________________________________________________
1967 [  2619] By: gsar                                  on 1999/01/17  08:42:04
1968         Log: a few doc typos
1969      Branch: perl
1970            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
1971 ____________________________________________________________________________
1972 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
1973         Log: Win32 changes from Jan
1974              
1975              From: jan.dubois@ibm.net (Jan Dubois)
1976              Date: Fri, 15 Jan 1999 23:38:35 +0100
1977              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
1978              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
1979              
1980              From: jan.dubois@ibm.net (Jan Dubois)
1981              Date: Sat, 16 Jan 1999 13:02:45 +0100
1982              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
1983              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
1984      Branch: maint-5.005/perl
1985            ! README.win32 win32/Makefile win32/makefile.mk
1986 ____________________________________________________________________________
1987 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
1988         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
1989              
1990              From: Gurusamy Sarathy <gsar@engin.umich.edu>
1991              Date: Thu, 07 Jan 1999 00:12:00 -0500
1992              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
1993              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1994              
1995              From: Gurusamy Sarathy <gsar@engin.umich.edu>
1996              Date: Thu, 14 Jan 1999 19:21:46 -0500
1997              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
1998              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
1999      Branch: maint-5.005/perl
2000            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
2001            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
2002            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
2003            ! win32/makedef.pl win32/runperl.c win32/win32.c
2004 ____________________________________________________________________________
2005 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
2006         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2007              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
2008              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
2009              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
2010              
2011              From: Jarkko Hietaniemi <jhi@iki.fi>
2012              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
2013              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
2014              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
2015              
2016              From: Jarkko Hietaniemi <jhi@iki.fi>
2017              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
2018              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
2019              Subject: the promised "installusrbinperl + NetBSD" fix
2020      Branch: maint-5.005/perl
2021            ! Configure Makefile.SH hints/netbsd.sh installperl
2022            ! makedepend.SH unixish.h
2023 ____________________________________________________________________________
2024 [  2611] By: jhi                                   on 1999/01/14  12:16:14
2025         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2026              To: pumpkings@jhereg.perl.com
2027              Subject: perlopentut.pod
2028              Date: Sat, 09 Jan 1999 08:13:18 -0700
2029              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
2030      Branch: cfgperl
2031            + pod/perlopentut.pod
2032            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
2033 ____________________________________________________________________________
2034 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
2035         Log: Added Carp::cluck to perldelta.pod
2036      Branch: maint-5.005/perl
2037            ! pod/perldelta.pod
2038 ____________________________________________________________________________
2039 [  2605] By: jhi                                   on 1999/01/13  18:26:19
2040         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
2041              To: "'cpan@perl.org'" <cpan@perl.org>
2042              Subject: "Bug" fix for File::Find.pm
2043              Date:   Thu, 31 Dec 1998 13:01:50 -0500
2044              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
2045      Branch: cfgperl
2046            ! lib/File/Find.pm
2047 ____________________________________________________________________________
2048 [  2604] By: jhi                                   on 1999/01/13  18:08:45
2049         Log: From: Peter Wolfe <wolfe@teloseng.com>
2050              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
2051              To: perlbug@perl.com
2052              Date: 11 Jan 1999 23:00:05 +0200
2053              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
2054      Branch: cfgperl
2055            ! hints/sco.sh
2056 ____________________________________________________________________________
2057 [  2603] By: jhi                                   on 1999/01/13  18:06:56
2058         Log: From: hans@icgroup.nl (Hans Mulder)
2059              Subject: [Patch for 5.005_54] re::debugcolors dumps core
2060              To: perlbug@perl.com
2061              Cc: hansmu@xs4all.nl
2062              Date: 11 Jan 1999 22:22:45 +0200
2063              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
2064      Branch: cfgperl
2065            ! ext/re/re.pm regcomp.c
2066 ____________________________________________________________________________
2067 [  2602] By: jhi                                   on 1999/01/13  18:05:43
2068         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2069              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
2070              Date: 11 Jan 1999 08:02:41 +0200
2071              Lines: 134
2072              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
2073      Branch: cfgperl
2074            ! ext/B/B.xs ext/B/B/C.pm
2075 ____________________________________________________________________________
2076 [  2601] By: jhi                                   on 1999/01/13  18:01:53
2077         Log: From: James FitzGibbon <james@ican.net>
2078              Subject: Trivial patch for HP-UX 11 and shared libperl
2079              To: perl5-porters@perl.org
2080              Date: 8 Jan 1999 19:13:23 +0200
2081              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
2082      Branch: cfgperl
2083            ! Makefile.SH
2084 ____________________________________________________________________________
2085 [  2600] By: jhi                                   on 1999/01/13  17:59:45
2086         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2087              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
2088              To: perl5-porters@perl.org
2089              Date: 8 Jan 1999 12:43:36 +0200
2090              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
2091      Branch: cfgperl
2092            ! ext/B/B/CC.pm
2093 ____________________________________________________________________________
2094 [  2599] By: jhi                                   on 1999/01/13  17:50:11
2095         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2096              Subject: PATCH to installperl
2097              To: perl5-porters@perl.org
2098              Date: 4 Jan 1999 16:15:18 +0200
2099              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
2100      Branch: cfgperl
2101            ! installperl
2102 ____________________________________________________________________________
2103 [  2598] By: jhi                                   on 1999/01/13  17:34:51
2104         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2105              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
2106              Cc: perl5-porters@perl.org
2107              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
2108              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
2109              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
2110      Branch: cfgperl
2111            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2112            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2113 ____________________________________________________________________________
2114 [  2597] By: jhi                                   on 1999/01/13  17:30:33
2115         Log: From: David Dyck <dcd@tc.fluke.com>
2116              To: Perl Porters <perl5-porters@perl.org>,
2117              Gurusamy Sarathy <gsar@engin.umich.edu>
2118              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
2119              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
2120              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
2121      Branch: cfgperl
2122            ! pod/perldsc.pod
2123 ____________________________________________________________________________
2124 [  2596] By: jhi                                   on 1999/01/13  17:26:44
2125         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2126              To: perl5-porters@perl.org
2127              Subject: [PATCH] modglobal w/ spelling fixes
2128              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
2129              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
2130      Branch: cfgperl
2131            ! pod/perlguts.pod
2132 ____________________________________________________________________________
2133 [  2595] By: jhi                                   on 1999/01/13  17:24:59
2134         Log: From: Hans Mulder <hansm@icgroup.nl>
2135              Optimize common sort routines.  Thread started by the message
2136              
2137              From: Hans Mulder <hansm@icgroup.nl>
2138              Sender: owner-perl5-porters@perl.org
2139              To: perl5-porters@perl.org
2140              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
2141              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
2142              
2143              and the patch from the message
2144              
2145              From: Hans Mulder <hans@icgroup.nl>
2146              To: jhi@iki.fi
2147              Cc: perl5-porters@perl.org
2148              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
2149              $b }
2150              Date: Wed, 13 Jan 1999 17:39:35 +0100
2151              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
2152      Branch: cfgperl
2153            ! Todo op.c op.h pp_ctl.c t/op/sort.t
2154 ____________________________________________________________________________
2155 [  2594] By: jhi                                   on 1999/01/13  16:50:17
2156         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
2157              (the diffs were based on 5.004_02).  Tested by Guido
2158              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
2159      Branch: cfgperl
2160            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
2161            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
2162            + mint/sys/time.h mint/time.h
2163            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
2164            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
2165 ____________________________________________________________________________
2166 [  2593] By: jhi                                   on 1999/01/09  16:54:26
2167         Log: Detypo.
2168      Branch: cfgperl
2169            ! hints/dec_osf.sh
2170 ____________________________________________________________________________
2171 [  2592] By: jhi                                   on 1999/01/09  16:17:13
2172         Log: Move usethreads and use64bits logic from hints to Configure.
2173      Branch: cfgperl
2174            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
2175            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
2176            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
2177            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
2178 ____________________________________________________________________________
2179 [  2591] By: jhi                                   on 1999/01/09  14:45:24
2180         Log: Missing dTHRs added.
2181      Branch: cfgperl
2182            ! regcomp.c toke.c
2183 ____________________________________________________________________________
2184 [  2590] By: jhi                                   on 1999/01/08  15:27:17
2185         Log: Finalize change #2589 and add better AIX nm scanning from:
2186              
2187              Message-Id: <m0zyNW0-00017VC@gentoo.com>
2188              From: bll@gentoo.com (Brad Lanam)
2189              Subject: Re: mailhelp returned a non-zero status
2190              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
2191              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
2192      Branch: cfgperl
2193            ! Configure hints/freebsd.sh hints/linux.sh
2194 ____________________________________________________________________________
2195 [  2589] By: jhi                                   on 1999/01/08  15:14:54
2196         Log: Undo change #2581.
2197      Branch: cfgperl
2198            ! Configure hints/freebsd.sh hints/linux.sh
2199 ____________________________________________________________________________
2200 [  2588] By: jhi                                   on 1999/01/08  11:51:52
2201         Log: FAQ jumbo patch from tchrist.
2202              
2203              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
2204              From: Tom Christiansen <tchrist@jhereg.perl.com>
2205              To: pumpkings@jhereg.perl.com
2206              Subject: newest version of perlfaq.pod
2207              Date: Thu, 7 Jan 1999 23:05:02 -0700
2208              
2209              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
2210              From: Tom Christiansen <tchrist@jhereg.perl.com>
2211              To: pumpkings@jhereg.perl.com
2212              Subject: newest version of perlfaq1.pod
2213              Date: Thu, 7 Jan 1999 23:05:02 -0700
2214              
2215              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
2216              From: Tom Christiansen <tchrist@jhereg.perl.com>
2217              To: pumpkings@jhereg.perl.com
2218              Subject: newest version of perlfaq2.pod
2219              Date: Thu, 7 Jan 1999 23:05:02 -0700
2220              
2221              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
2222              From: Tom Christiansen <tchrist@jhereg.perl.com>
2223              To: pumpkings@jhereg.perl.com
2224              Subject: newest version of perlfaq3.pod
2225              Date: Thu, 7 Jan 1999 23:05:02 -0700
2226              
2227              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
2228              From: Tom Christiansen <tchrist@jhereg.perl.com>
2229              To: pumpkings@jhereg.perl.com
2230              Subject: newest version of perlfaq4.pod
2231              Date: Thu, 7 Jan 1999 23:05:02 -0700
2232              
2233              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
2234              From: Tom Christiansen <tchrist@jhereg.perl.com>
2235              To: pumpkings@jhereg.perl.com
2236              Subject: newest version of perlfaq5.pod
2237              Date: Thu, 7 Jan 1999 23:05:02 -0700
2238              
2239              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
2240              From: Tom Christiansen <tchrist@jhereg.perl.com>
2241              To: pumpkings@jhereg.perl.com
2242              Subject: newest version of perlfaq6.pod
2243              Date: Thu, 7 Jan 1999 23:05:02 -0700
2244              
2245              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
2246              From: Tom Christiansen <tchrist@jhereg.perl.com>
2247              To: pumpkings@jhereg.perl.com
2248              Subject: newest version of perlfaq7.pod
2249              Date: Thu, 7 Jan 1999 23:05:03 -0700
2250              
2251              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
2252              From: Tom Christiansen <tchrist@jhereg.perl.com>
2253              To: pumpkings@jhereg.perl.com
2254              Subject: newest version of perlfaq8.pod
2255              Date: Thu, 7 Jan 1999 23:05:03 -0700
2256              
2257              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
2258              From: Tom Christiansen <tchrist@jhereg.perl.com>
2259              To: pumpkings@jhereg.perl.com
2260              Subject: newest version of perlfaq9.pod
2261              Date: Thu, 7 Jan 1999 23:05:03 -0700
2262      Branch: cfgperl
2263            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2264            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2265            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2266            ! pod/perlfaq9.pod
2267 ____________________________________________________________________________
2268 [  2587] By: jhi                                   on 1999/01/08  11:17:43
2269         Log: More doc fixes from Abigail.
2270      Branch: cfgperl
2271            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2272            ! lib/User/pwent.pm
2273 ____________________________________________________________________________
2274 [  2585] By: jhi                                   on 1999/01/08  08:31:02
2275         Log: Change #2584 from maint-5.005:
2276              
2277              implemented Ilya's suggested fix, and added a testcase
2278              
2279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2280              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
2281              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
2282              Subject: Re: Text::ParseWords: regex fix
2283      Branch: cfgperl
2284            ! lib/Text/ParseWords.pm t/lib/parsewords.t
2285 ____________________________________________________________________________
2286 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
2287         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2288              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
2289              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
2290              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
2291      Branch: maint-5.005/perl
2292            ! ext/Errno/Errno_pm.PL
2293 ____________________________________________________________________________
2294 [  2581] By: jhi                                   on 1999/01/07  16:38:03
2295         Log: Configure update:
2296              - usethreads, use64bits, and usemultiplicity
2297              are no more interactively asked by Configure
2298              - "int main()" (vs bare "main()") enforced in test programs
2299      Branch: cfgperl
2300            ! Configure hints/freebsd.sh hints/linux.sh
2301 ____________________________________________________________________________
2302 [  2580] By: jhi                                   on 1999/01/07  11:19:12
2303         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2304              Date: Wed, 06 Jan 1999 13:47:34 -0800
2305              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
2306              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
2307      Branch: cfgperl
2308            ! vms/vms.c
2309 ____________________________________________________________________________
2310 [  2579] By: jhi                                   on 1999/01/07  09:08:36
2311         Log: Another set of doc patches from Abigail
2312              
2313              From: abigail@fnx.com
2314              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
2315              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
2316              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
2317              
2318              From: abigail@fnx.com
2319              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
2320              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
2321              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
2322              
2323              From: abigail@fnx.com
2324              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
2325              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
2326              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
2327              
2328              From: abigail@fnx.com
2329              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
2330              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
2331              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
2332              
2333              From: abigail@fnx.com
2334              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
2335              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
2336              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
2337              
2338              From: abigail@fnx.com
2339              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
2340              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
2341              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
2342              
2343              From: abigail@fnx.com
2344              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
2345              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
2346              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
2347              
2348              From: abigail@fnx.com
2349              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
2350              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
2351              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
2352              
2353              From: abigail@fnx.com
2354              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
2355              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
2356              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
2357              
2358              From: abigail@fnx.com
2359              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
2360              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
2361              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
2362              
2363              From: abigail@fnx.com
2364              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
2365              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
2366              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
2367              
2368              From: abigail@fnx.com
2369              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
2370              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
2371              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
2372              
2373              From: abigail@fnx.com
2374              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
2375              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
2376              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
2377              
2378              From: abigail@fnx.com
2379              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
2380              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
2381              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
2382      Branch: cfgperl
2383            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
2384            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
2385            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
2386            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
2387            ! lib/Tie/Array.pm lib/Tie/Hash.pm
2388 ____________________________________________________________________________
2389 [  2576] By: jhi                                   on 1999/01/06  17:05:20
2390         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
2391      Branch: cfgperl
2392            ! pp_ctl.c
2393 ____________________________________________________________________________
2394 [  2575] By: jhi                                   on 1999/01/06  13:18:56
2395         Log: Enhance the great_circle_distance() documentation.
2396      Branch: cfgperl
2397            ! lib/Math/Trig.pm
2398 ____________________________________________________________________________
2399 [  2574] By: jhi                                   on 1999/01/06  12:58:03
2400         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
2401              To: perlbug@perl.com
2402              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
2403              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
2404              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
2405      Branch: cfgperl
2406            ! t/op/sysio.t
2407 ____________________________________________________________________________
2408 [  2573] By: jhi                                   on 1999/01/06  12:40:19
2409         Log: From: "W. Phillip Moore" <wpm@ms.com>
2410              To: perlbug@perl.org
2411              Subject: [PATCH] POSIX getpgrp is not -w clean
2412              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
2413              Message-ID: <13970.20107.190314.549471@zappa>
2414      Branch: cfgperl
2415            ! ext/POSIX/POSIX.pm
2416 ____________________________________________________________________________
2417 [  2572] By: jhi                                   on 1999/01/06  12:25:24
2418         Log: Based on
2419              From: jan.dubois@ibm.net (Jan Dubois)
2420              To: perl5-porters@perl.org
2421              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2422              Date: Wed, 06 Jan 1999 01:24:09 +0100
2423              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
2424              except that
2425              - objXSUB.h was already okay
2426              - embed.h patching is futile, global.sym patched instead
2427              - objpp.h does not exist
2428              - proto.h addition applied manually
2429              - win32/GenCAPI.pl was already okay
2430              - win32/makedef.pl was already okay
2431      Branch: cfgperl
2432            ! global.sym perl.c proto.h
2433 ____________________________________________________________________________
2434 [  2571] By: jhi                                   on 1999/01/06  11:25:48
2435         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
2436              To: perlbug@perl.com
2437              Subject: FindBin.pm on Win32 systems
2438              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
2439              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
2440      Branch: cfgperl
2441            ! lib/FindBin.pm
2442 ____________________________________________________________________________
2443 [  2570] By: jhi                                   on 1999/01/06  11:21:48
2444         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2445              To: perl5-porters@perl.org, vmsperl@perl.org
2446              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
2447              Date: Tue, 05 Jan 1999 16:47:31 -0800
2448              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
2449              
2450              (the ext/IO/lib/IO/Socket.pm was not really changed here;
2451              it was a leftover from #2569)
2452      Branch: cfgperl
2453            ! ext/IO/lib/IO/Socket.pm taint.c
2454 ____________________________________________________________________________
2455 [  2569] By: jhi                                   on 1999/01/06  11:18:22
2456         Log: Jumbo doc patch from Abigail (almost identical to
2457              the 5.005-maint change #2562 except for the
2458              ext/IO/lib/IO/Socket.pm patch which was not
2459              applicable because the IO version of 5.005-devel
2460              is somewhat different (why?))
2461              
2462              From: abigail@fnx.com
2463              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
2464              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
2465              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
2466              
2467              From: abigail@fnx.com
2468              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
2469              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
2470              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
2471              
2472              From: abigail@fnx.com
2473              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
2474              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
2475              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
2476              
2477              From: abigail@fnx.com
2478              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
2479              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
2480              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
2481              
2482              From: abigail@fnx.com
2483              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
2484              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
2485              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
2486              
2487              From: abigail@fnx.com
2488              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
2489              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
2490              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
2491              
2492              From: abigail@fnx.com
2493              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
2494              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
2495              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
2496              
2497              From: abigail@fnx.com
2498              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
2499              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
2500              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
2501              
2502              From: abigail@fnx.com
2503              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
2504              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
2505              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
2506              
2507              From: abigail@fnx.com
2508              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
2509              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
2510              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
2511      Branch: cfgperl
2512            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
2513            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
2514            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
2515            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2516            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
2517 ____________________________________________________________________________
2518 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
2519         Log: From: jan.dubois@ibm.net (Jan Dubois)
2520              Date: Wed, 06 Jan 1999 01:24:09 +0100
2521              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
2522              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2523      Branch: maint-5.005/perl
2524            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
2525            ! win32/GenCAPI.pl win32/makedef.pl
2526 ____________________________________________________________________________
2527 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
2528         Log: From: "W. Phillip Moore" <wpm@ms.com>
2529              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
2530              Message-ID: <13970.20107.190314.549471@zappa>
2531              Subject: [PATCH] POSIX getpgrp is not -w clean
2532      Branch: maint-5.005/perl
2533            ! ext/POSIX/POSIX.pm
2534 ____________________________________________________________________________
2535 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
2536         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
2537              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
2538              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
2539              Subject: FindBin.pm on Win32 systems
2540      Branch: maint-5.005/perl
2541            ! lib/FindBin.pm
2542 ____________________________________________________________________________
2543 [  2561] By: jhi                                   on 1999/01/05  10:49:10
2544         Log: Reword the setlocale() 1-arg case better.
2545      Branch: cfgperl
2546            ! ext/POSIX/POSIX.pod
2547 ____________________________________________________________________________
2548 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
2549         Log: From: Blair Zajac <bzajac@geostaff.com>
2550              Date: Wed, 23 Dec 1998 17:13:32 -0800
2551              Message-ID: <3681953C.8B6A90AA@geostaff.com>
2552              Subject: Tie::SubstrHash patch
2553      Branch: maint-5.005/perl
2554            ! lib/Tie/SubstrHash.pm
2555 ____________________________________________________________________________
2556 [  2554] By: jhi                                   on 1999/01/02  14:55:06
2557         Log: Object destruction order testing.
2558      Branch: cfgperl
2559            ! t/op/misc.t
2560 ____________________________________________________________________________
2561 [  2553] By: jhi                                   on 1999/01/02  14:49:40
2562         Log: perldelta the Dumpvalue.pm of change #2513.
2563      Branch: cfgperl
2564            ! lib/Dumpvalue.pm pod/perldelta.pod
2565 ____________________________________________________________________________
2566 [  2552] By: nick                                  on 1999/01/02  14:45:38
2567         Log: Tone down Makefile.PL so it works on Win32
2568      Branch: perl
2569            ! ext/B/Makefile.PL
2570 ____________________________________________________________________________
2571 [  2551] By: nick                                  on 1999/01/02  14:06:30
2572         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
2573              Use them in various B::* rather than have local defs.
2574      Branch: perl
2575            + ext/B/defsubs.h.PL
2576            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
2577            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
2578            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
2579 ____________________________________________________________________________
2580 [  2550] By: nick                                  on 1999/01/02  10:04:02
2581         Log: Integrate ext/B changes from //depot/cfgperl
2582      Branch: perl
2583           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
2584 ____________________________________________________________________________
2585 [  2549] By: jhi                                   on 1999/01/01  13:54:16
2586         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
2587              To: perlbug@perl.com
2588              Subject: op/groups.t fails test 1 on HP-UX 10.20
2589              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
2590              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
2591      Branch: cfgperl
2592            ! t/op/groups.t
2593 ____________________________________________________________________________
2594 [  2548] By: jhi                                   on 1999/01/01  13:53:31
2595         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2596              To: perl5-porters@perl.org
2597              cc: hv@crypt0.demon.co.uk
2598              Subject: [bug 5.004_54] duplicate error message
2599              Date: Thu, 31 Dec 1998 04:05:25 +0000
2600              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
2601              
2602              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
2603              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2604              To: hv@crypt0.demon.co.uk
2605              Cc: perl5-porters@perl.org
2606              Subject: [PATCH _54] Re: duplicate error message
2607              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
2608              
2609              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
2610              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2611              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
2612              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
2613              Subject: [TEST PATCH _54] Re: duplicate error message 
2614              Date: Fri, 01 Jan 1999 07:32:14 +0000
2615      Branch: cfgperl
2616            ! op.c t/pragma/warn/op
2617 ____________________________________________________________________________
2618 [  2547] By: jhi                                   on 1998/12/31  14:15:04
2619         Log: From: Chris Nandor <pudge@pobox.com>
2620              To: jhi@iki.fi
2621              Cc: perl5-porters@perl.org
2622              Subject: Re: [PATCH] perlport.pod 1.38
2623              Date: Thu, 31 Dec 1998 09:06:48 -0500
2624              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
2625      Branch: cfgperl
2626            ! pod/perlport.pod
2627 ____________________________________________________________________________
2628 [  2546] By: jhi                                   on 1998/12/31  11:18:17
2629         Log: From: Wilson P. Snyder II
2630              To: perl5-porters@perl.org
2631              Subject: [PATCH v5.5.53] REV2: Binary number support
2632              Date: 1998/11/30
2633              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
2634      Branch: cfgperl
2635            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
2636            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
2637            ! toke.c util.c
2638 ____________________________________________________________________________
2639 [  2545] By: jhi                                   on 1998/12/31  09:27:40
2640         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2641              To: perlbug@perl.com
2642              Subject: "perl -T -P" dumps core on OpenBSD and Linux
2643              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
2644              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
2645      Branch: cfgperl
2646            ! taint.c
2647 ____________________________________________________________________________
2648 [  2544] By: jhi                                   on 1998/12/31  09:21:45
2649         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
2650              To: perlbug@perl.com 
2651              Subject: bug in pod2man search for perl binary [5.005_5x]
2652              Date: Sat, 12 Dec 1998 23:08:51 +0000 
2653              Message-ID: <19981212230851.A20578@ig.co.uk> 
2654      Branch: cfgperl
2655            ! pod/pod2man.PL
2656 ____________________________________________________________________________
2657 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
2658         Log: From: jan.dubois@ibm.net (Jan Dubois)
2659              Date: Wed, 23 Dec 1998 21:26:38 +0100
2660              Message-ID: <36895086.8849224@smtp1.ibm.net>
2661              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
2662      Branch: maint-5.005/perl
2663            ! lib/ExtUtils/MakeMaker.pm
2664 ____________________________________________________________________________
2665 [  2540] By: jhi                                   on 1998/12/30  08:42:04
2666         Log: Evermore AUTHORS and MAINTAIN.
2667      Branch: cfgperl
2668            ! AUTHORS MAINTAIN
2669 ____________________________________________________________________________
2670 [  2539] By: jhi                                   on 1998/12/29  15:10:34
2671         Log: More AUTHORS and MAINTAIN.
2672      Branch: cfgperl
2673            ! AUTHORS MAINTAIN
2674 ____________________________________________________________________________
2675 [  2537] By: jhi                                   on 1998/12/29  14:34:47
2676         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
2677              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
2678              Message-ID: <13942.32480.700000.640927@utensil>
2679              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
2680              (mirror change#2531 in the 5.005-maint)
2681      Branch: cfgperl
2682            ! lib/AutoSplit.pm
2683 ____________________________________________________________________________
2684 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
2685         Log: change in_pod pattern to /^=\w/ from /^=/
2686              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
2687              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
2688              Message-ID: <13942.32480.700000.640927@utensil>
2689              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
2690      Branch: maint-5.005/perl
2691            ! lib/AutoSplit.pm
2692 ____________________________________________________________________________
2693 [  2525] By: jhi                                   on 1998/12/29  13:06:26
2694         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2695              To: perl5-porters@perl.org
2696              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
2697              Date: 16 Dec 1998 03:17:03 +0200
2698              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
2699      Branch: cfgperl
2700            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
2701 ____________________________________________________________________________
2702 [  2524] By: jhi                                   on 1998/12/29  13:00:06
2703         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2704              To: perl5-porters@perl.org
2705              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
2706              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
2707              Date: 10 Dec 1998 08:30:02 +0200
2708              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
2709              
2710              (Nick's part was applied earlier, in change #2460)
2711      Branch: cfgperl
2712            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
2713 ____________________________________________________________________________
2714 [  2523] By: jhi                                   on 1998/12/29  12:41:31
2715         Log: From: "vishal bhatia" <vishalb@hotmail.com>
2716              To: nick@ni-s.u-net.com
2717              Cc: perl5-porters@perl.org
2718              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
2719              Date: 9 Dec 1998 06:50:30 +0200
2720              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
2721      Branch: cfgperl
2722            ! ext/B/B/CC.pm
2723 ____________________________________________________________________________
2724 [  2522] By: jhi                                   on 1998/12/29  12:15:18
2725         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
2726              To: perl5-porters@perl.org (Perl 5 Porters)
2727              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
2728              Date: 25 Dec 1998 23:02:28 +0200
2729              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
2730      Branch: cfgperl
2731            ! lib/Pod/Text.pm
2732 ____________________________________________________________________________
2733 [  2521] By: jhi                                   on 1998/12/29  12:07:54
2734         Log: Undo #2519 (breaks universal.c).
2735      Branch: cfgperl
2736            ! XSUB.h
2737 ____________________________________________________________________________
2738 [  2519] By: jhi                                   on 1998/12/29  11:41:10
2739         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2740              To: perl5-porters@perl.org
2741              Cc: perl-xs@perl.org
2742              Subject: XSUB.h refinement [PATCH]
2743              Date: 18 Dec 1998 03:58:44 +0200
2744              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
2745      Branch: cfgperl
2746            ! XSUB.h
2747 ____________________________________________________________________________
2748 [  2518] By: jhi                                   on 1998/12/29  11:36:19
2749         Log: From: abigail@fnx.com
2750              To: perl5-porters@perl.org (Perl Porters)
2751              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
2752              Date: 28 Dec 1998 21:39:15 +0200
2753              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
2754      Branch: cfgperl
2755            ! lib/fields.pm
2756 ____________________________________________________________________________
2757 [  2517] By: jhi                                   on 1998/12/29  11:35:03
2758         Log: Document change #2516.
2759      Branch: cfgperl
2760            ! pod/perldelta.pod
2761 ____________________________________________________________________________
2762 [  2516] By: jhi                                   on 1998/12/29  11:32:26
2763         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2764              To: perl5-porters@perl.org (Mailing list Perl5)
2765              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
2766              Date: 9 Dec 1998 10:39:31 +0200
2767              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
2768      Branch: cfgperl
2769            ! pod/perldiag.pod regcomp.c toke.c
2770 ____________________________________________________________________________
2771 [  2515] By: jhi                                   on 1998/12/29  11:27:11
2772         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2773              To: perl5-porters@perl.org (Mailing list Perl5)
2774              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
2775              Date: 8 Dec 1998 09:02:04 +0200
2776              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
2777              
2778              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
2779      Branch: cfgperl
2780            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
2781 ____________________________________________________________________________
2782 [  2514] By: jhi                                   on 1998/12/29  11:21:31
2783         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2784              To: perl5-porters@perl.org (Mailing list Perl5)
2785              Subject: [PATCH 5.005_53] Regexp tests and UTF8
2786              Date: 8 Dec 1998 07:02:01 +0200
2787              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
2788      Branch: cfgperl
2789            ! regcomp.c
2790 ____________________________________________________________________________
2791 [  2513] By: jhi                                   on 1998/12/29  11:18:34
2792         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2793              Subject: [PATCH 5.005_*] Dumpvar.pm
2794              To: perl5-porters@perl.org (Mailing list Perl5)
2795              Date: 7 Dec 1998 10:17:35 +0200
2796              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
2797      Branch: cfgperl
2798            + lib/Dumpvalue.pm
2799            ! MANIFEST
2800 ____________________________________________________________________________
2801 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
2802         Log: From: jan.dubois@ibm.net (Jan Dubois)
2803              Date: Tue, 01 Dec 1998 00:07:33 +0100
2804              Message-ID: <366921b5.14512598@smtp1.ibm.net>
2805              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
2806              
2807              From: jan.dubois@ibm.net (Jan Dubois)
2808              Date: Wed, 02 Dec 1998 00:24:54 +0100
2809              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
2810              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
2811      Branch: maint-5.005/perl
2812            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
2813            ! win32/config.bc win32/config.gc win32/config.vc
2814            ! win32/config_sh.PL win32/makedef.pl
2815 ____________________________________________________________________________
2816 [  2509] By: jhi                                   on 1998/12/28  13:00:31
2817     Log: Kickstart AUTHORS and MAINTAIN.
2818  Branch: cfgperl
2819        + AUTHORS MAINTAIN
2820        ! MANIFEST
2821 ____________________________________________________________________________
2822 [  2508] By: jhi                                   on 1998/12/28  08:04:00
2823     Log: From: Nathan Torkington <gnat@frii.com>
2824          To: perlbug@perl.com
2825          Subject: [PATCH] perlxstut.pod fix
2826          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
2827          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
2828  Branch: cfgperl
2829        ! pod/perlxstut.pod
2830 ____________________________________________________________________________
2831 [  2507] By: jhi                                   on 1998/12/28  07:59:00
2832     Log: From: abigail@fnx.com
2833          To: perlbug@perl.com
2834          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
2835          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
2836          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
2837          (slightly modified, a part of the patch was rejected)
2838          (strange, I thought I had already submitted this one
2839          but Perforce disagrees with me...)
2840  Branch: cfgperl
2841        ! pod/perlop.pod
2842 ____________________________________________________________________________
2843 [  2506] By: jhi                                   on 1998/12/28  07:56:59
2844     Log: From: Artur <artur@vogon-solutions.com>
2845          To: perlbug@perl.com
2846          Subject: PATCH: perlmodlib.pod
2847          Date: Fri, 25 Dec 1998 00:48:39 +0000
2848          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
2849  Branch: cfgperl
2850        ! pod/perlmodlib.pod pod/perlop.pod
2851 ____________________________________________________________________________
2852 [  2505] By: jhi                                   on 1998/12/28  07:46:06
2853     Log: From: abigail@fnx.com
2854          To: perl5-porters@perl.org (Perl Porters)
2855          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
2856          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
2857          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
2858  Branch: cfgperl
2859        ! pod/pod2html.PL
2860 ____________________________________________________________________________
2861 [  2504] By: jhi                                   on 1998/12/28  07:44:35
2862     Log: From: Jim Avera <avera@fjst.com>
2863          To: perlbug@perl.com
2864          Subject: perlbug bug - shows dates reversed
2865          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
2866          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
2867  Branch: cfgperl
2868        ! utils/perlbug.PL
2869 ____________________________________________________________________________
2870 [  2503] By: jhi                                   on 1998/12/28  07:41:39
2871     Log: From: jan.dubois@ibm.net (Jan Dubois)
2872          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
2873          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
2874          Date: Wed, 23 Dec 1998 21:26:38 +0100
2875          Message-ID: <36895086.8849224@smtp1.ibm.net>
2876  Branch: cfgperl
2877        ! lib/ExtUtils/MakeMaker.pm
2878 ____________________________________________________________________________
2879 [  2502] By: jhi                                   on 1998/12/28  07:39:20
2880     Log: From: Blair Zajac <bzajac@geostaff.com>
2881          To: perl5-porters@perl.org
2882          Subject: Tie::SubstrHash patch
2883          Date: Wed, 23 Dec 1998 17:13:32 -0800
2884          Message-ID: <3681953C.8B6A90AA@geostaff.com>
2885  Branch: cfgperl
2886        ! lib/Tie/SubstrHash.pm
2887 ____________________________________________________________________________
2888 [  2501] By: jhi                                   on 1998/12/28  07:37:16
2889     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
2890          To: perlbug@perl.com
2891          Subject: perlfaq9 minor error
2892          Date: Wed, 23 Dec 1998 14:54:19 -0800
2893          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
2894  Branch: cfgperl
2895        ! pod/perlfaq9.pod
2896 ____________________________________________________________________________
2897 [  2500] By: jhi                                   on 1998/12/23  10:38:18
2898     Log: More porting notes about filesystems, AmigaOS, and MiNT.
2899  Branch: cfgperl
2900        ! pod/perlport.pod
2901 ____________________________________________________________________________
2902 [  2499] By: jhi                                   on 1998/12/22  09:26:49
2903     Log: Add few MSG_ and uio constants.
2904  Branch: cfgperl
2905        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
2906 ____________________________________________________________________________
2907 [  2498] By: jhi                                   on 1998/12/22  08:39:30
2908     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
2909          a Digital C compiler optimizer bug that broke the 'x'
2910          operator under certain circumstances.  See t/op/repeat.t
2911          test #20 for graphic details.  Reported in
2912          
2913          From: Gisle Aas <gisle@aas.no>
2914          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
2915          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
2916          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
2917          Date: 18 Dec 1998 14:27:40 +0100
2918          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
2919          
2920          and discussed further in the thread
2921          
2922          From: Jarkko Hietaniemi <jhi@iki.fi>
2923          To: Gisle Aas <gisle@aas.no>
2924          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
2925          cpan-testers@perl.org, perl5-porters@perl.org
2926          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
2927          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
2928          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
2929  Branch: cfgperl
2930        ! t/op/repeat.t util.c
2931 ____________________________________________________________________________
2932 [  2497] By: jhi                                   on 1998/12/21  14:18:57
2933     Log: Change #2483 update.
2934  Branch: cfgperl
2935        ! t/op/tr.t
2936 ____________________________________________________________________________
2937 [  2496] By: jhi                                   on 1998/12/21  14:07:41
2938     Log: Update on change #2493.
2939  Branch: cfgperl
2940        ! t/pragma/warn/op
2941 ____________________________________________________________________________
2942 [  2495] By: jhi                                   on 1998/12/21  13:52:00
2943     Log: Change #2487 aftershock.
2944  Branch: cfgperl
2945        ! warning.pl
2946 ____________________________________________________________________________
2947 [  2494] By: jhi                                   on 1998/12/21  12:35:00
2948     Log: From: Chris Nandor <pudge@pobox.com>
2949          To: perl5-porters@perl.org
2950          Subject: [PATCH] perlport.pod v1.37
2951          Date: Sat, 19 Dec 1998 12:54:34 -0500
2952          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
2953  Branch: cfgperl
2954        ! pod/perlport.pod
2955 ____________________________________________________________________________
2956 [  2493] By: jhi                                   on 1998/12/21  12:22:44
2957     Log: From: Mark-Jason Dominus <mjd@plover.com>
2958          To: perl5-porters@perl.com
2959          Subject: PATCH (5.005_02): Dejargonizing
2960          Date: Sun, 20 Dec 1998 14:35:20 -0500
2961          Message-ID: <19981220193520.11230.qmail@plover.com>
2962          
2963          From: Mark-Jason Dominus <mjd@plover.com>
2964          To: perl5-porters@perl.com
2965          Subject: PATCH (5.005_02): Spelling correction in warning message
2966          Date: Sun, 20 Dec 1998 13:51:30 -0500
2967          Message-ID: <19981220185130.11067.qmail@plover.com>
2968  Branch: cfgperl
2969        ! doio.c op.c
2970 ____________________________________________________________________________
2971 [  2492] By: jhi                                   on 1998/12/21  09:00:05
2972     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2973          To: perl5-porters@perl.org
2974          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
2975          Date: Sun, 20 Dec 1998 19:03:25 PST
2976          Message-ID: <19981221030326.27660.qmail@hotmail.com>
2977          
2978          (slightly reformatted)
2979  Branch: cfgperl
2980        ! ext/B/B/CC.pm
2981 ____________________________________________________________________________
2982 [  2491] By: nick                                  on 1998/12/20  14:21:29
2983     Log: Save _all_ GV's which have SV, AV or HV set.
2984  Branch: perl
2985        ! ext/B/B/C.pm
2986 ____________________________________________________________________________
2987 [  2490] By: jhi                                   on 1998/12/18  15:13:19
2988     Log: Add idea about generalising cpp symbol probing of Errno.
2989  Branch: cfgperl
2990        ! Todo
2991 ____________________________________________________________________________
2992 [  2489] By: jhi                                   on 1998/12/18  14:47:57
2993     Log: Address some of the issues of:
2994          
2995          From: Tom Christiansen <tchrist@jhereg.perl.com>
2996          To: perl-porters-active@jhereg.perl.com
2997          Subject: Undocumentation Issues for 5.005
2998          Date: Thu, 17 Dec 1998 14:46:24 -0700
2999          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
3000  Branch: cfgperl
3001        ! pod/perl5005delta.pod
3002 ____________________________________________________________________________
3003 [  2488] By: jhi                                   on 1998/12/18  11:26:32
3004     Log: From: root <root@dubravka.in-berlin.de>
3005          To: perlbug@perl.com
3006          Cc: k@dubravka.in-berlin.de
3007          Subject: Please add no_modify to PERL_POLLUTE
3008          Date: Fri, 18 Dec 1998 10:45:52 +0100
3009          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
3010          
3011          (Really from Andreas König)
3012  Branch: cfgperl
3013        ! embed.pl
3014 ____________________________________________________________________________
3015 [  2487] By: jhi                                   on 1998/12/17  14:05:52
3016     Log: Some (by far not all) issues of the below message addressed.
3017          
3018          From: Tom Christiansen <tchrist@jhereg.perl.com>
3019          To: The Perl Porters Mailing List <perl5-porters@perl.org>
3020          Subject: important UNDOC issues for 5.005_54
3021          Date: Wed, 16 Dec 1998 21:14:53 -0700
3022          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
3023  Branch: cfgperl
3024        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
3025 ____________________________________________________________________________
3026 [  2486] By: jhi                                   on 1998/12/17  12:47:15
3027     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3028          To: domo@computer.org
3029          Cc: jhi@iki.fi, perl5-porters@perl.org
3030          Subject: Re: stuff related to malloc.c
3031          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
3032          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
3033  Branch: cfgperl
3034        ! malloc.c
3035 ____________________________________________________________________________
3036 [  2485] By: jhi                                   on 1998/12/17  12:17:19
3037     Log: More porting notes.
3038  Branch: cfgperl
3039        ! Porting/pumpkin.pod
3040 ____________________________________________________________________________
3041 [  2484] By: jhi                                   on 1998/12/15  08:38:05
3042     Log: Undo #2386 and #2205.
3043  Branch: cfgperl
3044        ! pod/perlfunc.pod
3045 ____________________________________________________________________________
3046 [  2483] By: jhi                                   on 1998/12/14  17:58:35
3047     Log: lib was missing from @INC.
3048  Branch: cfgperl
3049        ! t/op/tr.t
3050 ____________________________________________________________________________
3051 [  2482] By: jhi                                   on 1998/12/14  17:52:42
3052     Log: Was missing use Text::Wrap.
3053  Branch: cfgperl
3054        ! t/lib/textfill.t
3055 ____________________________________________________________________________
3056 [  2481] By: jhi                                   on 1998/12/14  16:00:22
3057     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
3058          
3059          From: Jonathan Roy <roy@idle.com>
3060          To: perl5-porters@perl.org
3061          Subject: nlist.h add to Configure checks?
3062          Date: Sun, 13 Dec 1998 22:22:49 -0500
3063          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
3064  Branch: cfgperl
3065        + ext/DynaLoader/hints/linux.pl
3066        ! MANIFEST
3067 ____________________________________________________________________________
3068 [  2480] By: jhi                                   on 1998/12/14  15:02:44
3069     Log: Give up completely using nm in AIX.
3070          
3071          From: "Kurt D. Starsinic" <kstar@chapin.edu>
3072          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
3073          Cc: perl5-porters@perl.org
3074          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
3075          Date: Thu, 10 Dec 1998 00:51:46 -0500
3076          Message-ID: <19981210005146.B29986@O2.chapin.edu>
3077  Branch: cfgperl
3078        ! hints/aix.sh
3079 ____________________________________________________________________________
3080 [  2479] By: jhi                                   on 1998/12/14  14:39:52
3081     Log: AIX' error messages are different.
3082          
3083          From: "Kurt D. Starsinic" <kstar@chapin.edu>
3084          To: Gurusamy Sarathy <gsar@engin.umich.edu>
3085          Cc: perl5-porters@perl.org
3086          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
3087          Date: Thu, 10 Dec 1998 00:42:36 -0500
3088          Message-ID: <19981210004236.A29986@O2.chapin.edu>
3089          
3090          From: Michael Engel <engel@nms1.cc.huji.ac.il>
3091          To: perlbug@perl.com
3092          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
3093          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
3094          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
3095  Branch: cfgperl
3096        ! t/pragma/warn/doio
3097 ____________________________________________________________________________
3098 [  2475] By: jhi                                   on 1998/12/13  12:35:55
3099     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3100          To: jhi@iki.fi
3101          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
3102          Subject: Re: stuff related to malloc.c
3103          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
3104          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
3105  Branch: cfgperl
3106        ! malloc.c
3107 ____________________________________________________________________________
3108 [  2474] By: jhi                                   on 1998/12/13  12:32:42
3109     Log: Some notes about porting issues.
3110  Branch: cfgperl
3111        ! Porting/pumpkin.pod
3112 ____________________________________________________________________________
3113 [  2473] By: jhi                                   on 1998/12/13  12:03:58
3114     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
3115          To: Perl 5 Porters <perl5-porters@perl.org>
3116          Subject: [patch 5.005_02] dos-djgpp update
3117          Date: Sun, 13 Dec 1998 00:08:44 +0100
3118          Message-ID: <19981213000844.C264@beeblebrox>
3119  Branch: cfgperl
3120        ! djgpp/config.over
3121 ____________________________________________________________________________
3122 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
3123     Log: undo changes to Exporter.pm from #2312
3124  Branch: maint-5.005/perl
3125        ! lib/Exporter.pm
3126 ____________________________________________________________________________
3127 [  2465] By: jhi                                   on 1998/12/12  12:31:21
3128     Log: Document that qw() taints.
3129          
3130          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
3131          To: perlbug@perl.com 
3132          Subject: taint problems
3133          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
3134          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
3135  Branch: cfgperl
3136        ! pod/perlop.pod
3137 ____________________________________________________________________________
3138 [  2464] By: jhi                                   on 1998/12/11  14:09:51
3139     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
3140          To: dist-users@foretune.co.jp
3141          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
3142          Date: Mon, 07 Dec 1998 20:13:04 -0400
3143          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
3144  Branch: cfgperl
3145        ! Configure
3146 ____________________________________________________________________________
3147 [  2463] By: jhi                                   on 1998/12/11  13:29:54
3148     Log: MAXPATHLEN.
3149  Branch: cfgperl
3150        ! perl.h
3151 ____________________________________________________________________________
3152 [  2462] By: jhi                                   on 1998/12/11  08:37:58
3153     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
3154          To: perl5-porters@perl.org
3155          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
3156          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
3157          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
3158  Branch: cfgperl
3159        + hints/gnu.sh
3160 ____________________________________________________________________________
3161 [  2461] By: nick                                  on 1998/12/10  21:00:50
3162     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
3163          From: Vishal Bhatia <vishalb@hotmail.com>
3164          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
3165          2. Fixes the bug  regarding return value of c-functions generated out 
3166          of perl subs. ( Just includes the patch I sent earlier)
3167          3. Incorporates the other changes that need to be done to get CC.pm
3168          use ISA search for packages and methods on the same lines as C.pm
3169          
3170          Vishal would appreciate comments about B::Stackobj changes from 
3171          someone knowing that module well.
3172  Branch: perl
3173        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3174 ____________________________________________________________________________
3175 [  2460] By: jhi                                   on 1998/12/08  08:11:27
3176     Log: Integrate from mainperl.
3177  Branch: cfgperl
3178       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3179       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
3180       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
3181       !> toke.c util.c
3182 ____________________________________________________________________________
3183 [  2459] By: jhi                                   on 1998/12/07  07:50:11
3184     Log: From: hansm@icgroup.nl 
3185          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
3186          Reply-To: hansmu@xs4all.nl 
3187          To: perlbug@perl.com 
3188          Date: Sun, 6 Dec 98 22:19:54 +0100 
3189          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
3190  Branch: cfgperl
3191        ! util.c
3192 ____________________________________________________________________________
3193 [  2458] By: gsar                                  on 1998/12/07  06:00:55
3194     Log: fix dup lexical
3195  Branch: perl
3196        ! ext/B/B/Deparse.pm t/lib/io_unix.t
3197 ____________________________________________________________________________
3198 [  2457] By: gsar                                  on 1998/12/06  14:38:59
3199     Log: mention limit on line numbers reported by diagnostics
3200  Branch: perl
3201        ! pod/perl.pod toke.c
3202 ____________________________________________________________________________
3203 [  2456] By: gsar                                  on 1998/12/06  13:49:02
3204     Log: branch perldelta.pod
3205  Branch: maint-5.005/perl
3206       +> pod/perldelta.pod
3207 ____________________________________________________________________________
3208 [  2455] By: gsar                                  on 1998/12/06  13:47:21
3209     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
3210  Branch: maint-5.005/perl
3211        - pod/perldelta.pod
3212 ____________________________________________________________________________
3213 [  2454] By: gsar                                  on 1998/12/06  13:35:31
3214     Log: fix outdated/incorrect info about arbitrary limits
3215  Branch: perl
3216        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
3217        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
3218 ____________________________________________________________________________
3219 [  2453] By: nick                                  on 1998/12/05  16:14:42
3220     Log: Avoid hard-coding op numbers
3221          Update CC.pm to save %INC, and to co-exist with new C.pm
3222  Branch: perl
3223        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3224 ____________________________________________________________________________
3225 [  2452] By: nick                                  on 1998/12/05  10:44:28
3226     Log: B.xs had its own code to calculate hash() which differed from
3227          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
3228          which meant that run-time require was re-done.
3229          Removed some debug from C.pm
3230  Branch: perl
3231        ! ext/B/B.xs ext/B/B/C.pm
3232 ____________________________________________________________________________
3233 [  2451] By: nick                                  on 1998/12/04  21:58:49
3234     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
3235          well as _54, but with pre-scan for classes and save the ISA scheme.
3236  Branch: perl
3237        ! ext/B/B/C.pm
3238 ____________________________________________________________________________
3239 [  2450] By: nick                                  on 1998/12/04  17:58:44
3240     Log: Vishal Bhatia's patch as a basis.
3241  Branch: perl
3242        ! ext/B/B/C.pm ext/B/B/CC.pm
3243 ____________________________________________________________________________
3244 [  2449] By: jhi                                   on 1998/12/04  16:39:21
3245     Log: Integrate from mainperl.
3246  Branch: cfgperl
3247       !> t/op/goto.t t/op/tr.t
3248 ____________________________________________________________________________
3249 [  2448] By: gsar                                  on 1998/12/04  06:06:49
3250     Log: tweak test for UTEST
3251  Branch: perl
3252        ! t/op/tr.t
3253 ____________________________________________________________________________
3254 [  2444] By: jhi                                   on 1998/12/03  14:37:22
3255     Log: s/\bthe the\b/the/g *.pod
3256  Branch: cfgperl
3257        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
3258 ____________________________________________________________________________
3259 [  2443] By: jhi                                   on 1998/12/03  13:39:53
3260     Log: Change#2441 aftermath.
3261  Branch: cfgperl
3262        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3263        ! config_h.SH thread.h vms/subconfigure.com
3264 ____________________________________________________________________________
3265 [  2441] By: jhi                                   on 1998/12/03  08:15:13
3266     Log: From: Dan Sugalski <sugalskd@osshe.edu>
3267          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
3268          Subject: [PATCH 5.005_54]Initial VMS patches
3269          Date: 3 Dec 1998 01:05:55 +0200
3270          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
3271          
3272          The patch to config_h.SH requires more study because
3273          metaconfig needs to agree.
3274  Branch: cfgperl
3275        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
3276        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
3277        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
3278 ____________________________________________________________________________
3279 [  2440] By: gsar                                  on 1998/12/03  01:32:16
3280     Log: add failed check-in of goto.t from change#1867
3281  Branch: perl
3282        ! t/op/goto.t
3283 ____________________________________________________________________________
3284 [  2437] By: jhi                                   on 1998/12/02  18:03:51
3285     Log: Fix most of the bad L<> links of
3286          
3287          From: Tom Christiansen <tchrist@jhereg.perl.com> 
3288          Subject: bad L<> links
3289          Reply-to: tchrist@perl.com 
3290          To: perlbug@jhereg.perl.com 
3291          Date: Tue, 11 Aug 1998 10:58:07 -0500 
3292          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
3293          
3294          The ones not fixed may require darker Pod::HTML magic,
3295          for example the perlguts.html#tags should work fine, IMHO.
3296  Branch: cfgperl
3297        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
3298        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
3299        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
3300        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
3301        ! pod/perlvar.pod
3302 ____________________________________________________________________________
3303 [  2436] By: jhi                                   on 1998/12/02  16:35:04
3304     Log: One paste too many in #2345.
3305  Branch: cfgperl
3306        ! lib/Pod/Html.pm
3307 ____________________________________________________________________________
3308 [  2435] By: jhi                                   on 1998/12/02  16:32:33
3309     Log: Pod::Html and Pod::Text were not locale-savvy:
3310          for example in =head1 all non-ASCII-\w-runs were
3311          turned into underscores in NAME tags.  This could
3312          result in several NAME tags becoming identical.
3313          Reported by:
3314          
3315          From: Fyodor Krasnov <fyodor@aha.ru> 
3316          Subject: pod2html vs Russian Characters
3317          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
3318          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
3319          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
3320  Branch: cfgperl
3321        ! lib/Pod/Html.pm lib/Pod/Text.pm
3322 ____________________________________________________________________________
3323 [  2434] By: jhi                                   on 1998/12/02  10:29:00
3324     Log: The real Mc5_54 integration.
3325  Branch: cfgperl
3326       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
3327 ____________________________________________________________________________
3328 [  2433] By: jhi                                   on 1998/12/02  08:52:13
3329     Log: From: Andy Dougherty <doughera@lafayette.edu>
3330          To: Perl Porters <perl5-porters@perl.org>
3331          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
3332          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
3333          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
3334  Branch: cfgperl
3335        ! Configure
3336 ____________________________________________________________________________
3337 [  2432] By: jhi                                   on 1998/12/02  08:49:47
3338     Log: From: Andy Dougherty <doughera@lafayette.edu>
3339          To: Perl Porters <perl5-porters@perl.org>
3340          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
3341          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
3342          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
3343  Branch: cfgperl
3344        ! Configure
3345 ____________________________________________________________________________
3346 [  2431] By: jhi                                   on 1998/12/01  16:11:50
3347     Log: From: achampio@lehman.com (Alan Champion)
3348          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
3349          To: perlbug@perl.com
3350          Date: 1 Dec 1998 17:36:33 +0200
3351          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
3352          
3353          Skip NIS includes.
3354  Branch: cfgperl
3355        ! t/op/pwent.t
3356 ____________________________________________________________________________
3357 [  2430] By: gsar                                  on 1998/12/01  12:12:50
3358     Log: 5.005_54, as released
3359  Branch: perl
3360        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
3361 ____________________________________________________________________________
3362 [  2429] By: jhi                                   on 1998/12/01  11:28:39
3363     Log: From: Anton Berezin <tobez@plab.ku.dk>
3364          To: perl5-porters@perl.org
3365          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
3366          Date: 30 Nov 1998 19:46:24 +0100
3367          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
3368  Branch: cfgperl
3369        ! hints/freebsd.sh
3370 ____________________________________________________________________________
3371 [  2428] By: jhi                                   on 1998/12/01  11:08:16
3372     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
3373  Branch: cfgperl
3374       +> (branch 30 files)
3375       !> (integrate 71 files)
3376 ____________________________________________________________________________
3377 [  2427] By: jhi                                   on 1998/12/01  10:51:37
3378     Log: Default to accepting a hinted $randfunc even when $csym
3379          does not find it.  (the previous defaylt behaviour was not
3380          to accept).
3381  Branch: cfgperl
3382        ! Configure
3383 ____________________________________________________________________________
3384 [  2426] By: jhi                                   on 1998/12/01  10:13:03
3385     Log: Separated the [:foo:] parsing to its own function.
3386          Passes all tests.
3387  Branch: cfgperl
3388        ! regcomp.c
3389 ____________________________________________________________________________
3390 [  2425] By: jhi                                   on 1998/12/01  08:22:49
3391     Log: Typo in comments.
3392  Branch: cfgperl
3393        ! regexec.c
3394 ____________________________________________________________________________
3395 [  2424] By: jhi                                   on 1998/12/01  08:21:38
3396     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3397          Subject: [PATCH 5.005_*] Debugger 'v' command
3398          To: perl5-porters@perl.org (Mailing list Perl5)
3399          Date: 1 Dec 1998 07:55:11 +0200
3400          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
3401  Branch: cfgperl
3402        ! lib/perl5db.pl
3403 ____________________________________________________________________________
3404 [  2423] By: jhi                                   on 1998/12/01  08:19:08
3405     Log: From: pvhp@forte.com (Peter Prymmer)
3406          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
3407          To: perl5-porters@perl.org
3408          Date: 1 Dec 1998 07:27:11 +0200
3409          Message-ID: <MLIST_9812010508.AA07791@forte.com>
3410  Branch: cfgperl
3411        ! hints/os390.sh
3412 ____________________________________________________________________________
3413 [  2417] By: jhi                                   on 1998/11/30  08:14:00
3414     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
3415  Branch: cfgperl
3416        ! ext/Socket/Socket.xs
3417 ____________________________________________________________________________
3418 [  2416] By: jhi                                   on 1998/11/30  08:00:15
3419     Log: Undo #2395, seems more like a problem in netbsd-current.
3420  Branch: cfgperl
3421        ! util.c
3422
3423 ----------------
3424 Version 5.005_54
3425 ----------------
3426
3427 ____________________________________________________________________________
3428 [  2414] By: gsar                                  on 1998/11/30  02:23:55
3429     Log: more JPL tweaks
3430  Branch: perl
3431        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
3432        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
3433 ____________________________________________________________________________
3434 [  2413] By: gsar                                  on 1998/11/30  01:35:56
3435     Log: stub bin/jpl that just runs JPL::Compile::files()
3436  Branch: perl
3437        + jpl/bin/jpl
3438 ____________________________________________________________________________
3439 [  2412] By: gsar                                  on 1998/11/30  01:32:14
3440     Log: delete symlink
3441  Branch: perl
3442        - jpl/bin/jpl
3443 ____________________________________________________________________________
3444 [  2410] By: gsar                                  on 1998/11/30  01:30:44
3445     Log: branch jpl from perlext to perl
3446  Branch: perl
3447       +> (branch 30 files)
3448 ____________________________________________________________________________
3449 [  2407] By: gsar                                  on 1998/11/30  01:24:53
3450     Log: JPL tweaks to build with 5.005
3451  Branch: perlext
3452        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
3453        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
3454 ____________________________________________________________________________
3455 [  2406] By: gsar                                  on 1998/11/30  00:55:54
3456     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
3457  Branch: perl
3458        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
3459 ____________________________________________________________________________
3460 [  2405] By: gsar                                  on 1998/11/30  00:28:55
3461     Log: patchlevel up to 54
3462  Branch: perl
3463        ! patchlevel.h win32/Makefile win32/config_H.bc
3464        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3465 ____________________________________________________________________________
3466 [  2403] By: gsar                                  on 1998/11/29  23:35:50
3467     Log: integrate cfgperl changes into mainline
3468  Branch: perl
3469       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3470       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
3471 ____________________________________________________________________________
3472 [  2402] By: gsar                                  on 1998/11/29  23:08:42
3473     Log: sync Text::Wrap version number
3474  Branch: perl
3475        ! lib/Text/Wrap.pm
3476 ____________________________________________________________________________
3477 [  2401] By: gsar                                  on 1998/11/29  22:56:21
3478     Log: textfill.t tweak
3479  Branch: perl
3480        ! t/lib/textfill.t
3481 ____________________________________________________________________________
3482 [  2400] By: gsar                                  on 1998/11/29  22:50:41
3483     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
3484          <muir@idiom.com>
3485  Branch: perl
3486        + t/lib/textfill.t
3487        ! MANIFEST lib/Text/Wrap.pm
3488 ____________________________________________________________________________
3489 [  2399] By: gsar                                  on 1998/11/29  22:28:05
3490     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
3491          has happened without the authors knowledge or consent; the subversive
3492          version (which is in 5.00502) breaks one of the tests in the
3493          authors testsuite; attempts are being made to find a fix that
3494          avoids breaking code already running with the 5.005_02 version
3495          From:    David Muir Sharnoff <muir@idiom.com>
3496          Date:    Sat, 28 Nov 1998 04:34:17 PST
3497          Message-Id: <199811281234.EAA03082@idiom.com>
3498          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
3499  Branch: perl
3500        ! lib/Text/Wrap.pm t/lib/textwrap.t
3501 ____________________________________________________________________________
3502 [  2397] By: nick                                  on 1998/11/29  20:13:58
3503     Log: Update docs and English.pm for $^C
3504  Branch: perl
3505        ! lib/English.pm pod/perlvar.pod
3506 ____________________________________________________________________________
3507 [  2396] By: jhi                                   on 1998/11/29  20:13:03
3508     Log: Mirror #2384.
3509  Branch: cfgperl
3510        ! t/op/pwent.t
3511 ____________________________________________________________________________
3512 [  2395] By: jhi                                   on 1998/11/29  19:59:12
3513     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
3514  Branch: cfgperl
3515        ! util.c
3516 ____________________________________________________________________________
3517 [  2394] By: gsar                                  on 1998/11/29  19:49:08
3518     Log: updated perlreftut.pod
3519  Branch: perl
3520        ! pod/perlreftut.pod
3521 ____________________________________________________________________________
3522 [  2393] By: gsar                                  on 1998/11/29  19:31:56
3523     Log: misc tweaks
3524  Branch: perl
3525        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
3526 ____________________________________________________________________________
3527 [  2392] By: gsar                                  on 1998/11/29  19:31:18
3528     Log: notes about -DPERL_POLLUTE
3529  Branch: perl
3530        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
3531 ____________________________________________________________________________
3532 [  2391] By: gsar                                  on 1998/11/29  19:13:52
3533     Log: explain various win32 build caveats more clearly
3534  Branch: perl
3535        ! README.win32 win32/Makefile win32/makefile.mk
3536 ____________________________________________________________________________
3537 [  2390] By: gsar                                  on 1998/11/29  16:51:59
3538     Log: remove I_POLL detection (Configure will do that now)
3539  Branch: perl
3540        ! ext/IO/Makefile.PL
3541 ____________________________________________________________________________
3542 [  2389] By: jhi                                   on 1998/11/29  16:39:16
3543     Log: Add I_POLL for IO 1.20.
3544  Branch: cfgperl
3545        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3546        ! config_h.SH
3547 ____________________________________________________________________________
3548 [  2388] By: gsar                                  on 1998/11/29  16:23:30
3549     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
3550  Branch: perl
3551        + Porting/p4desc
3552        ! MANIFEST
3553 ____________________________________________________________________________
3554 [  2387] By: gsar                                  on 1998/11/29  16:08:03
3555     Log: another threads reliability fix: serialize writes to thr->threadsv
3556          avoid most uses of PL_na (which is much more inefficient than a
3557          simple local); update docs to suit; PL_na now being thr->Tna may
3558          be a minor compatibility issue for extensions--will require dTHR
3559          outside of XSUBs (those get automatic dTHR)
3560  Branch: perl
3561        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
3562        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
3563        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
3564        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
3565        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
3566        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
3567        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
3568        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
3569        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
3570 ____________________________________________________________________________
3571 [  2386] By: jhi                                   on 1998/11/29  15:40:42
3572     Log: Tune the "if" entry.
3573  Branch: cfgperl
3574        ! pod/perlfunc.pod
3575 ____________________________________________________________________________
3576 [  2385] By: gsar                                  on 1998/11/29  12:40:28
3577     Log: various fixes for race conditions under threads: mutex locks based
3578          on PL_threadnum were seriously flawed, since it means more than one
3579          thread could enter the critical region; PL_na was global instead of
3580          thread-local; child thread could finish and free thr structures
3581          before Thread->new() got around to creating the Thread object;
3582          cv_clone() needed locking, as it mucks with PL_comppad and other
3583          global data; new_struct_thread() needed to lock template-thread's
3584          mutex while copying its data
3585  Branch: perl
3586        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
3587        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
3588 ____________________________________________________________________________
3589 [  2384] By: gsar                                  on 1998/11/29  10:54:38
3590     Log: s/warn/print/ on multiply defined groups
3591  Branch: perl
3592        ! t/op/grent.t
3593 ____________________________________________________________________________
3594 [  2383] By: gsar                                  on 1998/11/29  10:48:39
3595     Log: backout change#2334
3596  Branch: perl
3597        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
3598 ____________________________________________________________________________
3599 [  2382] By: jhi                                   on 1998/11/29  10:33:40
3600     Log: Better NetInfo behaviour.
3601  Branch: cfgperl
3602        ! t/op/grent.t t/op/pwent.t
3603 ____________________________________________________________________________
3604 [  2381] By: jhi                                   on 1998/11/29  10:08:15
3605     Log: Integrate from mainperl.
3606  Branch: cfgperl
3607       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
3608       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
3609       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
3610       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
3611       +> t/lib/io_poll.t t/lib/io_unix.t
3612       !> (integrate 58 files)
3613 ____________________________________________________________________________
3614 [  2380] By: gsar                                  on 1998/11/29  08:22:49
3615     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
3616          Tim Bunce)
3617  Branch: perl
3618        ! gv.c
3619 ____________________________________________________________________________
3620 [  2379] By: gsar                                  on 1998/11/29  07:06:43
3621     Log: fix for pat.t failure under USE_THREADS
3622  Branch: perl
3623        ! pp_ctl.c regexec.c
3624 ____________________________________________________________________________
3625 [  2378] By: nick                                  on 1998/11/28  22:46:57
3626     Log: More C.pm tweaks
3627          Save globs even if we have saved cv itself before - may be imported.
3628          
3629          While we don't save "bootstrap" CV we need to provide a stub,
3630          so that if we require it later we don't fall through and attempt
3631          to DynaLoad module again.
3632          
3633          Attempt to save %INC so that "require" does not reload things
3634          we have compiled-in (does not work right yet - seems to be due
3635          to PL_incgv being created in perl_parse() current scheme setting 
3636          GvHV() is "better" than saving the glob, but still does not 
3637          work as I expect). 
3638  Branch: perl
3639        ! ext/B/B/C.pm
3640 ____________________________________________________________________________
3641 [  2377] By: gsar                                  on 1998/11/28  22:30:38
3642     Log: various tweaks; result passes all tests for normal build on Solaris;
3643          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
3644          win32 due to lack of select() that works on non-socket fds
3645  Branch: perl
3646        ! ext/IO/poll.c regcomp.c regexec.c scope.c
3647        ! t/lib/io_multihomed.t win32/makefile.mk
3648 ____________________________________________________________________________
3649 [  2376] By: gsar                                  on 1998/11/28  20:44:39
3650     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
3651  Branch: perl
3652        ! myconfig
3653 ____________________________________________________________________________
3654 [  2375] By: gsar                                  on 1998/11/28  20:42:58
3655     Log: integrate cfgperl changes into mainline
3656  Branch: perl
3657       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
3658       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
3659 ____________________________________________________________________________
3660 [  2374] By: gsar                                  on 1998/11/28  20:02:03
3661     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3662          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
3663          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
3664          Subject: [PATCH 5.00553] Yet another OS/2 patch
3665  Branch: perl
3666        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
3667 ____________________________________________________________________________
3668 [  2373] By: gsar                                  on 1998/11/28  19:30:06
3669     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3670          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
3671          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
3672          Subject: [PATCH 5.005_53] Change $#+
3673  Branch: perl
3674        ! mg.c pod/perlvar.pod t/op/pat.t
3675 ____________________________________________________________________________
3676 [  2372] By: gsar                                  on 1998/11/28  19:28:00
3677     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3678          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
3679          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
3680          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
3681  Branch: perl
3682        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
3683        ! thrdvar.h
3684 ____________________________________________________________________________
3685 [  2371] By: gsar                                  on 1998/11/28  19:23:53
3686     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3687          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
3688          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
3689          Subject: [PATCH 5.005_53] better -Mre=debugcolor
3690  Branch: perl
3691        ! embedvar.h objXSUB.h regexec.c thrdvar.h
3692 ____________________________________________________________________________
3693 [  2370] By: gsar                                  on 1998/11/28  19:21:17
3694     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3695          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
3696          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
3697          Subject: [PATCH 5.005_*] regcolors
3698  Branch: perl
3699        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
3700 ____________________________________________________________________________
3701 [  2369] By: gsar                                  on 1998/11/28  19:00:15
3702     Log: allow final period in a file (not followed by a newline) to
3703          terminate format spec
3704  Branch: perl
3705        ! toke.c
3706 ____________________________________________________________________________
3707 [  2368] By: gsar                                  on 1998/11/28  18:58:25
3708     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
3709          add C<$Config{installarchlib}/CORE> to the default locations searched
3710          on win32
3711  Branch: perl
3712        ! lib/ExtUtils/Liblist.pm
3713 ____________________________________________________________________________
3714 [  2367] By: gsar                                  on 1998/11/28  18:46:05
3715     Log: applied suggested patch with PERL_OBJECT tweaks
3716          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3717          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
3718          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
3719          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
3720  Branch: perl
3721        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
3722        ! regexec.c t/op/pat.t thrdvar.h
3723 ____________________________________________________________________________
3724 [  2366] By: gsar                                  on 1998/11/28  18:38:34
3725     Log: additional documentation for qr//
3726          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3727          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
3728          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
3729          Subject: [PATCH 5.005_*] Documentation (fwd)
3730  Branch: perl
3731        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
3732 ____________________________________________________________________________
3733 [  2365] By: gsar                                  on 1998/11/28  18:35:35
3734     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3735          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
3736          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
3737          Subject: [PATCH 5.005_*] Fix \G in REx without //g
3738  Branch: perl
3739        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
3740        ! regexp.h t/op/pat.t thrdvar.h
3741 ____________________________________________________________________________
3742 [  2364] By: gsar                                  on 1998/11/28  18:24:20
3743     Log: update Test.pm to Test-1.12; tweak 're' detection
3744  Branch: perl
3745        ! lib/Test.pm
3746 ____________________________________________________________________________
3747 [  2363] By: gsar                                  on 1998/11/28  18:12:04
3748     Log: avoid command-line quoting portability problems in lex_assign.t
3749  Branch: perl
3750        ! t/op/lex_assign.t
3751 ____________________________________________________________________________
3752 [  2362] By: gsar                                  on 1998/11/28  18:08:50
3753     Log: From: John Tobey <jtobey@channel1.com>
3754          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
3755          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
3756          Subject: PATCH: document English.pm sawampersand and thread issues
3757  Branch: perl
3758        ! lib/English.pm pod/perlvar.pod
3759 ____________________________________________________________________________
3760 [  2361] By: gsar                                  on 1998/11/28  18:03:04
3761     Log: fix uninitialized warnings
3762          From: Brian Callaghan <callagh@itginc.com>
3763          Date: Thu, 19 Nov 1998 17:49:10 -0800
3764          Message-Id: <3654CA96.B64FCAEB@itginc.com>
3765          Subject: Complete.pm patch (version 1.1)
3766  Branch: perl
3767        ! lib/Term/Complete.pm
3768 ____________________________________________________________________________
3769 [  2360] By: gsar                                  on 1998/11/28  17:59:16
3770     Log: s/Array/List/ suggested by John Tobey
3771  Branch: perl
3772        ! pod/perldata.pod
3773 ____________________________________________________________________________
3774 [  2359] By: gsar                                  on 1998/11/28  17:47:48
3775     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
3776  Branch: perl
3777        ! lib/Tie/Handle.pm pod/perlfunc.pod
3778 ____________________________________________________________________________
3779 [  2358] By: jhi                                   on 1998/11/28  17:23:15
3780     Log: Revamp the locale tests.
3781          (0) Instead of rewiring a few locales scan for them.
3782          (1) Bogus test #101 removed.
3783          (2) All the locales are checked, the lists of failed
3784          and non-failed ones are displayed.
3785          (3) The test #103 is again 'active' so that it may fail.
3786          (4) To balance (3) a hopefully pacifying message is shown
3787          if the #103 fails.
3788  Branch: cfgperl
3789        ! t/pragma/locale.t
3790 ____________________________________________________________________________
3791 [  2357] By: gsar                                  on 1998/11/28  17:21:07
3792     Log: add perlreftut.pod
3793  Branch: perl
3794        + pod/perlreftut.pod
3795        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
3796        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
3797        ! win32/pod.mak
3798 ____________________________________________________________________________
3799 [  2356] By: jhi                                   on 1998/11/28  16:58:01
3800     Log: Change #2346 fallout.
3801  Branch: cfgperl
3802        ! t/op/undef.t
3803 ____________________________________________________________________________
3804 [  2355] By: gsar                                  on 1998/11/28  16:46:43
3805     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
3806          ANSI prototypes
3807  Branch: perl
3808        ! ext/IO/IO.xs
3809 ____________________________________________________________________________
3810 [  2354] By: gsar                                  on 1998/11/28  16:08:07
3811     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
3812          keep platform hacks that aren't in the 1.20 dist; add new files
3813          to MANIFEST; hack Makefile.PL; result hasn't been tested
3814          anywhere
3815  Branch: perl
3816        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
3817        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
3818        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
3819        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
3820        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
3821        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
3822        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3823        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
3824        ! t/lib/io_sock.t t/lib/io_udp.t
3825 ____________________________________________________________________________
3826 [  2353] By: jhi                                   on 1998/11/28  15:51:03
3827     Log: Locale collation, ctype, and numeric, were initialized wrong
3828          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
3829          as reported by
3830          
3831          From: Ilya.Sandler@etak.com (Ilya Sandler)
3832          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
3833          To: perlbug@perl.com
3834          Date: 25 Nov 1998 04:53:52 +0200
3835          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
3836  Branch: cfgperl
3837        ! util.c
3838 ____________________________________________________________________________
3839 [  2352] By: nick                                  on 1998/11/28  15:21:59
3840     Log: Implement $^C to allow perl access to -c flag - I think this 
3841          was agreed once...
3842  Branch: perl
3843        ! gv.c mg.c
3844 ____________________________________________________________________________
3845 [  2351] By: jhi                                   on 1998/11/28  15:14:24
3846     Log: Change #2251 fixup.
3847  Branch: cfgperl
3848        ! myconfig
3849 ____________________________________________________________________________
3850 [  2350] By: jhi                                   on 1998/11/28  14:58:19
3851     Log: Integrate from mainperl.
3852  Branch: cfgperl
3853       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
3854       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
3855       +> pod/perl5005delta.pod
3856       !> (integrate 49 files)
3857 ____________________________________________________________________________
3858 [  2349] By: jhi                                   on 1998/11/28  14:27:36
3859     Log: Passwd and group file groveling.
3860  Branch: cfgperl
3861        ! t/op/grent.t t/op/pwent.t
3862 ____________________________________________________________________________
3863 [  2348] By: gsar                                  on 1998/11/28  14:09:50
3864     Log: more conservative version of changes#2345,2346,2347; those break
3865          C<defined(@{"foo::ISA"})> which seems to be extensively used in
3866          the libs :-(
3867  Branch: perl
3868        ! pp.c t/op/method.t
3869 ____________________________________________________________________________
3870 [  2347] By: gsar                                  on 1998/11/28  13:36:08
3871     Log: tweak bogus test
3872  Branch: perl
3873        ! t/op/method.t
3874 ____________________________________________________________________________
3875 [  2346] By: gsar                                  on 1998/11/28  13:20:34
3876     Log: test cases for previous change
3877  Branch: perl
3878        ! t/op/undef.t
3879 ____________________________________________________________________________
3880 [  2345] By: gsar                                  on 1998/11/28  13:07:17
3881     Log: fix typo in pp_defined() causing C<defined %tied> to fail
3882  Branch: perl
3883        ! pp.c
3884 ____________________________________________________________________________
3885 [  2344] By: gsar                                  on 1998/11/28  13:03:29
3886     Log: s/comment/comment_t/ tweak (suggested by John Gorman
3887          <jgorman@webbysoft.com>)
3888  Branch: perl
3889        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
3890 ____________________________________________________________________________
3891 [  2343] By: gsar                                  on 1998/11/28  12:52:40
3892     Log: add (stub) perldelta.pod
3893  Branch: perl
3894        + pod/perldelta.pod
3895 ____________________________________________________________________________
3896 [  2342] By: gsar                                  on 1998/11/28  12:49:26
3897     Log: rename perldelta.pod to perl5005delta.pod in preparation for
3898          starting a new one
3899  Branch: perl
3900       +> pod/perl5005delta.pod
3901        - pod/perldelta.pod
3902        ! MANIFEST pod/perl.pod
3903 ____________________________________________________________________________
3904 [  2341] By: gsar                                  on 1998/11/28  12:41:55
3905     Log: fix MALLOC_LOCK #define
3906  Branch: perl
3907        ! malloc.c
3908 ____________________________________________________________________________
3909 [  2340] By: gsar                                  on 1998/11/28  12:18:23
3910     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3911          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
3912          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
3913          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
3914  Branch: perl
3915        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
3916 ____________________________________________________________________________
3917 [  2339] By: jhi                                   on 1998/11/28  11:59:01
3918     Log: Add -lm to dynix/ptx POSIX hints.
3919          From: "Martin J. Bligh" <mbligh@sequent.com>
3920          To: jhi@iki.fi
3921          Subject: Re: Making Perl work on DYNIX/ptx
3922          Date: Wed, 25 Nov 1998 10:34:41 -0800
3923          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
3924  Branch: cfgperl
3925        ! ext/POSIX/hints/dynixptx.pl
3926 ____________________________________________________________________________
3927 [  2338] By: jhi                                   on 1998/11/28  11:57:19
3928     Log: Detypo.
3929  Branch: cfgperl
3930        ! lib/filetest.pm
3931 ____________________________________________________________________________
3932 [  2337] By: jhi                                   on 1998/11/28  11:56:29
3933     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
3934  Branch: cfgperl
3935        ! Configure
3936 ____________________________________________________________________________
3937 [  2336] By: gsar                                  on 1998/11/28  11:41:14
3938     Log: teach CPAN.pm to ignore beta perl distributions when looking for
3939          modules
3940          From: root@dogberry.rutgers.edu (root)
3941          Date: Thu, 12 Nov 1998 23:08:39 -0500
3942          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
3943          Subject: recompile tries getting a perl distribution
3944  Branch: perl
3945        ! lib/CPAN.pm
3946 ____________________________________________________________________________
3947 [  2335] By: gsar                                  on 1998/11/28  11:27:46
3948     Log: make $1 et al readonly under threads; make C<undef $1> fail like
3949          C<$1 = undef> does
3950  Branch: perl
3951        ! op.c pp.c t/op/undef.t
3952 ____________________________________________________________________________
3953 [  2334] By: gsar                                  on 1998/11/28  10:24:52
3954     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
3955  Branch: perl
3956        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
3957 ____________________________________________________________________________
3958 [  2333] By: gsar                                  on 1998/11/28  09:36:40
3959     Log: document changed PERL_HASH()
3960  Branch: perl
3961        ! pod/perlfunc.pod pod/perlguts.pod
3962 ____________________________________________________________________________
3963 [  2332] By: nick                                  on 1998/11/27  21:10:27
3964     Log: Handle INIT list in C.pm
3965          1. Provide init_av() from B.xs
3966          2. Export it in B.pm
3967          3. Use it in C.pm
3968          Also disable some pruning in savecv() which seems to undo
3969          my previous patch.
3970          Experimental feature - save pathnames of .so files in easily 
3971          grep-able form for use in wrapper to feed to linker.  
3972  Branch: perl
3973        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
3974 ____________________________________________________________________________
3975 [  2327] By: gsar                                  on 1998/11/27  15:12:01
3976     Log: integrate change#2315 from maint-5.005
3977  Branch: perl
3978        ! t/op/sort.t
3979       !> op.c sv.c
3980 ____________________________________________________________________________
3981 [  2326] By: gsar                                  on 1998/11/27  15:00:42
3982     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
3983  Branch: perl
3984       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
3985       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
3986       !> lib/ExtUtils/typemap
3987 ____________________________________________________________________________
3988 [  2325] By: gsar                                  on 1998/11/27  14:46:18
3989     Log: malloc bugfix and documentation from Ilya Zakharevich
3990          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
3991          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
3992          Subject: [PATCH 5.005_*] Re: Internal coredump
3993          --
3994          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
3995          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
3996          Subject: [PATCH 5.005_*] malloc.c documentation
3997  Branch: perl
3998        ! malloc.c
3999 ____________________________________________________________________________
4000 [  2324] By: gsar                                  on 1998/11/27  14:41:38
4001     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
4002  Branch: perl
4003        ! ext/B/B/C.pm
4004 ____________________________________________________________________________
4005 [  2323] By: gsar                                  on 1998/11/27  14:33:44
4006     Log: From: maeda@src.ricoh.co.jp
4007          Date: Tue, 24 Nov 1998 10:37:45 +0900
4008          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
4009          Subject: format "..." bug
4010  Branch: perl
4011        ! pp_ctl.c t/op/write.t
4012 ____________________________________________________________________________
4013 [  2322] By: gsar                                  on 1998/11/27  14:20:12
4014     Log: add ext/Devel/Peek
4015          From: jan.dubois@ibm.net (Jan Dubois)
4016          Date: Mon, 23 Nov 1998 00:48:11 +0100
4017          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
4018          Subject: [PATCH 5.005_53] Devel::Peek integration
4019  Branch: perl
4020        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
4021        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
4022        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
4023        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
4024        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4025 ____________________________________________________________________________
4026 [  2321] By: gsar                                  on 1998/11/27  13:03:08
4027     Log: ensure 'make regen_headers' even without perl installed
4028          (suggested by Ilya Zakharevich)
4029  Branch: perl
4030        ! bytecode.pl warning.pl
4031 ____________________________________________________________________________
4032 [  2320] By: gsar                                  on 1998/11/27  12:58:36
4033     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4034          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
4035          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
4036          Subject: [PATCH 5.005_*] Cosmetic malloc patch
4037  Branch: perl
4038        ! malloc.c
4039 ____________________________________________________________________________
4040 [  2319] By: gsar                                  on 1998/11/27  12:56:13
4041     Log: eliminate dup hunk from integration
4042  Branch: perl
4043        ! lib/filetest.pm perl.h
4044 ____________________________________________________________________________
4045 [  2318] By: gsar                                  on 1998/11/27  12:50:08
4046     Log: integrate cfgperl changes into mainline
4047  Branch: perl
4048       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
4049        ! pod/perlfaq4.pod
4050       !> (integrate 30 files)
4051 ____________________________________________________________________________
4052 [  2317] By: jhi                                   on 1998/11/27  11:38:13
4053     Log: C<-x>.
4054  Branch: cfgperl
4055        ! lib/filetest.pm
4056 ____________________________________________________________________________
4057 [  2316] By: jhi                                   on 1998/11/27  11:10:22
4058     Log: Integrate from mainperl.
4059  Branch: cfgperl
4060       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
4061       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
4062       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
4063       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
4064       !> win32/win32sck.c
4065 ____________________________________________________________________________
4066 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
4067     Log: integrate change#2246 from mainline, while still allowing
4068          C<sort $globref @foo>
4069          
4070          allow C<sort $coderef @foo>
4071  Branch: maint-5.005/perl
4072        ! op.c sv.c
4073       !> t/op/sort.t
4074 ____________________________________________________________________________
4075 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
4076     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
4077          forwarded by Jarkko Hietaniemi from Mark Bixby
4078  Branch: maint-5.005/perl
4079        ! ext/DynaLoader/dl_mpeix.xs installperl
4080 ____________________________________________________________________________
4081 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
4082     Log: Allow PL_FILES to have multiple targets from one source by allowing
4083          an array ref as the value in the hash
4084  Branch: maint-5.005/perl
4085        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4086        ! lib/ExtUtils/MakeMaker.pm
4087 ____________________________________________________________________________
4088 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
4089     Log: fix unsigned variables to use SvUV and sv_setuv
4090  Branch: maint-5.005/perl
4091        ! lib/ExtUtils/typemap
4092 ____________________________________________________________________________
4093 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
4094     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
4095  Branch: maint-5.005/perl
4096        ! lib/ExtUtils/MM_Unix.pm
4097 ____________________________________________________________________________
4098 [  2301] By: gsar                                  on 1998/11/26  10:16:54
4099     Log: fix PL_defoutgv leak under threads
4100  Branch: perl
4101        ! ext/Thread/Thread.xs
4102 ____________________________________________________________________________
4103 [  2300] By: gsar                                  on 1998/11/26  09:04:44
4104     Log: properly free temporaries created by threads
4105  Branch: perl
4106        ! ext/Thread/Thread.xs
4107 ____________________________________________________________________________
4108 [  2299] By: gsar                                  on 1998/11/26  06:51:16
4109     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
4110          to set the package for the block properly
4111  Branch: perl
4112        ! op.c t/comp/package.t t/lib/dumper.t
4113 ____________________________________________________________________________
4114 [  2298] By: nick                                  on 1998/11/24  22:04:20
4115     Log: Part-1 of tweaks to allow Tk to be "compiled"
4116          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
4117          (May also need attention to exports etc. - to follow.)
4118  Branch: perl
4119        ! universal.c
4120 ____________________________________________________________________________
4121 [  2294] By: jhi                                   on 1998/11/23  10:44:26
4122     Log: The new socket tests need in some platforms
4123          to #include <sys/types.h>.
4124  Branch: cfgperl
4125        ! Configure
4126 ____________________________________________________________________________
4127 [  2293] By: jhi                                   on 1998/11/23  10:33:42
4128     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4129          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
4130          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4131          Date: Mon, 23 Nov 1998 10:07:04 +0100
4132          Message-Id: <9811230907.AA06484@AWT.nl>
4133          
4134          NeXTstep NetInfo uses nidump to get the user/group databases.
4135  Branch: cfgperl
4136        ! t/op/grent.t t/op/pwent.t
4137 ____________________________________________________________________________
4138 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
4139     Log: Updated Porting/patchls utility.
4140  Branch: maint-5.004/perl
4141        ! Porting/patchls
4142 ____________________________________________________________________________
4143 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
4144     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
4145          From:  Henrik Tougaard <ht.000@foa.dk>
4146          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
4147          Files:  lib/Sys/Syslog.pm
4148  Branch: maint-5.004/perl
4149        ! lib/Sys/Syslog.pm
4150 ____________________________________________________________________________
4151 [  2286] By: jhi                                   on 1998/11/22  19:08:42
4152     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
4153  Branch: cfgperl
4154        ! ext/Socket/Socket.xs
4155 ____________________________________________________________________________
4156 [  2285] By: jhi                                   on 1998/11/22  18:21:07
4157     Log: MSG_PROXY for GNU/Hurd (previously we believed that
4158          all GNU libc platforms have MSG_PROXY.  Untrue).
4159          In fact this ended up as a major MSG_* and SCM_*
4160          update.  The MSG_XXX known to be enums in some
4161          versions of the glibc are now probed for and respective
4162          HAS_MSG_XXX are defined.  While I was at it I noticed
4163          SCM_RIGHTS being similarly an enum.  This reminded me of
4164          an ancient discussion in perl5-porters:
4165          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
4166          The BSD socket interface has a nifty feature for passing
4167          file descriptors and credentials--via sockets.  It may be
4168          too late to add this functionality to the CORE but
4169          at least Configure now probes for the functions,
4170          structs, and includes, defining the appropriate
4171          HAS_YYY and I_ZZZ, and the Socket extension exports
4172          the constants, in case somebody wants to write an
4173          extension for this interface.
4174  Branch: cfgperl
4175        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4176        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
4177        ! iperlsys.h
4178 ____________________________________________________________________________
4179 [  2284] By: jhi                                   on 1998/11/22  18:13:21
4180     Log: perlhist.pod 1.54, containing 5_53.
4181  Branch: cfgperl
4182        ! pod/perlhist.pod
4183 ____________________________________________________________________________
4184 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
4185     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
4186  Branch: maint-5.004/perl
4187        ! doio.c
4188 ____________________________________________________________________________
4189 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
4190     Log: Improve op/die_exit.t test for implicit close changing $!
4191  Branch: maint-5.004/perl
4192        ! t/op/die_exit.t
4193 ____________________________________________________________________________
4194 [  2268] By: jhi                                   on 1998/11/22  14:44:11
4195     Log: Fix thinko.
4196  Branch: cfgperl
4197        ! hints/dynixptx.sh
4198 ____________________________________________________________________________
4199 [  2267] By: jhi                                   on 1998/11/22  13:19:41
4200     Log: Document the d_socket override.
4201  Branch: cfgperl
4202        ! hints/dynixptx.sh
4203 ____________________________________________________________________________
4204 [  2266] By: jhi                                   on 1998/11/22  12:12:29
4205     Log: From: John Tobey <jtobey@channel1.com>
4206          Subject: [PATCH] perlfaq typos
4207          To: perl5-porters@perl.com
4208          Date: 22 Nov 1998 04:25:15 +0200
4209          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
4210  Branch: cfgperl
4211        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4212        ! pod/perlfaq7.pod pod/perlfaq8.pod
4213 ____________________________________________________________________________
4214 [  2265] By: jhi                                   on 1998/11/22  12:06:29
4215     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4216          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
4217          Newsgroups: hut.lists.perl5-porters
4218          To: gsar@engin.umich.edu (Gurusamy Sarathy)
4219          Cc: perl5-porters@perl.org (Perl5 Porters)
4220          Date: 20 Nov 1998 12:20:41 +0200
4221  Branch: cfgperl
4222        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4223        ! ext/DB_File/DB_File.xs
4224 ____________________________________________________________________________
4225 [  2264] By: jhi                                   on 1998/11/22  11:55:09
4226     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
4227          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4228          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4229          To: perlbug@perl.com
4230          Date: 20 Nov 1998 18:39:06 +0200
4231          Lines: 47
4232          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
4233  Branch: cfgperl
4234        ! t/op/grent.t t/op/pwent.t
4235 ____________________________________________________________________________
4236 [  2263] By: jhi                                   on 1998/11/22  11:42:59
4237     Log: Permission testing is tricky when we have too much power.
4238          Problem reported in
4239          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4240          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4241          To: perlbug@perl.com
4242          Date: 20 Nov 1998 18:39:06 +0200
4243          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
4244  Branch: cfgperl
4245        ! t/op/filetest.t
4246 ____________________________________________________________________________
4247 [  2262] By: gsar                                  on 1998/11/22  11:37:02
4248     Log: fix broken CAPI generation
4249  Branch: perl
4250        ! win32/GenCAPI.pl
4251 ____________________________________________________________________________
4252 [  2261] By: jhi                                   on 1998/11/22  11:17:00
4253     Log: -x should be C<-x>, reported by Gerben Wierda.
4254  Branch: cfgperl
4255        ! pod/perlfunc.pod
4256 ____________________________________________________________________________
4257 [  2260] By: gsar                                  on 1998/11/22  11:12:02
4258     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
4259  Branch: perl
4260        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
4261        ! proto.h
4262 ____________________________________________________________________________
4263 [  2259] By: jhi                                   on 1998/11/22  11:06:40
4264     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4265          Subject: Re: [PATCH] Re: pod2man bug in date generated line
4266          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
4267          Cc: perlbug@perl.com
4268          Date: 20 Nov 1998 21:30:17 +0200
4269          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
4270  Branch: cfgperl
4271        ! pod/pod2man.PL
4272 ____________________________________________________________________________
4273 [  2256] By: jhi                                   on 1998/11/21  10:44:01
4274     Log: From: Thomas Bowditch <bowditch@inmet.com>
4275          Subject: Benchmark.pm suggestion
4276          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
4277          Date: Fri, 20 Nov 1998 17:43:46 -0500
4278          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
4279          
4280          Added timesum().
4281  Branch: cfgperl
4282        ! lib/Benchmark.pm
4283 ____________________________________________________________________________
4284 [  2255] By: gsar                                  on 1998/11/21  08:45:06
4285     Log: another win32 portability fix: make sysread() and syswrite()
4286          work on sockets
4287  Branch: perl
4288        ! pp_sys.c win32/win32.h
4289 ____________________________________________________________________________
4290 [  2254] By: gsar                                  on 1998/11/21  07:49:06
4291     Log: win32_recvfrom() compatibility fix
4292  Branch: perl
4293        ! win32/win32sck.c
4294 ____________________________________________________________________________
4295 [  2253] By: jhi                                   on 1998/11/20  08:22:06
4296     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4297          To: jhi@iki.fi
4298          Subject: MPE/iX Perl 5.005_02 oops
4299          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
4300          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
4301  Branch: cfgperl
4302        ! ext/DynaLoader/dl_mpeix.xs installperl
4303 ____________________________________________________________________________
4304 [  2252] By: gsar                                  on 1998/11/19  17:38:03
4305     Log: mess_sv tweak for change#2249
4306  Branch: perl
4307        ! util.c
4308 ____________________________________________________________________________
4309 [  2251] By: jhi                                   on 1998/11/18  12:32:19
4310     Log: Display use64bits and usemultiplicity but only if necessary.
4311  Branch: cfgperl
4312        ! myconfig
4313 ____________________________________________________________________________
4314 [  2250] By: jhi                                   on 1998/11/18  12:26:50
4315     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
4316          Subject: pp.c uses 'unsigned Quad_t'
4317          To: perlbug@perl.com 
4318          Date: Sun, 15 Nov 1998 20:57:05 -0300 
4319          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
4320  Branch: cfgperl
4321        ! perl.h pp.c
4322 ____________________________________________________________________________
4323 [  2249] By: gsar                                  on 1998/11/18  05:43:11
4324     Log: use PL_mess_sv only during global destruction (fixes problems with
4325          overlapping invocations of form()/warn()/die()/croak() trampling on
4326          each other's messages)
4327  Branch: perl
4328        ! mg.c util.c
4329 ____________________________________________________________________________
4330 [  2248] By: gsar                                  on 1998/11/18  05:39:36
4331     Log: tweak change#2245 to skip previous message if any
4332  Branch: perl
4333        ! pp_ctl.c t/pragma/warn/pp_ctl
4334 ____________________________________________________________________________
4335 [  2247] By: jhi                                   on 1998/11/17  11:46:56
4336     Log: Integrate from mainperl.
4337  Branch: cfgperl
4338       !> (integrate 26 files)
4339 ____________________________________________________________________________
4340 [  2246] By: gsar                                  on 1998/11/17  09:41:10
4341     Log: allow C<sort $coderef @foo>
4342  Branch: perl
4343        ! op.c t/op/sort.t t/pragma/overload.t
4344 ____________________________________________________________________________
4345 [  2245] By: gsar                                  on 1998/11/17  08:28:26
4346     Log: propagate failures in DESTROY() as (optional) warnings
4347  Branch: perl
4348        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
4349 ____________________________________________________________________________
4350 [  2244] By: gsar                                  on 1998/11/17  07:43:08
4351     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
4352  Branch: perl
4353        ! perl.c thrdvar.h
4354 ____________________________________________________________________________
4355 [  2243] By: gsar                                  on 1998/11/17  07:40:09
4356     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
4357  Branch: perl
4358        ! lib/warning.pm warning.h warning.pl
4359 ____________________________________________________________________________
4360 [  2242] By: gsar                                  on 1998/11/17  06:32:39
4361     Log: fix skipspace() to properly account for newlines in eval''-ed
4362          strings (caused bogus line numbers in diagnostics and debugger)
4363  Branch: perl
4364        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
4365 ____________________________________________________________________________
4366 [  2241] By: gsar                                  on 1998/11/17  03:48:12
4367     Log: s/Perl_utf8skip/PL_utf8skip/g
4368  Branch: perl
4369        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
4370 ____________________________________________________________________________
4371 [  2240] By: gsar                                  on 1998/11/14  06:09:06
4372     Log: rework op/groups.t
4373  Branch: perl
4374        ! t/op/filetest.t t/op/groups.t
4375 ____________________________________________________________________________
4376 [  2235] By: gsar                                  on 1998/11/14  00:17:05
4377     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
4378  Branch: perl
4379        ! op.c
4380 ____________________________________________________________________________
4381 [  2234] By: gsar                                  on 1998/11/14  00:14:02
4382     Log: update Changes
4383  Branch: perl
4384        ! Changes win32/config.bc win32/config.gc win32/config.vc
4385 ____________________________________________________________________________
4386 [  2233] By: gsar                                  on 1998/11/13  09:43:03
4387     Log: doc tweak
4388  Branch: perl
4389        ! README.win32
4390 ____________________________________________________________________________
4391 [  2230] By: jhi                                   on 1998/11/12  17:07:45
4392     Log: Allow hints file override for d_socket
4393          (based on Sequent-induced change #2229).
4394  Branch: cfgperl
4395        ! Configure
4396 ____________________________________________________________________________
4397 [  2229] By: jhi                                   on 1998/11/12  16:32:33
4398     Log: 
4399          From: "Martin J. Bligh" <mbligh@sequent.com>
4400          To: jhi@iki.fi
4401          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
4402          Subject: Re: Making Perl work on DYNIX/ptx
4403          Date: Tue, 10 Nov 1998 16:24:26 -0800
4404          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
4405  Branch: cfgperl
4406        ! hints/dynixptx.sh
4407 ____________________________________________________________________________
4408 [  2228] By: jhi                                   on 1998/11/12  11:40:37
4409     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
4410          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
4411          To: jhi@iki.fi
4412          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
4413          Subject: Re: Making Perl work on DYNIX/ptx
4414          Date: Tue, 10 Nov 1998 18:01:10 -0800
4415  Branch: cfgperl
4416        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
4417 ____________________________________________________________________________
4418 [  2227] By: jhi                                   on 1998/11/12  11:17:42
4419     Log: Integrate from mainperl.
4420  Branch: cfgperl
4421       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
4422       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
4423       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
4424       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
4425       !> win32/win32.c x2p/s2p.PL
4426 ____________________________________________________________________________
4427 [  2226] By: gsar                                  on 1998/11/11  21:05:42
4428     Log: provide -DPERL_POLLUTE
4429  Branch: perl
4430        ! embed.pl embedvar.h
4431 ____________________________________________________________________________
4432 [  2225] By: jhi                                   on 1998/11/09  07:45:12
4433     Log: From: Hans Mulder <hansm@icgroup.nl>
4434          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4435          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
4436          perl5-porters@perl.org
4437          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
4438          (UNINSTALLED)
4439          Date: Sun,  8 Nov 98 22:20:23 +0100
4440          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
4441  Branch: cfgperl
4442        ! malloc.c perl.h
4443 ____________________________________________________________________________
4444 [  2224] By: gsar                                  on 1998/11/09  03:13:14
4445     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
4446          Christoph <lupe@alanya.m.isar.de>)
4447  Branch: perl
4448        ! lib/Text/Wrap.pm
4449 ____________________________________________________________________________
4450 [  2223] By: gsar                                  on 1998/11/09  02:09:06
4451     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
4452          <lionel.fourquaux@wanadoo.fr>)
4453  Branch: perl
4454        ! x2p/s2p.PL
4455 ____________________________________________________________________________
4456 [  2222] By: gsar                                  on 1998/11/09  01:56:24
4457     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
4458          Date: Wed, 04 Nov 1998 12:19:44 +0000
4459          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
4460          Subject: [PATCH] Re: [5.005_53] read overflow? 
4461          --
4462          Date: Wed, 04 Nov 1998 13:15:18 +0000
4463          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
4464          Subject: [PATCH 5.005_53] perl -V fix
4465  Branch: perl
4466        ! perl.c regexec.c
4467 ____________________________________________________________________________
4468 [  2221] By: gsar                                  on 1998/11/09  01:34:56
4469     Log: From: jan.dubois@ibm.net (Jan Dubois)
4470          Date: Sun, 01 Nov 1998 00:05:01 +0100
4471          Message-ID: <364294bd.18052307@smtp1.ibm.net>
4472          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
4473  Branch: perl
4474        ! Changes win32/makedef.pl
4475 ____________________________________________________________________________
4476 [  2220] By: gsar                                  on 1998/11/08  21:13:07
4477     Log: integrate changes#2120,2168,2218 from maint-5.005;
4478          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
4479          enum; make regen_headers
4480  Branch: perl
4481        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
4482        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
4483 ____________________________________________________________________________
4484 [  2219] By: gsar                                  on 1998/11/08  19:42:57
4485     Log: integrate cfgperl changes into mainline
4486  Branch: perl
4487       +> README.vmesa
4488       !> Configure MANIFEST Porting/Glossary Porting/config.sh
4489       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
4490       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
4491       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
4492       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
4493       !> thread.h vms/subconfigure.com vos/config.h
4494 ____________________________________________________________________________
4495 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
4496     Log: From: Graham Barr <gbarr@ti.com>
4497          Date: Mon, 2 Nov 1998 07:38:52 -0600
4498          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
4499          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
4500  Branch: maint-5.005/perl
4501        ! ext/IPC/SysV/Msg.pm
4502 ____________________________________________________________________________
4503 [  2215] By: gsar                                  on 1998/11/08  02:52:52
4504     Log: set close-on-exec bit on pipe() FDs
4505  Branch: perl
4506        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
4507 ____________________________________________________________________________
4508 [  2214] By: gsar                                  on 1998/11/08  02:27:57
4509     Log: typo in newHVhv()
4510  Branch: perl
4511        ! hv.c
4512 ____________________________________________________________________________
4513 [  2211] By: jhi                                   on 1998/11/07  21:14:18
4514     Log: Finalize the Mach CThreads support.
4515          
4516          From: Hans Mulder <hansm@icgroup.nl>
4517          Date: Sat,  7 Nov 98 22:06:20 +0100
4518          To: Gurusamy Sarathy <gsar@engin.umich.edu>
4519          Cc: jhi@iki.fi, perl5-porters@perl.org
4520          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
4521          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
4522  Branch: cfgperl
4523        ! malloc.c perl.h
4524 ____________________________________________________________________________
4525 [  2210] By: gsar                                  on 1998/11/06  20:36:50
4526     Log: fix AvREALISH bogusness
4527  Branch: perl
4528        ! av.c t/op/array.t
4529 ____________________________________________________________________________
4530 [  2209] By: jhi                                   on 1998/11/06  08:05:31
4531     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
4532          ASSERT() causes problems in {NeXTStep,OpenStep}.
4533          
4534          From: Hans Mulder <hansm@icgroup.nl>
4535          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
4536          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
4537          Date: Fri,  6 Nov 98 01:27:41 +0100
4538          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
4539          
4540          and
4541          
4542          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4543          Subject: Re: ASSERT() in malloc.c
4544          To: jhi@iki.fi
4545          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
4546          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
4547  Branch: cfgperl
4548        ! malloc.c
4549 ____________________________________________________________________________
4550 [  2208] By: jhi                                   on 1998/11/06  07:55:38
4551     Log: Mach CThreads needs #include <mach/cthreads.h>.
4552  Branch: cfgperl
4553        ! perl.h
4554 ____________________________________________________________________________
4555 [  2206] By: jhi                                   on 1998/11/05  14:54:52
4556     Log: PERL_BADLANG wrongly documented.
4557          
4558          From: ts <decoux@moulon.inra.fr>
4559          To: jhi@cc.hut.fi
4560          Subject: Re: Locale warning messages
4561          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
4562          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
4563          
4564          and
4565          
4566          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4567          Subject: Re: PERL_BADLANG
4568          To: jhi@iki.fi
4569          Subject: Re: PERL_BADLANG
4570          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
4571          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
4572  Branch: cfgperl
4573        ! pod/perllocale.pod
4574 ____________________________________________________________________________
4575 [  2205] By: jhi                                   on 1998/11/05  14:24:33
4576     Log: Document all the control flow keywords in perlfunc
4577          so that "perlfunc -f while" works.
4578  Branch: cfgperl
4579        ! pod/perlfunc.pod
4580 ____________________________________________________________________________
4581 [  2204] By: jhi                                   on 1998/11/05  12:46:02
4582     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
4583          (from vos/config.h).  Update Porting/{Glossary,config*}.
4584  Branch: cfgperl
4585        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4586        ! config_h.SH vos/config.h
4587 ____________________________________________________________________________
4588 [  2203] By: jhi                                   on 1998/11/05  08:34:39
4589     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
4590  Branch: cfgperl
4591        ! hints/vmesa.sh vms/subconfigure.com
4592 ____________________________________________________________________________
4593 [  2202] By: jhi                                   on 1998/11/05  08:03:20
4594     Log: Integrate from mainperl.
4595  Branch: cfgperl
4596       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
4597       !> win32/Makefile win32/makefile.mk win32/win32.c
4598 ____________________________________________________________________________
4599 [  2201] By: gsar                                  on 1998/11/05  04:40:44
4600     Log: another POPSTACK victim
4601  Branch: perl
4602        ! cop.h sv.c
4603 ____________________________________________________________________________
4604 [  2196] By: gsar                                  on 1998/11/05  02:07:54
4605     Log: fix a location affected by change#2191, add note about POPSTACK
4606  Branch: perl
4607        ! cop.h gv.c pp_ctl.c
4608 ____________________________________________________________________________
4609 [  2195] By: gsar                                  on 1998/11/05  02:04:45
4610     Log: makefile notes
4611  Branch: perl
4612        ! win32/Makefile win32/makefile.mk
4613 ____________________________________________________________________________
4614 [  2192] By: gsar                                  on 1998/11/04  23:48:53
4615     Log: indeterminate order-of-evaluation fixes
4616  Branch: perl
4617        ! mg.c
4618 ____________________________________________________________________________
4619 [  2191] By: gsar                                  on 1998/11/04  23:02:16
4620     Log: refetch local stack pointer in POPSTACK
4621  Branch: perl
4622        ! cop.h perl.c
4623 ____________________________________________________________________________
4624 [  2190] By: jhi                                   on 1998/11/04  08:50:40
4625     Log: Configure update.
4626          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
4627          
4628          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4629          To: Martin Bligh <mbligh@sequent.com>
4630          Cc: Jarkko Hietaniemi <jhi@iki.fi>
4631          Subject: Re: Perl 5's configure on DYNIX/ptx
4632          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
4633          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
4634          
4635          find sockets also from libsocket, not just libnet.
4636          OS390: $compile_ok instead of $compile for <inttypes.h>,
4637          
4638          From: pvhp@forte.com (Peter Prymmer)
4639          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
4640          Subject: _53 not OK on os390 but looking better than ever
4641          Date: Tue, 3 Nov 98 17:33:22 PST
4642          Message-Id: <9811040133.AA09450@forte.com>
4643  Branch: cfgperl
4644        ! Configure
4645 ____________________________________________________________________________
4646 [  2189] By: jhi                                   on 1998/11/04  07:43:58
4647     Log: sysio.t failure: fix undefined order of evaluation, from
4648          
4649          From: Spider Boardman <spider@web.zk3.dec.com>
4650          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
4651          To: perlbug@perl.com
4652          Date: 4 Nov 1998 01:22:30 +0200
4653          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
4654  Branch: cfgperl
4655        ! pp_sys.c
4656 ____________________________________________________________________________
4657 [  2188] By: gsar                                  on 1998/11/04  02:59:16
4658     Log: fix return value of win32_pclose()
4659  Branch: perl
4660        ! win32/win32.c
4661 ____________________________________________________________________________
4662 [  2187] By: gsar                                  on 1998/11/04  02:56:34
4663     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
4664  Branch: perl
4665        ! Changes doop.c gv.c util.c
4666 ____________________________________________________________________________
4667 [  2186] By: jhi                                   on 1998/11/03  08:17:52
4668     Log: Document quads in pack.
4669  Branch: cfgperl
4670        ! pod/perlfunc.pod
4671 ____________________________________________________________________________
4672 [  2185] By: jhi                                   on 1998/11/03  07:49:35
4673     Log: (IV) vs (I32) vs I_V()
4674          
4675          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
4676          From: Anton Berezin <tobez@plab.ku.dk> 
4677          To: "p5p" <perl5-porters@perl.org> 
4678          Date: 01 Nov 1998 15:09:11 +0100 
4679          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
4680          
4681          and
4682          
4683          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
4684          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
4685          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
4686  Branch: cfgperl
4687        ! sv.c
4688 ____________________________________________________________________________
4689 [  2184] By: jhi                                   on 1998/11/03  07:42:46
4690     Log: VM/ESA updates.
4691  Branch: cfgperl
4692        + README.vmesa
4693        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
4694 ____________________________________________________________________________
4695 [  2183] By: jhi                                   on 1998/11/02  12:58:13
4696     Log: The id(1)-parsing is real fun.
4697  Branch: cfgperl
4698        ! t/op/groups.t
4699 ____________________________________________________________________________
4700 [  2182] By: jhi                                   on 1998/11/02  12:07:43
4701     Log: Decommission the symlink test.
4702  Branch: cfgperl
4703        ! t/op/lex_assign.t
4704 ____________________________________________________________________________
4705 [  2181] By: jhi                                   on 1998/11/02  12:03:08
4706     Log: Replace ATTR_JOINABLE with true Configure probe
4707          for PTHREAD_CREATE_JOINABLE (or equivalent:
4708          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
4709          Remove ATTR_JOINABLE itself: Thread.xs uses
4710          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
4711          
4712          Really scan for <mach/cthreads.h> only if usethreads.
4713  Branch: cfgperl
4714        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
4715 ____________________________________________________________________________
4716 [  2180] By: jhi                                   on 1998/11/02  11:07:34
4717     Log: In HP-UX 10.X usethreads only if the required files are present.
4718  Branch: cfgperl
4719        ! hints/hpux.sh
4720 ____________________________________________________________________________
4721 [  2179] By: jhi                                   on 1998/11/02  09:10:33
4722     Log: Prefer groups(1).
4723          id -Gn can be broken.
4724          id -a can save the day.
4725  Branch: cfgperl
4726        ! t/op/groups.t
4727 ____________________________________________________________________________
4728 [  2178] By: jhi                                   on 1998/11/02  08:35:29
4729     Log: Detrail enum comma.
4730  Branch: cfgperl
4731        ! perl.h
4732 ____________________________________________________________________________
4733 [  2177] By: jhi                                   on 1998/11/02  08:24:12
4734     Log: 0**0 = 1, from
4735          
4736          From: d-lewart@uiuc.edu (Daniel S. Lewart)
4737          Subject: Math::Complex 0**0 patches
4738          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
4739          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
4740          To: jhi@iki.fi (Jarkko Hietaniemi),
4741          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
4742  Branch: cfgperl
4743        ! lib/Math/Complex.pm t/lib/complex.t
4744 ____________________________________________________________________________
4745 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
4746     Log: From: jan.dubois@ibm.net (Jan Dubois)   
4747          Date: Fri, 09 Oct 1998 23:28:31 +0200
4748          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
4749          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
4750  Branch: maint-5.005/perl
4751        ! XSUB.h
4752 ____________________________________________________________________________
4753 [  2164] By: jhi                                   on 1998/10/31  15:50:02
4754     Log: Integrate from mainperl.
4755  Branch: cfgperl
4756       +> t/op/lex_assign.t
4757       !> (integrate 45 files)
4758
4759 ----------------
4760 Version 5.005_53
4761 ----------------
4762
4763 ____________________________________________________________________________
4764 [  2163] By: gsar                                  on 1998/10/31  11:31:12
4765     Log: bump patchlevel; other minor fixes for clean build and test on
4766          Solaris and win32
4767  Branch: perl
4768        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
4769        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
4770        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
4771        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4772        ! x2p/a2p.c
4773 ____________________________________________________________________________
4774 [  2162] By: gsar                                  on 1998/10/31  09:40:31
4775     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4776          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
4777          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
4778          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
4779  Branch: perl
4780        ! pp.h
4781 ____________________________________________________________________________
4782 [  2161] By: gsar                                  on 1998/10/31  09:39:13
4783     Log: From: Albert Dvornik <bert@genscan.com>
4784          Date: 30 Oct 1998 17:50:04 -0500
4785          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
4786          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
4787  Branch: perl
4788        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
4789 ____________________________________________________________________________
4790 [  2160] By: gsar                                  on 1998/10/31  09:35:03
4791     Log: fix for bugs in -x mode
4792          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4793          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
4794          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
4795          Subject: [PATCH 5.00552] Fix h2xs
4796  Branch: perl
4797        ! utils/h2xs.PL
4798 ____________________________________________________________________________
4799 [  2159] By: gsar                                  on 1998/10/31  09:31:36
4800     Log: Data::Dumper update
4801  Branch: perl
4802        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4803        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
4804 ____________________________________________________________________________
4805 [  2153] By: gsar                                  on 1998/10/30  21:40:09
4806     Log: add testsuite portion of patch
4807          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4808          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
4809          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
4810          Subject: [PATCH 5.00321 ;-)] 87% speedup
4811  Branch: perl
4812        + t/op/lex_assign.t
4813        ! MANIFEST
4814 ____________________________________________________________________________
4815 [  2152] By: gsar                                  on 1998/10/30  21:08:11
4816     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
4817  Branch: perl
4818        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
4819 ____________________________________________________________________________
4820 [  2151] By: gsar                                  on 1998/10/30  20:18:09
4821     Log: From: Mark-Jason Dominus <mjd@plover.com>
4822          Date: Fri, 30 Oct 1998 14:24:23 EST
4823          Message-Id: <19981030192423.27276.qmail@plover.com>
4824          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
4825  Branch: perl
4826        ! x2p/walk.c
4827 ____________________________________________________________________________
4828 [  2150] By: gsar                                  on 1998/10/30  20:08:57
4829     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4830          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
4831          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
4832          Subject: [PATCH 5.00552] Overloaded <> and deref again
4833  Branch: perl
4834        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
4835        ! t/pragma/overload.t toke.c
4836 ____________________________________________________________________________
4837 [  2149] By: gsar                                  on 1998/10/30  19:38:15
4838     Log: From: Roderick Schertler <roderick@argon.org>
4839          Date: Thu, 29 Oct 1998 14:50:18 -0500
4840          Message-ID: <17625.909690618@eeyore.ibcinc.com>
4841          Subject: patch for daemonization docs in perlipc
4842  Branch: perl
4843        ! pod/perlipc.pod
4844 ____________________________________________________________________________
4845 [  2148] By: gsar                                  on 1998/10/30  19:36:07
4846     Log: From: Anton Berezin <tobez@plab.ku.dk>
4847          Date: 29 Oct 1998 17:06:25 +0100
4848          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
4849          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
4850  Branch: perl
4851        ! win32/win32.c
4852 ____________________________________________________________________________
4853 [  2147] By: gsar                                  on 1998/10/30  19:31:37
4854     Log: tweaked version of suggested patch
4855          From: Anton Berezin <tobez@plab.ku.dk>
4856          Date: 29 Oct 1998 14:48:54 +0100
4857          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
4858          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
4859  Branch: perl
4860        ! win32/win32.c
4861 ____________________________________________________________________________
4862 [  2146] By: gsar                                  on 1998/10/30  19:03:50
4863     Log: hand-apply whitespace-mutiliated patch
4864          From: "vishal bhatia" <vishalb@hotmail.com>
4865          Date: Wed, 28 Oct 1998 23:45:32 PST
4866          Message-ID: <19981029074534.2334.qmail@hotmail.com>
4867          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
4868  Branch: perl
4869        ! ext/B/B/C.pm ext/B/B/CC.pm
4870 ____________________________________________________________________________
4871 [  2145] By: gsar                                  on 1998/10/30  18:46:58
4872     Log: remaining PL_foo stragglers
4873  Branch: perl
4874        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
4875        ! op.h os2/os2.c vms/gen_shrfls.pl
4876 ____________________________________________________________________________
4877 [  2144] By: gsar                                  on 1998/10/30  17:38:36
4878     Log: integrate cfgperl tweaks into mainline
4879  Branch: perl
4880       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
4881       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
4882 ____________________________________________________________________________
4883 [  2143] By: jhi                                   on 1998/10/30  13:27:39
4884     Log: There can be multiple yacc/bison errors.
4885  Branch: cfgperl
4886        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
4887 ____________________________________________________________________________
4888 [  2142] By: jhi                                   on 1998/10/30  13:18:43
4889     Log: README.posix-bc update.
4890  Branch: cfgperl
4891        ! README.posix-bc
4892 ____________________________________________________________________________
4893 [  2141] By: jhi                                   on 1998/10/30  09:12:59
4894     Log: #2133 fallout.
4895  Branch: cfgperl
4896        ! doio.c ext/POSIX/POSIX.xs
4897 ____________________________________________________________________________
4898 [  2140] By: jhi                                   on 1998/10/30  08:43:18
4899     Log: Integrate from mainperl.
4900  Branch: cfgperl
4901       +> globvar.sym pp.sym
4902        - objpp.h thread.sym
4903       !> (integrate 61 files)
4904 ____________________________________________________________________________
4905 [  2133] By: gsar                                  on 1998/10/30  02:51:39
4906     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
4907          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
4908          should soon be automated also; the global variables that
4909          escaped the PL_foo conversion are now reined in; renamed
4910          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
4911          type of same name; duplicated lists of pp_things in various
4912          places is now gone; result has only been tested on win32
4913  Branch: perl
4914        + globvar.sym pp.sym
4915        - objpp.h thread.sym
4916        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
4917        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
4918        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
4919        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
4920        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
4921        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
4922        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
4923        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
4924        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4925        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4926        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
4927 ____________________________________________________________________________
4928 [  2130] By: jhi                                   on 1998/10/29  15:31:26
4929     Log: Pure bison yylex() proto was broken.
4930  Branch: cfgperl
4931        ! proto.h
4932 ____________________________________________________________________________
4933 [  2126] By: jhi                                   on 1998/10/29  08:35:54
4934     Log: Integrate mainperl.
4935  Branch: cfgperl
4936       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
4937       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
4938       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
4939       !> t/pragma/warn/doio toke.c win32/makefile.mk
4940 ____________________________________________________________________________
4941 [  2125] By: jhi                                   on 1998/10/29  08:32:38
4942     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
4943  Branch: cfgperl
4944        ! Makefile.SH
4945 ____________________________________________________________________________
4946 [  2124] By: jhi                                   on 1998/10/29  08:06:44
4947     Log: EBCDIC Makefile.SH tuneup.
4948  Branch: cfgperl
4949        ! Makefile.SH
4950 ____________________________________________________________________________
4951 [  2119] By: gsar                                  on 1998/10/28  23:24:04
4952     Log: remove doubled hunk from integration
4953  Branch: perl
4954        ! pp.c
4955 ____________________________________________________________________________
4956 [  2118] By: gsar                                  on 1998/10/28  22:03:31
4957     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4958          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
4959          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
4960          Subject: [PATCH 5.00552] Minor debugger tweaks
4961  Branch: perl
4962        ! lib/perl5db.pl
4963 ____________________________________________________________________________
4964 [  2117] By: gsar                                  on 1998/10/28  22:02:30
4965     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4966          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
4967          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
4968          Subject: [PATCH 5.00552] Make sort respect overloading
4969  Branch: perl
4970        ! pp_ctl.c proto.h t/pragma/overload.t
4971 ____________________________________________________________________________
4972 [  2116] By: gsar                                  on 1998/10/28  21:51:11
4973     Log: MM patches from Ilya Zakharevich
4974          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
4975          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
4976          Subject: [PATCH 5.00552] Make MakeMaker more verbose
4977          --
4978          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
4979          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
4980          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
4981  Branch: perl
4982        ! lib/ExtUtils/MakeMaker.pm
4983 ____________________________________________________________________________
4984 [  2115] By: gsar                                  on 1998/10/28  21:46:19
4985     Log: add explicit references to perl source path in ld2 and gcc2
4986  Branch: perl
4987        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
4988 ____________________________________________________________________________
4989 [  2114] By: gsar                                  on 1998/10/28  21:39:56
4990     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4991          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
4992          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
4993          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
4994  Branch: perl
4995        ! INSTALL
4996 ____________________________________________________________________________
4997 [  2113] By: gsar                                  on 1998/10/28  21:21:16
4998     Log: integrate cfgperl into mainline
4999  Branch: perl
5000       +> t/op/filetest.t
5001       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
5002       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
5003       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
5004       !> thread.h toke.c vmesa/Makefile
5005 ____________________________________________________________________________
5006 [  2112] By: gsar                                  on 1998/10/28  21:14:18
5007     Log: minor cleanup
5008  Branch: perl
5009        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
5010 ____________________________________________________________________________
5011 [  2111] By: gsar                                  on 1998/10/28  18:52:10
5012     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
5013  Branch: perl
5014        ! toke.c
5015 ____________________________________________________________________________
5016 [  2110] By: jhi                                   on 1998/10/28  15:07:54
5017     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
5018  Branch: cfgperl
5019        ! Makefile.SH
5020 ____________________________________________________________________________
5021 [  2109] By: jhi                                   on 1998/10/28  13:39:54
5022     Log: a2p.y needs to generate also y.tab.h.
5023  Branch: cfgperl
5024        ! Makefile.SH
5025 ____________________________________________________________________________
5026 [  2108] By: jhi                                   on 1998/10/28  10:33:36
5027     Log: The "parse error" must be converted to "syntax error",
5028          just matching it aint' enough.
5029  Branch: cfgperl
5030        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5031        ! t/pragma/warning.t
5032 ____________________________________________________________________________
5033 [  2107] By: jhi                                   on 1998/10/28  10:23:05
5034     Log: Regen sig_n{ame,umber}* if slightest doubt.
5035  Branch: cfgperl
5036        ! Configure
5037 ____________________________________________________________________________
5038 [  2106] By: jhi                                   on 1998/10/28  08:44:49
5039     Log: Bison says 'parse error', not 'parser error'.
5040  Branch: cfgperl
5041        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5042        ! t/pragma/warning.t
5043 ____________________________________________________________________________
5044 [  2105] By: jhi                                   on 1998/10/28  08:42:09
5045     Log: yylex() parametrization.
5046  Branch: cfgperl
5047        ! proto.h toke.c
5048 ____________________________________________________________________________
5049 [  2104] By: jhi                                   on 1998/10/28  08:25:09
5050     Log: Bring in #2102.
5051  Branch: cfgperl
5052        ! pp.c
5053 ____________________________________________________________________________
5054 [  2103] By: jhi                                   on 1998/10/28  08:22:04
5055     Log: From: Dominic Dunlop <domo@vo.lu>
5056          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
5057          Date: 27 Oct 1998 20:47:25 +0200
5058          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
5059  Branch: cfgperl
5060        ! t/op/groups.t
5061 ____________________________________________________________________________
5062 [  2102] By: larry                                 on 1998/10/27  18:58:55
5063     Log: utf8 change to quotemeta broke EBCDIC
5064  Branch: perl
5065        ! pp.c
5066 ____________________________________________________________________________
5067 [  2101] By: jhi                                   on 1998/10/27  12:55:34
5068     Log: $Config{sig_num_init}.
5069          Also, a new approach to the 'pthreads-created-joinable': drop
5070          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
5071          directly. (See also #2096).
5072  Branch: cfgperl
5073        ! Configure config_h.SH
5074 ____________________________________________________________________________
5075 [  2100] By: jhi                                   on 1998/10/27  10:48:55
5076     Log: Regenerated perly_c.diff.
5077  Branch: cfgperl
5078        ! perly_c.diff
5079 ____________________________________________________________________________
5080 [  2099] By: jhi                                   on 1998/10/27  08:42:25
5081     Log: First the mangler was Netscape, then it was me.
5082  Branch: cfgperl
5083        ! vmesa/Makefile
5084 ____________________________________________________________________________
5085 [  2098] By: jhi                                   on 1998/10/27  08:34:40
5086     Log: `id -Gn` might be available where `groups` is not.
5087  Branch: cfgperl
5088        ! t/op/groups.t
5089 ____________________________________________________________________________
5090 [  2097] By: jhi                                   on 1998/10/27  08:05:17
5091     Log: Netscape had mangled the tabs.
5092  Branch: cfgperl
5093        ! vmesa/Makefile
5094 ____________________________________________________________________________
5095 [  2096] By: jhi                                   on 1998/10/27  08:03:05
5096     Log: ATTR_JOINABLE logic, based on (private email)
5097          
5098          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
5099          Subject: Some little diffs
5100          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
5101          Date: Tue, 27 Oct 1998 13:44:42 +1300
5102  Branch: cfgperl
5103        ! thread.h
5104 ____________________________________________________________________________
5105 [  2095] By: jhi                                   on 1998/10/27  07:56:57
5106     Log: Mach cthreads support based on:
5107          
5108          From: brie@corp.home.net (Brian Harrison)
5109          Subject: perl5.005_02 patch for mthreads
5110          To: perl5-porters@perl.org
5111          Date: 24 Oct 1998 01:01:55 +0300
5112          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
5113          
5114          Pthread yield probe (dejavu)
5115          Cosmetic nanochange for the union semun output.
5116          Better inttypes.h probe.
5117          Undo the 'void *' $selecttype probe from #1971 because
5118          it breaks the $selectminbits test.
5119  Branch: cfgperl
5120        ! Configure config_h.SH perl.h thread.h
5121 ____________________________________________________________________________
5122 [  2094] By: jhi                                   on 1998/10/26  13:02:07
5123     Log: Also posix-bc wants to reyacc.
5124  Branch: cfgperl
5125        ! Makefile.SH
5126 ____________________________________________________________________________
5127 [  2093] By: jhi                                   on 1998/10/26  10:17:21
5128     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
5129          5_02 and really breaking things in non-ASCII worlds.
5130  Branch: cfgperl
5131        ! pp.c
5132 ____________________________________________________________________________
5133 [  2092] By: jhi                                   on 1998/10/26  09:08:00
5134     Log: More robustness.
5135  Branch: cfgperl
5136        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5137        ! t/pragma/warning.t
5138 ____________________________________________________________________________
5139 [  2091] By: jhi                                   on 1998/10/26  08:47:32
5140     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
5141          Bison really wants YYLEX_PARAM.
5142  Branch: cfgperl
5143        ! perly.y proto.h toke.c
5144 ____________________________________________________________________________
5145 [  2090] By: jhi                                   on 1998/10/26  08:21:25
5146     Log: s/YYLEX_PARAM/YYLEXPARAM/
5147  Branch: cfgperl
5148        ! perly.y
5149 ____________________________________________________________________________
5150 [  2089] By: jhi                                   on 1998/10/26  08:17:33
5151     Log: Indicate skipped subtests.
5152  Branch: cfgperl
5153        ! t/io/pipe.t
5154 ____________________________________________________________________________
5155 [  2088] By: jhi                                   on 1998/10/26  08:11:36
5156     Log: Integrate from mainperl.
5157  Branch: cfgperl
5158       !> (integrate 54 files)
5159 ____________________________________________________________________________
5160 [  2087] By: jhi                                   on 1998/10/26  08:08:02
5161     Log: Add test for filetests.
5162  Branch: cfgperl
5163        + t/op/filetest.t
5164        ! MANIFEST
5165 ____________________________________________________________________________
5166 [  2086] By: gsar                                  on 1998/10/26  02:44:44
5167     Log: various win32 tweaks; disable new xs_cpp section (it creates
5168          ambiguous inference graph for %.xs --> %.o)
5169  Branch: perl
5170        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
5171        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
5172        ! win32/config.gc win32/config_H.gc win32/makedef.pl
5173        ! win32/makefile.mk win32/win32.h
5174 ____________________________________________________________________________
5175 [  2085] By: gsar                                  on 1998/10/26  00:50:02
5176     Log: sanity-check $Config{drand01} in rand.t
5177  Branch: perl
5178        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
5179        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5180 ____________________________________________________________________________
5181 [  2078] By: gsar                                  on 1998/10/25  10:22:04
5182     Log: update win32/config*.?c
5183  Branch: perl
5184        ! Changes win32/config.bc win32/config.gc win32/config.vc
5185        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5186 ____________________________________________________________________________
5187 [  2077] By: gsar                                  on 1998/10/25  08:39:25
5188     Log: From: Graham Barr <gbarr@pobox.com>
5189          Date: Sat, 24 Oct 1998 21:45:50 -0500
5190          Message-ID: <19981024214550.C508@pobox.com>
5191          Subject: Re: die with a reference  should use overload "" operator
5192  Branch: perl
5193        ! pp_ctl.c
5194 ____________________________________________________________________________
5195 [  2076] By: gsar                                  on 1998/10/25  08:37:49
5196     Log: From: Graham Barr <gbarr@pobox.com>
5197          Date: Sat, 24 Oct 1998 12:45:21 -0500
5198          Message-ID: <19981024124521.C512@pobox.com>
5199          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
5200  Branch: perl
5201        ! sv.c
5202 ____________________________________________________________________________
5203 [  2075] By: gsar                                  on 1998/10/25  08:24:09
5204     Log: fix C<print $n += 5;> etc.
5205  Branch: perl
5206        ! toke.c
5207 ____________________________________________________________________________
5208 [  2074] By: gsar                                  on 1998/10/25  08:12:28
5209     Log: list builtins with portability caveats
5210          From: Jarkko Hietaniemi <jhi@iki.fi>
5211          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
5212          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
5213          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
5214  Branch: perl
5215        ! pod/perlfunc.pod
5216 ____________________________________________________________________________
5217 [  2073] By: gsar                                  on 1998/10/25  07:55:43
5218     Log: fix stack overrun in file test operators
5219  Branch: perl
5220        ! pp_sys.c
5221 ____________________________________________________________________________
5222 [  2072] By: gsar                                  on 1998/10/25  07:29:45
5223     Log: implement C<goto &func> and other fixes (via private mail)
5224          From:    "vishal bhatia" <vishalb@hotmail.com>
5225          Date:    Wed, 21 Oct 1998 22:59:03 PDT
5226          Message-Id: <19981022055904.20083.qmail@hotmail.com>
5227          Subject: [PATCH 5.005_52] More fixes for B
5228  Branch: perl
5229        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5230 ____________________________________________________________________________
5231 [  2071] By: gsar                                  on 1998/10/25  07:14:41
5232     Log: From: Graham Barr <gbarr@pobox.com>
5233          Date: Sat, 17 Oct 1998 20:42:41 -0500
5234          Message-ID: <19981017204241.G510@pobox.com>
5235          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
5236  Branch: perl
5237        ! pp_ctl.c
5238 ____________________________________________________________________________
5239 [  2070] By: gsar                                  on 1998/10/25  07:07:29
5240     Log: avoid bogus line number in XSUB redefined warnings
5241  Branch: perl
5242        ! op.c
5243 ____________________________________________________________________________
5244 [  2069] By: gsar                                  on 1998/10/25  06:59:03
5245     Log: From: Martijn Koster <mak@excitecorp.com>
5246          Date: Wed, 21 Oct 1998 13:12:03 +0100
5247          Message-ID: <19981021131203.A15661@excitecorp.com>
5248          Subject: File::Path::mkpath reports the wrong error
5249  Branch: perl
5250        ! lib/File/Path.pm
5251 ____________________________________________________________________________
5252 [  2068] By: gsar                                  on 1998/10/25  06:54:43
5253     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
5254          Date: Tue, 20 Oct 1998 20:52:20 -0500
5255          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
5256          Subject: Exporter.pm's export_to_level() argument handling buggy
5257  Branch: perl
5258        ! lib/Exporter.pm
5259 ____________________________________________________________________________
5260 [  2067] By: gsar                                  on 1998/10/25  06:50:19
5261     Log: From: jan.dubois@ibm.net (Jan Dubois)
5262          Date: Wed, 21 Oct 1998 00:55:51 +0200
5263          Message-ID: <36380269.55370608@smtp1.ibm.net>
5264          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
5265  Branch: perl
5266        ! ext/DynaLoader/DynaLoader_pm.PL
5267 ____________________________________________________________________________
5268 [  2066] By: gsar                                  on 1998/10/25  06:48:19
5269     Log: recognize '%' as a shell metachar for win32
5270          From: jan.dubois@ibm.net (Jan Dubois)
5271          Date: Tue, 20 Oct 1998 21:57:35 +0200
5272          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
5273          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
5274  Branch: perl
5275        ! win32/win32.c
5276 ____________________________________________________________________________
5277 [  2065] By: gsar                                  on 1998/10/25  06:46:30
5278     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
5279  Branch: perl
5280        ! sv.c
5281 ____________________________________________________________________________
5282 [  2064] By: gsar                                  on 1998/10/25  06:45:09
5283     Log: From: Gisle Aas <gisle@aas.no>
5284          Date: 20 Oct 1998 14:24:44 +0200
5285          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
5286          Subject: ord() and unpack("U*",...) should not be negative
5287  Branch: perl
5288        ! pp.c
5289 ____________________________________________________________________________
5290 [  2063] By: gsar                                  on 1998/10/25  06:42:29
5291     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5292          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
5293          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
5294          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
5295  Branch: perl
5296        ! os2/os2.c
5297 ____________________________________________________________________________
5298 [  2062] By: gsar                                  on 1998/10/25  06:41:26
5299     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5300          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
5301          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
5302          Subject: [PATCH 5.005_*] Speed up aassign
5303  Branch: perl
5304        ! pp_hot.c
5305 ____________________________________________________________________________
5306 [  2061] By: gsar                                  on 1998/10/25  06:39:04
5307     Log: From: Graham Barr <gbarr@pobox.com>
5308          Date: Sat, 17 Oct 1998 22:22:02 -0500
5309          Message-ID: <19981017222202.J510@pobox.com>
5310          Subject: Re: '*' prototype does not allow bareword with strict
5311  Branch: perl
5312        ! toke.c
5313 ____________________________________________________________________________
5314 [  2060] By: gsar                                  on 1998/10/25  06:37:34
5315     Log: handle '::' in section names properly
5316          From: Graham Barr <gbarr@pobox.com>
5317          Date: Sat, 17 Oct 1998 12:57:54 -0500
5318          Message-ID: <19981017125754.C510@pobox.com>
5319          Subject: Re: pod2html
5320  Branch: perl
5321        ! lib/Pod/Html.pm
5322 ____________________________________________________________________________
5323 [  2059] By: gsar                                  on 1998/10/25  06:33:43
5324     Log: integrate changes#1982,2014,2021 (from maint-5.005)
5325  Branch: perl
5326       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
5327       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
5328 ____________________________________________________________________________
5329 [  2058] By: gsar                                  on 1998/10/25  05:44:17
5330     Log: allow more win32 symbol exports (suggested by Jan Dubois)
5331  Branch: perl
5332        ! win32/makedef.pl
5333 ____________________________________________________________________________
5334 [  2057] By: gsar                                  on 1998/10/25  05:40:40
5335     Log: integrate change#2053 from maint-5.005
5336  Branch: perl
5337       !> cop.h t/cmd/while.t
5338 ____________________________________________________________________________
5339 [  2056] By: gsar                                  on 1998/10/25  05:16:41
5340     Log: commented version of a patch suggested by Drago Goricanec
5341          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5342          Date: 16 Oct 1998 15:24:45 +0300
5343          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
5344          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
5345  Branch: perl
5346        ! pp_sys.c
5347 ____________________________________________________________________________
5348 [  2055] By: gsar                                  on 1998/10/25  05:11:03
5349     Log: include eof() in description of buffering caveats
5350          From: Anton Berezin <tobez@plab.ku.dk>
5351          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
5352          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
5353          Subject: [DOCPATCH] pod/perlfunc.pod
5354  Branch: perl
5355        ! pod/perlfunc.pod
5356 ____________________________________________________________________________
5357 [  2054] By: gsar                                  on 1998/10/25  05:07:42
5358     Log: disallow 'x' in hex numbers (except leading '0x')
5359          From: Gisle Aas <gisle@aas.no>
5360          Date: 16 Oct 1998 16:33:12 +0200
5361          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
5362          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
5363  Branch: perl
5364        ! perlvars.h t/op/oct.t util.c
5365 ____________________________________________________________________________
5366 [  2052] By: gsar                                  on 1998/10/25  04:49:04
5367     Log: avoid the circular refcnt logic in magic_mutexfree()
5368  Branch: perl
5369        ! mg.c pp.c pp_hot.c
5370 ____________________________________________________________________________
5371 [  2051] By: gsar                                  on 1998/10/25  04:35:07
5372     Log: properly restore PL_rsfp_filters after require
5373  Branch: perl
5374        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
5375        ! scope.h
5376 ____________________________________________________________________________
5377 [  2050] By: gsar                                  on 1998/10/25  02:42:32
5378     Log: integrate cfgperl changes back into mainline
5379  Branch: perl
5380       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
5381       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
5382       !> (integrate 33 files)
5383 ____________________________________________________________________________
5384 [  2049] By: gsar                                  on 1998/10/25  01:30:48
5385     Log: avoid "mysterious" compile-time failures without messages
5386  Branch: perl
5387        ! gv.c
5388 ____________________________________________________________________________
5389 [  2041] By: gsar                                  on 1998/10/23  21:11:56
5390     Log: checkin jpl under //depot/perlext/jpl/...
5391  Branch: perlext
5392        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
5393        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
5394        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
5395        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
5396        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
5397        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
5398        + jpl/PerlInterpreter/Makefile.PL
5399        + jpl/PerlInterpreter/PerlInterpreter.c
5400        + jpl/PerlInterpreter/PerlInterpreter.h
5401        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
5402        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
5403        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
5404        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
5405        + jpl/get_jdk/jdk_hosts jpl/install-jpl
5406 ____________________________________________________________________________
5407 [  2040] By: larry                                 on 1998/10/23  19:31:42
5408     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
5409  Branch: perl
5410        ! pp.c
5411 ____________________________________________________________________________
5412 [  2039] By: larry                                 on 1998/10/23  18:48:34
5413     Log: tr///d does not seem to work
5414  Branch: perl
5415        ! lib/utf8_heavy.pl
5416 ____________________________________________________________________________
5417 [  2038] By: larry                                 on 1998/10/23  18:00:41
5418     Log: Program with utf8 identifiers fails to compile
5419  Branch: perl
5420        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
5421 ____________________________________________________________________________
5422 [  2037] By: jhi                                   on 1998/10/23  14:04:51
5423     Log: Test suite portability:
5424          - posix-bc does not write to broken pipes
5425          - filehand #11 only iff we have fork
5426          - warning.t can now match $expected using regular expressions
5427  Branch: cfgperl
5428        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
5429        ! t/pragma/warning.t
5430 ____________________________________________________________________________
5431 [  2036] By: jhi                                   on 1998/10/23  12:12:07
5432     Log: yacc clarification.
5433  Branch: cfgperl
5434        ! README.posix-bc
5435 ____________________________________________________________________________
5436 [  2035] By: jhi                                   on 1998/10/23  12:09:59
5437     Log: Some C compilers get upset about 8-bit characters in /* comments. */
5438  Branch: cfgperl
5439        ! mg.c
5440 ____________________________________________________________________________
5441 [  2034] By: jhi                                   on 1998/10/22  09:11:52
5442     Log: Configure update: both for pthread_yield more robust
5443          testing (all variants of pthread_attr_getdetachstate()) --
5444          and because Configure was broken in major way! About 1000
5445          last lines were truncated.
5446  Branch: cfgperl
5447        ! Configure
5448 ____________________________________________________________________________
5449 [  2033] By: jhi                                   on 1998/10/22  07:47:10
5450     Log: DJGPP feedback for #2028.
5451  Branch: cfgperl
5452        ! thread.h
5453 ____________________________________________________________________________
5454 [  2032] By: jhi                                   on 1998/10/21  13:03:57
5455     Log: yielding, the saga continues.
5456  Branch: cfgperl
5457        ! Configure config_h.SH
5458       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
5459       !> t/op/goto.t t/pragma/constant.t
5460 ____________________________________________________________________________
5461 [  2031] By: jhi                                   on 1998/10/21  09:15:42
5462     Log: VM/ESA feedback for #2028.
5463  Branch: cfgperl
5464        ! Configure config_h.SH thread.h
5465 ____________________________________________________________________________
5466 [  2030] By: gsar                                  on 1998/10/21  04:22:53
5467     Log: fix handling of mayhaps-extended @_ in goto &sub
5468  Branch: perl
5469        ! av.c pp_ctl.c t/op/goto.t
5470 ____________________________________________________________________________
5471 [  2029] By: gsar                                  on 1998/10/21  00:54:14
5472     Log: restore sanity to "constant" references
5473  Branch: perl
5474        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
5475 ____________________________________________________________________________
5476 [  2028] By: jhi                                   on 1998/10/20  15:01:20
5477     Log: OLD_PTHREADS_API reorganizing.
5478  Branch: cfgperl
5479        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
5480        ! vmesa/vmesaish.h
5481 ____________________________________________________________________________
5482 [  2027] By: jhi                                   on 1998/10/20  14:14:51
5483     Log: #2026 fallout.
5484  Branch: cfgperl
5485        ! Makefile.SH
5486 ____________________________________________________________________________
5487 [  2026] By: jhi                                   on 1998/10/20  11:47:21
5488     Log: VM/ESA update.
5489  Branch: cfgperl
5490        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
5491 ____________________________________________________________________________
5492 [  2025] By: jhi                                   on 1998/10/20  08:20:56
5493     Log: 64-bitness, based on
5494          
5495          From: Scott Henry <scotth@sgi.com>
5496          To: perl-64bit@perl.org
5497          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
5498          Subject: Re: Configure problems/questions...
5499          Date: 19 Oct 1998 22:38:06 -0700
5500  Branch: cfgperl
5501        ! hints/irix_6.sh perl.h
5502 ____________________________________________________________________________
5503 [  2024] By: jhi                                   on 1998/10/20  08:09:07
5504     Log: Add lseeksize.
5505  Branch: cfgperl
5506        ! config_h.SH
5507 ____________________________________________________________________________
5508 [  2023] By: jhi                                   on 1998/10/20  08:08:33
5509     Log: Mumble about _yields() only when threaded.
5510  Branch: cfgperl
5511        ! Configure
5512 ____________________________________________________________________________
5513 [  2022] By: jhi                                   on 1998/10/20  07:46:26
5514     Log: Thinko at PTHREADS_CREATED_JOINABLE.
5515  Branch: cfgperl
5516        ! thread.h
5517 ____________________________________________________________________________
5518 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
5519     Log: From: Chip Salzenberg <chip@perlsupport.com>
5520          Date: Tue, 6 Oct 1998 13:33:05 -0400
5521          Message-ID: <19981006133305.A2348@perlsupport.com>
5522          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
5523  Branch: maint-5.005/perl
5524        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
5525        ! t/op/tie.t
5526 ____________________________________________________________________________
5527 [  2020] By: jhi                                   on 1998/10/19  09:15:53
5528     Log: YIELD more robustly.
5529  Branch: cfgperl
5530        ! thread.h
5531 ____________________________________________________________________________
5532 [  2019] By: jhi                                   on 1998/10/19  08:48:33
5533     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
5534          the 'new' one (just like DJGPP, it seems).
5535  Branch: cfgperl
5536        ! thread.h
5537 ____________________________________________________________________________
5538 [  2018] By: jhi                                   on 1998/10/19  07:02:44
5539     Log: vmesaish.h doesn't exclude unixish.h.
5540  Branch: cfgperl
5541        ! perl.h
5542 ____________________________________________________________________________
5543 [  2017] By: jhi                                   on 1998/10/19  06:44:19
5544     Log: 1<<$randbits is not good for randbits=48.
5545  Branch: cfgperl
5546        ! t/op/rand.t
5547 ____________________________________________________________________________
5548 [  2016] By: jhi                                   on 1998/10/19  06:39:47
5549     Log: Make #2012 glob pattern more portable.
5550  Branch: cfgperl
5551        ! Makefile.SH
5552 ____________________________________________________________________________
5553 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
5554     Log: Fix POSIX::sigprocmask not to check type of $old parameter
5555          as it is output only
5556  Branch: maint-5.005/perl
5557        ! ext/POSIX/POSIX.xs
5558 ____________________________________________________________________________
5559 [  2012] By: jhi                                   on 1998/10/17  15:04:23
5560     Log: clean numbered core dumps and t/tmp[0-9]*.
5561  Branch: cfgperl
5562        ! Makefile.SH
5563 ____________________________________________________________________________
5564 [  2011] By: jhi                                   on 1998/10/17  14:59:15
5565     Log: More robust yacc/bison failure output handling.
5566  Branch: cfgperl
5567        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5568 ____________________________________________________________________________
5569 [  2010] By: jhi                                   on 1998/10/17  14:51:05
5570     Log: BC2000 POSIX update.
5571  Branch: cfgperl
5572        ! MANIFEST
5573 ____________________________________________________________________________
5574 [  2009] By: jhi                                   on 1998/10/17  14:49:46
5575     Log: POSIX BC2000 port from perl-mvs:
5576          
5577          Subject: Ported perl 5.005.02 to BS2000 / POSIX
5578          From: Dorner Thomas <Thomas.Dorner@start.de> 
5579          Date: Tue, 29 Sep 1998 13:29:36 +0100 
5580          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
5581  Branch: cfgperl
5582        + README.posix-bc hints/posix-bc.sh
5583        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
5584        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
5585        ! unixish.h
5586 ____________________________________________________________________________
5587 [  2008] By: jhi                                   on 1998/10/17  14:07:49
5588     Log: VM/ESA-update.
5589  Branch: cfgperl
5590        ! MANIFEST
5591 ____________________________________________________________________________
5592 [  2007] By: jhi                                   on 1998/10/17  13:55:34
5593     Log: Forgot few S_I* imports.
5594  Branch: cfgperl
5595        ! t/lib/ipc_sysv.t
5596 ____________________________________________________________________________
5597 [  2006] By: jhi                                   on 1998/10/17  13:43:54
5598     Log: The VM/ESA port essentials, based on
5599          
5600          perl-mvs:
5601          
5602          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
5603          Subject: Re: Can't find Data/Dumper.pm
5604          Date: Mon, 28 Sep 1998 07:40:49 +1300
5605          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
5606          
5607          private email:
5608          
5609          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
5610          Subject: Re: Perl thread problems in VM/ESA
5611          Date: Thu, 15 Oct 1998 07:18:35 +1300
5612          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
5613          
5614          and private email:
5615          
5616          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
5617          Subject:  perl archive
5618          Date:  Sun, 11 Oct 1998 19:28:54 EDT
5619          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
5620          which gave a pointer to
5621          
5622          http://pucc.princeton.edu/~neale/perl.tar
5623          
5624          (based on Perl 5.005_51)
5625  Branch: cfgperl
5626        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
5627        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
5628        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
5629        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
5630 ____________________________________________________________________________
5631 [  2005] By: jhi                                   on 1998/10/17  13:17:19
5632     Log: Integrate mainperl.
5633  Branch: cfgperl
5634       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
5635       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5636       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
5637       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
5638       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
5639       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
5640       !> win32/makefile.mk
5641 ____________________________________________________________________________
5642 [  2004] By: jhi                                   on 1998/10/17  11:19:06
5643     Log: Removed an extra ' from the int64_t test.
5644  Branch: cfgperl
5645        ! Configure
5646 ____________________________________________________________________________
5647 [  2003] By: gsar                                  on 1998/10/17  04:11:40
5648     Log: silence -w noises (suggested by Greg Bacon)
5649  Branch: perl
5650        ! lib/Term/Complete.pm
5651 ____________________________________________________________________________
5652 [  2002] By: gsar                                  on 1998/10/17  04:07:48
5653     Log: From: Gisle Aas <gisle@aas.no>
5654          Date: 14 Oct 1998 15:53:14 +0200
5655          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
5656          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
5657  Branch: perl
5658        ! util.c
5659 ____________________________________________________________________________
5660 [  2001] By: gsar                                  on 1998/10/17  04:06:10
5661     Log: From: Gisle Aas <gisle@aas.no>
5662          Date: 14 Oct 1998 15:17:44 +0200
5663          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
5664          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
5665  Branch: perl
5666        ! toke.c
5667 ____________________________________________________________________________
5668 [  2000] By: gsar                                  on 1998/10/17  03:06:33
5669     Log: From: Gisle Aas <gisle@aas.no>
5670          Date: 14 Oct 1998 00:38:06 +0200
5671          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
5672          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
5673  Branch: perl
5674        ! sv.c
5675 ____________________________________________________________________________
5676 [  1999] By: gsar                                  on 1998/10/17  03:04:48
5677     Log: From: Dan Sugalski <sugalskd@osshe.edu>
5678          Date: Tue, 13 Oct 1998 15:10:57 -0700
5679          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
5680          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
5681  Branch: perl
5682        ! vms/ext/Stdio/Stdio.pm
5683 ____________________________________________________________________________
5684 [  1998] By: gsar                                  on 1998/10/17  03:00:40
5685     Log: skip readonly vars and unref references when doing a reset()
5686  Branch: perl
5687        ! sv.c
5688 ____________________________________________________________________________
5689 [  1997] By: gsar                                  on 1998/10/17  02:49:19
5690     Log: fix buggy treatment of large checksums on unicode strings
5691          From: Gisle Aas <gisle@aas.no>
5692          Date: 13 Oct 1998 21:35:39 +0200
5693          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
5694          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
5695  Branch: perl
5696        ! pp.c
5697 ____________________________________________________________________________
5698 [  1996] By: gsar                                  on 1998/10/17  02:43:22
5699     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5700          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
5701          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
5702          Subject: [PATCH 5.005_52] Memory overrun in os2.c
5703  Branch: perl
5704        ! os2/Makefile.SHs os2/os2.c
5705 ____________________________________________________________________________
5706 [  1995] By: gsar                                  on 1998/10/17  02:42:01
5707     Log: clarify section name rules for typemaps
5708  Branch: perl
5709        ! pod/perlxs.pod
5710 ____________________________________________________________________________
5711 [  1994] By: gsar                                  on 1998/10/17  02:33:02
5712     Log: whitespace-proof grent.t
5713  Branch: perl
5714        ! t/op/grent.t
5715 ____________________________________________________________________________
5716 [  1993] By: gsar                                  on 1998/10/17  02:27:29
5717     Log: fix bug in B::CC::pp_sassign()
5718          From: "vishal bhatia" <vishalb@hotmail.com>
5719          Date: Sun, 11 Oct 1998 18:41:38 PDT
5720          Message-ID: <19981012014139.19614.qmail@hotmail.com>
5721          Subject: B::CC problems with pp_sassign routine
5722  Branch: perl
5723        ! ext/B/B/CC.pm
5724 ____________________________________________________________________________
5725 [  1992] By: gsar                                  on 1998/10/17  02:17:49
5726     Log: applied suggested patch with small doc tweak
5727          From: Gisle Aas <gisle@aas.no>
5728          Date: 11 Oct 1998 12:53:13 +0200
5729          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
5730          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
5731  Branch: perl
5732        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
5733        ! t/op/tiehandle.t
5734 ____________________________________________________________________________
5735 [  1991] By: gsar                                  on 1998/10/17  02:08:30
5736     Log: apply non-conflicting parts from suggested patch
5737          From: jan.dubois@ibm.net (Jan Dubois)
5738          Date: Sat, 10 Oct 1998 13:15:45 +0200
5739          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
5740          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
5741  Branch: perl
5742        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5743 ____________________________________________________________________________
5744 [  1990] By: gsar                                  on 1998/10/17  02:01:24
5745     Log: provide option to enable optimization with VC (suggested by Jan
5746          Dubois)
5747  Branch: perl
5748        ! win32/Makefile win32/makefile.mk
5749 ____________________________________________________________________________
5750 [  1989] By: gsar                                  on 1998/10/17  01:55:27
5751     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
5752          Dave Leppik <dleppik@gage.com>
5753  Branch: perl
5754        ! perl.h
5755 ____________________________________________________________________________
5756 [  1988] By: gsar                                  on 1998/10/17  01:49:05
5757     Log: stray typo found by Hugo van der Sanden
5758  Branch: perl
5759        ! op.c
5760 ____________________________________________________________________________
5761 [  1987] By: gsar                                  on 1998/10/17  01:45:52
5762     Log: perldoc pod update
5763          From: Daniel Grisinger <dgris@perrin.dimensional.com>
5764          Date: 06 Oct 1998 23:56:51 -0600
5765          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
5766          Subject: [PATCH _02 and _52] perldoc
5767  Branch: perl
5768        ! utils/perldoc.PL
5769 ____________________________________________________________________________
5770 [  1986] By: gsar                                  on 1998/10/17  01:41:40
5771     Log: qualify names of builtins
5772  Branch: perl
5773        ! ext/POSIX/POSIX.pm
5774 ____________________________________________________________________________
5775 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
5776     Log: From: Jochen Wiedmann <joe@ispsoft.de>
5777          Date: Thu, 17 Sep 1998 17:16:06 +0200
5778          Message-ID: <360127B6.E44564A@ispsoft.de>
5779          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
5780  Branch: maint-5.005/perl
5781        ! lib/ExtUtils/MakeMaker.pm
5782 ____________________________________________________________________________
5783 [  1978] By: gsar                                  on 1998/10/16  01:58:58
5784     Log: integrate cfgperl mods into mainline
5785  Branch: perl
5786       +> ext/DynaLoader/dl_vmesa.xs
5787        ! Porting/genlog
5788       !> Configure MANIFEST Makefile.SH config_h.SH
5789       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
5790       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
5791       !> x2p/Makefile.SH
5792 ____________________________________________________________________________
5793 [  1976] By: gsar                                  on 1998/10/16  00:10:52
5794     Log: stray tweak
5795  Branch: perl
5796        ! op.c
5797 ____________________________________________________________________________
5798 [  1975] By: gsar                                  on 1998/10/15  23:54:38
5799     Log: propagate typeness of lexicals while cloning them
5800  Branch: perl
5801        ! op.c
5802 ____________________________________________________________________________
5803 [  1974] By: gsar                                  on 1998/10/15  23:53:25
5804     Log: s/last/first/ typo in append_list()
5805  Branch: perl
5806        ! op.c
5807 ____________________________________________________________________________
5808 [  1973] By: gsar                                  on 1998/10/15  20:06:17
5809     Log: nuke confperl branch and contents
5810  Branch: confperl
5811        - (delete 1284 files)
5812 ____________________________________________________________________________
5813 [  1972] By: jhi                                   on 1998/10/15  07:07:35
5814     Log: Test #162 had been added but the "print 1..161" had not been updated.
5815  Branch: cfgperl
5816        ! t/op/pat.t
5817 ____________________________________________________________________________
5818 [  1971] By: gsar                                  on 1998/10/15  03:09:58
5819     Log: check in all confperl changes as of change#1964 into cfgperl
5820  Branch: cfgperl
5821        + ext/DynaLoader/dl_vmesa.xs
5822        ! Configure MANIFEST Makefile.SH config_h.SH
5823        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
5824        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
5825 ____________________________________________________________________________
5826 [  1970] By: gsar                                  on 1998/10/15  03:05:59
5827     Log: integrate mainline to get tr.t
5828  Branch: cfgperl
5829       +> t/op/tr.t
5830 ____________________________________________________________________________
5831 [  1969] By: gsar                                  on 1998/10/15  03:04:17
5832     Log: add missing tr.t to repository
5833  Branch: perl
5834        + t/op/tr.t
5835 ____________________________________________________________________________
5836 [  1968] By: gsar                                  on 1998/10/15  03:02:43
5837     Log: create cfgperl branch
5838  Branch: cfgperl
5839       +> (branch 1282 files)
5840 ____________________________________________________________________________
5841 [  1967] By: gsar                                  on 1998/10/15  02:46:08
5842     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
5843          (MAN3PODS cannot be set to ' '; stray stricture violation)
5844  Branch: perl
5845        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
5846        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
5847        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
5848        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
5849        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
5850        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
5851        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
5852        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
5853        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
5854        ! lib/ExtUtils/MM_Unix.pm
5855 ____________________________________________________________________________
5856 [  1966] By: gsar                                  on 1998/10/15  02:19:03
5857     Log: tweak to make fix in change#1944 behave correctly for closures
5858          created within eval''
5859  Branch: perl
5860        ! op.c t/op/eval.t
5861 ____________________________________________________________________________
5862 [  1965] By: gsar                                  on 1998/10/14  23:22:41
5863     Log: use better numbers for exitstatus test
5864  Branch: perl
5865        ! t/op/die_exit.t
5866 ____________________________________________________________________________
5867 [  1964] By: jhi                                   on 1998/10/14  17:25:41
5868     Log: Add VM/ESA dynaloading (uses <dll.h>).
5869  Branch: confperl
5870        + ext/DynaLoader/dl_vmesa.xs
5871        ! MANIFEST
5872 ____________________________________________________________________________
5873 [  1963] By: jhi                                   on 1998/10/14  17:17:10
5874     Log: Remove a2p.loadmap in 'clean' target.
5875  Branch: confperl
5876        ! x2p/Makefile.SH
5877 ____________________________________________________________________________
5878 [  1962] By: jhi                                   on 1998/10/14  17:13:11
5879     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
5880  Branch: confperl
5881        ! Makefile.SH
5882 ____________________________________________________________________________
5883 [  1961] By: jhi                                   on 1998/10/14  16:27:39
5884     Log: VM/ESA creates executable.loadmaps.
5885  Branch: confperl
5886        ! Makefile.SH
5887 ____________________________________________________________________________
5888 [  1960] By: jhi                                   on 1998/10/14  15:37:39
5889     Log: Introduce SCHED_YIELD (one of sched_yield(),
5890          pthread_yield(), or pthread_yield(NULL)).
5891          YIELD is then defined using SCHED_YIELD unless
5892          a platform-specific YIELD has already been defined.
5893          
5894          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
5895          
5896          The need for pthread_yield(NULL) and pthread_attr_setdet...
5897          introduced by (private email)
5898          
5899          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
5900          Date: Sat, 10 Oct 1998 21:08:15 +1300
5901          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
5902          Subject: Re: Perl thread problems in VM/ESA
5903          
5904          Better select() protoprobe (for AIX), from (private email)
5905          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5906          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
5907          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
5908          Subject: AIX select (fwd)
5909          From: Lars Hecking <lhecking@nmrc.ucc.ie>
5910          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
5911          Date: Fri, 2 Oct 1998 10:40:01 +0100
5912          Subject: AIX select
5913          
5914          Linux-avoid-so.X.Y, based on
5915          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5916          Date: Tue, 13 Oct 1998 15:55:07 -0400
5917          Message-ID: <19981013155507.B4004@O2.chapin.edu>
5918          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
5919  Branch: confperl
5920        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
5921        ! thread.h
5922 ____________________________________________________________________________
5923 [  1959] By: jhi                                   on 1998/10/14  12:51:26
5924     Log: Some old pthread implementations have
5925          pthread_attr_setdetachstate(pthread_attr_t*, int*).
5926  Branch: confperl
5927        ! ext/Thread/Thread.xs
5928 ____________________________________________________________________________
5929 [  1958] By: jhi                                   on 1998/10/14  12:41:11
5930     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
5931          counterparts will follow soon.
5932  Branch: confperl
5933        ! thread.h
5934 ____________________________________________________________________________
5935 [  1957] By: jhi                                   on 1998/10/14  12:38:11
5936     Log: Add tr.t (MANIFEST already knew about it, strange)
5937  Branch: confperl
5938        + t/op/tr.t
5939 ____________________________________________________________________________
5940 [  1956] By: jhi                                   on 1998/10/14  12:24:35
5941     Log: Mutexen should be initialized only once.
5942  Branch: confperl
5943        ! gv.c op.c
5944 ____________________________________________________________________________
5945 [  1955] By: jhi                                   on 1998/10/14  12:19:38
5946     Log: os390 has its own cppstdin.
5947  Branch: confperl
5948        ! hints/os390.sh
5949 ____________________________________________________________________________
5950 [  1954] By: jhi                                   on 1998/10/14  12:15:06
5951     Log: Integrate with mainperl.
5952  Branch: confperl
5953       !> (integrate 1280 files)
5954 ____________________________________________________________________________
5955 [  1953] By: jhi                                   on 1998/10/14  11:48:08
5956     Log: Removed duplicate CMA threads code for HPUX 10.X.
5957          (probably residue of patch(1) being too understanding)
5958          Enhanced 64-bit settings. (redo change#1940)
5959  Branch: confperl
5960        ! hints/hpux.sh
5961 ____________________________________________________________________________
5962 [  1952] By: jhi                                   on 1998/10/14  11:45:16
5963     Log: (redo change#1949) Detypo in the d_open64 warning about
5964          the impending WHOA.
5965  Branch: confperl
5966        ! hints/irix_6.sh
5967 ____________________________________________________________________________
5968 [  1951] By: jhi                                   on 1998/10/14  10:54:16
5969     Log: Mutexen should only be inited once, after they have been New()ed.
5970  Branch: confperl
5971        ! gv.c op.c
5972 ____________________________________________________________________________
5973 [  1950] By: jhi                                   on 1998/10/14  10:41:43
5974     Log: Own cppstdin.
5975  Branch: confperl
5976        ! hints/os390.sh
5977 ____________________________________________________________________________
5978 [  1949] By: jhi                                   on 1998/10/14  10:34:23
5979     Log: Detypo in the d_open64 warning about the impending WHOA.
5980  Branch: confperl
5981        ! hints/irix_6.sh
5982 ____________________________________________________________________________
5983 [  1948] By: gsar                                  on 1998/10/14  05:38:01
5984     Log: two typos
5985  Branch: perl
5986        ! pp_hot.c t/op/eval.t
5987 ____________________________________________________________________________
5988 [  1947] By: gsar                                  on 1998/10/14  05:37:10
5989     Log: let docatch() pass the buck when restartop turns out to be null,
5990          making exceptions in BEGIN{} propagate as expected
5991  Branch: perl
5992        ! pp_ctl.c t/op/misc.t
5993 ____________________________________________________________________________
5994 [  1946] By: gsar                                  on 1998/10/13  03:41:49
5995     Log: add missing file from change#1943
5996  Branch: perl
5997        ! proto.h
5998 ____________________________________________________________________________
5999 [  1945] By: gsar                                  on 1998/10/13  03:32:02
6000     Log: defer "deep recursion" warnings until CXt_SUB context is properly
6001          set up
6002  Branch: perl
6003        ! pp_hot.c t/pragma/warn/pp_hot
6004 ____________________________________________________________________________
6005 [  1944] By: gsar                                  on 1998/10/13  03:15:50
6006     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
6007          fixup the cop_seq value that must be seen by lexical lookups that
6008          emanate within eval''
6009  Branch: perl
6010        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
6011 ____________________________________________________________________________
6012 [  1943] By: gsar                                  on 1998/10/13  02:06:09
6013     Log: ensure recursive attempts to findlex()icals know enough about where
6014          the last eval'' context was encountered
6015  Branch: perl
6016        ! op.c t/op/eval.t
6017 ____________________________________________________________________________
6018 [  1942] By: gsar                                  on 1998/10/13  02:01:24
6019     Log: force copy of substrings when matching against temporaries
6020  Branch: perl
6021        ! pp_hot.c t/op/pat.t
6022 ____________________________________________________________________________
6023 [  1941] By: gsar                                  on 1998/10/13  01:49:16
6024     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
6025          implementation)
6026  Branch: perl
6027        ! pp_ctl.c t/op/runlevel.t
6028 ____________________________________________________________________________
6029 [  1940] By: jhi                                   on 1998/10/12  09:57:44
6030     Log: Removed duplicate CMA threads code for HPUX 10.X.
6031          (probably residue of patch(1) being too understanding)
6032          Enhanced 64-bit settings.
6033  Branch: confperl
6034        ! hints/hpux.sh
6035 ____________________________________________________________________________
6036 [  1939] By: jhi                                   on 1998/10/12  09:53:11
6037     Log: Initial sync from mainline perl.
6038  Branch: confperl
6039        + (add 1282 files)
6040 ____________________________________________________________________________
6041 [  1937] By: gsar                                  on 1998/10/06  21:16:34
6042     Log: fix $/ init for USE_THREADS
6043  Branch: perl
6044        ! perl.c
6045 ____________________________________________________________________________
6046 [  1936] By: gsar                                  on 1998/10/06  07:19:39
6047     Log: fix globals caught by change#1927; builds and tests on Solaris
6048  Branch: perl
6049        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
6050        ! warning.h warning.pl
6051 ____________________________________________________________________________
6052 [  1935] By: gsar                                  on 1998/10/06  06:50:35
6053     Log: add test for previous fix
6054  Branch: perl
6055        ! ext/Thread/create.t
6056 ____________________________________________________________________________
6057 [  1934] By: gsar                                  on 1998/10/06  06:37:36
6058     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
6059  Branch: perl
6060        ! util.c
6061 ____________________________________________________________________________
6062 [  1933] By: gsar                                  on 1998/10/06  05:04:20
6063     Log: undo bogus part of change#1903 (as pointed out by Larry)
6064  Branch: perl
6065        ! pp_ctl.c
6066 ____________________________________________________________________________
6067 [  1932] By: gsar                                  on 1998/10/06  04:21:31
6068     Log: added tweaked version of suggested patch
6069          From: jan.dubois@ibm.net (Jan Dubois)
6070          Date: Sat, 03 Oct 1998 19:04:48 +0200
6071          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
6072          Subject: [PATCH 5.005_52] More MakeMaker  patches
6073  Branch: perl
6074        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6075        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
6076 ____________________________________________________________________________
6077 [  1931] By: gsar                                  on 1998/10/06  04:04:33
6078     Log: use cpp symbols instead of hardwired constants
6079          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6080          Date: Mon, 05 Oct 1998 09:23:33 +0100
6081          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
6082          Subject: [PATCH 5.005_52] By the numbers (resend)
6083  Branch: perl
6084        ! op.c
6085 ____________________________________________________________________________
6086 [  1930] By: gsar                                  on 1998/10/06  04:01:55
6087     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6088          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
6089          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
6090          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
6091  Branch: perl
6092        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
6093        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
6094 ____________________________________________________________________________
6095 [  1929] By: gsar                                  on 1998/10/06  03:50:36
6096     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6097          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
6098          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
6099          Subject: [PATCH 5.00552] Minor test improvement
6100  Branch: perl
6101        ! t/op/magic.t
6102 ____________________________________________________________________________
6103 [  1928] By: gsar                                  on 1998/10/06  03:49:03
6104     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6105          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
6106          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
6107          Subject: [PATCH 5.00552] emacs/ptags inprovements
6108  Branch: perl
6109        ! emacs/ptags
6110 ____________________________________________________________________________
6111 [  1927] By: gsar                                  on 1998/10/06  03:47:44
6112     Log: disable C<#define dirty PL_dirty> et al.
6113  Branch: perl
6114        ! embed.pl embedvar.h
6115 ____________________________________________________________________________
6116 [  1926] By: gsar                                  on 1998/10/06  03:43:32
6117     Log: From: Mark-Jason Dominus <mjd@plover.com>
6118          Date: Sun, 04 Oct 1998 14:48:11 -0400
6119          Message-ID: <19981004184811.16048.qmail@plover.com>
6120          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
6121  Branch: perl
6122        ! utils/perldoc.PL
6123 ____________________________________________________________________________
6124 [  1925] By: gsar                                  on 1998/10/06  03:27:35
6125     Log: disable USE_THREADS when PERL_OBJECT is enabled
6126  Branch: perl
6127        ! win32/Makefile win32/makefile.mk
6128 ____________________________________________________________________________
6129 [  1924] By: gsar                                  on 1998/10/06  03:26:54
6130     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
6131  Branch: perl
6132        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
6133        ! vms/perly_c.vms
6134 ____________________________________________________________________________
6135 [  1923] By: gsar                                  on 1998/10/03  05:19:56
6136     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
6137          overridden
6138  Branch: perl
6139        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
6140        ! proto.h vms/perly_c.vms
6141 ____________________________________________________________________________
6142 [  1922] By: gsar                                  on 1998/10/03  03:59:50
6143     Log: suppress manifypods leak in extensions
6144  Branch: perl
6145        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
6146 ____________________________________________________________________________
6147 [  1921] By: gsar                                  on 1998/10/02  22:30:15
6148     Log: os390 fixes (suggested by Peter Prymmer)
6149  Branch: perl
6150        ! Makefile.SH regcomp.c
6151 ____________________________________________________________________________
6152 [  1920] By: gsar                                  on 1998/10/02  21:41:19
6153     Log: squelch undef warnings
6154          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6155          Date: Fri, 02 Oct 1998 11:01:14 +0100
6156          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
6157          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
6158  Branch: perl
6159        ! Changes lib/Math/BigInt.pm
6160 ____________________________________________________________________________
6161 [  1919] By: gsar                                  on 1998/10/02  04:59:13
6162     Log: add note to INSTALL about ANSI C
6163  Branch: perl
6164        ! INSTALL
6165 ____________________________________________________________________________
6166 [  1918] By: gsar                                  on 1998/10/02  04:21:10
6167     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
6168          From: jan.dubois@ibm.net (Jan Dubois)
6169          Date: Wed, 30 Sep 1998 23:35:30 +0200
6170          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
6171          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
6172  Branch: perl
6173        ! lib/ExtUtils/xsubpp
6174 ____________________________________________________________________________
6175 [  1917] By: gsar                                  on 1998/10/02  04:16:02
6176     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6177          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
6178          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
6179          Subject: Re: Configure test for selectbits busted
6180  Branch: perl
6181        ! Configure
6182 ____________________________________________________________________________
6183 [  1916] By: gsar                                  on 1998/10/02  04:14:17
6184     Log: From: Dan Sugalski <sugalskd@osshe.edu>
6185          Date: Wed, 30 Sep 1998 17:15:20 -0700
6186          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
6187          Subject: [PATCH 5.005_02]VMS config tweaks
6188  Branch: perl
6189        ! vms/descrip_mms.template vms/subconfigure.com
6190 ____________________________________________________________________________
6191 [  1915] By: gsar                                  on 1998/10/02  04:10:47
6192     Log: use Off_t to permit 64-bit seek()
6193          From: Scott Henry <scotth@sgi.com>
6194          Date: 29 Sep 1998 17:38:46 -0700
6195          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
6196          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
6197          --
6198          Date: 28 Sep 1998 18:55:37 -0700
6199          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
6200          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
6201  Branch: perl
6202        ! doio.c pp_sys.c proto.h sv.c
6203 ____________________________________________________________________________
6204 [  1914] By: gsar                                  on 1998/10/02  04:05:36
6205     Log: normalize tm struct passed to strftime() with mktime()
6206          From: Spider Boardman <spider@orb.nashua.nh.us>
6207          Date: Wed, 30 Sep 1998 15:12:09 -0400
6208          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
6209          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
6210  Branch: perl
6211        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6212 ____________________________________________________________________________
6213 [  1913] By: gsar                                  on 1998/10/02  03:59:46
6214     Log: don't try to run foo_SH.orig etc.
6215  Branch: perl
6216        ! Configure
6217 ____________________________________________________________________________
6218 [  1912] By: gsar                                  on 1998/10/02  03:45:37
6219     Log: make warning about glob process failure optional
6220  Branch: perl
6221        ! pod/perldiag.pod pp_hot.c
6222 ____________________________________________________________________________
6223 [  1911] By: gsar                                  on 1998/10/02  02:52:21
6224     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
6225          From: Dominic Dunlop <domo@vo.lu>
6226          Date: Tue, 29 Sep 1998 21:06:30 +0000
6227          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
6228          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
6229          --
6230          Date: Wed, 30 Sep 1998 11:46:44 +0000
6231          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
6232          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
6233  Branch: perl
6234        ! pod/perldiag.pod regcomp.c
6235 ____________________________________________________________________________
6236 [  1910] By: gsar                                  on 1998/10/02  02:48:48
6237     Log: minor Configure tweaks (via private mail)
6238          From: Jarkko Hietaniemi <jhi@iki.fi>
6239          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
6240          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
6241          Subject: [PATCH] 5.005_52: the drizzle continues
6242  Branch: perl
6243        ! Configure config_h.SH handy.h
6244 ____________________________________________________________________________
6245 [  1909] By: gsar                                  on 1998/10/02  02:46:39
6246     Log: update SCO hints for dynamic loading
6247          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6248          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
6249          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
6250          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
6251          --
6252          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
6253          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
6254          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
6255  Branch: perl
6256        ! hints/sco.sh
6257 ____________________________________________________________________________
6258 [  1908] By: gsar                                  on 1998/10/02  02:33:39
6259     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
6260  Branch: perl
6261        ! lib/File/Find.pm
6262 ____________________________________________________________________________
6263 [  1907] By: gsar                                  on 1998/10/02  02:21:52
6264     Log: applied patches, but retained old behavior for win32 (where compilers
6265          can't read from stdin at all)
6266          From: Graham Barr <gbarr@ti.com>
6267          Date: Mon, 28 Sep 1998 09:41:49 -0500
6268          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
6269          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
6270          --
6271          Date: Tue, 29 Sep 1998 12:35:43 -0500
6272          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
6273          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
6274  Branch: perl
6275        ! ext/Errno/Errno_pm.PL
6276 ____________________________________________________________________________
6277 [  1906] By: gsar                                  on 1998/10/02  02:02:19
6278     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
6279          Hietaniemi)
6280  Branch: perl
6281        ! t/op/grent.t
6282 ____________________________________________________________________________
6283 [  1905] By: gsar                                  on 1998/10/02  01:59:56
6284     Log: win32 caveats about truncate()
6285  Branch: perl
6286        ! pod/perlport.pod
6287 ____________________________________________________________________________
6288 [  1904] By: gsar                                  on 1998/10/02  01:53:25
6289     Log: various Configure and hints updates (prefer drand48() or random()
6290          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
6291          applied modulo SCO hints superceded by later patch
6292          From: Jarkko Hietaniemi <jhi@iki.fi>
6293          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
6294          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
6295          Subject: [PATCH] 5.005_52: Configure et al:
6296  Branch: perl
6297        + ext/IPC/SysV/hints/next_3.pl
6298        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
6299        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
6300        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
6301 ____________________________________________________________________________
6302 [  1903] By: gsar                                  on 1998/10/02  01:42:37
6303     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
6304          Date: Mon, 28 Sep 1998 17:41:49 +0100
6305          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
6306          Subject: [PATCH 5.005_52] Re: More on ?p 
6307          --
6308          Date: Thu, 01 Oct 1998 09:10:58 +0100
6309          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
6310          Subject: [PATCH 5.005_52] ?p fix
6311          --
6312          Date: Thu, 01 Oct 1998 10:45:56 +0100
6313          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
6314          Subject: [PATCH 5.005_52] more on ?p
6315  Branch: perl
6316        ! pp_ctl.c
6317 ____________________________________________________________________________
6318 [  1902] By: gsar                                  on 1998/10/02  01:36:14
6319     Log: From: Kenneth Duda <kjd@cisco.com>
6320          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
6321          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
6322          Subject: writemain dies when there are more than 4000 characters of extensions
6323  Branch: perl
6324        ! writemain.SH
6325 ____________________________________________________________________________
6326 [  1901] By: gsar                                  on 1998/10/02  01:33:16
6327     Log: tweak run_byacc recipe
6328  Branch: perl
6329        ! Makefile.SH Porting/pumpkin.pod
6330 ____________________________________________________________________________
6331 [  1900] By: gsar                                  on 1998/10/02  01:02:09
6332     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
6333  Branch: perl
6334        ! perl.h pp_ctl.c
6335 ____________________________________________________________________________
6336 [  1899] By: gsar                                  on 1998/09/28  20:46:30
6337     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
6338          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
6339          Dvornik)
6340  Branch: perl
6341        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
6342 ____________________________________________________________________________
6343 [  1898] By: gsar                                  on 1998/09/28  20:42:52
6344     Log: flush unsubmitted 5.00552 change
6345  Branch: perl
6346        ! MANIFEST
6347 ____________________________________________________________________________
6348 [  1897] By: gsar                                  on 1998/09/27  04:43:06
6349     Log: run vms_yfix.pl
6350  Branch: perl
6351        ! vms/perly_c.vms
6352 ____________________________________________________________________________
6353 [  1896] By: gsar                                  on 1998/09/27  03:38:55
6354     Log: small tweak on last change
6355  Branch: perl
6356        ! win32/win32.c
6357 ____________________________________________________________________________
6358 [  1895] By: gsar                                  on 1998/09/27  03:17:17
6359     Log: fix win32_stat() to do the right thing for share names
6360  Branch: perl
6361        ! win32/win32.c
6362 ____________________________________________________________________________
6363 [  1891] By: larry                                 on 1998/09/25  18:50:40
6364     Log: Fixed apostrophe problem from Mark Knutsen.
6365  Branch: perl
6366        ! sv.h
6367
6368 ----------------
6369 Version 5.005_52
6370 ----------------
6371
6372 ____________________________________________________________________________
6373 [  1890] By: gsar                                  on 1998/09/25  10:25:00
6374     Log: update template config.sh, add new config vars to win32 stuff
6375  Branch: perl
6376        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
6377        ! pp_sys.c proto.h win32/config.bc win32/config.gc
6378        ! win32/config.vc win32/config_H.bc win32/config_H.gc
6379        ! win32/config_H.vc win32/win32.h
6380 ____________________________________________________________________________
6381 [  1889] By: gsar                                  on 1998/09/25  07:13:13
6382     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
6383          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
6384          of full-fledged 64-bit support (including support for: fseeko/ftello,
6385          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
6386          in Fcntl)
6387          From: Jarkko Hietaniemi <jhi@iki.fi>
6388          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
6389          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
6390          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
6391          --
6392          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6393          Date: 12 Sep 1998 09:44:25 +0300
6394          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
6395          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
6396  Branch: perl
6397        + lib/filetest.pm
6398        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
6399        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
6400        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
6401        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
6402        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
6403        ! win32/makedef.pl
6404 ____________________________________________________________________________
6405 [  1888] By: gsar                                  on 1998/09/25  06:27:12
6406     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
6407  Branch: perl
6408        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
6409        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6410        ! win32/makedef.pl win32/makefile.mk win32/win32.c
6411 ____________________________________________________________________________
6412 [  1887] By: gsar                                  on 1998/09/25  04:50:49
6413     Log: win32.c tweak
6414  Branch: perl
6415        ! win32/win32.c
6416 ____________________________________________________________________________
6417 [  1886] By: gsar                                  on 1998/09/25  04:47:32
6418     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
6419  Branch: perl
6420        ! lib/ExtUtils/MakeMaker.pm
6421 ____________________________________________________________________________
6422 [  1885] By: gsar                                  on 1998/09/25  04:05:09
6423     Log: From: Dominic Dunlop <domo@vo.lu>
6424          Date: Thu, 10 Sep 1998 11:02:46 +0000
6425          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
6426          Subject: MM_Unix::canonpath erroneously turns leading // into /
6427  Branch: perl
6428        ! lib/ExtUtils/MM_Unix.pm
6429 ____________________________________________________________________________
6430 [  1884] By: gsar                                  on 1998/09/25  03:06:10
6431     Log: temporarily disable perl malloc for a2p until we clean up
6432          conflicting malloc() declarations everywhere
6433  Branch: perl
6434        ! x2p/Makefile.SH
6435 ____________________________________________________________________________
6436 [  1883] By: gsar                                  on 1998/09/25  02:27:00
6437     Log: remove obsolete win32/bin/*.pl
6438  Branch: perl
6439        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
6440        ! Changes MANIFEST win32/Makefile win32/makefile.mk
6441 ____________________________________________________________________________
6442 [  1882] By: gsar                                  on 1998/09/25  02:04:43
6443     Log: missing file in last submit
6444  Branch: perl
6445        ! proto.h
6446 ____________________________________________________________________________
6447 [  1881] By: gsar                                  on 1998/09/25  01:56:54
6448     Log: serial access to PL_x[inpr]v_root for USE_THREADS
6449  Branch: perl
6450        ! sv.c
6451 ____________________________________________________________________________
6452 [  1880] By: gsar                                  on 1998/09/25  01:19:38
6453     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
6454          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
6455          Date: Thu, 24 Sep 1998 22:01:09 +0900
6456          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
6457          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
6458  Branch: perl
6459        ! hv.c proto.h
6460 ____________________________________________________________________________
6461 [  1879] By: gsar                                  on 1998/09/25  00:20:07
6462     Log: tweaks to enable PERL_OBJECT to build & test on win32
6463  Branch: perl
6464        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
6465        ! win32/GenCAPI.pl
6466 ____________________________________________________________________________
6467 [  1878] By: gsar                                  on 1998/09/25  00:13:36
6468     Log: fix change#1861, which breaks default boot_xxx symbol generation
6469  Branch: perl
6470        ! lib/ExtUtils/Mksymlists.pm
6471 ____________________________________________________________________________
6472 [  1877] By: gsar                                  on 1998/09/24  10:29:54
6473     Log: two tweaks for clean build and test on Solaris
6474  Branch: perl
6475        ! op.c t/op/subst.t
6476 ____________________________________________________________________________
6477 [  1876] By: gsar                                  on 1998/09/24  09:04:43
6478     Log: From: Colin Kuskie <ckuskie@cadence.com>
6479          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
6480          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
6481          Subject: [PATCH 5.005_51] perlform.pod
6482  Branch: perl
6483        ! pod/perlform.pod
6484 ____________________________________________________________________________
6485 [  1875] By: gsar                                  on 1998/09/24  08:47:47
6486     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6487          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
6488          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
6489          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
6490  Branch: perl
6491        ! regexec.c
6492 ____________________________________________________________________________
6493 [  1874] By: gsar                                  on 1998/09/24  08:44:55
6494     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6495          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
6496          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
6497          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
6498  Branch: perl
6499        ! toke.c
6500 ____________________________________________________________________________
6501 [  1873] By: gsar                                  on 1998/09/24  08:39:41
6502     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6503          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
6504          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
6505          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
6506  Branch: perl
6507        ! Changes regcomp.c
6508 ____________________________________________________________________________
6509 [  1872] By: gsar                                  on 1998/09/24  08:37:00
6510     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
6511          Date: Sun, 23 Aug 1998 23:18:38 PDT
6512          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
6513          Subject: new irix_6.sh hints file
6514  Branch: perl
6515        ! hints/irix_6.sh
6516 ____________________________________________________________________________
6517 [  1871] By: gsar                                  on 1998/09/24  07:26:37
6518     Log: correct FSF address in various places
6519  Branch: perl
6520        ! Copying README ext/B/README lib/Getopt/Long.pm
6521 ____________________________________________________________________________
6522 [  1870] By: gsar                                  on 1998/09/24  07:11:56
6523     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
6524          Date:    Fri, 14 Aug 1998 09:20:16 PDT
6525          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
6526          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
6527  Branch: perl
6528        ! configure.com
6529 ____________________________________________________________________________
6530 [  1869] By: gsar                                  on 1998/09/24  06:55:59
6531     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
6532          From:    Scott Henry <scotth@sgi.com>
6533          Date:    13 Aug 1998 09:52:15 PDT
6534          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
6535          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
6536  Branch: perl
6537        ! hints/irix_6.sh
6538 ____________________________________________________________________________
6539 [  1868] By: gsar                                  on 1998/09/24  06:51:23
6540     Log: From:    Nathan Torkington <gnat@frii.com>
6541          Date:    Thu, 13 Aug 1998 10:59:48 MDT
6542          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
6543          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
6544  Branch: perl
6545        ! pod/perlfunc.pod
6546 ____________________________________________________________________________
6547 [  1867] By: gsar                                  on 1998/09/24  06:45:13
6548     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
6549          that are autoloaded)
6550  Branch: perl
6551        ! pp_ctl.c
6552 ____________________________________________________________________________
6553 [  1866] By: gsar                                  on 1998/09/24  05:21:19
6554     Log: grandfather deprecated "$$<digit>" no more
6555  Branch: perl
6556        ! pod/perldiag.pod toke.c
6557 ____________________________________________________________________________
6558 [  1865] By: gsar                                  on 1998/09/24  04:52:48
6559     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
6560          low bits (suggested by Ilya Zakharevich)
6561  Branch: perl
6562        ! hv.h
6563 ____________________________________________________________________________
6564 [  1864] By: gsar                                  on 1998/09/24  04:29:14
6565     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
6566          perly_c.diff
6567  Branch: perl
6568        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
6569        ! perly_c.diff toke.c
6570 ____________________________________________________________________________
6571 [  1863] By: gsar                                  on 1998/09/24  03:36:30
6572     Log: provide locked access to string table for USE_THREADS
6573  Branch: perl
6574        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
6575 ____________________________________________________________________________
6576 [  1862] By: gsar                                  on 1998/09/24  03:30:32
6577     Log: remove bogus warn()
6578  Branch: perl
6579        ! embed.pl
6580 ____________________________________________________________________________
6581 [  1861] By: gsar                                  on 1998/09/24  02:58:51
6582     Log: applied suggested patch, adapted for all platforms
6583          From: jan.dubois@ibm.net (Jan Dubois)
6584          Date: Sun, 20 Sep 1998 12:56:38 +0200
6585          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
6586          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
6587  Branch: perl
6588        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6589        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6590        ! lib/ExtUtils/MakeMaker.pm
6591 ____________________________________________________________________________
6592 [  1860] By: gsar                                  on 1998/09/24  02:16:14
6593     Log: upgrade to CPAN-1.40
6594  Branch: perl
6595        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
6596 ____________________________________________________________________________
6597 [  1859] By: gsar                                  on 1998/09/24  02:08:59
6598     Log: use $ENV{MAKEMAKEROPT} to set default command line args
6599  Branch: perl
6600        ! lib/ExtUtils/MakeMaker.pm
6601 ____________________________________________________________________________
6602 [  1857] By: gsar                                  on 1998/09/23  10:58:36
6603     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6604          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
6605          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
6606          Subject: More verbose Test::Harness [PATCH]
6607  Branch: perl
6608        ! lib/Test/Harness.pm
6609 ____________________________________________________________________________
6610 [  1856] By: gsar                                  on 1998/09/23  10:56:24
6611     Log: update hints for OPENSTEP 4.2 on i386
6612          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
6613          Date: Sun, 20 Sep 1998 01:03:18 +0200
6614          Message-Id: <9809192303.AA29190@Spike>
6615          Subject: Perl 5.005_02 compilation problems
6616  Branch: perl
6617        ! hints/next_4.sh
6618 ____________________________________________________________________________
6619 [  1855] By: gsar                                  on 1998/09/23  10:52:27
6620     Log: reset errno after C<require> search (as suggested by Larry)
6621  Branch: perl
6622        ! pp_ctl.c
6623 ____________________________________________________________________________
6624 [  1854] By: gsar                                  on 1998/09/23  10:50:26
6625     Log: misc pod tweaks
6626  Branch: perl
6627        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
6628 ____________________________________________________________________________
6629 [  1853] By: gsar                                  on 1998/09/23  10:46:06
6630     Log: make Pod/Html.pm handle the --title option properly (as suggested
6631          by gml4410@ggr.co.uk)
6632  Branch: perl
6633        ! lib/Pod/Html.pm
6634 ____________________________________________________________________________
6635 [  1852] By: gsar                                  on 1998/09/23  10:41:39
6636     Log: SSNEW() API for allocating memory on the savestack
6637          From: Albert Dvornik <bert@genscan.com>
6638          Date: 17 Sep 1998 19:23:07 -0400
6639          Message-Id: <tqemtae338.fsf@puma.genscan.com>
6640          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
6641  Branch: perl
6642        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
6643        ! perl.h proto.h scope.c scope.h t/io/tell.t
6644 ____________________________________________________________________________
6645 [  1851] By: gsar                                  on 1998/09/23  10:37:05
6646     Log: From: Jochen Wiedmann <joe@ispsoft.de>
6647          Date: Thu, 17 Sep 1998 17:16:06 +0200
6648          Message-ID: <360127B6.E44564A@ispsoft.de>
6649          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
6650  Branch: perl
6651        ! lib/ExtUtils/MakeMaker.pm
6652 ____________________________________________________________________________
6653 [  1850] By: gsar                                  on 1998/09/23  10:33:05
6654     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
6655          Date: 15 Sep 1998 01:32:31 +0200
6656          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
6657          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
6658  Branch: perl
6659        ! lib/ExtUtils/MM_Unix.pm
6660 ____________________________________________________________________________
6661 [  1849] By: gsar                                  on 1998/09/23  10:29:04
6662     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
6663          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
6664          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
6665          Subject: Re: extralibs.ld problem in MM_VMS.pm
6666  Branch: perl
6667        ! lib/ExtUtils/MM_VMS.pm
6668 ____________________________________________________________________________
6669 [  1848] By: gsar                                  on 1998/09/23  10:25:24
6670     Log: From: Roderick Schertler <roderick@argon.org>
6671          Date: 11 Sep 1998 16:19:21 -0400
6672          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
6673          Subject: Re: Open2 and memory leaks
6674  Branch: perl
6675        ! lib/IPC/Open3.pm
6676 ____________________________________________________________________________
6677 [  1847] By: gsar                                  on 1998/09/23  10:18:31
6678     Log: From: Roderick Schertler <roderick@argon.org>
6679          Date: Wed, 09 Sep 1998 23:52:48 -0400
6680          Message-ID: <20567.905399568@eeyore.ibcinc.com>
6681          Subject: seed srand from /dev/urandom when possible
6682  Branch: perl
6683        ! pod/perlfunc.pod pp.c
6684 ____________________________________________________________________________
6685 [  1846] By: gsar                                  on 1998/09/23  10:12:22
6686     Log: From: Roderick Schertler <roderick@argon.org>
6687          Date: Thu, 10 Sep 1998 00:32:17 -0400
6688          Message-ID: <21142.905401937@eeyore.ibcinc.com>
6689          Subject: doc update for crypt()'s salt
6690  Branch: perl
6691        ! pod/perlfunc.pod
6692 ____________________________________________________________________________
6693 [  1845] By: gsar                                  on 1998/09/23  10:09:23
6694     Log: fix h2ph handling of C<#error "foo">
6695          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
6696          Date: Thu, 10 Sep 1998 09:59:33 +0900
6697          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
6698          Subject: [5.005_02] h2ph problem
6699  Branch: perl
6700        ! utils/h2ph.PL
6701 ____________________________________________________________________________
6702 [  1844] By: gsar                                  on 1998/09/23  10:06:13
6703     Log: plug strictly private function leaks in API listing
6704  Branch: perl
6705        ! pod/perlguts.pod
6706 ____________________________________________________________________________
6707 [  1843] By: gsar                                  on 1998/09/23  10:02:57
6708     Log: hide symbol for static build
6709          From: Dominic Dunlop <domo@vo.lu>
6710          Date: Tue, 8 Sep 1998 21:40:46 +0000
6711          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
6712          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
6713  Branch: perl
6714        ! regcomp.c
6715 ____________________________________________________________________________
6716 [  1842] By: gsar                                  on 1998/09/23  09:52:46
6717     Log: define PUT_svindex(), PUT_opindex()
6718  Branch: perl
6719        ! ext/B/B/Assembler.pm
6720 ____________________________________________________________________________
6721 [  1841] By: gsar                                  on 1998/09/23  09:44:25
6722     Log: From: Dominic Dunlop <domo@vo.lu>
6723          Date: Tue, 8 Sep 1998 15:34:53 +0000
6724          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
6725          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
6726  Branch: perl
6727        ! t/pragma/warn/regexec
6728 ____________________________________________________________________________
6729 [  1840] By: gsar                                  on 1998/09/23  09:42:17
6730     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
6731  Branch: perl
6732        ! win32/bin/pl2bat.pl
6733 ____________________________________________________________________________
6734 [  1839] By: gsar                                  on 1998/09/23  09:38:18
6735     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
6736          Date: Mon, 7 Sep 1998 17:36:09 +0900
6737          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
6738          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
6739  Branch: perl
6740        ! ext/Thread/Thread.xs
6741 ____________________________________________________________________________
6742 [  1838] By: gsar                                  on 1998/09/23  09:21:11
6743     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
6744          Date: Thu, 10 Sep 1998 00:02:07 -0400
6745          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
6746          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
6747  Branch: perl
6748        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
6749        + vos/config.h vos/config_h.SH_orig vos/perl.bind
6750        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
6751        ! MANIFEST perl.c perl.h pod/perlport.pod
6752 ____________________________________________________________________________
6753 [  1837] By: gsar                                  on 1998/09/23  08:45:58
6754     Log: (via private mail)
6755          From: Charles Bailey <BAILEY@newman.upenn.edu>
6756          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
6757          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
6758          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
6759  Branch: perl
6760        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
6761        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
6762        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
6763        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
6764        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
6765        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
6766        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
6767        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
6768        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
6769        ! vms/writemain.pl
6770 ____________________________________________________________________________
6771 [  1836] By: gsar                                  on 1998/09/23  08:17:42
6772     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6773          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
6774          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
6775          Subject: [PATCH 5.005_*] OS/2 spawning typos
6776  Branch: perl
6777        ! os2/os2.c
6778 ____________________________________________________________________________
6779 [  1835] By: gsar                                  on 1998/09/23  08:09:55
6780     Log: warn on C<my($foo,$foo)>
6781  Branch: perl
6782        ! op.c pod/perldiag.pod
6783 ____________________________________________________________________________
6784 [  1834] By: gsar                                  on 1998/09/23  07:35:56
6785     Log: From: pvhp@forte.com (Peter Prymmer)
6786          Date: Fri, 4 Sep 98 13:27:41 PDT
6787          Message-Id: <9809042027.AA04463@forte.com>
6788          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
6789  Branch: perl
6790        ! README.vms
6791 ____________________________________________________________________________
6792 [  1833] By: gsar                                  on 1998/09/23  07:27:34
6793     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6794          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
6795          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
6796          Subject: PATCH: 5.005_02 hint/hpux.sh
6797  Branch: perl
6798        ! hints/hpux.sh
6799 ____________________________________________________________________________
6800 [  1832] By: gsar                                  on 1998/09/23  07:22:40
6801     Log: fix (some) installhtml bugs
6802          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
6803          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
6804          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
6805          Subject: installhtml script needs work
6806  Branch: perl
6807        ! installhtml
6808 ____________________________________________________________________________
6809 [  1831] By: gsar                                  on 1998/09/23  07:19:30
6810     Log: document 'U' magic with examples
6811          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
6812          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
6813          Message-Id: <199809011455.PAA00631@sale-wts>
6814          Subject: Re: Looking for some XS MAGIC examples...
6815  Branch: perl
6816        ! pod/perlguts.pod
6817 ____________________________________________________________________________
6818 [  1830] By: gsar                                  on 1998/09/23  07:16:43
6819     Log: From: pvhp@forte.com (Peter Prymmer)
6820          Date: Mon, 31 Aug 98 17:13:49 PDT
6821          Message-Id: <9809010013.AA06737@forte.com>
6822          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
6823  Branch: perl
6824        ! README.os390
6825 ____________________________________________________________________________
6826 [  1829] By: gsar                                  on 1998/09/23  07:15:08
6827     Log: fix problematic typecast in filter_del()
6828          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
6829          Date: Mon, 31 Aug 1998 21:13:11 GMT
6830          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
6831          Subject: perl5.005_02 does not build on Cray T90
6832  Branch: perl
6833        ! toke.c
6834 ____________________________________________________________________________
6835 [  1828] By: gsar                                  on 1998/09/23  07:11:34
6836     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6837          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
6838          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
6839          Subject: [PATCH 5.005_5*] (?>) broken in RE
6840  Branch: perl
6841        ! regexec.c t/op/re_tests
6842 ____________________________________________________________________________
6843 [  1827] By: gsar                                  on 1998/09/23  07:09:50
6844     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
6845  Branch: perl
6846        ! t/op/grent.t t/op/groups.t
6847 ____________________________________________________________________________
6848 [  1826] By: gsar                                  on 1998/09/23  07:03:16
6849     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6850          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
6851          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
6852          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
6853  Branch: perl
6854        - interp.sym
6855        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
6856 ____________________________________________________________________________
6857 [  1825] By: gsar                                  on 1998/09/23  06:56:40
6858     Log: re-introduce change#1703
6859  Branch: perl
6860        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
6861 ____________________________________________________________________________
6862 [  1824] By: gsar                                  on 1998/09/23  06:44:19
6863     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6864          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
6865          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
6866          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
6867  Branch: perl
6868        ! lib/perl5db.pl
6869 ____________________________________________________________________________
6870 [  1823] By: gsar                                  on 1998/09/23  06:41:34
6871         Log: From: Joe Buehler <jhpb@hekimian.com>
6872              Date: 29 Aug 1998 17:13:28 -0400
6873              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
6874              Subject: patches for perl 5.005_51 under U/WIN
6875      Branch: perl
6876            + hints/uwin.sh
6877            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
6878            ! t/lib/posix.t
6879 ____________________________________________________________________________
6880 [  1822] By: gsar                                  on 1998/09/23  06:36:59
6881         Log: add missing C<no utf8;> tweak from Larry
6882      Branch: perl
6883            ! t/op/subst.t
6884 ____________________________________________________________________________
6885 [  1821] By: gsar                                  on 1998/09/23  06:27:51
6886         Log: s/runops/CALLRUNOPS/
6887      Branch: perl
6888            ! cc_runtime.h
6889 ____________________________________________________________________________
6890 [  1820] By: gsar                                  on 1998/09/23  06:24:49
6891         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
6892      Branch: perl
6893           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
6894           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
6895           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
6896           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
6897           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6898           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
6899           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
6900           +> t/pragma/warn/util
6901            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
6902            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
6903            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
6904            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
6905            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
6906            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
6907            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
6908            - t/pragma/warn-util
6909            ! MANIFEST t/pragma/warning.t
6910 ____________________________________________________________________________
6911 [  1819] By: gsar                                  on 1998/09/23  06:08:46
6912         Log: make \(%foo) return refs to values (not copies of values)
6913              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6914              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
6915              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
6916              --
6917              From: Roderick Schertler <roderick@argon.org>
6918              Date: Sat, 29 Aug 1998 00:58:33 -0400
6919              Message-ID: <29894.904366713@eeyore.ibcinc.com>
6920              Subject: Re: \(%x) problems
6921      Branch: perl
6922            ! doop.c pod/perlref.pod
6923 ____________________________________________________________________________
6924 [  1818] By: gsar                                  on 1998/09/23  06:05:08
6925         Log: make h2xs generate ANSI prototypes
6926      Branch: perl
6927            ! utils/h2xs.PL
6928 ____________________________________________________________________________
6929 [  1817] By: gsar                                  on 1998/09/23  05:57:16
6930         Log: updated usethreads hints for hpux 10.X
6931              From: Matthew T Harden <mthard@mthard1.monsanto.com>
6932              Date: Fri, 28 Aug 1998 14:10:42 GMT
6933              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
6934              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
6935      Branch: perl
6936            ! hints/hpux.sh perl.h
6937 ____________________________________________________________________________
6938 [  1816] By: gsar                                  on 1998/09/23  05:53:31
6939         Log: don't create empty directories in installperl
6940              From: Robin Barker <rmb1@cise.npl.co.uk>
6941              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
6942              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
6943              Subject: [PATCH 5.005_02] install: empty dirs
6944      Branch: perl
6945            ! installperl
6946 ____________________________________________________________________________
6947 [  1815] By: gsar                                  on 1998/09/23  05:50:36
6948         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
6949              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6950              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
6951              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
6952              Subject: Re: your mail
6953      Branch: perl
6954            ! regexec.c t/op/re_tests
6955 ____________________________________________________________________________
6956 [  1814] By: gsar                                  on 1998/09/23  05:45:17
6957         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6958              Date: Thu, 20 Aug 1998 20:59:03 -0400
6959              Message-ID: <19980820205903.A12908@O2.chapin.edu>
6960              Subject: [PATCH] h2ph misquotes #error directives
6961      Branch: perl
6962            ! t/lib/h2ph.pht utils/h2ph.PL
6963 ____________________________________________________________________________
6964 [  1813] By: gsar                                  on 1998/09/23  05:42:41
6965         Log: patch to support computed regular subexpressions
6966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6967              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
6968              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
6969              Subject: [5.005_5* PATCH] Postponed RE - now!
6970      Branch: perl
6971            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
6972            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
6973 ____________________________________________________________________________
6974 [  1812] By: gsar                                  on 1998/09/23  05:26:26
6975         Log: better CR-handling on shebang line and in formats (fixed variant of
6976              patch suggested by Igor Sysoev <igor@nitek.ru>)
6977      Branch: perl
6978            ! perl.c toke.c
6979 ____________________________________________________________________________
6980 [  1811] By: gsar                                  on 1998/09/23  04:35:46
6981         Log: document non-loopish blocks better
6982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6983              Date: Tue, 18 Aug 1998 12:28:36 +0100
6984              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
6985              Subject: Re: next in do {} while block gives error message
6986      Branch: perl
6987            ! pod/perlfunc.pod
6988 ____________________________________________________________________________
6989 [  1810] By: gsar                                  on 1998/09/23  04:12:05
6990         Log: fix bogus integerization of pop()'s return value
6991              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6992              Date: Sat, 15 Aug 1998 23:27:54 -0400
6993              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
6994              Subject: Re: Complex expression does integer arithmetic 
6995      Branch: perl
6996            ! opcode.h opcode.pl
6997 ____________________________________________________________________________
6998 [  1809] By: gsar                                  on 1998/09/23  04:09:43
6999         Log: tweak README.win32
7000      Branch: perl
7001            ! README.win32
7002 ____________________________________________________________________________
7003 [  1808] By: gsar                                  on 1998/09/23  03:40:57
7004         Log: better diagnostic for do{} used as lvalue
7005      Branch: perl
7006            ! op.c pod/perlport.pod
7007 ____________________________________________________________________________
7008 [  1807] By: gsar                                  on 1998/09/23  03:38:30
7009         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
7010              From: hansm@icgroup.nl
7011              Date: Tue, 11 Aug 98 21:08:51 +0200
7012              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
7013              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7014      Branch: perl
7015            ! malloc.c
7016 ____________________________________________________________________________
7017 [  1806] By: gsar                                  on 1998/09/23  03:36:08
7018         Log: support make written in perl (aka "pmake") on win32
7019      Branch: perl
7020            ! lib/ExtUtils/MM_Win32.pm
7021 ____________________________________________________________________________
7022 [  1805] By: gsar                                  on 1998/09/23  03:30:07
7023         Log: fix mismatched UV/U32 types for to_utf8_*()
7024      Branch: perl
7025            ! utf8.c
7026 ____________________________________________________________________________
7027 [  1804] By: gsar                                  on 1998/09/23  03:22:22
7028         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7029              Date: Sun, 9 Aug 1998 22:38:23 +0200
7030              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
7031              Subject: [PATCH 5.5002] dos-djgpp update
7032      Branch: perl
7033            ! t/io/fs.t
7034 ____________________________________________________________________________
7035 [  1803] By: gsar                                  on 1998/09/23  03:20:13
7036         Log: apply minimal variant of patch (sent via private mail)
7037              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
7038              Date: Wed, 12 Aug 1998 15:42:35 +0300
7039              Message-Id: <199808121242.PAA29761@comanche.spices>
7040              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
7041      Branch: perl
7042            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
7043            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
7044 ____________________________________________________________________________
7045 [  1802] By: gsar                                  on 1998/09/23  03:03:39
7046         Log: adjust searchdict.t for EBCDIC (still needs documenting)
7047              From: pvhp@forte.com (Peter Prymmer)
7048              Date: Thu, 6 Aug 98 18:09:39 PDT
7049              Message-Id: <9808070109.AA06158@forte.com>
7050              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
7051      Branch: perl
7052            ! README.os390 t/lib/searchdict.t
7053 ____________________________________________________________________________
7054 [  1801] By: gsar                                  on 1998/09/23  02:54:15
7055         Log: silence redefined warning for XS(INIT) {}
7056      Branch: perl
7057            ! op.c
7058 ____________________________________________________________________________
7059 [  1800] By: gsar                                  on 1998/09/23  02:42:23
7060         Log: support match indices via special variables @- and @+
7061              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7062              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
7063              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
7064              Subject: [PATCH 5.004_76] @- and @+
7065      Branch: perl
7066            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
7067            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
7068 ____________________________________________________________________________
7069 [  1799] By: gsar                                  on 1998/09/23  01:44:31
7070         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7071              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
7072              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
7073              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
7074      Branch: perl
7075            ! regcomp.c t/op/re_tests
7076 ____________________________________________________________________________
7077 [  1798] By: gsar                                  on 1998/09/23  01:39:23
7078         Log: integrate maint-5.005 changes (except conflicting change#1794)
7079      Branch: perl
7080            ! Changes
7081           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
7082           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
7083           !> win32/win32.h
7084 ____________________________________________________________________________
7085 [  1797] By: gsar                                  on 1998/09/23  01:32:36
7086         Log: add note to win32/Makefile about setting CCHOME
7087      Branch: perl
7088            ! win32/Makefile win32/makefile.mk
7089 ____________________________________________________________________________
7090 [  1796] By: gsar                                  on 1998/09/23  01:31:32
7091         Log: perl.pod tweak
7092      Branch: perl
7093            ! pod/perl.pod
7094 ____________________________________________________________________________
7095 [  1795] By: gsar                                  on 1998/09/21  20:34:10
7096         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
7097      Branch: perl
7098            ! lib/ExtUtils/xsubpp
7099 ____________________________________________________________________________
7100 [  1789] By: gsar                                  on 1998/09/18  18:01:37
7101         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
7102      Branch: perl
7103            ! cop.h t/cmd/for.t
7104 ____________________________________________________________________________
7105 [  1788] By: gsar                                  on 1998/09/17  02:19:11
7106         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
7107      Branch: perl
7108            ! win32/config.bc win32/config.gc win32/config.vc
7109 ____________________________________________________________________________
7110 [  1787] By: gsar                                  on 1998/09/17  01:45:14
7111         Log: suppress bogus warning on C<sub x {} x()>
7112      Branch: perl
7113            ! toke.c
7114 ____________________________________________________________________________
7115 [  1786] By: gsar                                  on 1998/09/17  01:42:51
7116         Log: ntohl typo in objXSUB.h
7117      Branch: perl
7118            ! objXSUB.h
7119 ____________________________________________________________________________
7120 [  1785] By: gsar                                  on 1998/09/17  01:41:48
7121         Log: fill gaps in sig_* entries in win32/config.?c
7122      Branch: perl
7123            ! win32/config.bc win32/config.gc win32/config.vc
7124 ____________________________________________________________________________
7125 [  1781] By: larry                                 on 1998/09/05  23:48:24
7126         Log: tr/// logic was hosed under utf8
7127      Branch: perl
7128            ! doop.c op.c op.h pp.c proto.h
7129 ____________________________________________________________________________
7130 [  1780] By: larry                                 on 1998/09/05  23:44:16
7131         Log: several new tests needed tweaking to work under utf8
7132      Branch: perl
7133            ! t/comp/require.t t/op/pack.t t/op/substr.t
7134 ____________________________________________________________________________
7135 [  1779] By: larry                                 on 1998/09/05  23:41:42
7136         Log: index() applied BM optimization to wrong argument
7137      Branch: perl
7138            ! op.c util.c
7139 ____________________________________________________________________________
7140 [  1778] By: larry                                 on 1998/09/05  23:38:29
7141         Log: Implicit require during compile reset line numbering
7142      Branch: perl
7143            ! pp_ctl.c
7144
7145 ----------------
7146 Version 5.005_51
7147 ----------------
7148
7149 ____________________________________________________________________________
7150 [  1777] By: gsar                                  on 1998/08/10  07:02:38
7151         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
7152              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
7153              lexical warning testsuite for win32
7154      Branch: perl
7155            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
7156            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
7157            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
7158            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
7159            ! win32/Makefile win32/makefile.mk
7160 ____________________________________________________________________________
7161 [  1776] By: gsar                                  on 1998/08/09  17:53:48
7162         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
7163      Branch: perl
7164            ! Changes MANIFEST perl.c pod/perlhist.pod
7165 ____________________________________________________________________________
7166 [  1775] By: gsar                                  on 1998/08/09  14:35:33
7167         Log: tweak warning test
7168      Branch: perl
7169            ! t/pragma/warn-toke
7170 ____________________________________________________________________________
7171 [  1774] By: gsar                                  on 1998/08/09  14:13:46
7172         Log: add missing dTHR; notes for test failures due to small stacksize
7173      Branch: perl
7174            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
7175            ! toke.c universal.c util.c
7176 ____________________________________________________________________________
7177 [  1773] By: gsar                                  on 1998/08/09  11:31:53
7178         Log: lexical warnings; tweaks to places that didn't apply correctly
7179              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
7180              Date:    Wed, 29 Jul 1998 09:28:45 BST
7181              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
7182              Subject: lexical warnings patch for 5.005_50
7183      Branch: perl
7184            + README.lexwarn lib/warning.pm t/pragma/warn-2use
7185            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
7186            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
7187            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
7188            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
7189            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
7190            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
7191            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
7192            + warning.h warning.pl
7193            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
7194            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
7195            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
7196            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
7197            ! universal.c util.c
7198 ____________________________________________________________________________
7199 [  1772] By: gsar                                  on 1998/08/08  23:06:00
7200         Log: bump patchlevel to 5.005_51
7201      Branch: perl
7202            ! patchlevel.h win32/Makefile win32/config_H.bc
7203            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7204 ____________________________________________________________________________
7205 [  1771] By: gsar                                  on 1998/08/08  23:01:57
7206         Log: fix bogus warning on "\x{123}"
7207              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
7208              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
7209              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
7210              Subject: [5.005_50 PATCH] Some unicode problems
7211      Branch: perl
7212            ! regcomp.c toke.c
7213 ____________________________________________________________________________
7214 [  1770] By: gsar                                  on 1998/08/08  22:56:55
7215         Log: hide dup symbol for static build of ext/re
7216              From: Dominic Dunlop <domo@ppp72.vo.lu>
7217              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
7218              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
7219              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
7220      Branch: perl
7221            ! regcomp.c
7222 ____________________________________________________________________________
7223 [  1769] By: gsar                                  on 1998/08/08  22:45:06
7224         Log: fix double free on -Mutf8 -e '$b=uc("")'
7225              From: larry@wall.org (Larry Wall)
7226              Date: Fri, 7 Aug 1998 14:42:43 -0700
7227              Message-Id: <199808072142.OAA14920@wall.org>
7228              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
7229      Branch: perl
7230            ! pp.c
7231 ____________________________________________________________________________
7232 [  1768] By: gsar                                  on 1998/08/08  22:42:29
7233         Log: substr() assumes utf8 without say-so
7234              From: larry@wall.org (Larry Wall)
7235              Date: Fri, 7 Aug 1998 12:25:12 -0700
7236              Message-Id: <199808071925.MAA13436@wall.org>
7237              Subject: [PATCH 5.005_50] substr bug?
7238      Branch: perl
7239            ! pp.c
7240 ____________________________________________________________________________
7241 [  1767] By: gsar                                  on 1998/08/08  22:38:25
7242         Log: fix intolerance of SWASHes for blank lines
7243              From: Gisle Aas <aas@sn.no>
7244              Date: 06 Aug 1998 23:28:57 +0200
7245              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
7246              Subject: Re: Re[2]: another joyride begins
7247      Branch: perl
7248            ! lib/utf8_heavy.pl
7249 ____________________________________________________________________________
7250 [  1766] By: gsar                                  on 1998/08/08  22:33:10
7251         Log: utf8 doc tweak
7252              From: Gisle Aas <aas@sn.no>
7253              Date: 05 Aug 1998 00:41:04 +0200
7254              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
7255              Subject: Matching clumps
7256      Branch: perl
7257            ! lib/utf8.pm
7258 ____________________________________________________________________________
7259 [  1765] By: gsar                                  on 1998/08/08  22:31:37
7260         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
7261              From: Gisle Aas <aas@sn.no>
7262              Date: 04 Aug 1998 22:56:11 +0200
7263              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
7264              Subject: Re: another joyride begins
7265      Branch: perl
7266            ! lib/utf8_heavy.pl
7267 ____________________________________________________________________________
7268 [  1764] By: gsar                                  on 1998/08/08  22:28:43
7269         Log: From: larry@wall.org (Larry Wall)
7270              Date: Tue, 4 Aug 1998 17:04:51 -0700
7271              Message-Id: <199808050004.RAA22592@wall.org>
7272              Subject: [PATCH 5.005_50] \pX not implemented!
7273      Branch: perl
7274            ! regcomp.c
7275 ____________________________________________________________________________
7276 [  1763] By: gsar                                  on 1998/08/08  22:27:15
7277         Log: From: Stephen McCamant <alias@mcs.com>
7278              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
7279              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
7280              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
7281      Branch: perl
7282            ! op.c
7283 ____________________________________________________________________________
7284 [  1762] By: gsar                                  on 1998/08/08  22:26:09
7285         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7286              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
7287              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
7288              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
7289      Branch: perl
7290            + t/op/grent.t t/op/pwent.t
7291            ! MANIFEST
7292 ____________________________________________________________________________
7293 [  1761] By: gsar                                  on 1998/08/08  22:21:52
7294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7295              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
7296              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
7297              Subject: [5.005_50 PATCH] misprint in RE engine
7298      Branch: perl
7299            ! regexec.c t/op/re_tests
7300 ____________________________________________________________________________
7301 [  1760] By: gsar                                  on 1998/08/08  22:18:54
7302         Log: integrate maint-5.005 changes into mainline
7303      Branch: perl
7304           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
7305           !> (integrate 138 files)
7306 ____________________________________________________________________________
7307 [  1672] By: gsar                                  on 1998/07/27  18:35:28
7308         Log: create new Changes
7309      Branch: perl
7310            + Changes
7311            ! Changes5.005 MANIFEST
7312 ____________________________________________________________________________
7313 [  1671] By: gsar                                  on 1998/07/27  18:30:57
7314         Log: rename Changes --> Changes5.005
7315      Branch: perl
7316           +> Changes5.005
7317            - Changes
7318 ____________________________________________________________________________
7319 [  1670] By: gsar                                  on 1998/07/27  18:10:14
7320         Log: integrate 5.005_01 changes from maint
7321      Branch: perl
7322            ! Changes
7323           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
7324           !> win32/win32.c
7325 ____________________________________________________________________________
7326 [  1667] By: nick                                  on 1998/07/26  14:31:01
7327         Log: Add dTHR so that it compiles miniperl in threaded mode
7328      Branch: perl
7329            ! doop.c mg.c regcomp.c regexec.c
7330 ____________________________________________________________________________
7331 [  1666] By: nick                                  on 1998/07/26  13:01:10
7332         Log: Resolve ansiperl against mainline (@1648?)
7333              Unclear that change number has "taken".
7334      Branch: ansiperl
7335           +> (branch 169 files)
7336            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
7337           !> (integrate 131 files)
7338
7339 ----------------
7340 Version 5.005_50
7341 ----------------
7342
7343 ____________________________________________________________________________
7344 [  1665] By: gsar                                  on 1998/07/26  05:38:48
7345         Log: add trailing newline to file
7346      Branch: perl
7347            ! Changes lib/unicode/blocks.txt
7348 ____________________________________________________________________________
7349 [  1664] By: gsar                                  on 1998/07/26  05:08:48
7350         Log: integrate proto.h additions from maint-5.005
7351      Branch: perl
7352           !> pod/perlhist.pod proto.h
7353 ____________________________________________________________________________
7354 [  1663] By: gsar                                  on 1998/07/26  05:07:05
7355         Log: add new files to MANIFEST; add missing prototypes to proto.h;
7356              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
7357              add typecasts to silence warnings; tweaks for win32 builds
7358      Branch: perl
7359            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
7360            ! win32/Makefile win32/makefile.mk
7361 ____________________________________________________________________________
7362 [  1662] By: gsar                                  on 1998/07/26  05:01:52
7363         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
7364      Branch: maint-5.005/perl
7365            ! pod/perlhist.pod proto.h
7366 ____________________________________________________________________________
7367 [  1661] By: gsar                                  on 1998/07/26  02:52:48
7368         Log: up patchlevel to 5.005_50
7369      Branch: perl
7370            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7371            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7372 ____________________________________________________________________________
7373 [  1660] By: gsar                                  on 1998/07/26  02:43:57
7374         Log: integrate utfperl
7375      Branch: perl
7376           +> (branch 162 files)
7377           !> (integrate 29 files)
7378 ____________________________________________________________________________
7379 [  1659] By: gsar                                  on 1998/07/26  02:38:22
7380         Log: integrate maint-5.005 changes
7381      Branch: perl
7382           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
7383           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
7384           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
7385           !> vms/descrip_mms.template vms/subconfigure.com
7386 ____________________________________________________________________________
7387 [  1658] By: gsar                                  on 1998/07/26  02:23:46
7388         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
7389              Date: Fri, 24 Jul 1998 11:38:25 -0700
7390              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
7391              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
7392              --
7393              Date: Fri, 24 Jul 1998 12:30:36 -0700
7394              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
7395              Subject: [PATCH 5.005]Tweaks to README.vms
7396              --
7397              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
7398              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
7399              Subject: [PATCH 5.005] Final build cleanup patch
7400      Branch: maint-5.005/perl
7401            ! README.vms vms/descrip_mms.template vms/subconfigure.com
7402 ____________________________________________________________________________
7403 [  1657] By: gsar                                  on 1998/07/26  02:19:50
7404         Log: another platform where pp_sselect() needs a whole fd_set buffer
7405              From: Lupe Christoph <lupe@alanya.m.isar.de>
7406              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
7407              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
7408              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
7409      Branch: maint-5.005/perl
7410            ! pp_sys.c
7411 ____________________________________________________________________________
7412 [  1656] By: gsar                                  on 1998/07/26  02:12:46
7413         Log: fix problem building modules on dos-djgpp
7414              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7415              Date: Sat, 25 Jul 1998 00:53:39 +0200
7416              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
7417              Subject: [PATCH 5.005] dos-djgpp and modules problem
7418      Branch: maint-5.005/perl
7419            ! djgpp/fixpmain
7420 ____________________________________________________________________________
7421 [  1655] By: gsar                                  on 1998/07/26  02:11:09
7422         Log: From: Tom Spindler <dogcow@home.merit.edu>
7423              Date: Wed, 22 Jul 1998 16:11:07 -0400
7424              Message-ID: <19980722161107.A16813@home.merit.edu>
7425              Subject: [PATCH 5.005] BeOS tweak
7426      Branch: maint-5.005/perl
7427            ! hints/beos.sh
7428 ____________________________________________________________________________
7429 [  1654] By: gsar                                  on 1998/07/26  02:09:29
7430         Log: various pod tweaks
7431      Branch: maint-5.005/perl
7432            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
7433            ! pod/perltoc.pod
7434 ____________________________________________________________________________
7435 [  1653] By: gsar                                  on 1998/07/26  02:05:46
7436         Log: fix emacs/ptags for PL_* changes
7437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7438              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
7439              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
7440              Subject: [PATCH 5.004_76] Yet better ptags
7441      Branch: maint-5.005/perl
7442            ! emacs/ptags
7443 ____________________________________________________________________________
7444 [  1652] By: gsar                                  on 1998/07/26  02:03:01
7445         Log: fix behavior of <=> on bigints
7446              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7447              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
7448              Date: Fri, 24 Jul 1998 18:29:53 +0100
7449              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
7450      Branch: maint-5.005/perl
7451            ! lib/Math/BigInt.pm t/lib/bigintpm.t
7452 ____________________________________________________________________________
7453 [  1651] By: larry                                 on 1998/07/24  05:44:33
7454         Log: Here are the long-expected Unicode/UTF-8 modifications.
7455      Branch: utfperl
7456            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
7457            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
7458            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
7459            + lib/unicode/Decomposition.pl
7460            + lib/unicode/In/AlphabeticPresentationForms.pl
7461            + lib/unicode/In/Arabic.pl
7462            + lib/unicode/In/ArabicPresentationForms-A.pl
7463            + lib/unicode/In/ArabicPresentationForms-B.pl
7464            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
7465            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
7466            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
7467            + lib/unicode/In/BoxDrawing.pl
7468            + lib/unicode/In/CJKCompatibility.pl
7469            + lib/unicode/In/CJKCompatibilityForms.pl
7470            + lib/unicode/In/CJKCompatibilityIdeographs.pl
7471            + lib/unicode/In/CJKSymbolsandPunctuation.pl
7472            + lib/unicode/In/CJKUnifiedIdeographs.pl
7473            + lib/unicode/In/CombiningDiacriticalMarks.pl
7474            + lib/unicode/In/CombiningHalfMarks.pl
7475            + lib/unicode/In/CombiningMarksforSymbols.pl
7476            + lib/unicode/In/ControlPictures.pl
7477            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
7478            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
7479            + lib/unicode/In/EnclosedAlphanumerics.pl
7480            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
7481            + lib/unicode/In/GeneralPunctuation.pl
7482            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
7483            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
7484            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
7485            + lib/unicode/In/HalfwidthandFullwidthForms.pl
7486            + lib/unicode/In/HangulCompatibilityJamo.pl
7487            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
7488            + lib/unicode/In/Hebrew.pl
7489            + lib/unicode/In/HighPrivateUseSurrogates.pl
7490            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
7491            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
7492            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
7493            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
7494            + lib/unicode/In/LatinExtended-A.pl
7495            + lib/unicode/In/LatinExtended-B.pl
7496            + lib/unicode/In/LatinExtendedAdditional.pl
7497            + lib/unicode/In/LetterlikeSymbols.pl
7498            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
7499            + lib/unicode/In/MathematicalOperators.pl
7500            + lib/unicode/In/MiscellaneousSymbols.pl
7501            + lib/unicode/In/MiscellaneousTechnical.pl
7502            + lib/unicode/In/NumberForms.pl
7503            + lib/unicode/In/OpticalCharacterRecognition.pl
7504            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
7505            + lib/unicode/In/SmallFormVariants.pl
7506            + lib/unicode/In/SpacingModifierLetters.pl
7507            + lib/unicode/In/Specials.pl
7508            + lib/unicode/In/SuperscriptsandSubscripts.pl
7509            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
7510            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
7511            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7512            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
7513            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
7514            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
7515            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
7516            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
7517            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
7518            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
7519            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
7520            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
7521            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
7522            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
7523            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
7524            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
7525            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
7526            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
7527            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
7528            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
7529            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
7530            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
7531            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
7532            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
7533            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
7534            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
7535            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
7536            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
7537            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
7538            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
7539            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
7540            + lib/unicode/JamoShort.pl lib/unicode/Makefile
7541            + lib/unicode/Name.pl lib/unicode/Number.pl
7542            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
7543            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
7544            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
7545            + lib/unicode/blocks.txt lib/unicode/index2.txt
7546            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
7547            + lib/unicode/names2.txt lib/unicode/props2.txt
7548            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
7549            + utf8.c utf8.h
7550            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
7551            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
7552            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
7553            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
7554            ! t/op/vec.t toke.c util.c vms/vmsish.h
7555 ____________________________________________________________________________
7556 [  1650] By: gsar                                  on 1998/07/24  04:06:48
7557         Log: create utfperl branch
7558      Branch: utfperl
7559           +> (branch 1079 files)
7560 ____________________________________________________________________________
7561 [  1649] By: gsar                                  on 1998/07/24  03:56:56
7562         Log: create maint-5.005 branch
7563      Branch: maint-5.005/perl
7564           +> (branch 1079 files)
7565 ____________________________________________________________________________
7566 [  1648] By: gsar                                  on 1998/07/24  03:36:35
7567         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
7568      Branch: perl
7569            ! Changes
7570