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