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