Allow option to treat barewords at start of Unix paths as simple words rather than...
[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_59        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3849] By: gsar                                  on 1999/08/01  19:50:20
83         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
84              <gnat@frii.com>)
85      Branch: perl
86            ! perl.h pod/perldelta.pod pod/perlguts.pod
87 ____________________________________________________________________________
88 [  3848] By: gsar                                  on 1999/08/01  18:34:41
89         Log: fix defined(@foo) encarpments
90      Branch: perl
91            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
92            ! pod/perltrap.pod
93 ____________________________________________________________________________
94 [  3847] By: jhi                                   on 1999/08/01  17:17:07
95         Log: Undo #3790 and the patches that attempted to fix it
96              (#3837, #3838, #3845).  The #3790 caused linkage failures
97              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
98              IRIX 6.5.
99      Branch: cfgperl
100            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
101            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
102            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
103 ____________________________________________________________________________
104 [  3846] By: jhi                                   on 1999/08/01  11:41:52
105         Log: Reading 64-bit decimal numbers was broken because
106              the NV was cast to an I32, not an IV.
107      Branch: cfgperl
108            ! toke.c
109 ____________________________________________________________________________
110 [  3845] By: jhi                                   on 1999/08/01  11:00:24
111         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
112      Branch: cfgperl
113            + ext/SDBM_File/hints/solaris.pl
114 ____________________________________________________________________________
115 [  3844] By: jhi                                   on 1999/08/01  10:55:44
116         Log: Enable Solaris largefiles support only if -Duse64bits is used.
117              (Effectively removes #3311).
118      Branch: cfgperl
119            ! hints/solaris_2.sh
120 ____________________________________________________________________________
121 [  3843] By: jhi                                   on 1999/07/31  22:44:56
122         Log: Integer overflow iteration.
123      Branch: cfgperl
124            ! t/op/oct.t toke.c util.c
125 ____________________________________________________________________________
126 [  3842] By: jhi                                   on 1999/07/31  22:11:03
127         Log: Remove a lot of unused regnode codes.
128              Noticed by Ilya.
129      Branch: cfgperl
130            ! regcomp.c regcomp.sym regexec.c regnodes.h
131 ____________________________________________________________________________
132 [  3841] By: jhi                                   on 1999/07/31  21:53:54
133         Log: Make the use64bits and usethreads friendlier/braver;
134              they no more wimp out if the platform is unknown.
135              On use64bits if gcc used -DUSE_LONG_LONG is added
136              to the ccflags (this dependency on gcc caused a slightly weird
137              reordering of Configure, but things still seem to work.)
138      Branch: cfgperl
139            ! Configure README.threads config_h.SH
140      Branch: metaconfig
141            ! U/threads/usethreads.U
142      Branch: metaconfig/U/perl
143            ! use64bits.U
144 ____________________________________________________________________________
145 [  3840] By: jhi                                   on 1999/07/31  20:26:22
146         Log: Hack the "integer overflow" code some more.
147      Branch: cfgperl
148            ! perl.h toke.c util.c
149 ____________________________________________________________________________
150 [  3839] By: jhi                                   on 1999/07/31  20:22:00
151         Log: Test oct() at the 2^32-1 limit.
152      Branch: cfgperl
153            ! t/op/oct.t
154 ____________________________________________________________________________
155 [  3838] By: jhi                                   on 1999/07/31  20:08:43
156         Log: Update MANIFEST for #3837.
157      Branch: cfgperl
158            ! MANIFEST
159 ____________________________________________________________________________
160 [  3837] By: jhi                                   on 1999/07/31  20:02:40
161         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
162              (a core dump with a corrput stack ensues).
163      Branch: cfgperl
164            + ext/SDBM_File/hints/dec_osf.pl
165 ____________________________________________________________________________
166 [  3836] By: jhi                                   on 1999/07/29  21:09:01
167         Log: Allow for Configure -Ubincompat5005 override.
168      Branch: cfgperl
169            ! Configure config_h.SH
170      Branch: metaconfig/U/perl
171            ! bincompat5005.U
172 ____________________________________________________________________________
173 [  3835] By: jhi                                   on 1999/07/29  21:04:02
174         Log: Make Configure support PERL_BINCOMPAT_5005.
175      Branch: cfgperl
176            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
177            ! config_h.SH
178      Branch: metaconfig/U/perl
179            + bincompat5005.U
180 ____________________________________________________________________________
181 [  3834] By: jhi                                   on 1999/07/29  19:25:35
182         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
183      Branch: cfgperl
184            ! Makefile.SH
185 ____________________________________________________________________________
186 [  3833] By: jhi                                   on 1999/07/29  14:07:09
187         Log: Integrate with Sarathy.  I overruled on perldelta
188              and perldiag.
189      Branch: cfgperl
190           !> README.win32 emacs/cperl-mode.el globals.c installperl
191           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
192           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
193           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
194           !> win32/perllib.c win32/win32.c
195 ____________________________________________________________________________
196 [  3832] By: jhi                                   on 1999/07/29  14:02:50
197         Log: Repent and make overly large integerish
198              constants non-fatal.  They are now promoted
199              to NVs, accompanied by an overflow warning that
200              is by default on.
201      Branch: cfgperl
202            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
203            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
204            ! toke.c util.c
205 ____________________________________________________________________________
206 [  3831] By: jhi                                   on 1999/07/29  11:40:04
207         Log: AIX exhibits different error on failed system().
208              Slightly modified patch via private email from
209              David R. Favor <dfavor@austin.ibm.com>
210      Branch: cfgperl
211            ! t/op/exec.t
212 ____________________________________________________________________________
213 [  3830] By: gsar                                  on 1999/07/29  07:46:11
214         Log: cperl-mode.el v4.19
215      Branch: perl
216            ! emacs/cperl-mode.el
217 ____________________________________________________________________________
218 [  3829] By: gsar                                  on 1999/07/29  07:30:35
219         Log: From: jan.dubois@ibm.net (Jan Dubois)
220              Date: Wed, 28 Jul 1999 22:01:42 +0200
221              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
222              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
223      Branch: perl
224            ! win32/bin/pl2bat.pl
225 ____________________________________________________________________________
226 [  3828] By: gsar                                  on 1999/07/29  07:19:27
227         Log: tweak previous change for multiple hits
228      Branch: perl
229            ! utils/perldoc.PL
230 ____________________________________________________________________________
231 [  3827] By: gsar                                  on 1999/07/29  07:10:00
232         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
233              really needs a pod2text() compatibility function)
234      Branch: perl
235            ! utils/perldoc.PL
236 ____________________________________________________________________________
237 [  3826] By: gsar                                  on 1999/07/29  01:33:46
238         Log: minor tweaks to pods and toke.c comments
239      Branch: perl
240            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
241 ____________________________________________________________________________
242 [  3825] By: gsar                                  on 1999/07/29  00:12:52
243         Log: integrate cfgperl changes into mainline
244      Branch: perl
245           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
246           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
247           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
248           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
249           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
250           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
251           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
252           !> t/pragma/warn/util toke.c util.c
253 ____________________________________________________________________________
254 [  3824] By: jhi                                   on 1999/07/28  21:15:04
255         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
256      Branch: cfgperl
257            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
258            ! ext/IO/lib/IO/Socket/INET.pm
259 ____________________________________________________________________________
260 [  3823] By: jhi                                   on 1999/07/28  20:29:17
261         Log: Continue pack() doc honing.
262      Branch: cfgperl
263            ! pod/perlfunc.pod
264 ____________________________________________________________________________
265 [  3822] By: jhi                                   on 1999/07/28  20:17:37
266         Log: Enhance pack() doc.
267      Branch: cfgperl
268            ! pod/perlfunc.pod
269 ____________________________________________________________________________
270 [  3821] By: jhi                                   on 1999/07/28  18:34:50
271         Log: UNIX Domain Sockets are not implemented under QNX.
272              
273              From: Norton Allen <allen@huarp.harvard.edu>
274              To: perl5-porters@perl.org
275              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
276              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
277              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
278      Branch: cfgperl
279            ! t/lib/io_unix.t
280 ____________________________________________________________________________
281 [  3820] By: jhi                                   on 1999/07/28  18:13:37
282         Log: IO::* enhancements.
283              
284              1) write() and syswrite() will now accept a single-argument
285              form of the call, for consistency with Perl's syswrite().
286              2) You can create a TCP-based IO::Socket::INET without forcing
287              a connect attempt.  This allows you to configure its options
288              (like making it non-blocking) and then call connect() manually.
289              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
290              from ever returning the correct value.
291              
292              From: Lincoln Stein <lstein@formaggio.cshl.org>
293              To: Graham Barr <gbarr@pobox.com>
294              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
295              Subject: Re: patch for IO::*
296              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
297              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
298      Branch: cfgperl
299            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
300            ! ext/IO/lib/IO/Socket/INET.pm
301 ____________________________________________________________________________
302 [  3819] By: gsar                                  on 1999/07/28  18:08:06
303         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
304      Branch: perl
305            ! README.win32 globals.c installperl iperlsys.h makedef.pl
306            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
307            ! win32/win32.c
308 ____________________________________________________________________________
309 [  3818] By: jhi                                   on 1999/07/28  17:48:16
310         Log: Need to add QNX to the list for DONT_DECLARE_STD.
311              (The elimination of use of the _() macro apparently triggered
312              an incompatability with a #define of atof)
313              
314              From: Norton Allen <allen@huarp.harvard.edu>
315              To: perl5-porters@perl.org
316              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
317              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
318              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
319      Branch: cfgperl
320            ! perl.h
321 ____________________________________________________________________________
322 [  3817] By: jhi                                   on 1999/07/28  17:46:30
323         Log: Need to add some more conditions to deal with the case
324              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
325              which is true for QNX4.
326              From: Norton Allen <allen@huarp.harvard.edu>
327              To: perl5-porters@perl.org
328              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
329              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
330              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
331      Branch: cfgperl
332            ! pp_sys.c
333 ____________________________________________________________________________
334 [  3816] By: jhi                                   on 1999/07/28  17:43:40
335         Log: The QNX shell needs a couple more semicolons.
336              
337              From: Norton Allen <allen@huarp.harvard.edu>
338              To: perl5-porters@perl.org
339              Subject: [ID 19990728.007] Patch:Configure _58 QNX
340              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
341              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
342              
343              plus silence metalint moanings on vendorprefix.
344      Branch: cfgperl
345            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
346            ! config_h.SH
347 ____________________________________________________________________________
348 [  3815] By: jhi                                   on 1999/07/28  17:31:11
349         Log: Silence metalint on vendorprefix.U.
350      Branch: metaconfig
351            ! U/installdirs/vendorprefix.U
352 ____________________________________________________________________________
353 [  3814] By: jhi                                   on 1999/07/28  17:13:29
354         Log: QNX shell needs more semicolons.
355      Branch: metaconfig/U/perl
356            ! Extensions.U
357 ____________________________________________________________________________
358 [  3813] By: jhi                                   on 1999/07/28  17:05:08
359         Log: Integrate with Sarathy.
360      Branch: cfgperl
361           !> lib/ExtUtils/MM_Unix.pm
362 ____________________________________________________________________________
363 [  3812] By: jhi                                   on 1999/07/28  16:20:17
364         Log: Fix a typo, un-shout, and reformat the installation output.
365      Branch: cfgperl
366            ! lib/ExtUtils/Install.pm
367 ____________________________________________________________________________
368 [  3811] By: gsar                                  on 1999/07/28  15:41:11
369         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
370      Branch: perl
371            ! lib/ExtUtils/MM_Unix.pm
372 ____________________________________________________________________________
373 [  3810] By: jhi                                   on 1999/07/28  13:55:57
374         Log: Talk more about subsecond things in perlfunc.
375              (Yes, redundant with perlfaq8.)
376      Branch: cfgperl
377            ! pod/perlfunc.pod
378 ____________________________________________________________________________
379 [  3809] By: jhi                                   on 1999/07/28  07:23:48
380         Log: Integrate with Sarathy.
381      Branch: cfgperl
382           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
383           !> t/op/pwent.t
384 ____________________________________________________________________________
385 [  3808] By: jhi                                   on 1999/07/28  07:23:03
386         Log: Document toke.c.
387              From: Nathan Torkington <gnat@frii.com>
388              To: perl5-porters@perl.org
389              Subject: Re: toke.c patch, work in progress
390              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
391              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
392      Branch: cfgperl
393            ! toke.c
394 ____________________________________________________________________________
395 [  3807] By: jhi                                   on 1999/07/28  07:10:56
396         Log: perlre clarification.
397              
398              From: Ian Phillipps <ian@dial.pipex.com>
399              To: Perl 5 Porters <perl5-porters@perl.org>
400              Subject: [PATCH 5.00557] Add definite article to perlre.pod
401              Date: Tue, 27 Jul 1999 10:46:29 +0100
402              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
403      Branch: cfgperl
404            ! pod/perlre.pod
405 ____________________________________________________________________________
406 [  3806] By: gsar                                  on 1999/07/28  07:07:46
407         Log: fix the perl -V breakage
408              
409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
410              To: Jarkko Hietaniemi <jhi@iki.fi>
411              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
412              gsar@activestate.com
413              Subject: Re: Follow up to: _58 on AIX 431
414              Date: Tue, 27 Jul 1999 17:42:00 -0400
415              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
416      Branch: perl
417            ! configpm
418 ____________________________________________________________________________
419 [  3805] By: gsar                                  on 1999/07/28  07:03:34
420         Log: avoid warning (from Doug MacEachern)
421      Branch: perl
422            ! perl.h
423 ____________________________________________________________________________
424 [  3804] By: gsar                                  on 1999/07/28  06:59:30
425         Log: Pod::Html tweak
426              
427              From: jan.dubois@ibm.net (Jan Dubois)
428              To: perl5-porters@perl.org
429              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
430              Date: Tue, 27 Jul 1999 22:14:12 +0200
431              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
432      Branch: perl
433            ! lib/Pod/Html.pm
434 ____________________________________________________________________________
435 [  3803] By: gsar                                  on 1999/07/28  06:56:38
436         Log: freebsd hints update
437              
438              From: Anton Berezin <tobez@plab.ku.dk>
439              To: perl5-porters@perl.org
440              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
441              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
442              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
443      Branch: perl
444            ! hints/freebsd.sh
445 ____________________________________________________________________________
446 [  3802] By: gsar                                  on 1999/07/28  06:51:32
447         Log: cosmetic testsuite patch
448              
449              From: Graham Barr <gbarr@ti.com>
450              To: Perl5 Porters <perl5-porters@perl.org>
451              Subject: 5.005_58 build
452              Date: Tue, 27 Jul 1999 08:09:25 -0500
453              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
454      Branch: perl
455            ! t/op/grent.t t/op/pwent.t
456 ____________________________________________________________________________
457 [  3801] By: jhi                                   on 1999/07/27  13:49:39
458         Log: Minuscule cleanup of the integer overflow patch.
459      Branch: cfgperl
460            ! util.c
461 ____________________________________________________________________________
462 [  3800] By: jhi                                   on 1999/07/27  13:37:23
463         Log: Test hex('x...').
464      Branch: cfgperl
465            ! t/op/oct.t
466 ____________________________________________________________________________
467 [  3799] By: jhi                                   on 1999/07/27  12:45:45
468         Log: Integrate with Sarathy (5.005_58).
469      Branch: cfgperl
470            - ext/B/byteperl.c
471           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
472           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
473           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
474           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
475           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
476           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
477           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
478           !> win32/config_H.vc
479 ____________________________________________________________________________
480 [  3798] By: jhi                                   on 1999/07/27  12:42:43
481         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
482              they used to be just optional lexical warnings.
483              Also, with warnings turned on, constants > 2**32-1
484              trigger a non-portability warning.
485      Branch: cfgperl
486            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
487            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
488            ! util.c
489 ____________________________________________________________________________
490 [  3797] By: gsar                                  on 1999/07/27  10:48:27
491         Log: here lies 5.005_58
492      Branch: perl
493            - ext/B/byteperl.c
494            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
495            ! pod/perlfaq9.pod pod/perlhist.pod
496
497 ----------------
498 Version 5.005_58
499 ----------------
500
501 ____________________________________________________________________________
502 [  3796] By: gsar                                  on 1999/07/27  09:23:42
503         Log: regenerate win32/config_H.?c
504      Branch: perl
505            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
506 ____________________________________________________________________________
507 [  3795] By: gsar                                  on 1999/07/27  09:02:31
508         Log: From: Tye McQueen <tye@metronet.com>
509              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
510              Message-Id: <199907270019.AA08223@metronet.com>
511              Subject: Patch pl2bat.pl so batch file can fail
512      Branch: perl
513            ! win32/bin/pl2bat.pl
514 ____________________________________________________________________________
515 [  3794] By: gsar                                  on 1999/07/27  08:59:58
516         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
517              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
518              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
519              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
520      Branch: perl
521            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
522            ! lib/SelfLoader.pm
523 ____________________________________________________________________________
524 [  3793] By: gsar                                  on 1999/07/27  08:19:16
525         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
526              (from Andy Dougherty)
527      Branch: perl
528            ! embed.h embed.pl
529 ____________________________________________________________________________
530 [  3792] By: gsar                                  on 1999/07/27  08:04:19
531         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
532              and Brad Appleton)
533      Branch: perl
534            ! lib/Pod/Parser.pm
535 ____________________________________________________________________________
536 [  3791] By: gsar                                  on 1999/07/27  07:50:54
537         Log: cover case where CLK_TCK is a float, not integer (from
538              alexander smishlajev <als@turnhere.com>)
539      Branch: perl
540            ! ext/Devel/DProf/DProf.xs
541 ____________________________________________________________________________
542 [  3790] By: gsar                                  on 1999/07/27  07:45:08
543         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
544              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
545      Branch: perl
546            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
547            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
548 ____________________________________________________________________________
549 [  3789] By: jhi                                   on 1999/07/27  07:44:55
550         Log: Integrate with Sarathy.
551      Branch: cfgperl
552           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
553           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
554           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
555           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
556           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
557           !> proto.h t/comp/proto.t t/io/open.t
558 ____________________________________________________________________________
559 [  3788] By: gsar                                  on 1999/07/27  07:29:59
560         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
561              to Russ Allbery <rra@stanford.edu>); s/Simple// and
562              s/pod2txt/pod2text/ etc.
563      Branch: perl
564            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
565            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
566 ____________________________________________________________________________
567 [  3787] By: gsar                                  on 1999/07/27  06:48:40
568         Log: From: Andy Dougherty <doughera@lafayette.edu>
569              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
570              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
571              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
572      Branch: perl
573            ! ext/SDBM_File/sdbm/sdbm.h
574 ____________________________________________________________________________
575 [  3786] By: gsar                                  on 1999/07/27  06:30:09
576         Log: applied suggested patch; added missing prototype changes to
577              opcode.pl along with documentation typos (feature still needs
578              to be described in perlopentut.pod and summarized in
579              perldelta.pod)
580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
581              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
582              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
583              Subject: [PATCH 5.00557] 3-arg open
584      Branch: perl
585            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
586            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
587            ! proto.h t/comp/proto.t t/io/open.t
588 ____________________________________________________________________________
589 [  3785] By: gsar                                  on 1999/07/27  04:36:39
590         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
591              <roland.bauer@fff.at>)
592      Branch: perl
593            ! lib/Pod/Html.pm
594 ____________________________________________________________________________
595 [  3784] By: gsar                                  on 1999/07/27  03:56:17
596         Log: change#3762 wasn't needed
597      Branch: perl
598            ! ext/B/B/CC.pm
599 ____________________________________________________________________________
600 [  3783] By: jhi                                   on 1999/07/26  19:08:21
601         Log: Integrate with Sarathy.
602      Branch: cfgperl
603           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
604           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
605           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
606 ____________________________________________________________________________
607 [  3782] By: gsar                                  on 1999/07/26  18:16:50
608         Log: update Changes, patchlevel &c.
609      Branch: perl
610            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
611            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
612 ____________________________________________________________________________
613 [  3781] By: gsar                                  on 1999/07/26  17:54:47
614         Log: a more correct fix for change#2744
615              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
616              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
617              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
618              Subject: [PATCH _57] Re: toke.c questions 
619      Branch: perl
620            ! toke.c
621 ____________________________________________________________________________
622 [  3780] By: gsar                                  on 1999/07/26  17:37:04
623         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
624      Branch: perl
625            ! pod/perlfunc.pod
626 ____________________________________________________________________________
627 [  3779] By: jhi                                   on 1999/07/26  16:37:23
628         Log: Dusting off.
629      Branch: cfgperl
630            ! README.threads
631 ____________________________________________________________________________
632 [  3778] By: gsar                                  on 1999/07/26  13:28:46
633         Log: avoid DIVZERO
634      Branch: perl
635            ! utils/dprofpp.PL
636 ____________________________________________________________________________
637 [  3777] By: gsar                                  on 1999/07/26  13:18:53
638         Log: warnings identified by Borland compiler
639      Branch: perl
640            ! makedef.pl pp_ctl.c
641 ____________________________________________________________________________
642 [  3776] By: jhi                                   on 1999/07/26  13:07:36
643         Log: Integrate with Sarathy.
644      Branch: cfgperl
645           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
646 ____________________________________________________________________________
647 [  3775] By: gsar                                  on 1999/07/26  12:55:43
648         Log: avoid infinite recursion when Thread.pm croaks during
649              bootstrap
650      Branch: perl
651            ! lib/Carp/Heavy.pm
652 ____________________________________________________________________________
653 [  3774] By: gsar                                  on 1999/07/26  12:43:02
654         Log: integrate cfgperl contents into mainline
655      Branch: perl
656           +> lib/Carp/Heavy.pm
657           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
658           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
659           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
660           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
661           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
662 ____________________________________________________________________________
663 [  3773] By: jhi                                   on 1999/07/26  12:40:29
664         Log: Use long doubles only if they are useful.
665      Branch: cfgperl
666            ! ext/POSIX/POSIX.xs
667 ____________________________________________________________________________
668 [  3772] By: gsar                                  on 1999/07/26  12:33:11
669         Log: typo in change#3768
670      Branch: perl
671            ! pp_hot.c
672 ____________________________________________________________________________
673 [  3771] By: gsar                                  on 1999/07/26  12:08:27
674         Log: alpha-stage support for user-hooks in @INC
675              From: Ken Fox <kfox@ford.com>
676              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
677              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
678              Subject: Re: loading remote modules
679      Branch: perl
680            ! pp_ctl.c
681 ____________________________________________________________________________
682 [  3770] By: jhi                                   on 1999/07/26  11:38:36
683         Log: Back out #3735.  Needs more work.
684      Branch: cfgperl
685            ! Makefile.SH cflags.SH configpm ext/util/make_ext
686            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
687            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
688            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
689            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
690 ____________________________________________________________________________
691 [  3769] By: jhi                                   on 1999/07/26  11:24:45
692         Log: Integrate with Sarathy.
693      Branch: cfgperl
694           !> (integrate 35 files)
695 ____________________________________________________________________________
696 [  3768] By: gsar                                  on 1999/07/26  11:03:07
697         Log: optimize method name lookup
698              From: Chip Salzenberg <chip@perlsupport.com>
699              Date: Thu, 22 Jul 1999 13:43:36 -0400
700              Message-ID: <19990722134336.Q391@perlsupport.com>
701              Subject: [PATCH] OP_METHOD_NAMED
702      Branch: perl
703            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
704            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
705            ! proto.h
706 ____________________________________________________________________________
707 [  3767] By: gsar                                  on 1999/07/26  10:44:11
708         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
709              foo()->()); rework grammar to remove conflicts
710              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
711              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
712              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
713              Subject: [PATCH _57, long] Re: optional arrow asymmetry
714      Branch: perl
715            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
716            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
717            ! vms/perly_c.vms vms/perly_h.vms
718 ____________________________________________________________________________
719 [  3766] By: jhi                                   on 1999/07/26  10:18:56
720         Log: Use $< instead of $*.c in *perlmain.o rules.
721      Branch: cfgperl
722            ! Makefile.SH
723 ____________________________________________________________________________
724 [  3765] By: gsar                                  on 1999/07/26  09:28:48
725         Log: From: Ian Phillipps <ian@dial.pipex.com>
726              Date: Fri, 23 Jul 1999 23:35:56 +0100
727              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
728              Subject: (Version 2) Extending unpack to deal with counted strings
729      Branch: perl
730            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
731 ____________________________________________________________________________
732 [  3764] By: jhi                                   on 1999/07/26  09:17:26
733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
734              To: perl5-porters@perl.org (Mailing list Perl5)
735              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
736              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
737              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
738              
739              The patch was based on 5_57 so had to re-apply lib/Carp.pm
740              parts of changes #3498, #3696, and #3702 for the new
741              lib/Carp/Heavy.pm.
742      Branch: cfgperl
743            + lib/Carp/Heavy.pm
744            ! MANIFEST lib/Carp.pm
745 ____________________________________________________________________________
746 [  3763] By: gsar                                  on 1999/07/26  09:03:17
747         Log: ~ isn't valid in VMS filenames
748      Branch: perl
749            ! lib/Pod/Html.pm
750 ____________________________________________________________________________
751 [  3762] By: gsar                                  on 1999/07/26  08:59:47
752         Log: setstate stop-gap from Vishal Bhatia
753      Branch: perl
754            ! ext/B/B/CC.pm
755 ____________________________________________________________________________
756 [  3761] By: gsar                                  on 1999/07/26  08:06:39
757         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
758              add B::OP::name() method that returns just the op_name;
759              convert Deparse et all to use that instead of B::OP::ppaddr();
760              add support for OP_SETSTATE in Deparse
761      Branch: perl
762            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
763            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
764            ! ext/B/B/Xref.pm opcode.h opcode.pl
765 ____________________________________________________________________________
766 [  3760] By: jhi                                   on 1999/07/26  07:14:43
767         Log: Integrate with Sarathy.
768      Branch: cfgperl
769           !> (integrate 43 files)
770 ____________________________________________________________________________
771 [  3759] By: gsar                                  on 1999/07/26  05:12:24
772         Log: add disclaimer about perl 4 libraries (modified version of
773              patch suggested by Clinton Pierce <cpierce1@ford.com>)
774      Branch: perl
775            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
776            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
777            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
778            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
779            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
780 ____________________________________________________________________________
781 [  3758] By: gsar                                  on 1999/07/26  04:48:35
782         Log: make reset() behave with high-bit characters
783              From: Ian Phillipps <ian@dial.pipex.com>
784              Date: Thu, 22 Jul 1999 22:48:59 +0100
785              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
786              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
787      Branch: perl
788            ! sv.c
789 ____________________________________________________________________________
790 [  3757] By: gsar                                  on 1999/07/26  04:40:32
791         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
792      Branch: perl
793            ! pod/perlport.pod
794 ____________________________________________________________________________
795 [  3756] By: gsar                                  on 1999/07/26  04:20:37
796         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
797      Branch: perl
798            ! utils/dprofpp.PL
799 ____________________________________________________________________________
800 [  3755] By: gsar                                  on 1999/07/26  04:18:00
801         Log: disable VPATH for now (breaks x2p build)
802      Branch: perl
803            ! x2p/Makefile.SH
804 ____________________________________________________________________________
805 [  3754] By: gsar                                  on 1999/07/26  03:15:33
806         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
807              (%! has the necessary magic); misc typos
808      Branch: perl
809            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
810            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
811            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
812            ! utils/h2xs.PL
813 ____________________________________________________________________________
814 [  3753] By: gsar                                  on 1999/07/26  02:38:28
815         Log: integrate cfgperl contents into mainline
816      Branch: perl
817           +> t/pragma/locale/latin1 t/pragma/locale/utf8
818           !> (integrate 53 files)
819 ____________________________________________________________________________
820 [  3752] By: gsar                                  on 1999/07/26  02:11:31
821         Log: ensure implicitly closed handles don't set $? or $!
822      Branch: perl
823            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
824 ____________________________________________________________________________
825 [  3751] By: gsar                                  on 1999/07/26  01:28:34
826         Log: change#3534 didn't preserve undef return values from caller()
827      Branch: perl
828            ! Changes pp_ctl.c
829 ____________________________________________________________________________
830 [  3750] By: jhi                                   on 1999/07/25  20:59:29
831         Log: Back up a tiny bit from #3735.
832              This may break builds outside the source directory
833              but then again, they do not work that ell yet anyway.
834      Branch: cfgperl
835            ! Makefile.SH
836 ____________________________________________________________________________
837 [  3750] By: jhi                                   on 1999/07/25  20:59:29
838         Log: Back up a tiny bit from #3735.
839              This may break builds outside the source directory
840              but then again, they do not work that ell yet anyway.
841      Branch: cfgperl
842            ! Makefile.SH
843 ____________________________________________________________________________
844 [  3749] By: jhi                                   on 1999/07/25  19:15:55
845         Log: Integrate with Sarathy.
846      Branch: cfgperl
847           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
848 ____________________________________________________________________________
849 [  3748] By: jhi                                   on 1999/07/25  19:06:59
850         Log: Recode locale.t so that the change in #3730
851              is not needed and locale.t works both without
852              and with the utf8 pragma.
853      Branch: cfgperl
854            + t/pragma/locale/latin1 t/pragma/locale/utf8
855            ! MANIFEST t/pragma/locale.t
856 ____________________________________________________________________________
857 [  3747] By: jhi                                   on 1999/07/25  19:01:46
858         Log: Like #3743.
859      Branch: cfgperl
860            ! utils/perlbug.PL
861 ____________________________________________________________________________
862 [  3746] By: gsar                                  on 1999/07/25  18:08:58
863         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
864              append a HISTORY section to POD if option is used
865      Branch: perl
866            ! utils/h2xs.PL
867 ____________________________________________________________________________
868 [  3745] By: gsar                                  on 1999/07/25  17:40:03
869         Log: warn rather than die when parse_version() can't cut it (from
870              Michael G Schwern <schwern@pobox.com>)
871      Branch: perl
872            ! lib/ExtUtils/MM_Unix.pm
873 ____________________________________________________________________________
874 [  3744] By: gsar                                  on 1999/07/25  16:32:48
875         Log: make map behave like grep wrt indirect object slot when
876              there are parentheses; revert an experimental mod by Larry
877              in change#2038 that failed to parse %{{qw(a b c)}} properly
878              (this means C<map {use Foo; ...} ...> still needs a proper
879              fix)
880      Branch: perl
881            ! toke.c
882 ____________________________________________________________________________
883 [  3743] By: jhi                                   on 1999/07/25  16:24:55
884         Log: Fix a typo in #3725.
885      Branch: cfgperl
886            ! utils/perlbug.PL
887 ____________________________________________________________________________
888 [  3742] By: jhi                                   on 1999/07/25  16:14:39
889         Log: Integrate with Sarathy.
890      Branch: cfgperl
891           !> (integrate 26 files)
892 ____________________________________________________________________________
893 [  3741] By: jhi                                   on 1999/07/25  16:02:28
894         Log: Cut-and-pasto in #3737.
895      Branch: cfgperl
896            ! perl.c
897 ____________________________________________________________________________
898 [  3740] By: gsar                                  on 1999/07/25  15:59:34
899         Log: add note about glibc bug
900      Branch: perl
901            ! t/pragma/warn/pp_hot
902 ____________________________________________________________________________
903 [  3739] By: gsar                                  on 1999/07/25  15:48:40
904         Log: fix bug in change#3728 that might free COPs prematurely;
905              null(op) now does more thorough scrubbing of the op, which
906              fixes a few compile-time memory "leaks"
907      Branch: perl
908            ! dump.c embed.h embed.pl op.c proto.h
909 ____________________________________________________________________________
910 [  3738] By: jhi                                   on 1999/07/25  14:15:26
911         Log: In accordance with #3737.
912      Branch: metaconfig
913            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
914            ! U/modified/Oldconfig.U
915      Branch: metaconfig/U/perl
916            ! Extensions.U
917 ____________________________________________________________________________
918 [  3737] By: jhi                                   on 1999/07/25  14:12:34
919         Log: Use vendorprefixlib.
920      Branch: cfgperl
921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
922            ! config_h.SH perl.c
923 ____________________________________________________________________________
924 [  3736] By: jhi                                   on 1999/07/25  13:10:03
925         Log: Populate metaconfig branch.
926      Branch: metaconfig
927            + (add 1468 files)
928      Branch: metaconfig/U/perl
929            + (add 101 files)
930 ____________________________________________________________________________
931 [  3735] By: jhi                                   on 1999/07/25  12:27:20
932         Log: First steps of making builds outside the source
933              directory possible.  These should get us as far
934              as miniperl, then building DynaLoader falls into
935              tiny twinkling pieces as MakeMaker knows nothing
936              of VPATH mindset.
937      Branch: cfgperl
938            ! Configure Makefile.SH cflags.SH config_h.SH configpm
939            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
940            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
941            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
942            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
943 ____________________________________________________________________________
944 [  3734] By: jhi                                   on 1999/07/25  11:19:28
945         Log: Poor Glossary--are we fixed yet?
946      Branch: cfgperl
947            ! Porting/Glossary
948 ____________________________________________________________________________
949 [  3733] By: jhi                                   on 1999/07/25  11:15:06
950         Log: Change #3732 mistakenly clobbered Glossary.
951      Branch: cfgperl
952            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
953            ! config_h.SH
954 ____________________________________________________________________________
955 [  3732] By: jhi                                   on 1999/07/25  10:46:39
956         Log: Andy's new installation scheme (note: a lot of this
957              leaked in already with change #3731).  The vendor*
958              stuff is not used anywhere (in *.SH, say), so it
959              isn't in Configure, either.
960      Branch: cfgperl
961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
962            ! config_h.SH
963 ____________________________________________________________________________
964 [  3731] By: jhi                                   on 1999/07/25  10:12:07
965         Log: Circumcode a strange shell(?) bug in AIX found
966              while trying to do -Duse64bits (which I couldn't do
967              in the end because the CPU isn't 64-bit in that box,
968              but at least now the probing doesn't crash.)
969      Branch: cfgperl
970            ! Configure config_h.SH hints/aix.sh
971 ____________________________________________________________________________
972 [  3730] By: gsar                                  on 1999/07/25  04:56:56
973         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
974              a utf8 bug in one of the new RE optimizations
975      Branch: perl
976            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
977            ! t/pragma/locale.t
978 ____________________________________________________________________________
979 [  3729] By: jhi                                   on 1999/07/23  19:56:27
980         Log: From: Andy Dougherty <doughera@lafayette.edu>
981              To: Perl Porters <perl5-porters@perl.org>
982              Subject: [PATCH 5.005_57] INSTALL-1.58
983              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
984              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
985              
986              plus
987              
988              From: "Kurt D. Starsinic" <kstar@chapin.edu>
989              To: Andy Dougherty <doughera@lafayette.edu>
990              Cc: Perl Porters <perl5-porters@perl.org>
991              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
992              Date: Fri, 23 Jul 1999 13:38:25 -0400
993              Message-ID: <19990723133825.A12033@O2.chapin.edu>
994      Branch: cfgperl
995            ! INSTALL
996 ____________________________________________________________________________
997 [  3728] By: gsar                                  on 1999/07/23  17:24:42
998         Log: applied suggested patch for tracking line numbers correctly in
999              optimized blocks with a single statement; changed setcop to
1000              setstate and added code for -Dx dumps
1001              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1002              Date: Wed, 23 Jun 1999 17:27:42 +0100
1003              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
1004              Subject: [PATCH 5.005_57] Line number error in optimised else() 
1005      Branch: perl
1006            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
1007            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
1008            ! pp_proto.h t/op/misc.t
1009 ____________________________________________________________________________
1010 [  3727] By: gsar                                  on 1999/07/23  15:56:04
1011         Log: avoid useless use of target for pp_each(); also fixes bugs due to
1012              refcount held by the target
1013      Branch: perl
1014            ! opcode.h opcode.pl pp.c t/op/each.t
1015 ____________________________________________________________________________
1016 [  3726] By: jhi                                   on 1999/07/23  12:08:30
1017         Log: Change #3725 aftershock.
1018      Branch: cfgperl
1019            ! INSTALL jpl/JNI/JNI.pm
1020 ____________________________________________________________________________
1021 [  3725] By: jhi                                   on 1999/07/23  11:58:49
1022         Log: Introduce $Config{ldlibpthname} which contains
1023              the name of the environment variable holding the
1024              dynamic library search path, often LD_LIBRARY_PATH.
1025              Use this new feature all over.
1026              Also removed remnants of admonition "add LD_LIBRARY_PATH
1027              before running make" because Makefile.SH does this for you. 
1028      Branch: cfgperl
1029            ! Configure Makefile.SH config_h.SH
1030            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
1031            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
1032            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
1033            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
1034            ! jpl/install-jpl utils/perlbug.PL
1035 ____________________________________________________________________________
1036 [  3724] By: jhi                                   on 1999/07/23  08:03:36
1037         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
1038              To: perl5-porters@perl.org
1039              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
1040              Date: Thu, 22 Jul 1999 19:58:34 -0400
1041              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
1042      Branch: cfgperl
1043            ! av.c
1044 ____________________________________________________________________________
1045 [  3723] By: gsar                                  on 1999/07/23  00:01:29
1046         Log: emit warning about function calls that were encountered too early
1047              to enforce their prototype
1048      Branch: perl
1049            ! op.c op.h pod/perldiag.pod
1050 ____________________________________________________________________________
1051 [  3722] By: jhi                                   on 1999/07/22  21:19:59
1052         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
1053              To: perl5-porters@perl.org
1054              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
1055              Subject: [PATCH] MakeMaker documentation
1056              Date: Wed, 21 Jul 1999 14:15:42 -0400
1057              Message-ID: <19990721141542.A1800@O2.chapin.edu>
1058      Branch: cfgperl
1059            ! lib/ExtUtils/MakeMaker.pm
1060 ____________________________________________________________________________
1061 [  3721] By: jhi                                   on 1999/07/22  21:05:19
1062         Log: From: pvhp@forte.com (Peter Prymmer)
1063              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
1064              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
1065              Date: Wed, 21 Jul 99 17:15:39 PDT
1066              Message-Id: <9907220015.AA11931@forte.com>
1067      Branch: cfgperl
1068            ! hints/os390.sh
1069 ____________________________________________________________________________
1070 [  3720] By: jhi                                   on 1999/07/22  20:51:17
1071         Log: AIX magic: ccdlflags needs to be different for
1072              Perl itself and for extra-core extensions
1073              (as used by ExtUtilss::embed::ldopts).
1074              Based on the problems described in
1075              
1076              From: Mike W Ellwood <mwe@rl.ac.uk>
1077              To: perl5-porters@perl.org
1078              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
1079              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
1080              Reply-To: m.w.ellwood@rl.ac.uk
1081              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
1082      Branch: cfgperl
1083            ! Configure Makefile.SH config_h.SH hints/aix.sh
1084 ____________________________________________________________________________
1085 [  3719] By: jhi                                   on 1999/07/22  08:23:53
1086         Log: Update history records.
1087      Branch: cfgperl
1088            ! pod/perlhist.pod
1089 ____________________________________________________________________________
1090 [  3718] By: jhi                                   on 1999/07/21  13:54:42
1091         Log: Todododobedobedo.
1092      Branch: cfgperl
1093            ! Todo
1094 ____________________________________________________________________________
1095 [  3717] By: jhi                                   on 1999/07/21  12:10:48
1096         Log: Even more Todo.
1097      Branch: cfgperl
1098            ! Todo
1099 ____________________________________________________________________________
1100 [  3716] By: jhi                                   on 1999/07/21  11:40:39
1101         Log: Use Errno more extensively so that error
1102              messages are more portable (another way
1103              would be to muck around with LC_MESSAGES).
1104              Problem reported in
1105              
1106              From: oracle@pcr8.pcr.com
1107              To: perl5-porters@perl.org
1108              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
1109              Date: Mon, 19 Jul 1999 18:39:13 -0400
1110              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
1111      Branch: cfgperl
1112            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1113            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
1114            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
1115 ____________________________________________________________________________
1116 [  3715] By: jhi                                   on 1999/07/21  11:05:36
1117         Log: Slightly modified patch.
1118              From: Sean Sheedy <seans@ncube.com>
1119              To: perl5-porters@perl.org
1120              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
1121              Date: Tue, 20 Jul 1999 09:52:06 -0700
1122              Message-Id: <3794A935.1C150E54@ncube.com>
1123      Branch: cfgperl
1124            ! cflags.SH x2p/cflags.SH
1125 ____________________________________________________________________________
1126 [  3714] By: jhi                                   on 1999/07/20  21:26:19
1127         Log: More Todo.
1128      Branch: cfgperl
1129            ! Todo
1130 ____________________________________________________________________________
1131 [  3713] By: jhi                                   on 1999/07/20  18:02:45
1132         Log: Integrate with Sarathy.
1133      Branch: cfgperl
1134           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1135           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1136           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
1137           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
1138           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
1139           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
1140           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
1141           +> utils/dprofpp.PL
1142           !> INSTALL MAINTAIN MANIFEST configure.com
1143           !> ext/Devel/Peek/Makefile.PL installman installperl
1144           !> pod/roffitall utils/Makefile vms/descrip_mms.template
1145           !> win32/Makefile win32/makefile.mk win32/win32.h
1146 ____________________________________________________________________________
1147 [  3712] By: gsar                                  on 1999/07/20  15:29:01
1148         Log: DProf tweak
1149      Branch: perl
1150            ! ext/Devel/DProf/DProf.xs
1151 ____________________________________________________________________________
1152 [  3711] By: gsar                                  on 1999/07/20  07:56:19
1153         Log: another DProf build tweak
1154      Branch: perl
1155            ! utils/dprofpp.PL
1156 ____________________________________________________________________________
1157 [  3710] By: gsar                                  on 1999/07/20  07:36:36
1158         Log: move DProf things around to where they are supposed to be
1159      Branch: perl
1160            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
1161            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
1162            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
1163            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
1164            + t/lib/dprof/test6_t t/lib/dprof/test6_v
1165           +> utils/dprofpp.PL
1166            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
1167            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
1168            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
1169            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
1170            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
1171            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
1172            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
1173            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
1174            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
1175            ! installperl pod/roffitall utils/Makefile
1176            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1177 ____________________________________________________________________________
1178 [  3709] By: gsar                                  on 1999/07/20  06:13:16
1179         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
1180      Branch: perl
1181            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1182            ! ext/Devel/Peek/Makefile.PL
1183 ____________________________________________________________________________
1184 [  3708] By: gsar                                  on 1999/07/20  06:01:22
1185         Log: move DProf to Devel/DProf
1186      Branch: perl
1187           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
1188           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
1189           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
1190           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
1191           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
1192           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
1193           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
1194           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
1195           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
1196           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
1197           +> ext/Devel/DProf/test.pl
1198            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1199            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1200            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1201            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1202            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1203            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1204            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1205            ! MAINTAIN MANIFEST configure.com win32/Makefile
1206            ! win32/makefile.mk
1207 ____________________________________________________________________________
1208 [  3707] By: gsar                                  on 1999/07/20  05:39:11
1209         Log: add Devel::DProf v19990108 from CPAN, as it was
1210      Branch: perl
1211            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
1212            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
1213            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
1214            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
1215            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
1216            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
1217            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
1218            ! MANIFEST
1219 ____________________________________________________________________________
1220 [  3706] By: gsar                                  on 1999/07/20  04:52:25
1221         Log: C<union any> needs no PERL_OBJECT-treatment
1222      Branch: perl
1223            ! win32/win32.h
1224 ____________________________________________________________________________
1225 [  3705] By: gsar                                  on 1999/07/20  04:11:54
1226         Log: fix problem in default build
1227      Branch: perl
1228            ! win32/Makefile win32/makefile.mk
1229 ____________________________________________________________________________
1230 [  3704] By: jhi                                   on 1999/07/19  07:06:36
1231         Log: Integrate with Sarathy.
1232      Branch: cfgperl
1233           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
1234           !> win32/win32.c
1235 ____________________________________________________________________________
1236 [  3703] By: gsar                                  on 1999/07/19  05:55:57
1237         Log: win32 nits
1238      Branch: perl
1239            ! makedef.pl sv.h
1240 ____________________________________________________________________________
1241 [  3702] By: gsar                                  on 1999/07/19  04:29:34
1242         Log: don't display tid from main thread (or testsuite breaks)
1243      Branch: perl
1244            ! lib/Carp.pm util.c
1245 ____________________________________________________________________________
1246 [  3701] By: gsar                                  on 1999/07/19  00:47:52
1247         Log: remove several doubled (and tripled!) entries
1248      Branch: perl
1249            ! pod/perldiag.pod
1250 ____________________________________________________________________________
1251 [  3700] By: gsar                                  on 1999/07/19  00:42:34
1252         Log: integrate cfgperl contents into mainline
1253      Branch: perl
1254           +> makedef.pl
1255            - perl_exp.SH win32/makedef.pl
1256           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1257           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
1258           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
1259           !> utf8.c util.c win32/Makefile win32/makefile.mk
1260 ____________________________________________________________________________
1261 [  3699] By: gsar                                  on 1999/07/19  00:33:59
1262         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
1263      Branch: perl
1264            ! Changes win32/win32.c
1265 ____________________________________________________________________________
1266 [  3698] By: jhi                                   on 1999/07/18  21:33:57
1267         Log: Integrate with Sarathy.
1268      Branch: cfgperl
1269           +> t/op/chars.t
1270           !> (integrate 57 files)
1271 ____________________________________________________________________________
1272 [  3697] By: gsar                                  on 1999/07/18  05:22:36
1273         Log: From: pvhp@forte.com (Peter Prymmer)
1274              Date: Thu, 1 Jul 99 19:31:24 PDT
1275              Message-Id: <9907020231.AA16942@forte.com>
1276              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
1277      Branch: perl
1278            + t/op/chars.t
1279            ! MANIFEST ebcdic.c t/op/ord.t
1280 ____________________________________________________________________________
1281 [  3696] By: gsar                                  on 1999/07/18  05:11:02
1282         Log: display thread id in diagnostics (suggested by Dan Sugalski)
1283      Branch: perl
1284            ! lib/Carp.pm util.c
1285 ____________________________________________________________________________
1286 [  3695] By: gsar                                  on 1999/07/18  04:57:47
1287         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
1288      Branch: perl
1289            ! pod/perldiag.pod
1290 ____________________________________________________________________________
1291 [  3694] By: gsar                                  on 1999/07/18  04:56:28
1292         Log: cache [NIUP]V conversions of defined READONLY values
1293              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1294              Date: Sun, 11 Jul 1999 04:39:44 -0400
1295              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
1296              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
1297      Branch: perl
1298            ! sv.c
1299 ____________________________________________________________________________
1300 [  3693] By: gsar                                  on 1999/07/18  03:53:38
1301         Log: From: jan.dubois@ibm.net (Jan Dubois)
1302              Date: Sat, 17 Jul 1999 10:58:29 +0200
1303              Message-ID: <379144ad.13616689@smtp1.ibm.net>
1304              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
1305      Branch: perl
1306            ! lib/ExtUtils/Manifest.pm
1307 ____________________________________________________________________________
1308 [  3692] By: gsar                                  on 1999/07/18  03:51:03
1309         Log: remove spurious newSTATEOP() that causes goto to enter one too many
1310              contexts when jumping between if and elsif blocks
1311      Branch: perl
1312            ! perly.c perly.y pp_ctl.c t/op/goto.t
1313 ____________________________________________________________________________
1314 [  3691] By: gsar                                  on 1999/07/18  01:49:59
1315         Log: detypo, update Changes
1316      Branch: perl
1317            ! Changes doio.c
1318 ____________________________________________________________________________
1319 [  3690] By: gsar                                  on 1999/07/18  01:16:59
1320         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
1321      Branch: perl
1322            ! lib/integer.pm
1323 ____________________________________________________________________________
1324 [  3689] By: gsar                                  on 1999/07/18  00:47:17
1325         Log: ensure __END__ appears on a line by itself in wrapped
1326              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
1327              mention caveat about successfull kill()
1328      Branch: perl
1329            ! pod/perlfunc.pod win32/bin/pl2bat.pl
1330 ____________________________________________________________________________
1331 [  3688] By: gsar                                  on 1999/07/17  20:47:44
1332         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
1333      Branch: perl
1334            ! ext/SDBM_File/sdbm/Makefile.PL
1335 ____________________________________________________________________________
1336 [  3687] By: gsar                                  on 1999/07/17  20:43:27
1337         Log: make CC.pm use a distinct CCPP() macro rather than PP()
1338              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
1339      Branch: perl
1340            ! cc_runtime.h ext/B/B/CC.pm
1341 ____________________________________________________________________________
1342 [  3686] By: gsar                                  on 1999/07/17  20:39:08
1343         Log: tiny bug in vars.pm (from John Dlugosz)
1344      Branch: perl
1345            ! lib/vars.pm
1346 ____________________________________________________________________________
1347 [  3685] By: gsar                                  on 1999/07/17  20:37:27
1348         Log: applied suggested patch, along with later tweak
1349              From: jan.dubois@ibm.net (Jan Dubois)
1350              Date: Wed, 14 Jul 1999 23:53:43 +0200
1351              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
1352              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
1353      Branch: perl
1354            ! lib/Pod/Html.pm
1355 ____________________________________________________________________________
1356 [  3684] By: gsar                                  on 1999/07/17  20:24:32
1357         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
1358      Branch: perl
1359            ! thrdvar.h
1360 ____________________________________________________________________________
1361 [  3683] By: gsar                                  on 1999/07/17  20:21:01
1362         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1363              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
1364              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
1365              Subject: [PATCH 5.005_57] Segfaults if $^P
1366      Branch: perl
1367            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
1368            ! proto.h
1369 ____________________________________________________________________________
1370 [  3682] By: gsar                                  on 1999/07/17  20:04:17
1371         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
1372              and prefix/lib/perl5/man are ass_u_med only if those directories
1373              actually exist; else prefix/{lib,man} are used)
1374      Branch: perl
1375            ! lib/ExtUtils/MM_Unix.pm
1376 ____________________________________________________________________________
1377 [  3681] By: gsar                                  on 1999/07/17  19:12:33
1378         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
1379      Branch: perl
1380            ! op.c t/comp/proto.t
1381 ____________________________________________________________________________
1382 [  3680] By: gsar                                  on 1999/07/17  18:23:55
1383         Log: fix vec() on magic values
1384              From: Ian Phillipps <ian@dial.pipex.com>
1385              Date: Mon, 12 Jul 1999 12:30:05 +0100
1386              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
1387              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
1388      Branch: perl
1389            ! doop.c t/op/tie.t
1390 ____________________________________________________________________________
1391 [  3679] By: gsar                                  on 1999/07/17  18:10:44
1392         Log: make system() return -1 and set $! if exec of child failed
1393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1394              Date: Fri, 9 Jul 1999 05:21:13 -0400
1395              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
1396              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
1397      Branch: perl
1398            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
1399            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
1400 ____________________________________________________________________________
1401 [  3678] By: gsar                                  on 1999/07/17  17:54:01
1402         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1403              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
1404              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
1405              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
1406      Branch: perl
1407            ! util.c
1408 ____________________________________________________________________________
1409 [  3677] By: gsar                                  on 1999/07/17  17:34:38
1410         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
1411              converted Ken's documentation outline into pod
1412      Branch: perl
1413            ! x2p/find2perl.PL
1414 ____________________________________________________________________________
1415 [  3676] By: gsar                                  on 1999/07/17  16:34:09
1416         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
1417              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
1418              Steve Lidie
1419      Branch: perl
1420            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
1421            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1422            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
1423            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
1424            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
1425            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
1426 ____________________________________________________________________________
1427 [  3675] By: gsar                                  on 1999/07/17  00:16:53
1428         Log: backout redundant change#3628
1429      Branch: perl
1430            ! Changes hints/bsdos.sh
1431 ____________________________________________________________________________
1432 [  3674] By: jhi                                   on 1999/07/15  14:26:03
1433         Log: Fix the bin/oct/hex constant overflow tests for
1434              long long platforms.
1435      Branch: cfgperl
1436            ! t/pragma/warn/util
1437 ____________________________________________________________________________
1438 [  3673] By: jhi                                   on 1999/07/14  21:59:11
1439         Log: Fixed AIX dynamic loading and AIX shared Perl library.
1440              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
1441              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
1442              Hijacked win32/makedef.pl for more general purpose export
1443              list building, now it is used (as toplevel makedef.pl)
1444              for win32 and AIX (perl_exp.SH made unnecessary).
1445              Because the export lists are now correct in AIX, no more linker
1446              warnings about "Exported symbol not defined" should appear.
1447      Branch: cfgperl
1448            + makedef.pl
1449            - perl_exp.SH win32/makedef.pl
1450            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1451            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
1452            ! win32/makefile.mk
1453 ____________________________________________________________________________
1454 [  3672] By: gsar                                  on 1999/07/14  17:12:13
1455         Log: minor efficiency tweak
1456      Branch: perl
1457            ! pp_ctl.c
1458 ____________________________________________________________________________
1459 [  3671] By: jhi                                   on 1999/07/14  16:22:39
1460         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
1461              if its caller re_intuit_start() was entered with strend == strpos
1462              because end_shift ended up as -1.  The patch ain't necessarily
1463              correct but least the core dump is avoided.
1464      Branch: cfgperl
1465            ! regexec.c
1466 ____________________________________________________________________________
1467 [  3670] By: jhi                                   on 1999/07/13  07:59:09
1468         Log: Integrate with Sarathy.
1469      Branch: cfgperl
1470            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1471            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1472           !> (integrate 67 files)
1473 ____________________________________________________________________________
1474 [  3669] By: gsar                                  on 1999/07/12  06:14:54
1475         Log: fixups for sundry warnings about function pointers
1476      Branch: perl
1477            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
1478            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
1479            ! win32/win32.c win32/win32.h
1480 ____________________________________________________________________________
1481 [  3668] By: gsar                                  on 1999/07/12  04:11:58
1482         Log: tweaks for win32/borland
1483      Branch: perl
1484            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
1485 ____________________________________________________________________________
1486 [  3667] By: gsar                                  on 1999/07/12  01:55:15
1487         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
1488              builds; passing the implicit context is unified among the three
1489              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
1490              flavors (see the top of perl.h) for testing; all varargs functions
1491              foo() have a va_list-taking variant vfoo() for generating the
1492              context-free versions; the PERL_OBJECT build should now be
1493              hyper-compatible with CPAN extensions (C++ is totally out of
1494              the picture)
1495              
1496              result has only been tested on Windows
1497              
1498              TODO: write docs on the THX rationale and idiomatic usage of
1499              the Perl API
1500      Branch: perl
1501            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1502            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1503            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
1504            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
1505            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1506            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
1507            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1508            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
1509            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
1510            ! global.sym globals.c intrpvar.h iperlsys.h
1511            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1512            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
1513            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
1514            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
1515            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
1516            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
1517            ! win32/dl_win32.xs win32/include/dirent.h
1518            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
1519            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
1520            ! win32/win32iop.h win32/win32sck.c
1521 ____________________________________________________________________________
1522 [  3666] By: jhi                                   on 1999/07/11  22:00:13
1523         Log: Integrate with Sarathy.
1524      Branch: cfgperl
1525           !> op.c t/op/lex_assign.t
1526 ____________________________________________________________________________
1527 [  3665] By: jhi                                   on 1999/07/11  21:59:01
1528         Log: More manual sync.
1529      Branch: cfgperl
1530            ! pod/perldelta.pod
1531 ____________________________________________________________________________
1532 [  3664] By: gsar                                  on 1999/07/11  19:11:07
1533         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
1534              remedy and related tests via private mail
1535      Branch: perl
1536            ! op.c t/op/lex_assign.t
1537 ____________________________________________________________________________
1538 [  3663] By: jhi                                   on 1999/07/11  15:04:37
1539         Log: Manual synchronization with Sarathy (some files
1540              had drifted apart for no apparent reason), plus
1541              I had a typo in dl_vms.xs Sarathy had fixed.
1542      Branch: cfgperl
1543            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
1544 ____________________________________________________________________________
1545 [  3662] By: jhi                                   on 1999/07/10  12:23:21
1546         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
1547              to adapt to the underlying platform (the binary, 0b1..., test
1548              was broken in 64-bit platforms).  Also change "hex" in the
1549              warning messages to "hexadecimal" to match "binary" and "octal".
1550      Branch: cfgperl
1551            ! pod/perldiag.pod t/pragma/warn/util util.c
1552 ____________________________________________________________________________
1553 [  3661] By: jhi                                   on 1999/07/08  21:54:55
1554         Log: Integrate with Sarathy.
1555      Branch: cfgperl
1556           +> perlapi.c perlapi.h
1557           !> (integrate 43 files)
1558 ____________________________________________________________________________
1559 [  3660] By: gsar                                  on 1999/07/08  18:47:35
1560         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
1561      Branch: perl
1562            + perlapi.c perlapi.h
1563            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
1564            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
1565            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
1566            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
1567            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
1568            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
1569            ! win32/win32.h
1570 ____________________________________________________________________________
1571 [  3659] By: gsar                                  on 1999/07/08  18:41:45
1572         Log: sundry cleanups for clean build on windows
1573      Branch: perl
1574            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
1575 ____________________________________________________________________________
1576 [  3658] By: gsar                                  on 1999/07/08  01:24:25
1577         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
1578              type mismatch problems
1579      Branch: perl
1580            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
1581            ! t/pragma/warn/op toke.c utf8.c util.c
1582 ____________________________________________________________________________
1583 [  3657] By: jhi                                   on 1999/07/07  23:01:16
1584         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
1585      Branch: cfgperl
1586            ! pod/perldiag.pod
1587           !> Changes configure.com ext/B/B/Deparse.pm
1588           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
1589           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
1590           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
1591           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
1592           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
1593           !> t/pragma/overload.t thread.h vms/vms.c
1594 ____________________________________________________________________________
1595 [  3656] By: gsar                                  on 1999/07/07  21:04:38
1596         Log: integrate cfgperl contents
1597      Branch: perl
1598           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
1599           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
1600           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
1601            ! Changes
1602           !> (integrate 45 files)
1603 ____________________________________________________________________________
1604 [  3655] By: gsar                                  on 1999/07/07  18:55:45
1605         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
1606              <pvhp@forte.com>
1607      Branch: perl
1608            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
1609 ____________________________________________________________________________
1610 [  3654] By: gsar                                  on 1999/07/07  18:47:03
1611         Log: change#1889 mistakenly removed F_SETLK
1612      Branch: perl
1613            ! ext/Fcntl/Fcntl.xs
1614 ____________________________________________________________________________
1615 [  3653] By: gsar                                  on 1999/07/07  18:42:42
1616         Log: B::Deparse update
1617              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1618              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
1619              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
1620              Subject: [PATCH _57, long] B::Deparse 0.58
1621      Branch: perl
1622            ! ext/B/B/Deparse.pm
1623 ____________________________________________________________________________
1624 [  3652] By: gsar                                  on 1999/07/07  18:41:07
1625         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1626              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
1627              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
1628              Subject: Re: [ID 19990705.001] Overloading boolean conversion
1629      Branch: perl
1630            ! gv.c t/pragma/overload.t
1631 ____________________________________________________________________________
1632 [  3651] By: gsar                                  on 1999/07/07  17:47:30
1633         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
1634      Branch: perl
1635            ! perlsfio.h
1636 ____________________________________________________________________________
1637 [  3650] By: gsar                                  on 1999/07/07  17:45:52
1638         Log: applied new parts of suggested patch
1639              From: Charles Bailey <BAILEY@newman.upenn.edu>
1640              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
1641              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
1642              Subject: [PATCH 5.005_57] Consolidated VMS patch
1643      Branch: perl
1644            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
1645            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
1646            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
1647            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
1648            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
1649 ____________________________________________________________________________
1650 [  3649] By: jhi                                   on 1999/07/07  13:38:02
1651         Log: Sync regcomp warn with reality.
1652      Branch: cfgperl
1653            ! t/pragma/warn/regcomp
1654 ____________________________________________________________________________
1655 [  3648] By: jhi                                   on 1999/07/07  13:04:55
1656         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
1657              resolved manually.
1658      Branch: cfgperl
1659           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
1660           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
1661           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
1662            - README.lexwarn
1663           !> (integrate 79 files)
1664 ____________________________________________________________________________
1665 [  3647] By: gsar                                  on 1999/07/07  10:32:03
1666         Log: From: jan.dubois@ibm.net (Jan Dubois)
1667              Date: Thu, 01 Jul 1999 11:17:53 +0200
1668              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
1669              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
1670      Branch: perl
1671            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1672            ! lib/ExtUtils/MakeMaker.pm
1673 ____________________________________________________________________________
1674 [  3646] By: gsar                                  on 1999/07/07  10:27:55
1675         Log: fix undocumented IO::Handle functions as suggested
1676              by cj10@cam.ac.uk
1677      Branch: perl
1678            ! ext/IO/lib/IO/Handle.pm
1679 ____________________________________________________________________________
1680 [  3645] By: gsar                                  on 1999/07/07  10:18:55
1681         Log: prohibit thread join()ing itself (from Dan Sugalski)
1682      Branch: perl
1683            ! ext/Thread/Thread.xs
1684 ____________________________________________________________________________
1685 [  3644] By: gsar                                  on 1999/07/07  10:14:26
1686         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1687              Date: Wed, 30 Jun 1999 14:02:42 -0700
1688              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
1689              Subject:  [PATCH 5.005_57] Compiler and XSUBS
1690      Branch: perl
1691            ! ext/B/B/C.pm
1692 ____________________________________________________________________________
1693 [  3643] By: gsar                                  on 1999/07/07  10:08:38
1694         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
1695              (from François Désarménien <desar@club-internet.fr>)
1696      Branch: perl
1697            ! pod/perlsyn.pod
1698 ____________________________________________________________________________
1699 [  3642] By: gsar                                  on 1999/07/07  10:03:24
1700         Log: From: Doug MacEachern <dougm@cp.net>
1701              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
1702              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
1703              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
1704      Branch: perl
1705            ! ext/B/B.xs
1706 ____________________________________________________________________________
1707 [  3641] By: gsar                                  on 1999/07/07  10:00:57
1708         Log: slightly modified version of suggested patch
1709              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
1710              Date: Mon, 28 Jun 1999 14:23:59 -0400
1711              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
1712              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
1713      Branch: perl
1714            ! ext/POSIX/POSIX.xs
1715 ____________________________________________________________________________
1716 [  3640] By: gsar                                  on 1999/07/07  09:45:43
1717         Log: lexical warnings update (warning.t fails one test
1718              due to leaked scalar, investigation pending)
1719              From: paul.marquess@bt.com
1720              Date: Sat, 26 Jun 1999 23:19:52 +0100
1721              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
1722              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
1723      Branch: perl
1724            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
1725            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
1726            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
1727            - README.lexwarn
1728            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
1729            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
1730            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
1731            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
1732            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1733            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
1734            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
1735            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
1736            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
1737            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1738            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
1739            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
1740            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
1741            ! warning.h warning.pl win32/win32.c
1742 ____________________________________________________________________________
1743 [  3639] By: gsar                                  on 1999/07/07  08:09:30
1744         Log: From: Brian Jepson <bjepson@home.com>
1745              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
1746              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
1747              Subject: Patch to JPL example program
1748      Branch: perl
1749            ! jpl/JPL_Rolo/JPL_Rolo.jpl
1750 ____________________________________________________________________________
1751 [  3638] By: jhi                                   on 1999/07/07  08:07:58
1752         Log: Integrate with Sarathy.
1753      Branch: cfgperl
1754           !> (integrate 34 files)
1755 ____________________________________________________________________________
1756 [  3637] By: gsar                                  on 1999/07/07  08:07:49
1757         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1758              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
1759              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
1760              Subject: [PATCH _57, long] Eliminate CONDOPs
1761      Branch: perl
1762            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
1763            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1764            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
1765            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
1766            ! pod/perltoc.pod pp_ctl.c pp_hot.c
1767 ____________________________________________________________________________
1768 [  3636] By: gsar                                  on 1999/07/07  07:50:51
1769         Log: adapted suggested patch for IO-1.20x
1770              From: ian@dial.pipex.com
1771              Date:  Fri, 25 Jun 1999 10:39:42 +0100
1772              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
1773              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
1774      Branch: perl
1775            ! ext/IO/lib/IO/Socket.pm
1776 ____________________________________________________________________________
1777 [  3635] By: gsar                                  on 1999/07/07  07:26:05
1778         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
1779      Branch: perl
1780            ! hints/powerux.sh
1781 ____________________________________________________________________________
1782 [  3634] By: gsar                                  on 1999/07/07  07:20:02
1783         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1784              Date: Wed, 23 Jun 1999 16:16:05 +0100
1785              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
1786              Subject: [PATCH 5.005_57] memleak in optimizer
1787      Branch: perl
1788            ! embed.h embed.pl objXSUB.h op.c proto.h
1789 ____________________________________________________________________________
1790 [  3633] By: gsar                                  on 1999/07/07  07:10:52
1791         Log: add do-not-edit caveats for files generated by opcode.pl
1792              (suggested by Hugo van der Sanden)
1793      Branch: perl
1794            ! opcode.h opcode.pl pp.sym pp_proto.h
1795 ____________________________________________________________________________
1796 [  3632] By: gsar                                  on 1999/07/07  06:41:13
1797         Log: better diagnostics on read operations from write-only
1798              filehandles
1799      Branch: perl
1800            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
1801            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1802 ____________________________________________________________________________
1803 [  3631] By: gsar                                  on 1999/07/07  02:03:34
1804         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
1805              by David Muir Sharnoff <muir@idiom.com>)
1806      Branch: perl
1807            ! lib/Sys/Hostname.pm
1808 ____________________________________________________________________________
1809 [  3630] By: gsar                                  on 1999/07/07  01:57:16
1810         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1811              Date: Sun, 20 Jun 1999 17:17:17 -0700
1812              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
1813              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
1814      Branch: perl
1815            ! ext/B/B/CC.pm
1816 ____________________________________________________________________________
1817 [  3629] By: gsar                                  on 1999/07/07  01:46:03
1818         Log: installperl should write normal messages to STDOUT, not STDERR
1819      Branch: perl
1820            ! installperl
1821 ____________________________________________________________________________
1822 [  3628] By: gsar                                  on 1999/07/07  01:41:25
1823         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
1824      Branch: perl
1825            ! hints/bsdos.sh
1826 ____________________________________________________________________________
1827 [  3627] By: gsar                                  on 1999/07/07  00:27:10
1828         Log: make diagnostic on C<my $^I> etc., more readable
1829      Branch: perl
1830            ! op.c
1831 ____________________________________________________________________________
1832 [  3626] By: gsar                                  on 1999/07/06  23:47:27
1833         Log: From: Andy Dougherty <doughera@lafayette.edu>
1834              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
1835              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
1836              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
1837      Branch: perl
1838            ! Makefile.SH utils/Makefile
1839 ____________________________________________________________________________
1840 [  3625] By: jhi                                   on 1999/07/06  21:50:46
1841         Log: Some new files of #3624 missing from MANIFEST.
1842      Branch: cfgperl
1843            ! MANIFEST
1844 ____________________________________________________________________________
1845 [  3624] By: jhi                                   on 1999/07/06  21:47:04
1846         Log: POSIX [[:character class:]] support for standard, locale,
1847              and utf8.  If both utf8 and locale are on, utf8 wins.
1848              I don't fully understand why so many tables changed in
1849              lib/unicode because of "make" -- maybe it was just overdue.
1850      Branch: cfgperl
1851            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
1852            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
1853            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
1854            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
1855            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
1856            ! lib/unicode/Block.pl lib/unicode/Category.pl
1857            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1858            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
1859            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
1860            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
1861            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
1862            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
1863            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
1864            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
1865            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
1866            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
1867            ! t/pragma/warn/regcomp utf8.c
1868 ____________________________________________________________________________
1869 [  3623] By: gsar                                  on 1999/07/06  20:52:48
1870         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1871              Date: Wed, 16 Jun 1999 14:57:22 -0400
1872              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
1873              Subject: [PATCH 5.00557] Devel::Peek
1874      Branch: perl
1875            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
1876 ____________________________________________________________________________
1877 [  3622] By: gsar                                  on 1999/07/06  20:22:59
1878         Log: applied patch after demunging headers with appropriate paths
1879              From: "Vishal Bhatia" <vishalb@my-deja.com>
1880              Date: Sat, 12 Jun 1999 08:23:59 -0700
1881              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
1882              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
1883      Branch: perl
1884            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
1885            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
1886 ____________________________________________________________________________
1887 [  3621] By: gsar                                  on 1999/07/06  20:10:50
1888         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1889              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
1890              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
1891              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
1892      Branch: perl
1893            ! doio.c
1894 ____________________________________________________________________________
1895 [  3620] By: jhi                                   on 1999/07/06  19:16:47
1896         Log: Mention EPOC and SOCKS.
1897      Branch: cfgperl
1898            ! pod/perldelta.pod
1899 ____________________________________________________________________________
1900 [  3619] By: gsar                                  on 1999/07/06  16:52:37
1901         Log: fix int vs STRLEN issue
1902      Branch: perl
1903            ! pp.c
1904 ____________________________________________________________________________
1905 [  3618] By: jhi                                   on 1999/07/06  16:52:20
1906         Log: There ain't Perl_atonv().
1907      Branch: cfgperl
1908            ! ext/ByteLoader/bytecode.h
1909 ____________________________________________________________________________
1910 [  3617] By: jhi                                   on 1999/07/06  15:55:22
1911         Log: Integrate with Sarathy.
1912      Branch: cfgperl
1913           !> Makefile.SH
1914 ____________________________________________________________________________
1915 [  3616] By: jhi                                   on 1999/07/06  15:54:09
1916         Log: Tweak for #3613.
1917      Branch: cfgperl
1918            ! Configure config_h.SH
1919 ____________________________________________________________________________
1920 [  3615] By: gsar                                  on 1999/07/06  11:00:21
1921         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1922              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
1923              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
1924              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
1925      Branch: perl
1926            ! Makefile.SH
1927 ____________________________________________________________________________
1928 [  3614] By: jhi                                   on 1999/07/06  10:44:48
1929         Log: Integrate with Sarathy.
1930      Branch: cfgperl
1931           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
1932           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
1933 ____________________________________________________________________________
1934 [  3613] By: jhi                                   on 1999/07/06  10:43:20
1935         Log: From: Nathan Kurz <nate@valleytel.net>
1936              Subject: [ID 19990612.001 compiling three deep modules within ext/]
1937              ply-To: nate@valleytel.net
1938              erl5-porters@perl.org
1939              Date: Sat, 12 Jun 1999 01:26:04 -0500
1940              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
1941      Branch: cfgperl
1942            ! Configure config_h.SH
1943 ____________________________________________________________________________
1944 [  3612] By: gsar                                  on 1999/07/06  10:17:52
1945         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1946              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
1947              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
1948              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
1949      Branch: perl
1950            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
1951 ____________________________________________________________________________
1952 [  3611] By: gsar                                  on 1999/07/06  09:51:20
1953         Log: From: pvhp@forte.com (Peter Prymmer)
1954              Date: Fri, 11 Jun 99 17:07:19 PDT
1955              Message-Id: <9906120007.AA13802@forte.com>
1956              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
1957      Branch: perl
1958            ! ext/IO/lib/IO/File.pm
1959 ____________________________________________________________________________
1960 [  3610] By: gsar                                  on 1999/07/06  09:37:37
1961         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
1962              tweak)
1963              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1964              Date: Wed, 09 Jun 1999 18:27:51 +0100
1965              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
1966              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
1967      Branch: perl
1968            ! perl.h t/base/rs.t
1969 ____________________________________________________________________________
1970 [  3609] By: jhi                                   on 1999/07/06  09:28:48
1971         Log: Integrate with Sarathy.
1972      Branch: cfgperl
1973           !> (integrate 49 files)
1974 ____________________________________________________________________________
1975 [  3608] By: gsar                                  on 1999/07/06  09:28:21
1976         Log: test tweak
1977      Branch: perl
1978            ! t/pragma/warn/op
1979 ____________________________________________________________________________
1980 [  3607] By: jhi                                   on 1999/07/06  09:22:48
1981         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
1982      Branch: cfgperl
1983            ! Configure config_h.SH
1984 ____________________________________________________________________________
1985 [  3606] By: gsar                                  on 1999/07/06  09:05:02
1986         Log: applied slightly tweaked version of suggested patch for
1987              improved RE API
1988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1989              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
1990              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
1991              Subject: [PATCH 5.005_57] REx engine rehash
1992      Branch: perl
1993            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
1994            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
1995            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
1996            ! util.c
1997 ____________________________________________________________________________
1998 [  3605] By: gsar                                  on 1999/07/06  08:54:03
1999         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
2000      Branch: perl
2001            ! sv.c
2002 ____________________________________________________________________________
2003 [  3604] By: gsar                                  on 1999/07/06  07:08:30
2004         Log: From: paul.marquess@bt.com
2005              Date: Tue, 8 Jun 1999 22:37:58 +0100 
2006              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
2007              Subject: [PATCH 5.005_57] DB_File 1.67
2008      Branch: perl
2009            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2010            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2011 ____________________________________________________________________________
2012 [  3603] By: gsar                                  on 1999/07/06  07:04:50
2013         Log: From: paul.marquess@bt.com
2014              Date: Tue, 8 Jun 1999 22:34:01 +0100 
2015              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
2016              Subject: [PATCH 5.005_57] DBM Filters
2017      Branch: perl
2018            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2019            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
2020            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2021            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
2022 ____________________________________________________________________________
2023 [  3602] By: gsar                                  on 1999/07/06  07:00:01
2024         Log: slightly tweaked version of suggested patch
2025              From: Dan Sugalski <sugalskd@ous.edu>
2026              Date: Tue, 08 Jun 1999 14:09:38 -0700
2027              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
2028              Subject: [PATCH 5.005_57]Use NV instead of double in the core
2029      Branch: perl
2030            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
2031            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
2032            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
2033            ! proto.h sv.c sv.h toke.c universal.c util.c
2034 ____________________________________________________________________________
2035 [  3601] By: gsar                                  on 1999/07/06  06:52:57
2036         Log: integrate cfgperl contents into mainline
2037      Branch: perl
2038           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2039           +> epoc/perl.mmp epoc/perl.pkg
2040           !> (integrate 30 files)
2041 ____________________________________________________________________________
2042 [  3598] By: jhi                                   on 1999/07/05  20:02:55
2043         Log: Integrate with mainperl.
2044      Branch: cfgperl
2045           +> lib/CGI/Pretty.pm
2046           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2047           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
2048           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
2049           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
2050           !> vms/vmsish.h
2051 ____________________________________________________________________________
2052 [  3597] By: jhi                                   on 1999/07/05  19:59:48
2053         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
2054              that addresses the notorious "Additional libraries" question.
2055      Branch: cfgperl
2056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2057            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
2058            ! pp_sys.c
2059 ____________________________________________________________________________
2060 [  3596] By: gsar                                  on 1999/07/05  18:30:51
2061         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2062              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
2063              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
2064              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
2065      Branch: perl
2066            ! pp_sys.c t/lib/io_udp.t
2067 ____________________________________________________________________________
2068 [  3595] By: gsar                                  on 1999/07/05  18:29:08
2069         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2070              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
2071              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
2072              Subject: [PATCH 5.00557] Setting $^E wipes out $!
2073      Branch: perl
2074            ! mg.c
2075 ____________________________________________________________________________
2076 [  3594] By: gsar                                  on 1999/07/05  18:24:53
2077         Log: hand-apply whitespace mutiliated patch
2078              From: Dan Sugalski <sugalskd@osshe.edu>
2079              Date: Mon, 07 Jun 1999 14:46:42 -0700
2080              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
2081              Subject: [PATCH 5.005_57]Updated VMS patch
2082      Branch: perl
2083            ! thread.h vms/descrip_mms.template vms/subconfigure.com
2084            ! vms/vms.c vms/vmsish.h
2085 ____________________________________________________________________________
2086 [  3593] By: gsar                                  on 1999/07/05  17:53:04
2087         Log: applied parts not duplicated by previous patches
2088              From: "Vishal Bhatia" <vishalb@my-deja.com>
2089              Date: Sat, 05 Jun 1999 08:42:17 -0700
2090              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
2091              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
2092      Branch: perl
2093            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2094            ! ext/B/B/Stackobj.pm
2095 ____________________________________________________________________________
2096 [  3592] By: jhi                                   on 1999/07/05  17:17:22
2097         Log: AIX threaded build, plus few more on the side.
2098      Branch: cfgperl
2099            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
2100            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
2101            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
2102            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
2103 ____________________________________________________________________________
2104 [  3591] By: gsar                                  on 1999/07/05  16:52:34
2105         Log: "\e" and "\a" didn't produce right escape under EBCDIC
2106              From: pvhp@forte.com (Peter Prymmer)
2107              Date: Fri, 4 Jun 99 12:00:27 PDT
2108              Message-Id: <9906041900.AA28387@forte.com>
2109              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
2110      Branch: perl
2111            ! toke.c
2112 ____________________________________________________________________________
2113 [  3590] By: gsar                                  on 1999/07/05  16:40:01
2114         Log: s/scalar ref constructor/single ref constructor/ (suggested
2115              by Stephen McCamant)
2116      Branch: perl
2117            ! opcode.h opcode.pl
2118 ____________________________________________________________________________
2119 [  3589] By: gsar                                  on 1999/07/05  16:34:06
2120         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
2121      Branch: perl
2122            ! ext/GDBM_File/GDBM_File.xs
2123 ____________________________________________________________________________
2124 [  3588] By: gsar                                  on 1999/07/05  16:29:39
2125         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
2126              is unchanged still)
2127      Branch: perl
2128            ! op.c
2129 ____________________________________________________________________________
2130 [  3587] By: jhi                                   on 1999/07/05  10:31:43
2131         Log: Make perl_exp.SH smarter about what to include and what to exclude.
2132      Branch: cfgperl
2133            ! perl_exp.SH
2134 ____________________________________________________________________________
2135 [  3586] By: jhi                                   on 1999/07/05  09:29:31
2136         Log: Remove unnecessary and extraneous my $i = 0.
2137      Branch: cfgperl
2138            ! bytecode.pl
2139 ____________________________________________________________________________
2140 [  3585] By: jhi                                   on 1999/07/05  07:28:59
2141         Log: Integrate with mainperl.
2142      Branch: cfgperl
2143           !> (integrate 30 files)
2144 ____________________________________________________________________________
2145 [  3584] By: gsar                                  on 1999/07/05  05:36:28
2146         Log: From: Vishal Bhatia <vishalb@hotmail.com>
2147              Date: Thu, 03 Jun 1999 00:57:48 PDT
2148              Message-ID: <19990603075749.86665.qmail@hotmail.com>
2149              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
2150      Branch: perl
2151            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
2152 ____________________________________________________________________________
2153 [  3583] By: gsar                                  on 1999/07/05  05:31:19
2154         Log: suppress fancy display when in verbose mode (suggested by
2155              Paul Johnson <pjcj@transeda.com>)
2156      Branch: perl
2157            ! lib/Test/Harness.pm
2158 ____________________________________________________________________________
2159 [  3582] By: gsar                                  on 1999/07/05  05:17:12
2160         Log: cygwin32 update
2161              From: "Fifer, Eric" <EFifer@sanwaint.com>
2162              Date:  Wed, 2 Jun 1999 15:16:05 +0100
2163              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
2164              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
2165      Branch: perl
2166            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
2167            ! cygwin32/build-instructions.READFIRST
2168            ! cygwin32/build-instructions.charles-wilson
2169            ! cygwin32/build-instructions.sebastien-barre
2170            ! cygwin32/build-instructions.steven-morlock
2171            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
2172            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
2173            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
2174            ! t/op/magic.t util.c
2175 ____________________________________________________________________________
2176 [  3581] By: gsar                                  on 1999/07/05  02:46:18
2177         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
2178      Branch: perl
2179            ! util.c
2180 ____________________________________________________________________________
2181 [  3580] By: gsar                                  on 1999/07/05  02:38:03
2182         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
2183              Date: Mon, 31 May 1999 18:18:13 -0600
2184              Message-ID: <19990601001813.AAA17834@csgsystems.com>
2185              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
2186      Branch: perl
2187            ! t/TEST t/UTEST t/harness utils/perlcc.PL
2188 ____________________________________________________________________________
2189 [  3579] By: gsar                                  on 1999/07/05  01:20:58
2190         Log: compatibility tweak for Class::Struct
2191      Branch: perl
2192            ! lib/Class/Struct.pm
2193 ____________________________________________________________________________
2194 [  3578] By: jhi                                   on 1999/07/04  23:26:01
2195         Log: Miscellaneus AIX fixes + SOCKS support.
2196      Branch: cfgperl
2197            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2198            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
2199            ! hints/aix.sh pp_sys.c
2200 ____________________________________________________________________________
2201 [  3577] By: gsar                                  on 1999/07/04  23:07:39
2202         Log: test tweak
2203      Branch: perl
2204            ! t/io/openpid.t
2205 ____________________________________________________________________________
2206 [  3576] By: jhi                                   on 1999/07/04  22:39:23
2207         Log: Integrate with mainperl.
2208      Branch: cfgperl
2209           +> t/io/openpid.t
2210            - win32/perlhost.h
2211           !> (integrate 51 files)
2212 ____________________________________________________________________________
2213 [  3575] By: jhi                                   on 1999/07/04  22:26:48
2214         Log: Added 64-bit support for AIX 4.3 or better
2215              based on Martin H. Rusoff's observations.
2216      Branch: cfgperl
2217            ! Configure config_h.SH hints/aix.sh
2218 ____________________________________________________________________________
2219 [  3574] By: jhi                                   on 1999/07/04  21:34:47
2220         Log: Do not throw away gccvers compilation errors.
2221              From: Andy Dougherty <doughera@lafayette.edu>
2222              To: Ron Seguin <rseguin@on.bell.ca>
2223              Cc: Perl Porters <perl5-porters@perl.org>
2224              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
2225              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
2226              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
2227      Branch: cfgperl
2228            ! Configure config_h.SH
2229 ____________________________________________________________________________
2230 [  3573] By: gsar                                  on 1999/07/04  21:10:32
2231         Log: adapted suggested tests for addition to testsuite
2232              From: RonaldWS@aol.com
2233              Date:  Sun, 30 May 1999 16:27:28 EDT
2234              Message-Id:  <25cd799f.2482f930@aol.com>
2235              Subject: [19990530.007] Open with pipe | does not return pid under win32
2236      Branch: perl
2237            + t/io/openpid.t
2238            ! MANIFEST win32/win32.c
2239 ____________________________________________________________________________
2240 [  3572] By: gsar                                  on 1999/07/04  20:29:32
2241         Log: perl_run() should call my_exit(0) for normal completion
2242      Branch: perl
2243            ! perl.c
2244 ____________________________________________________________________________
2245 [  3571] By: jhi                                   on 1999/07/04  20:10:44
2246         Log: Add test for change #3568 plus general cleanup.
2247      Branch: cfgperl
2248            ! t/pragma/locale.t
2249 ____________________________________________________________________________
2250 [  3570] By: gsar                                  on 1999/07/04  20:03:21
2251         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
2252              overloading
2253      Branch: perl
2254            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2255            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
2256 ____________________________________________________________________________
2257 [  3569] By: gsar                                  on 1999/07/04  18:04:48
2258         Log: make AIX dynaloading work when libperl is shared (and thus under
2259              mod_perl etc.)
2260              From: Jens-Uwe Mager <jum@helios.de>
2261              Date:  Sat, 29 May 1999 17:09:52 +0200
2262              Message-Id:  <199905291509.RAA43978@ans.helios.de>
2263              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
2264      Branch: perl
2265            ! ext/DynaLoader/dl_aix.xs
2266 ____________________________________________________________________________
2267 [  3568] By: jhi                                   on 1999/07/04  14:54:23
2268         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
2269              This resulted for example in the 'o' magic not being cleared by
2270              magic_setcollxfrm(), which resulted in strange cmp results.
2271              The bug was reported originally in the message
2272              Subject: Bug with locale
2273              From: Jan Starzynski <jan@planet.de> 
2274              To: perlbug@perl.com 
2275              Date: Fri, 09 Apr 1999 13:23:07 +0200 
2276              Message-ID: <370DE31B.DAEE1332@planet.de> 
2277      Branch: cfgperl
2278            ! pp.c
2279 ____________________________________________________________________________
2280 [  3567] By: gsar                                  on 1999/07/04  02:38:34
2281         Log: remove misleading info on defined(&func), unclutter deprecation
2282              about defined(@array)
2283      Branch: perl
2284            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2285            ! t/pragma/warn/op
2286 ____________________________________________________________________________
2287 [  3566] By: gsar                                  on 1999/07/04  01:46:31
2288         Log: From: jan.dubois@ibm.net (Jan Dubois)
2289              Date: Wed, 26 May 1999 22:07:17 +0200
2290              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
2291              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
2292      Branch: perl
2293            ! Changes win32/win32.c win32/win32.h
2294 ____________________________________________________________________________
2295 [  3565] By: gsar                                  on 1999/07/04  01:26:02
2296         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
2297              for win32 issues)
2298      Branch: perl
2299            ! pod/perlxstut.pod
2300 ____________________________________________________________________________
2301 [  3564] By: gsar                                  on 1999/07/02  03:09:04
2302         Log: avoid warnings
2303      Branch: perl
2304            ! ext/Thread/Thread/Specific.pm lib/fields.pm
2305 ____________________________________________________________________________
2306 [  3563] By: gsar                                  on 1999/06/28  19:23:47
2307         Log: inc version (for CPAN.pm sanity)
2308      Branch: perl
2309            ! lib/Text/ParseWords.pm
2310 ____________________________________________________________________________
2311 [  3562] By: gsar                                  on 1999/06/28  19:19:01
2312         Log: regen perltoc
2313      Branch: perl
2314            ! pod/perltoc.pod
2315 ____________________________________________________________________________
2316 [  3561] By: gsar                                  on 1999/06/28  19:08:41
2317         Log: From: Damian Conway <damian@cs.monash.edu.au>
2318              Date: Wed, 26 May 1999 00:58:35 -0400
2319              Message-Id: <199905260458.AAA06411@defender.perl.org>
2320              Subject: [19990526.002] Misc. improvements to Class:Struct
2321      Branch: perl
2322            ! MANIFEST lib/Class/Struct.pm
2323 ____________________________________________________________________________
2324 [  3560] By: gsar                                  on 1999/06/28  18:50:52
2325         Log: remove bogus PL_optype_size
2326      Branch: perl
2327            ! bytecode.pl ext/ByteLoader/byterun.h
2328 ____________________________________________________________________________
2329 [  3559] By: gsar                                  on 1999/06/28  18:22:26
2330         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
2331      Branch: perl
2332            + lib/CGI/Pretty.pm
2333            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
2334            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
2335            ! t/lib/cgi-html.t t/lib/cgi-request.t
2336 ____________________________________________________________________________
2337 [  3558] By: jhi                                   on 1999/06/28  07:30:21
2338         Log: Change Olaf Lebbe's email address.
2339      Branch: cfgperl
2340            ! README.epoc
2341 ____________________________________________________________________________
2342 [  3557] By: gsar                                  on 1999/06/28  00:07:33
2343         Log: make autogenerated files writable
2344      Branch: perl
2345            - win32/perlhost.h
2346            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
2347            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
2348            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
2349            ! proto.h regnodes.h warning.h win32/config_H.bc
2350            ! win32/config_H.gc win32/config_H.vc
2351 ____________________________________________________________________________
2352 [  3556] By: jhi                                   on 1999/06/27  19:22:53
2353         Log: Update MANIFEST to match #3555.
2354      Branch: cfgperl
2355            ! MANIFEST
2356 ____________________________________________________________________________
2357 [  3555] By: jhi                                   on 1999/06/27  19:16:22
2358         Log: EPOC port to Psion5.
2359              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2360              To: Jarkko Hietaniemi <jhi@iki.fi>
2361              Cc: perl5-porters@perl.org
2362              Subject: Re: Psion5
2363              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
2364              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
2365      Branch: cfgperl
2366            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2367            + epoc/perl.mmp epoc/perl.pkg
2368            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
2369            ! perl.h sv.c util.c
2370 ____________________________________________________________________________
2371 [  3554] By: jhi                                   on 1999/06/27  18:50:52
2372         Log: Integrate from mainperl.
2373      Branch: cfgperl
2374           !> (integrate 48 files)
2375 ____________________________________________________________________________
2376 [  3553] By: gsar                                  on 1999/06/27  14:28:49
2377         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
2378              gone from the public API); PERL_OBJECT builds again on
2379              windows
2380              
2381              TODO: namespace-clean the typedefs in iperlsys.h and
2382              elsewhere; remove C++ remnants from public headers
2383      Branch: perl
2384            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
2385            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2386            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2387            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
2388            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
2389            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
2390            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
2391            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2392            ! win32/config.gc win32/config.vc win32/dl_win32.xs
2393            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2394            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
2395            ! win32/win32sck.c
2396 ____________________________________________________________________________
2397 [  3552] By: gsar                                  on 1999/06/27  13:49:31
2398         Log: integrate cfgperl changes into mainline
2399      Branch: perl
2400           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2401           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2402           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2403           !> util.c
2404 ____________________________________________________________________________
2405 [  3551] By: gsar                                  on 1999/06/27  13:31:11
2406         Log: fix indents
2407      Branch: perl
2408            ! op.c
2409 ____________________________________________________________________________
2410 [  3550] By: gsar                                  on 1999/06/24  22:42:53
2411         Log: update Changes
2412      Branch: perl
2413            ! Changes
2414 ____________________________________________________________________________
2415 [  3549] By: gsar                                  on 1999/06/24  22:41:17
2416         Log: avoid race condition in the CAPI extension bootstrap handler
2417      Branch: perl
2418            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
2419 ____________________________________________________________________________
2420 [  3548] By: gsar                                  on 1999/06/24  22:39:53
2421         Log: sanity check to cover the case when perl is installed into the
2422              X:\ (drive root)
2423      Branch: perl
2424            ! win32/win32.c
2425 ____________________________________________________________________________
2426 [  3547] By: gsar                                  on 1999/06/22  19:30:32
2427         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
2428      Branch: perl
2429            ! lib/Tie/RefHash.pm
2430 ____________________________________________________________________________
2431 [  3544] By: jhi                                   on 1999/06/18  19:24:28
2432         Log: Tidy up #3542 and #3543. 
2433      Branch: cfgperl
2434            ! t/pragma/locale.t util.c
2435 ____________________________________________________________________________
2436 [  3543] By: jhi                                   on 1999/06/18  10:28:45
2437         Log: Spice up locale.t.
2438      Branch: cfgperl
2439            ! t/pragma/locale.t
2440 ____________________________________________________________________________
2441 [  3542] By: jhi                                   on 1999/06/17  22:42:03
2442         Log: Fixed two long-standing locale bugs.
2443              
2444              Both problems were related to numeric locale which
2445              controls the radix character aka the decimal separator.
2446              (1) printf (and sprintf) were resetting the numeric locale to C.
2447              (2) Using locale-numerically formatted floating point
2448              numbers (e.g. "1,23") together with -w caused warnings about
2449              "isn't numeric".  The operations were working fine, though,
2450              because atof() was using the local locale.
2451              Both problems reported by Stefan Vogtner.
2452              
2453              Introduced a wrapper for atof() that attempts to convert
2454              the string both ways.  This helps Perl to understand
2455              numbers like this "4.56" even when using a local locale
2456              makes atof() understand only numbers like this "7,89".
2457              
2458              Remaining related problems, both of which existed before
2459              this patch and continue to exist after this patch:
2460              (a) The behaviour of print() is _not_ as documented by perllocale.
2461              Instead of always using the C locale, print() does use the
2462              local locale, just like the *printf() do.  This may be fixable
2463              now that switching to-and-fro between locales has been made
2464              more consistent, but fixing print() would change existing
2465              behaviour.  perllocale is not changed by this patch.
2466              (b) If a number has been stringified (say, via "$number") under
2467              a local locale, the cached string value persists even under
2468              "no locale".  This may or may not be a problem: operations
2469              work fine because the original number is still there, but
2470              that the string form keeps its locale-ish outlook may be
2471              somewhat confusing.
2472      Branch: cfgperl
2473            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2474            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2475            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2476            ! util.c
2477 ____________________________________________________________________________
2478 [  3541] By: jhi                                   on 1999/06/17  20:00:16
2479         Log: Integrate from mainperl.
2480      Branch: cfgperl
2481           !> ext/Data/Dumper/Dumper.pm op.c
2482 ____________________________________________________________________________
2483 [  3540] By: gsar                                  on 1999/06/16  16:49:55
2484         Log: dump C<0> as such, not C<'0'>
2485      Branch: perl
2486            ! ext/Data/Dumper/Dumper.pm
2487 ____________________________________________________________________________
2488 [  3539] By: gsar                                  on 1999/06/13  04:04:40
2489         Log: fix coredumper in change#3498
2490      Branch: perl
2491            ! op.c
2492 ____________________________________________________________________________
2493 [  3538] By: jhi                                   on 1999/06/12  22:01:26
2494         Log: Integrate from mainperl.
2495      Branch: cfgperl
2496           +> lib/caller.pm
2497           !> (integrate 36 files)
2498 ____________________________________________________________________________
2499 [  3537] By: gsar                                  on 1999/06/12  06:43:03
2500         Log: EXTERN_C declarations for global arrays in various
2501              headers, so perl can be built even in C++ mode; win32
2502              build fixups; regen headers
2503      Branch: perl
2504            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
2505            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
2506 ____________________________________________________________________________
2507 [  3536] By: gsar                                  on 1999/06/12  06:38:21
2508         Log: caller.pm typos
2509      Branch: perl
2510            ! lib/caller.pm
2511 ____________________________________________________________________________
2512 [  3535] By: gsar                                  on 1999/06/11  23:13:54
2513         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
2514              is temporarily gone
2515      Branch: perl
2516            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
2517            ! pod/perldelta.pod proto.h win32/perllib.c
2518 ____________________________________________________________________________
2519 [  3534] By: gsar                                  on 1999/06/11  20:41:51
2520         Log: implement C<use caller 'encoding'>
2521      Branch: perl
2522            + lib/caller.pm
2523            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
2524 ____________________________________________________________________________
2525 [  3533] By: gsar                                  on 1999/06/11  16:51:04
2526         Log: truncate() has a peculiar exemption from strict barewords, even
2527              though it has a non-filehandle prototype
2528      Branch: perl
2529            ! op.c t/io/fs.t
2530 ____________________________________________________________________________
2531 [  3532] By: gsar                                  on 1999/06/11  09:09:16
2532         Log: GDBM tweak
2533      Branch: perl
2534            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
2535 ____________________________________________________________________________
2536 [  3531] By: gsar                                  on 1999/06/10  23:34:19
2537         Log: part of the platform changes for IMPLICIT_CONTEXT
2538      Branch: perl
2539            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
2540            ! jpl/PerlInterpreter/PerlInterpreter.c
2541            ! jpl/PerlInterpreter/PerlInterpreter.h
2542            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
2543            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
2544 ____________________________________________________________________________
2545 [  3530] By: jhi                                   on 1999/06/10  20:55:56
2546         Log: Integrate from mainperl.
2547      Branch: cfgperl
2548           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
2549 ____________________________________________________________________________
2550 [  3529] By: gsar                                  on 1999/06/10  20:40:01
2551         Log: DB_File tweaks for IMPLICIT CONTEXT
2552      Branch: perl
2553            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2554 ____________________________________________________________________________
2555 [  3528] By: jhi                                   on 1999/06/10  10:18:15
2556         Log: Integrate from mainperl.
2557      Branch: cfgperl
2558           !> (integrate 105 files)
2559 ____________________________________________________________________________
2560 [  3527] By: gsar                                  on 1999/06/10  09:30:35
2561         Log: most globals are now interpreter local; locale initialization
2562              was too early, defer it until interpreter is allocated and
2563              initialized; multiple interpreters should now be
2564              concurrency-safe (untested)
2565      Branch: perl
2566            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
2567            ! perlvars.h
2568 ____________________________________________________________________________
2569 [  3526] By: gsar                                  on 1999/06/10  08:38:00
2570         Log: fix small nits
2571      Branch: perl
2572            ! cc_runtime.h ext/B/B/CC.pm run.c
2573 ____________________________________________________________________________
2574 [  3525] By: gsar                                  on 1999/06/10  04:41:38
2575         Log: win32 build fixes
2576      Branch: perl
2577            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
2578            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2579            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
2580            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
2581            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2582            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
2583            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2584            ! win32/win32.c win32/win32.h win32/win32sck.c
2585            ! win32/win32thread.c win32/win32thread.h
2586 ____________________________________________________________________________
2587 [  3524] By: gsar                                  on 1999/06/09  18:03:01
2588         Log: more complete support for implicit thread/interpreter pointer,
2589              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
2590              without that enabled):
2591              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
2592              is a noop; tests pass on Solaris; should be faster now!
2593              - MULTIPLICITY has been tested with and without
2594              PERL_IMPLICIT_CONTEXT on Solaris
2595              - improved function database now merged with embed.pl
2596              - everything except the varargs functions have foo(a,b,c) macros
2597              to provide compatibility
2598              - varargs functions default to compatibility variants that
2599              get the context pointer using dTHX
2600              - there should be almost no source compatibility issues as a
2601              result of all this
2602              - dl_foo.xs changes other than dl_dlopen.xs untested
2603              - still needs documentation, fixups for win32 etc
2604              Next step: migrate most non-mutex variables from perlvars.h
2605              to intrpvar.h
2606      Branch: perl
2607            - proto.pl
2608            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
2609            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
2610            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2611            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2612            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
2613            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2614            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
2615            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2616            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2617            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
2618            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2619            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
2620            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
2621            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
2622            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
2623            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
2624            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
2625            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
2626            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
2627            ! util.c win32/Makefile win32/makefile.mk writemain.SH
2628 ____________________________________________________________________________
2629 [  3523] By: gsar                                  on 1999/06/07  05:24:13
2630         Log: missed a file
2631      Branch: perl
2632            + proto.pl
2633            ! MANIFEST
2634 ____________________________________________________________________________
2635 [  3522] By: gsar                                  on 1999/06/07  05:18:34
2636         Log: initial stub implementation of implicit thread/this
2637              pointer    argument; builds/tests on Solaris, win32
2638              hasn't been fixed up yet; proto.h, global.sym and
2639              static function decls are now generated from a common
2640              database in proto.pl; some inconsistently named
2641              perl_foo() things are now Perl_foo(), compatibility
2642              #defines provided; perl_foo() (lowercase 'p') reserved
2643              for functions that take an explicit context argument;
2644              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
2645      Branch: perl
2646            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
2647            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
2648            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
2649            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
2650            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
2651            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
2652            ! universal.c utf8.c util.c
2653 ____________________________________________________________________________
2654 [  3521] By: gsar                                  on 1999/06/04  23:00:22
2655         Log: clean up some stray "global" symbols
2656      Branch: perl
2657            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
2658            ! pp_proto.h proto.h
2659 ____________________________________________________________________________
2660 [  3520] By: jhi                                   on 1999/06/02  21:33:28
2661         Log: Integrate from mainperl.
2662      Branch: cfgperl
2663           !> (integrate 94 files)
2664 ____________________________________________________________________________
2665 [  3519] By: gsar                                  on 1999/06/02  07:16:10
2666         Log: avoid dereferencing null pointer from getpwent() et al
2667      Branch: perl
2668            ! pp_sys.c
2669 ____________________________________________________________________________
2670 [  3518] By: gsar                                  on 1999/06/02  04:47:10
2671         Log: remove _() non-ansism
2672      Branch: perl
2673            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
2674            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
2675            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
2676            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
2677            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
2678            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
2679            ! ext/re/re.xs handy.h hv.c iperlsys.h
2680            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
2681            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
2682            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
2683            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
2684            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
2685            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
2686            ! vms/vmsish.h vms/writemain.pl vos/config.h
2687            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
2688            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
2689            ! win32/perllib.c win32/runperl.c win32/win32.h
2690            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
2691            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
2692 ____________________________________________________________________________
2693 [  3517] By: gsar                                  on 1999/06/02  02:17:51
2694         Log: missed a few files
2695      Branch: perl
2696            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
2697 ____________________________________________________________________________
2698 [  3516] By: gsar                                  on 1999/06/02  01:37:33
2699         Log: integrate cfgperl contents into mainline
2700      Branch: perl
2701           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2702           +> ext/ByteLoader/byterun.h
2703            - bytecode.h byterun.c byterun.h
2704            ! Changes
2705           !> (integrate 58 files)
2706 ____________________________________________________________________________
2707 [  3515] By: gsar                                  on 1999/06/02  00:48:50
2708         Log: remove stray K&R-isms
2709      Branch: perl
2710            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
2711            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
2712            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
2713            ! toke.c util.c win32/win32.c x2p/hash.c
2714 ____________________________________________________________________________
2715 [  3514] By: gsar                                  on 1999/06/01  15:55:55
2716         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
2717              strict 'subs'
2718      Branch: perl
2719            ! op.c t/pragma/strict-subs
2720 ____________________________________________________________________________
2721 [  3513] By: jhi                                   on 1999/06/01  07:17:05
2722         Log: Patch applying of #3499 had gone awry.
2723      Branch: cfgperl
2724            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
2725 ____________________________________________________________________________
2726 [  3512] By: gsar                                  on 1999/05/31  19:21:30
2727         Log: tighter -help output
2728      Branch: perl
2729            ! perl.c
2730 ____________________________________________________________________________
2731 [  3511] By: gsar                                  on 1999/05/31  17:18:23
2732         Log: fix memory leak in C<eval 'return sub {...}'>
2733      Branch: perl
2734            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
2735 ____________________________________________________________________________
2736 [  3510] By: gsar                                  on 1999/05/31  14:11:46
2737         Log: tweak C++isms
2738      Branch: perl
2739            ! win32/dl_win32.xs win32/win32.c
2740 ____________________________________________________________________________
2741 [  3509] By: jhi                                   on 1999/05/30  13:02:26
2742         Log: Cleanup of #3488.
2743      Branch: cfgperl
2744            ! Configure config_h.SH
2745 ____________________________________________________________________________
2746 [  3508] By: jhi                                   on 1999/05/30  11:16:01
2747         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2748              To: Mailing list Perl5 <perl5-porters@perl.org>
2749              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
2750              Date: Sat, 29 May 1999 20:18:13 -0400
2751              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
2752      Branch: cfgperl
2753            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
2754 ____________________________________________________________________________
2755 [  3507] By: jhi                                   on 1999/05/29  20:05:40
2756         Log: From: Mark-Jason Dominus <mjd@plover.com>
2757              To: perl5-porters@perl.com
2758              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
2759              Date: Sat, 29 May 1999 14:45:10 -0400
2760              Message-ID: <19990529184510.27557.qmail@plover.com>
2761      Branch: cfgperl
2762            ! op.h
2763 ____________________________________________________________________________
2764 [  3506] By: gsar                                  on 1999/05/29  16:49:39
2765         Log: avoid gv_check() recursive pit
2766      Branch: perl
2767            ! gv.c
2768 ____________________________________________________________________________
2769 [  3505] By: jhi                                   on 1999/05/29  11:38:16
2770         Log: From: jan.dubois@ibm.net (Jan Dubois)
2771              To: Gurusamy Sarathy <gsar@activestate.com>
2772              Cc: perl5-porters@perl.org
2773              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
2774              Date: Sat, 29 May 1999 08:46:22 +0200
2775              Message-ID: <374f8007.2016008@smtp1.ibm.net>
2776      Branch: cfgperl
2777            ! t/op/grent.t t/op/pwent.t
2778 ____________________________________________________________________________
2779 [  3504] By: jhi                                   on 1999/05/29  11:07:10
2780         Log: QNX needs <sys/select.h> to define fd_set.
2781              
2782              From: Norton Allen <allen@huarp.harvard.edu>
2783              To: perl5-porters@perl.org
2784              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
2785              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
2786              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
2787      Branch: cfgperl
2788            ! ext/IO/poll.c
2789 ____________________________________________________________________________
2790 [  3503] By: jhi                                   on 1999/05/29  10:53:31
2791         Log: From: jan.dubois@ibm.net (Jan Dubois)
2792              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
2793              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
2794              Date: Fri, 28 May 1999 20:14:35 +0200
2795              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
2796      Branch: cfgperl
2797            ! lib/Math/BigFloat.pm
2798 ____________________________________________________________________________
2799 [  3502] By: jhi                                   on 1999/05/29  10:44:44
2800         Log: Make Configure support the change #3367,
2801              SysV shadow passwords.
2802      Branch: cfgperl
2803            ! Configure config_h.SH pp_sys.c
2804 ____________________________________________________________________________
2805 [  3501] By: gsar                                  on 1999/05/28  21:22:23
2806         Log: add wide versions of win32 system calls (first step in
2807              globalization); delayload winsock for performance if compiling
2808              with VC 6.0
2809      Branch: perl
2810            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
2811            ! win32/win32.c win32/win32.h
2812 ____________________________________________________________________________
2813 [  3500] By: jhi                                   on 1999/05/28  21:17:24
2814         Log: The new t/lib/io_linenum.t was using stricture
2815              before @INC was set up.
2816      Branch: cfgperl
2817            ! t/lib/io_linenum.t
2818 ____________________________________________________________________________
2819 [  3499] By: jhi                                   on 1999/05/28  17:13:23
2820         Log: From: Tom Hughes <tom@compton.nu>
2821              To: perl5-porters@perl.org
2822              Subject: [PATCH 5.005_57] ByteLoader mark 2
2823              Date: Wed, 26 May 1999 23:59:49 +0100
2824              Message-ID: <bf337a0849.tom@compton.compton.nu>
2825              
2826              plus resolve tiny conflict with #3479
2827              plus regen_headers.
2828      Branch: cfgperl
2829            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2830            + ext/ByteLoader/byterun.h
2831            - bytecode.h byterun.c byterun.h
2832            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
2833            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
2834            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2835            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
2836            ! perl.h perlvars.h proto.h util.c utils/Makefile
2837 ____________________________________________________________________________
2838 [  3498] By: jhi                                   on 1999/05/28  16:53:04
2839         Log: From: Mark-Jason Dominus <mjd@plover.com>
2840              To: perl5-porters@perl.com
2841              Subject: PATCH (5.005_57): defined(@a) now deprecated
2842              Date: Thu, 27 May 1999 16:05:44 -0400
2843              Message-ID: <19990527200544.13330.qmail@plover.com>
2844      Branch: cfgperl
2845            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
2846            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
2847 ____________________________________________________________________________
2848 [  3497] By: jhi                                   on 1999/05/28  16:50:54
2849         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2850              To: perl5-porters@perl.org (Mailing list Perl5)
2851              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
2852              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
2853              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
2854      Branch: cfgperl
2855            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
2856            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
2857 ____________________________________________________________________________
2858 [  3496] By: jhi                                   on 1999/05/28  16:48:39
2859         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2860              To: perl5-porters@perl.org (Mailing list Perl5)
2861              Subject: [PATCH 5.00557] Required OS/2-related patches
2862              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
2863              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
2864      Branch: cfgperl
2865            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
2866            ! t/op/stat.t util.c
2867 ____________________________________________________________________________
2868 [  3495] By: jhi                                   on 1999/05/28  16:45:56
2869         Log: From: Paul Johnson <pjcj@transeda.com>
2870              To: perl5-porters <perl5-porters@perl.org>
2871              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
2872              Date: Fri, 28 May 1999 15:13:54 +0100
2873              Message-ID: <19990528151354.B289@west-tip.transeda.com>
2874      Branch: cfgperl
2875            ! t/TEST
2876 ____________________________________________________________________________
2877 [  3494] By: jhi                                   on 1999/05/28  16:44:34
2878         Log: From: Paul Johnson <pjcj@transeda.com>
2879              To: perl5-porters <perl5-porters@perl.org>
2880              Subject: [PATCH 5.005_57] Fixes related to working local $.
2881              Date: Fri, 28 May 1999 15:11:18 +0100
2882              Message-ID: <19990528151118.A289@west-tip.transeda.com>
2883      Branch: cfgperl
2884            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
2885 ____________________________________________________________________________
2886 [  3493] By: gsar                                  on 1999/05/28  16:37:26
2887         Log: change#3449 wasn't doing enough
2888      Branch: perl
2889            ! op.c t/comp/proto.t
2890 ____________________________________________________________________________
2891 [  3492] By: jhi                                   on 1999/05/28  08:12:23
2892         Log: From: paul.marquess@bt.com
2893              To: doughera@lafayette.edu
2894              Cc: perl5-porters@perl.org
2895              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
2896              Date: Thu, 27 May 1999 23:31:38 +0100
2897              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
2898              
2899              Had to be applied manually; some mailer had munged the patch slightly.
2900      Branch: cfgperl
2901            ! ext/NDBM_File/NDBM_File.xs
2902 ____________________________________________________________________________
2903 [  3491] By: jhi                                   on 1999/05/28  07:51:17
2904         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2905              To: perl5-porters@perl.org
2906              Subject: [PATCH 5.005_57] fixing eval in the compiler
2907              Date: Thu, 27 May 1999 07:56:54 -0700
2908              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
2909      Branch: cfgperl
2910            ! cc_runtime.h scope.h
2911 ____________________________________________________________________________
2912 [  3490] By: jhi                                   on 1999/05/28  07:47:06
2913         Log: From: Andy Dougherty <doughera@lafayette.edu>
2914              To: perlbug@perl.com
2915              Cc: Jarkko Hietaniemi <jhi@iki.fi>
2916              Subject: [PATCH] Configure updates for ISC 4.1
2917              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
2918              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
2919      Branch: cfgperl
2920            ! Configure config_h.SH
2921 ____________________________________________________________________________
2922 [  3489] By: jhi                                   on 1999/05/28  07:39:17
2923         Log: Integrate from mainperl.
2924      Branch: cfgperl
2925           !> malloc.c win32/makedef.pl win32/win32.c
2926 ____________________________________________________________________________
2927 [  3488] By: jhi                                   on 1999/05/27  16:57:19
2928         Log: From: Andy Dougherty <doughera@lafayette.edu>
2929              To: Perl Porters <perl5-porters@perl.org>
2930              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
2931              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
2932              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
2933      Branch: cfgperl
2934            ! Configure config_h.SH hints/sunos_4_1.sh util.c
2935 ____________________________________________________________________________
2936 [  3487] By: gsar                                  on 1999/05/27  03:56:20
2937         Log: make win32_spawnvp() inherit standard handles even when they
2938              may be redirected
2939      Branch: perl
2940            ! win32/win32.c
2941 ____________________________________________________________________________
2942 [  3486] By: jhi                                   on 1999/05/26  19:55:52
2943         Log: From: Andy Dougherty <doughera@lafayette.edu>
2944              To: perl5-porters@perl.org
2945              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
2946              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
2947              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
2948      Branch: cfgperl
2949            ! util.c
2950 ____________________________________________________________________________
2951 [  3485] By: chip                                  on 1999/05/26  17:19:11
2952         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
2953      Branch: maint-5.004/perl
2954            ! Configure
2955 ____________________________________________________________________________
2956 [  3484] By: gsar                                  on 1999/05/26  01:56:28
2957         Log: fix missing exported symbol
2958      Branch: perl
2959            ! malloc.c win32/makedef.pl
2960 ____________________________________________________________________________
2961 [  3483] By: jhi                                   on 1999/05/25  23:08:07
2962         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
2963              
2964              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2965              To: perlbug@perl.com
2966              Subject: OpenBSD hints file update
2967              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
2968              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
2969      Branch: cfgperl
2970            ! hints/openbsd.sh
2971 ____________________________________________________________________________
2972 [  3482] By: jhi                                   on 1999/05/25  23:01:25
2973         Log: From: Tom Hughes <tom@compton.nu>
2974              To: perl5-porters@perl.org
2975              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
2976              Date: Tue, 25 May 1999 23:10:23 +0100
2977              Message-ID: <1ed7f10749.tom@compton.compton.nu>
2978      Branch: cfgperl
2979            ! Configure config_h.SH
2980 ____________________________________________________________________________
2981 [  3481] By: jhi                                   on 1999/05/25  22:31:50
2982         Log: 3479, 3480, 3481 seems logical.
2983      Branch: cfgperl
2984           !> hints/aix.sh
2985 ____________________________________________________________________________
2986 [  3480] By: jhi                                   on 1999/05/25  22:13:39
2987         Log: The change #3479 wasn't perfect.
2988      Branch: perl
2989            ! hints/aix.sh
2990 ____________________________________________________________________________
2991 [  3479] By: jhi                                   on 1999/05/25  21:59:21
2992         Log: Cures for _57 in AIX 4.1.5.0.
2993              (1) The lddlflags lost its -lc by change #3660
2994              (and the politeness of change #3257).
2995              (2) optype_size must end up in perl.exp (as PL_optype_size).
2996              Added it to perlvars.h, fixed bytecode.pl,
2997              regen'ed the relevant headers.
2998      Branch: cfgperl
2999            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
3000            ! perlvars.h
3001      Branch: perl
3002            ! hints/aix.sh
3003 ____________________________________________________________________________
3004 [  3478] By: jhi                                   on 1999/05/25  20:13:47
3005         Log: Integrate from mainperl.
3006      Branch: cfgperl
3007           +> pod/perltootc.pod
3008           !> (integrate 101 files)
3009 ____________________________________________________________________________
3010 [  3477] By: gsar                                  on 1999/05/25  10:43:48
3011         Log: here be 5.005_57
3012      Branch: perl
3013            ! Changes MANIFEST Porting/makerel
3014           !> Changes5.005
3015
3016 ----------------
3017 Version 5.005_57
3018 ----------------
3019
3020 ____________________________________________________________________________
3021 [  3476] By: gsar                                  on 1999/05/25  09:23:43
3022         Log: up patchlevel &c
3023      Branch: perl
3024            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3025            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3026            ! win32/makefile.mk
3027 ____________________________________________________________________________
3028 [  3475] By: gsar                                  on 1999/05/25  09:14:51
3029         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3030              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
3031              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
3032              Subject: [PATCH 5.005_56] REx engine improvements
3033      Branch: perl
3034            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
3035            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
3036            ! thrdvar.h util.c
3037 ____________________________________________________________________________
3038 [  3474] By: gsar                                  on 1999/05/25  08:39:56
3039         Log: test case for change#3470
3040      Branch: perl
3041            ! t/lib/bigintpm.t
3042 ____________________________________________________________________________
3043 [  3473] By: gsar                                  on 1999/05/25  08:36:52
3044         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
3045      Branch: perl
3046            ! Changes pod/perlport.pod
3047 ____________________________________________________________________________
3048 [  3472] By: gsar                                  on 1999/05/25  08:28:57
3049         Log: assorted tweaks
3050      Branch: perl
3051            ! doio.c iperlsys.h win32/config.bc win32/config.gc
3052            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3053            ! win32/config_H.vc win32/makedef.pl
3054 ____________________________________________________________________________
3055 [  3471] By: gsar                                  on 1999/05/25  06:06:04
3056         Log: perlref update from Tom Christiansen
3057      Branch: perl
3058            ! pod/perlref.pod
3059 ____________________________________________________________________________
3060 [  3470] By: gsar                                  on 1999/05/25  06:03:27
3061         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3062              Date: Mon, 24 May 1999 17:43:56 -0400
3063              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
3064              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
3065      Branch: perl
3066            ! hv.c
3067 ____________________________________________________________________________
3068 [  3469] By: gsar                                  on 1999/05/25  05:59:22
3069         Log: avoid temporary files that have a constant name (from a suggestion
3070              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
3071      Branch: perl
3072            ! lib/ExtUtils/MM_Unix.pm
3073 ____________________________________________________________________________
3074 [  3468] By: gsar                                  on 1999/05/25  05:54:29
3075         Log: From: pvhp@forte.com (Peter Prymmer)
3076              Date: Mon, 24 May 99 11:20:25 PDT
3077              Message-Id: <9905241820.AA28071@forte.com>
3078              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
3079      Branch: perl
3080            ! lib/Pod/Text.pm
3081 ____________________________________________________________________________
3082 [  3467] By: gsar                                  on 1999/05/25  04:08:50
3083         Log: fix glob() bug that resulted in missing symlinks that don't point
3084              anywhere
3085      Branch: perl
3086            ! pp_hot.c
3087 ____________________________________________________________________________
3088 [  3466] By: gsar                                  on 1999/05/25  03:00:00
3089         Log: avoid enumerating @INC contents in diagnostic if @INC was never
3090              searched
3091      Branch: perl
3092            ! pod/perldiag.pod pp_ctl.c
3093 ____________________________________________________________________________
3094 [  3465] By: gsar                                  on 1999/05/25  02:24:08
3095         Log: add caveat about close(PIPE) carelessness
3096      Branch: perl
3097            ! pod/perlfunc.pod
3098 ____________________________________________________________________________
3099 [  3464] By: gsar                                  on 1999/05/24  23:55:53
3100         Log: fix bogus line numbers for void context warnings
3101              (change#2548 was overeager)
3102      Branch: perl
3103            ! op.c
3104 ____________________________________________________________________________
3105 [  3463] By: gsar                                  on 1999/05/24  23:31:58
3106         Log: change#3455 had a typo
3107      Branch: perl
3108            ! pp_ctl.c
3109 ____________________________________________________________________________
3110 [  3462] By: gsar                                  on 1999/05/24  17:32:20
3111         Log: more pod updates from Tom Christiansen; regen perltoc
3112      Branch: perl
3113            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
3114            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
3115 ____________________________________________________________________________
3116 [  3461] By: gsar                                  on 1999/05/24  07:41:32
3117         Log: perlmod notes from Damian Conway (via Tom Christiansen)
3118      Branch: perl
3119            ! pod/perlmod.pod
3120 ____________________________________________________________________________
3121 [  3460] By: gsar                                  on 1999/05/24  07:24:11
3122         Log: major pod update from Tom Christiansen
3123      Branch: perl
3124            + pod/perltootc.pod
3125            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
3126            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
3127            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
3128            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
3129            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
3130            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
3131            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
3132            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
3133            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
3134            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
3135            ! pod/perlxs.pod pod/pod2man.PL
3136 ____________________________________________________________________________
3137 [  3459] By: gsar                                  on 1999/05/24  06:26:48
3138         Log: perlfaq update from Tom Christiansen
3139      Branch: perl
3140            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3141            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3142            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3143            ! pod/perlfaq9.pod
3144 ____________________________________________________________________________
3145 [  3458] By: gsar                                  on 1999/05/24  05:55:11
3146         Log: updated to v1.50 from CPAN
3147      Branch: perl
3148            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3149 ____________________________________________________________________________
3150 [  3457] By: gsar                                  on 1999/05/24  05:46:20
3151         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3152              Date: Sun, 23 May 1999 16:35:07 +0100
3153              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
3154              Subject: [PATCH 5.005_56] name PL_in_eval bits
3155      Branch: perl
3156            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
3157 ____________________________________________________________________________
3158 [  3456] By: gsar                                  on 1999/05/24  05:18:06
3159         Log: make -t mode the default on emacs/dumb terminals
3160      Branch: perl
3161            ! Changes utils/perldoc.PL
3162 ____________________________________________________________________________
3163 [  3455] By: gsar                                  on 1999/05/24  05:05:19
3164         Log: return 0 rather than "" when scalar grep has nothing to iterate
3165              on (brings behavior in line with documentation)
3166      Branch: perl
3167            ! pp_ctl.c
3168 ____________________________________________________________________________
3169 [  3454] By: gsar                                  on 1999/05/24  04:52:52
3170         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
3171              Date: Thu, 20 May 1999 13:27:02 -1000
3172              Message-Id: <E10kcDN-0007TA-00@lapaki>
3173              Subject: Problem with MM_Unix in 5.005_03
3174      Branch: perl
3175            ! lib/ExtUtils/MM_Unix.pm
3176 ____________________________________________________________________________
3177 [  3453] By: gsar                                  on 1999/05/24  04:39:49
3178         Log: avoid removing duplicates in user-generated warnings
3179              From: byron@omix.com (Byron Brummer)
3180              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
3181              Message-Id: <199905201101.EAA91175@thrush.omix.com>
3182              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
3183      Branch: perl
3184            ! lib/diagnostics.pm
3185 ____________________________________________________________________________
3186 [  3452] By: gsar                                  on 1999/05/24  04:23:10
3187         Log: straighten some code to avoid NeXT compiler bugs (from
3188              Geoff Kuenning <geoff@cs.hmc.edu>)
3189      Branch: perl
3190            ! pp_ctl.c
3191 ____________________________________________________________________________
3192 [  3451] By: gsar                                  on 1999/05/24  03:03:05
3193         Log: minor logic tweak for reserved word warning
3194      Branch: perl
3195            ! lib/Test/Harness.pm toke.c
3196 ____________________________________________________________________________
3197 [  3450] By: gsar                                  on 1999/05/24  02:34:20
3198         Log: oops, some files missing in change#3449
3199      Branch: perl
3200            ! op.c op.h toke.c
3201 ____________________________________________________________________________
3202 [  3449] By: gsar                                  on 1999/05/24  02:33:12
3203         Log: allow '*' prototype to autoquote even barewords that happen to be
3204              function names; parens or ampersand continue to force the other
3205              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
3206              do the right thing, for example
3207      Branch: perl
3208            ! t/comp/proto.t
3209 ____________________________________________________________________________
3210 [  3448] By: gsar                                  on 1999/05/24  01:51:24
3211         Log: remove vestiges of PL_last_proto
3212      Branch: perl
3213            ! embedvar.h intrpvar.h objXSUB.h
3214 ____________________________________________________________________________
3215 [  3447] By: gsar                                  on 1999/05/24  01:49:20
3216         Log: redo change#2061 and parts of change#1169 with code in the
3217              parser; PL_last_proto hackery gone, strict 'subs' in now
3218              implemented in the optimizer where specifying the exceptional
3219              cases is much more robust; '*' (bareword) prototype now works
3220              reliably when used in second and subsequent arguments
3221      Branch: perl
3222            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
3223 ____________________________________________________________________________
3224 [  3446] By: gsar                                  on 1999/05/23  05:00:55
3225         Log: remove redundant part of change#1169 superceded by change#2061;
3226              avoid "future reserved word" warning on prototypical bearwords
3227      Branch: perl
3228            ! t/lib/fatal.t toke.c
3229 ____________________________________________________________________________
3230 [  3445] By: gsar                                  on 1999/05/21  23:36:49
3231         Log: s/isspace/isSPACE/g and make sure the CRT version is always
3232              passed an unsigned char (fixes random occurrence of spaces in
3233              arguments containing high-bit chars passed to spawned children,
3234              on win32)
3235      Branch: perl
3236            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
3237 ____________________________________________________________________________
3238 [  3444] By: gsar                                  on 1999/05/21  23:08:55
3239         Log: integrate Configure changes from cfgperl
3240      Branch: perl
3241           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3242           !> config_h.SH
3243 ____________________________________________________________________________
3244 [  3443] By: jhi                                   on 1999/05/21  22:00:56
3245         Log: Integrate from mainperl.
3246      Branch: cfgperl
3247           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
3248           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
3249           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
3250           !> win32/perlhost.h win32/win32.c x2p/walk.c
3251 ____________________________________________________________________________
3252 [  3442] By: jhi                                   on 1999/05/21  21:59:46
3253         Log: fflush.
3254      Branch: cfgperl
3255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3256            ! config_h.SH
3257 ____________________________________________________________________________
3258 [  3441] By: gsar                                  on 1999/05/21  17:48:55
3259         Log: integrate cfgperl changes
3260      Branch: perl
3261           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3262           !> config_h.SH hints/sunos_4_1.sh installperl
3263 ____________________________________________________________________________
3264 [  3440] By: gsar                                  on 1999/05/21  17:42:49
3265         Log: test tweak
3266      Branch: perl
3267            ! t/comp/proto.t
3268 ____________________________________________________________________________
3269 [  3439] By: gsar                                  on 1999/05/21  17:31:26
3270         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
3271              (Configure fflush(NULL) detection seems broken on Solaris, which
3272              is why I hit the problem)
3273      Branch: perl
3274            ! Changes perl.h
3275 ____________________________________________________________________________
3276 [  3438] By: gsar                                  on 1999/05/20  16:41:01
3277         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
3278      Branch: perl
3279            ! pod/perlport.pod
3280 ____________________________________________________________________________
3281 [  3437] By: jhi                                   on 1999/05/20  07:14:39
3282         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
3283              (via private email).
3284      Branch: cfgperl
3285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3286            ! config_h.SH hints/sunos_4_1.sh
3287 ____________________________________________________________________________
3288 [  3436] By: gsar                                  on 1999/05/20  05:18:26
3289         Log: various little nits
3290      Branch: perl
3291            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
3292            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
3293            ! win32/perlhost.h win32/win32.c x2p/walk.c
3294 ____________________________________________________________________________
3295 [  3435] By: jhi                                   on 1999/05/18  16:25:49
3296         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3297              To: perl5-porters@perl.org
3298              Subject: installperl
3299              Date: Fri, 14 May 1999 21:34:58 +0100
3300              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
3301      Branch: cfgperl
3302            ! installperl
3303 ____________________________________________________________________________
3304 [  3434] By: jhi                                   on 1999/05/17  21:25:54
3305         Log: Integrate from mainperl.
3306      Branch: cfgperl
3307           +> lib/ExtUtils/MM_Cygwin.pm
3308            - cygwin32/impure_ptr.c
3309           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3310           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3311           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
3312           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
3313           !> x2p/find2perl.PL
3314 ____________________________________________________________________________
3315 [  3433] By: gsar                                  on 1999/05/17  09:49:01
3316         Log: integrate cfgperl changes into mainline
3317      Branch: perl
3318           !> Configure INSTALL config_h.SH configure.com embed.h
3319           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
3320           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
3321           !> util.c
3322 ____________________________________________________________________________
3323 [  3432] By: gsar                                  on 1999/05/17  09:06:45
3324         Log: emit more appropriate diagnostic for failed glob (variant
3325              of patch suggested by Graham Barr)
3326      Branch: perl
3327            ! gv.c pod/perldiag.pod pp.c pp_hot.c
3328 ____________________________________________________________________________
3329 [  3431] By: gsar                                  on 1999/05/17  08:38:09
3330         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3331              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
3332              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
3333              Subject: find2perl does not grok the 'c' suffix to the -size argument
3334      Branch: perl
3335            ! x2p/find2perl.PL
3336 ____________________________________________________________________________
3337 [  3430] By: gsar                                  on 1999/05/17  08:26:21
3338         Log: additional cleanups for cygwin32 port
3339              From: "Fifer, Eric" <EFifer@sanwaint.com>
3340              Date: Wed, 12 May 1999 20:25:54 +0100
3341              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
3342              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
3343      Branch: perl
3344            + lib/ExtUtils/MM_Cygwin.pm
3345            - cygwin32/impure_ptr.c
3346            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
3347            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
3348            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
3349            ! perl.h util.c
3350 ____________________________________________________________________________
3351 [  3429] By: gsar                                  on 1999/05/17  08:01:04
3352         Log: From: Andy Dougherty <doughera@lafayette.edu>
3353              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3354              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3355              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3356      Branch: perl
3357            ! INSTALL
3358 ____________________________________________________________________________
3359 [  3428] By: jhi                                   on 1999/05/17  07:03:26
3360         Log: Integrate from mainperl modulo the Socket.xs change.
3361      Branch: cfgperl
3362           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
3363           !> win32/win32.c win32/win32.h
3364 ____________________________________________________________________________
3365 [  3427] By: jhi                                   on 1999/05/16  22:09:11
3366         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3367              To: perl5-porters@perl.org (Mailing list Perl5)
3368              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
3369              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
3370              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
3371      Branch: cfgperl
3372            ! ext/Devel/Peek/Peek.xs
3373 ____________________________________________________________________________
3374 [  3426] By: jhi                                   on 1999/05/16  22:07:11
3375         Log: From: Mark-Jason Dominus <mjd@plover.com>
3376              To: perl5-porters@perl.com
3377              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
3378              Date: Sat, 15 May 1999 12:43:47 -0400
3379              Message-ID: <19990515164348.7313.qmail@plover.com>
3380      Branch: cfgperl
3381            ! pod/perldiag.pod
3382 ____________________________________________________________________________
3383 [  3425] By: nick                                  on 1999/05/15  15:56:10
3384         Log: Mingw32 + w32api-0.1.5 tweaks
3385              - now more like other Win32 compilers
3386      Branch: perl
3387            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
3388            ! win32/win32.h
3389 ____________________________________________________________________________
3390 [  3424] By: nick                                  on 1999/05/14  21:04:22
3391         Log: Experimental "slab" allocator for ops.
3392              To try it -DPL_OP_SLAB_ALLOC for op.c 
3393              This is for proof of concept only, it leaks memory 
3394              (ops are not free'd) so don't use in embedded apps.
3395              If this minimalist version does not show performance 
3396              gain then whole idea is worthless. 
3397              Nick see's approx 12% speed up vs perlmalloc running
3398              perl -Ilib -MCPAN -e '' 
3399              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
3400      Branch: perl
3401            ! op.c
3402 ____________________________________________________________________________
3403 [  3423] By: gsar                                  on 1999/05/14  19:55:04
3404         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
3405              found (brings sitelib intuition in line with privlib)
3406      Branch: perl
3407            ! win32/win32.c
3408 ____________________________________________________________________________
3409 [  3422] By: jhi                                   on 1999/05/14  08:08:01
3410         Log: From: pvhp@forte.com (Peter Prymmer)
3411              To: perl5-porters@perl.org, vmsperl@perl.org
3412              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
3413              Date: Thu, 13 May 99 15:29:57 PDT
3414              Message-Id: <9905132229.AA15854@forte.com>
3415      Branch: cfgperl
3416            ! configure.com
3417 ____________________________________________________________________________
3418 [  3421] By: jhi                                   on 1999/05/14  07:34:20
3419         Log: Integrate from mainperl.
3420      Branch: cfgperl
3421           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
3422 ____________________________________________________________________________
3423 [  3420] By: jhi                                   on 1999/05/14  07:33:26
3424         Log: Still fflushing.
3425      Branch: cfgperl
3426            ! Configure config_h.SH util.c
3427 ____________________________________________________________________________
3428 [  3419] By: gsar                                  on 1999/05/14  03:08:29
3429         Log: mortalize string allocations by win32_get_{priv,site}lib()
3430              (fixes small memory leak in interpreter)
3431      Branch: perl
3432            ! win32/win32.c
3433 ____________________________________________________________________________
3434 [  3418] By: gsar                                  on 1999/05/14  03:06:50
3435         Log: make win32_longname() preserve kind of slashes in argument
3436      Branch: perl
3437            ! win32/win32.c
3438 ____________________________________________________________________________
3439 [  3417] By: gsar                                  on 1999/05/14  03:04:44
3440         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
3441      Branch: perl
3442            ! lib/ExtUtils/MM_Unix.pm
3443 ____________________________________________________________________________
3444 [  3416] By: jhi                                   on 1999/05/13  21:18:06
3445         Log: Integrate from mainperl.
3446      Branch: cfgperl
3447           !> pp_ctl.c
3448 ____________________________________________________________________________
3449 [  3415] By: jhi                                   on 1999/05/13  21:16:49
3450         Log: Fixes from Andy Dougherty (via private email).
3451      Branch: cfgperl
3452            ! Configure config_h.SH
3453 ____________________________________________________________________________
3454 [  3414] By: nick                                  on 1999/05/13  20:04:26
3455         Log: valist vs va_list typo
3456      Branch: perl
3457            ! pp_ctl.c
3458 ____________________________________________________________________________
3459 [  3413] By: jhi                                   on 1999/05/13  15:04:05
3460         Log: From: Andy Dougherty <doughera@lafayette.edu>
3461              To: perlbug@perl.com
3462              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3463              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3464              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3465      Branch: cfgperl
3466            ! INSTALL
3467 ____________________________________________________________________________
3468 [  3412] By: jhi                                   on 1999/05/13  14:20:17
3469         Log: Integrate from mainperl.
3470      Branch: cfgperl
3471           !> pp_ctl.c
3472 ____________________________________________________________________________
3473 [  3411] By: gsar                                  on 1999/05/13  14:16:56
3474         Log: docatch_body() declaration mismatch
3475      Branch: perl
3476            ! pp_ctl.c
3477 ____________________________________________________________________________
3478 [  3410] By: jhi                                   on 1999/05/13  13:51:44
3479         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
3480      Branch: cfgperl
3481            ! Configure config_h.SH perl.h
3482 ____________________________________________________________________________
3483 [  3409] By: jhi                                   on 1999/05/13  13:31:53
3484         Log: Still fflushing strong.
3485      Branch: cfgperl
3486            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
3487            ! proto.h util.c
3488 ____________________________________________________________________________
3489 [  3408] By: jhi                                   on 1999/05/12  14:30:23
3490         Log: Integrate from mainperl.
3491      Branch: cfgperl
3492           !> (integrate 30 files)
3493 ____________________________________________________________________________
3494 [  3407] By: jhi                                   on 1999/05/12  12:28:31
3495         Log: Be tidier with fflush(NULL) testing.
3496      Branch: cfgperl
3497            ! Configure config_h.SH
3498 ____________________________________________________________________________
3499 [  3406] By: gsar                                  on 1999/05/12  11:26:03
3500         Log: better range-checking on list slices, with test
3501              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3502              Date: Sun, 02 May 1999 17:02:53 +0100
3503              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
3504              Subject: Re: List slice of undefs returns 0 items 
3505      Branch: perl
3506            ! pp.c t/op/list.t
3507 ____________________________________________________________________________
3508 [  3405] By: gsar                                  on 1999/05/12  11:22:27
3509         Log: change#3397 needs test tweak
3510      Branch: perl
3511            ! Changes t/pragma/warn/sv
3512 ____________________________________________________________________________
3513 [  3404] By: gsar                                  on 1999/05/12  11:07:44
3514         Log: typo in change#3397
3515      Branch: perl
3516            ! doop.c
3517 ____________________________________________________________________________
3518 [  3403] By: gsar                                  on 1999/05/12  10:49:01
3519         Log: From: Stephen Zander <gibreel@pobox.com>
3520              Date: 12 May 1999 01:22:31 -0700
3521              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
3522              Subject: Re: Test::Harness runs tainted tests with wrong library path
3523      Branch: perl
3524            ! lib/Test/Harness.pm
3525 ____________________________________________________________________________
3526 [  3402] By: gsar                                  on 1999/05/12  10:42:06
3527         Log: typo in change#3400
3528      Branch: perl
3529            ! ext/B/B/Deparse.pm
3530 ____________________________________________________________________________
3531 [  3401] By: jhi                                   on 1999/05/12  10:40:42
3532         Log: A better, shinier, and possibly even correctly working
3533              reincarnation of #3398.
3534      Branch: cfgperl
3535            ! Configure config_h.SH
3536 ____________________________________________________________________________
3537 [  3400] By: gsar                                  on 1999/05/12  10:40:11
3538         Log: deparse \&func() as \(&func()) for clarity
3539              From: Albert Dvornik <bert@genscan.com>
3540              Date: 11 May 1999 13:32:04 -0400
3541              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
3542              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
3543      Branch: perl
3544            ! ext/B/B/Deparse.pm
3545 ____________________________________________________________________________
3546 [  3399] By: gsar                                  on 1999/05/12  10:36:02
3547         Log: more testsuite smarts (many of them courtesy Ilya)
3548      Branch: perl
3549            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
3550            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
3551            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
3552            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
3553            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
3554            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
3555            ! t/op/pwent.t
3556 ____________________________________________________________________________
3557 [  3398] By: jhi                                   on 1999/05/12  09:33:08
3558         Log: Detect whether fflush(NULL) works as per change #3352.
3559      Branch: cfgperl
3560            ! Configure config_h.SH perl.h
3561 ____________________________________________________________________________
3562 [  3397] By: gsar                                  on 1999/05/12  08:56:03
3563         Log: From: jan.dubois@ibm.net (Jan Dubois)
3564              Date: Wed, 12 May 1999 01:01:00 +0200
3565              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
3566              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
3567      Branch: perl
3568            ! doop.c
3569 ____________________________________________________________________________
3570 [  3396] By: gsar                                  on 1999/05/12  08:23:27
3571         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
3572              stat() behaves similarly
3573      Branch: perl
3574            ! win32/win32.c
3575 ____________________________________________________________________________
3576 [  3395] By: jhi                                   on 1999/05/11  22:21:32
3577         Log: Redo parts of #3341 and #3358 that #3394 undid.
3578      Branch: cfgperl
3579            ! Configure config_h.SH
3580 ____________________________________________________________________________
3581 [  3394] By: jhi                                   on 1999/05/11  22:03:48
3582         Log: Add I_NETINET_TCP to help change #3391.
3583      Branch: cfgperl
3584            ! Configure config_h.SH ext/Socket/Socket.xs
3585 ____________________________________________________________________________
3586 [  3393] By: jhi                                   on 1999/05/11  21:44:59
3587         Log: Integrate from mainperl.
3588      Branch: cfgperl
3589           !> (integrate 55 files)
3590 ____________________________________________________________________________
3591 [  3392] By: gsar                                  on 1999/05/11  20:56:43
3592         Log: update embedvar.h
3593      Branch: perl
3594            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
3595 ____________________________________________________________________________
3596 [  3391] By: gsar                                  on 1999/05/11  16:32:05
3597         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3598              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
3599              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
3600              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
3601      Branch: perl
3602            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3603 ____________________________________________________________________________
3604 [  3390] By: gsar                                  on 1999/05/11  15:27:40
3605         Log: display more frequent progress messages when STDOUT is a tty
3606      Branch: perl
3607            ! lib/Test/Harness.pm
3608 ____________________________________________________________________________
3609 [  3389] By: gsar                                  on 1999/05/11  14:40:58
3610         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3611              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
3612              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
3613              Subject: [PATCH 5.005_53] Explanations by Test::Harness
3614      Branch: perl
3615            ! lib/Test/Harness.pm
3616 ____________________________________________________________________________
3617 [  3388] By: gsar                                  on 1999/05/11  14:08:14
3618         Log: avoid creating spurious subroutine stubs on failed subroutine
3619              call and other places of sv_2cv() misuse; fixes problems with
3620              failed subroutine calls "hiding" later attempts to lookup methods
3621              in base classes
3622      Branch: perl
3623            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
3624 ____________________________________________________________________________
3625 [  3387] By: gsar                                  on 1999/05/11  09:34:13
3626         Log: various fixes for clean build and test on win32; configpm broken,
3627              needed to open myconfig.SH rather than myconfig; sundry adjustments
3628              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
3629              work under win32; getenv_sv() changed to getenv_len() since SVs
3630              aren't visible in the lower echelons; remove bogus exports from
3631              config.sym; PERL_OBJECT-ness for C++ exception support; null out
3632              IoDIRP in filter_del() or sv_free() will attempt to close it
3633      Branch: perl
3634            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
3635            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
3636            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
3637            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
3638            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
3639            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
3640            ! win32/config.gc win32/config.vc win32/makedef.pl
3641            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
3642            ! win32/win32.c win32/win32.h
3643 ____________________________________________________________________________
3644 [  3386] By: gsar                                  on 1999/05/11  02:49:07
3645         Log: gutsupport for C++ exceptions
3646              From: Chip Salzenberg <chip@perlsupport.com>
3647              Date: Tue, 9 Mar 1999 11:51:57 -0500
3648              Message-ID: <19990309115157.E7911@perlsupport.com>
3649              Subject: [PATCH 5.005] Flexible Exceptions
3650      Branch: perl
3651            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
3652            ! scope.c scope.h thrdvar.h util.c
3653 ____________________________________________________________________________
3654 [  3385] By: gsar                                  on 1999/05/10  19:33:36
3655         Log: "weak" references internals, still needs perlguts documentation
3656              (somewhat modified version of patch suggested by Tuomas J. Lukka
3657              <lukka@fas.harvard.edu>)
3658      Branch: perl
3659            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
3660            ! pod/perldiag.pod proto.h sv.c sv.h util.c
3661 ____________________________________________________________________________
3662 [  3384] By: jhi                                   on 1999/05/10  18:21:43
3663         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
3664              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
3665      Branch: cfgperl
3666            ! INSTALL hints/dec_osf.sh
3667 ____________________________________________________________________________
3668 [  3381] By: jhi                                   on 1999/05/10  14:39:28
3669         Log: Integrate from mainperl.
3670      Branch: cfgperl
3671           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
3672           +> cygwin32/build-instructions.charles-wilson
3673           +> cygwin32/build-instructions.sebastien-barre
3674           +> cygwin32/build-instructions.steven-morlock
3675           +> cygwin32/build-instructions.steven-morlock2
3676           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
3677           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3678           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
3679           +> t/op/numconvert.t utils/perlbc.PL
3680            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3681            - cygwin32/perlld
3682           !> (integrate 105 files)
3683 ____________________________________________________________________________
3684 [  3380] By: gsar                                  on 1999/05/10  12:27:14
3685         Log: regen regnodes.h
3686      Branch: perl
3687            ! Changes regnodes.h
3688 ____________________________________________________________________________
3689 [  3379] By: gsar                                  on 1999/05/10  12:17:26
3690         Log: From: jan.dubois@ibm.net (Jan Dubois)
3691              Date: Sat, 01 May 1999 22:55:36 +0200
3692              Message-ID: <373067e9.56194713@smtp1.ibm.net>
3693              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
3694      Branch: perl
3695            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
3696            ! win32/config_H.vc
3697 ____________________________________________________________________________
3698 [  3378] By: gsar                                  on 1999/05/10  12:07:13
3699         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3700              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
3701              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
3702              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
3703      Branch: perl
3704            + t/op/numconvert.t
3705            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
3706            ! util.c
3707 ____________________________________________________________________________
3708 [  3377] By: gsar                                  on 1999/05/10  11:39:48
3709         Log: pp_modulo comment tweak from Ilya
3710      Branch: perl
3711            ! pp.c
3712 ____________________________________________________________________________
3713 [  3376] By: gsar                                  on 1999/05/10  11:30:40
3714         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3715              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
3716              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
3717              Subject: Test.pm update [PATCH _56]
3718      Branch: perl
3719            ! lib/Test.pm
3720 ____________________________________________________________________________
3721 [  3375] By: gsar                                  on 1999/05/10  11:28:30
3722         Log: From: jan.dubois@ibm.net (Jan Dubois)
3723              Date: Fri, 07 May 1999 00:59:54 +0200
3724              Message-ID: <373318ae.19292461@smtp1.ibm.net>
3725              Subject: Re: Using existing memory for an SV's PV 
3726      Branch: perl
3727            ! sv.c
3728 ____________________________________________________________________________
3729 [  3374] By: gsar                                  on 1999/05/10  11:23:44
3730         Log: From: jan.dubois@ibm.net (Jan Dubois)
3731              Date: Fri, 07 May 1999 00:59:52 +0200
3732              Message-ID: <37321800.19118320@smtp1.ibm.net>
3733              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
3734      Branch: perl
3735            ! perl.h
3736 ____________________________________________________________________________
3737 [  3373] By: gsar                                  on 1999/05/10  11:22:10
3738         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3739              Date: Thu, 6 May 1999 18:17:28 -0400
3740              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
3741              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
3742      Branch: perl
3743            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
3744            ! util.c
3745 ____________________________________________________________________________
3746 [  3372] By: gsar                                  on 1999/05/10  10:57:49
3747         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3748              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
3749              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
3750              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
3751      Branch: perl
3752            ! regcomp.c regcomp.pl
3753 ____________________________________________________________________________
3754 [  3371] By: gsar                                  on 1999/05/10  10:54:01
3755         Log: From: lane@duphy4.physics.drexel.edu
3756              Date: Tue, 04 May 1999 10:19:25 -0700
3757              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
3758              Subject: [PATCH 5.005.56] pod->html VMS fixes
3759      Branch: perl
3760            ! installhtml lib/Pod/Html.pm
3761 ____________________________________________________________________________
3762 [  3370] By: gsar                                  on 1999/05/10  10:45:52
3763         Log: testsuite nits
3764      Branch: perl
3765            ! t/lib/io_linenum.t t/op/filetest.t
3766 ____________________________________________________________________________
3767 [  3369] By: gsar                                  on 1999/05/10  10:35:22
3768         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3769              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
3770              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
3771              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
3772      Branch: perl
3773            ! os2/os2ish.h os2/os2thread.h
3774 ____________________________________________________________________________
3775 [  3368] By: gsar                                  on 1999/05/10  10:00:11
3776         Log: From: Albert Dvornik <bert@genscan.com>
3777              Date: 03 May 1999 12:20:57 -0400
3778              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
3779              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
3780      Branch: perl
3781            ! dump.c
3782 ____________________________________________________________________________
3783 [  3367] By: gsar                                  on 1999/05/10  09:55:51
3784         Log: shadow password support for Solaris (needs Configure help to
3785              determine HAS_GETSPENT)
3786              From: "Patrick O'Brien" <pdo@cs.umd.edu>
3787              Date: Sat, 01 May 1999 19:41:17 -0400
3788              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
3789              Subject: getpwent() under solaris
3790      Branch: perl
3791            ! pp_sys.c
3792 ____________________________________________________________________________
3793 [  3366] By: gsar                                  on 1999/05/10  09:45:58
3794         Log: From: jan.dubois@ibm.net (Jan Dubois)
3795              Date: Sat, 01 May 1999 23:45:47 +0200
3796              Message-ID: <373373fb.59284266@smtp1.ibm.net>
3797              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
3798      Branch: perl
3799            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3800            ! pod/perldelta.pod
3801 ____________________________________________________________________________
3802 [  3365] By: gsar                                  on 1999/05/10  09:34:22
3803         Log: test suite and fix input_line_number()
3804              From: Paul Johnson <pjcj@transeda.com>
3805              Date: Thu, 29 Apr 1999 06:28:14 +0100
3806              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
3807              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
3808      Branch: perl
3809            + t/lib/io_linenum.t
3810            ! MANIFEST ext/IO/lib/IO/Handle.pm
3811 ____________________________________________________________________________
3812 [  3364] By: gsar                                  on 1999/05/10  09:20:56
3813         Log: fix overeager [:foo:] parsing
3814              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3815              Date: Fri, 30 Apr 1999 09:26:18 +0100
3816              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
3817              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
3818      Branch: perl
3819            ! regcomp.c t/op/re_tests
3820 ____________________________________________________________________________
3821 [  3363] By: gsar                                  on 1999/05/10  09:09:21
3822         Log: documentation for Win32 builtins (somewhat modified)
3823              From: jan.dubois@ibm.net (Jan Dubois)
3824              Date: Tue, 30 Mar 1999 08:05:03 +0200
3825              Message-ID: <37006783.1926460@smtp1.ibm.net>
3826              Subject: Re: Issues with build 509 
3827      Branch: perl
3828            + pod/Win32.pod
3829            ! MANIFEST
3830 ____________________________________________________________________________
3831 [  3362] By: gsar                                  on 1999/05/10  08:22:07
3832         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
3833      Branch: perl
3834            ! lib/File/Copy.pm win32/win32.c
3835 ____________________________________________________________________________
3836 [  3361] By: gsar                                  on 1999/05/10  08:11:29
3837         Log: escape ampersands in <pre> sections
3838      Branch: perl
3839            ! Changes lib/Pod/Html.pm
3840 ____________________________________________________________________________
3841 [  3360] By: gsar                                  on 1999/05/10  08:04:14
3842         Log: AIX hints enhancements (threads build, SOCKS support)
3843              From: "David R. Favor" <dfavor@austin.ibm.com>
3844              Date: Wed, 28 Apr 1999 08:45:28 -0500
3845              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
3846              Subject: Working build for AIX + gcc + threading
3847      Branch: perl
3848            ! hints/aix.sh
3849 ____________________________________________________________________________
3850 [  3359] By: gsar                                  on 1999/05/10  07:49:26
3851         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
3852              Date: Tue, 27 Apr 1999 23:47:24 PDT
3853              Message-ID: <19990428064724.95244.qmail@hotmail.com>
3854              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
3855              --
3856              Date: Thu, 29 Apr 1999 18:21:06 -0700
3857              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
3858              Subject: [PATCH 5.005_56] double constants ( C.pm)
3859              --
3860              Date: Mon, 03 May 1999 20:21:31 PDT
3861              Message-ID: <19990504032131.81113.qmail@hotmail.com>
3862              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
3863              --
3864              Date: Thu, 06 May 1999 17:57:09 -0700
3865              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
3866              Subject: Stash.pm
3867      Branch: perl
3868            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
3869            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
3870 ____________________________________________________________________________
3871 [  3358] By: gsar                                  on 1999/05/10  04:39:15
3872         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
3873              From: alexander smishlajev <als@turnhere.com>
3874              Date: Sun, 25 Apr 1999 14:58:29 +0300
3875              Message-ID: <37230365.5F68B460@turnhere.com>
3876              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
3877      Branch: perl
3878            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
3879            + cygwin32/build-instructions.charles-wilson
3880            + cygwin32/build-instructions.sebastien-barre
3881            + cygwin32/build-instructions.steven-morlock
3882            + cygwin32/build-instructions.steven-morlock2
3883            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
3884            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3885            - cygwin32/perlld
3886            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
3887            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
3888            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
3889            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
3890            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
3891            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
3892 ____________________________________________________________________________
3893 [  3357] By: gsar                                  on 1999/05/10  04:07:07
3894         Log: applied suggested patch, modulo already applied parts
3895              From: Charles Bailey <BAILEY@newman.upenn.edu>
3896              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
3897              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
3898              Subject: [Patch 5.005_56] VMS consolidated patch #2
3899      Branch: perl
3900            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
3901            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
3902            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
3903            ! vms/subconfigure.com vms/test.com vms/vms.c
3904 ____________________________________________________________________________
3905 [  3356] By: gsar                                  on 1999/05/10  03:48:08
3906         Log: applied suggested patch, with win32 and PERL_OBJECT additions
3907              From: Tom Hughes <tom@compton.nu>
3908              Date: Sat, 24 Apr 1999 18:11:59 +0100
3909              Message-ID: <609bdff748.tom@compton.compton.nu>
3910              Subject: ByteLoader patch
3911      Branch: perl
3912            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3913            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
3914            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
3915            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
3916            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
3917            ! utils/Makefile win32/Makefile win32/makefile.mk
3918 ____________________________________________________________________________
3919 [  3355] By: gsar                                  on 1999/05/10  03:22:49
3920         Log: document 'test' attribute (from Andreas Koenig)
3921      Branch: perl
3922            ! lib/ExtUtils/MakeMaker.pm
3923 ____________________________________________________________________________
3924 [  3354] By: gsar                                  on 1999/05/10  03:12:37
3925         Log: From: pmarquess@bfsec.bt.co.uk
3926              Date: Thu, 22 Apr 1999 23:12:08 +0100
3927              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
3928              Subject: PATCH for small bug in scan_bin
3929      Branch: perl
3930            ! util.c
3931 ____________________________________________________________________________
3932 [  3353] By: gsar                                  on 1999/05/10  02:39:33
3933         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
3934              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
3935      Branch: perl
3936            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
3937            ! win32/win32iop.h
3938 ____________________________________________________________________________
3939 [  3352] By: gsar                                  on 1999/05/09  22:47:39
3940         Log: flush all open output buffers before fork(), exec(), system, qx//
3941              and pipe open() operations, simplifying buffering headaches faced
3942              by users; uses fflush(NULL), which may need Configure test
3943      Branch: perl
3944            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
3945            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
3946 ____________________________________________________________________________
3947 [  3351] By: gsar                                  on 1999/05/09  21:11:51
3948         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
3949              Leroy <jll@skynet.be>)
3950      Branch: perl
3951            ! utils/perlcc.PL
3952 ____________________________________________________________________________
3953 [  3350] By: gsar                                  on 1999/05/09  20:39:11
3954         Log: normalize $^X to full pathname on win32
3955      Branch: perl
3956            ! win32/runperl.c
3957 ____________________________________________________________________________
3958 [  3349] By: gsar                                  on 1999/05/09  20:23:07
3959         Log: allow readline($globref), <$globref> already works
3960      Branch: perl
3961            ! pp_hot.c
3962 ____________________________________________________________________________
3963 [  3348] By: gsar                                  on 1999/05/09  20:00:09
3964         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
3965              <lemburg@online-club.de>)
3966      Branch: perl
3967            ! utils/perldoc.PL
3968 ____________________________________________________________________________
3969 [  3347] By: gsar                                  on 1999/05/09  18:47:21
3970         Log: additions to Thread.pm docs from Tuomas J. Lukka
3971              <lukka@fas.harvard.edu>
3972      Branch: perl
3973            ! ext/Thread/Thread.pm
3974 ____________________________________________________________________________
3975 [  3346] By: gsar                                  on 1999/05/09  18:38:00
3976         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3977              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
3978              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
3979              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
3980      Branch: perl
3981            ! ext/B/B/Xref.pm
3982 ____________________________________________________________________________
3983 [  3345] By: gsar                                  on 1999/05/09  18:22:43
3984         Log: work around mangled archname on win32 while finding privlib/sitelib;
3985              normalize lib paths to forward slashes internally
3986      Branch: perl
3987            ! win32/win32.c
3988 ____________________________________________________________________________
3989 [  3344] By: gsar                                  on 1999/05/09  03:20:06
3990         Log: fix typo in dbm filters that caused odbm.t to fail
3991      Branch: perl
3992            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
3993 ____________________________________________________________________________
3994 [  3343] By: gsar                                  on 1999/05/09  02:02:59
3995         Log: tweak test totals
3996      Branch: perl
3997            ! Changes t/lib/tie-stdhandle.t
3998 ____________________________________________________________________________
3999 [  3342] By: gsar                                  on 1999/05/09  01:42:06
4000         Log: import list propagation busted (pointed out by Ton Hospel
4001              <thospel@mail.dma.be>)
4002      Branch: perl
4003            ! lib/autouse.pm
4004 ____________________________________________________________________________
4005 [  3341] By: gsar                                  on 1999/05/09  00:54:18
4006         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
4007              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
4008      Branch: perl
4009            ! Configure Makefile.SH
4010 ____________________________________________________________________________
4011 [  3340] By: gsar                                  on 1999/05/09  00:40:41
4012         Log: generate manpages for newly added utils
4013      Branch: perl
4014            ! installman
4015 ____________________________________________________________________________
4016 [  3339] By: gsar                                  on 1999/05/09  00:33:50
4017         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4018              Date: Sun, 02 May 1999 17:59:24 +0100
4019              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
4020              Subject: [PATCH] Re: ptr to realloced memory in yylex
4021      Branch: perl
4022            ! toke.c
4023 ____________________________________________________________________________
4024 [  3338] By: jhi                                   on 1999/05/08  22:40:29
4025         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
4026      Branch: cfgperl
4027            ! INSTALL
4028 ____________________________________________________________________________
4029 [  3337] By: jhi                                   on 1999/05/08  22:22:26
4030         Log: Integrate from mainperl.
4031      Branch: cfgperl
4032           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
4033           !> (integrate 54 files)
4034 ____________________________________________________________________________
4035 [  3336] By: gsar                                  on 1999/05/08  21:48:22
4036         Log: make perldoc -f grok nested =items
4037      Branch: perl
4038            ! utils/perldoc.PL
4039 ____________________________________________________________________________
4040 [  3335] By: gsar                                  on 1999/05/08  19:48:11
4041         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
4042      Branch: perl
4043            ! op.c t/lib/fields.t
4044 ____________________________________________________________________________
4045 [  3334] By: gsar                                  on 1999/05/08  19:09:41
4046         Log: update test totals
4047      Branch: perl
4048            ! t/lib/bigintpm.t
4049 ____________________________________________________________________________
4050 [  3333] By: gsar                                  on 1999/05/08  16:56:02
4051         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
4052      Branch: perl
4053            ! pod/perlfunc.pod
4054 ____________________________________________________________________________
4055 [  3332] By: gsar                                  on 1999/05/08  16:46:44
4056         Log: applied suggested patch, added tests
4057              From: William Mann <wmann@avici.com>
4058              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
4059              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
4060              Subject: BigInt.pm extensions for logical operations
4061      Branch: perl
4062            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
4063 ____________________________________________________________________________
4064 [  3331] By: gsar                                  on 1999/05/08  16:09:33
4065         Log: avoid temporary files named 'tmp'
4066      Branch: perl
4067            ! Makefile.SH pp.c
4068 ____________________________________________________________________________
4069 [  3330] By: nick                                  on 1999/05/08  14:16:30
4070         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
4071              Provide Tie::StdHandle
4072              Basic update of docs.
4073      Branch: perl
4074            + t/lib/tie-stdhandle.t
4075            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
4076 ____________________________________________________________________________
4077 [  3329] By: nick                                  on 1999/05/08  12:03:45
4078         Log: Tweaks to open(my $fh,...) stuff
4079      Branch: perl
4080            ! op.c pp.c pp_sys.c t/io/open.t
4081 ____________________________________________________________________________
4082 [  3328] By: nick                                  on 1999/05/08  11:18:42
4083         Log: Bring SDBM_File.xs into line with new typemap
4084      Branch: perl
4085            ! ext/SDBM_File/SDBM_File.xs
4086 ____________________________________________________________________________
4087 [  3327] By: gsar                                  on 1999/05/08  00:07:11
4088         Log: add test case for AUTOLOAD reentrancy fix in change#3279
4089      Branch: perl
4090            ! t/lib/autoloader.t
4091 ____________________________________________________________________________
4092 [  3326] By: nick                                  on 1999/05/07  21:24:50
4093         Log: Implement open( my $fh, ...) and similar.
4094              Set flag in op.c for "constructor ops"
4095              In pp_rv2gv, if flag is set and arg is PADSV and uninit
4096              vivify as reference to a detached GV.
4097              (Name of GV is the pad name.)
4098              This scheme should "just work" for pipe/socket etc. too.
4099              
4100              #if 0 out the open(FH,undef) for now.
4101              Change t/io/open.t to test open(my $fh,...)
4102      Branch: perl
4103            ! op.c pp.c pp_sys.c t/io/open.t
4104 ____________________________________________________________________________
4105 [  3325] By: nick                                  on 1999/05/07  21:18:42
4106         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
4107      Branch: perl
4108            ! util.c
4109 ____________________________________________________________________________
4110 [  3324] By: gsar                                  on 1999/05/07  20:28:31
4111         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
4112              intervening code has to allocate SVs)
4113      Branch: perl
4114            ! util.c
4115 ____________________________________________________________________________
4116 [  3323] By: gsar                                  on 1999/05/07  19:45:08
4117         Log: allow line numbers to show in diagnostics during global destruction
4118      Branch: perl
4119            ! util.c
4120 ____________________________________________________________________________
4121 [  3322] By: gsar                                  on 1999/05/07  09:38:11
4122         Log: From: Dan Sugalski <sugalskd@ous.edu>
4123              Date: Fri, 09 Apr 1999 16:16:39 -0700
4124              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
4125              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
4126      Branch: perl
4127            ! lib/ExtUtils/MM_VMS.pm
4128 ____________________________________________________________________________
4129 [  3321] By: gsar                                  on 1999/05/07  09:08:23
4130         Log: From: kwzh@gnu.org (Karl Heuer)
4131              Date: Wed, 7 Apr 1999 23:58:58 -0400
4132              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
4133              Subject: [perl-5.005.02] detect lack of /dev/tty
4134      Branch: perl
4135            ! Makefile.SH
4136 ____________________________________________________________________________
4137 [  3320] By: gsar                                  on 1999/05/07  08:52:14
4138         Log: allow distinct prefix for versioned executables
4139              From: Roderick Schertler <roderick@argon.org>
4140              Date: Wed, 07 Apr 1999 15:34:56 -0400
4141              Message-ID: <3003.923513696@eeyore.ibcinc.com>
4142              Subject: perl55.00503 -> perl5.00503 patch for installperl
4143      Branch: perl
4144            ! INSTALL installperl
4145 ____________________________________________________________________________
4146 [  3319] By: gsar                                  on 1999/05/07  08:07:02
4147         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4148              Date: Mon, 05 Apr 1999 15:38:42 -0700
4149              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
4150              Subject: Re: chomp fails with $/ in fixed-length record mode
4151              --
4152              From: Roderick Schertler <roderick@argon.org>
4153              Date: Tue, 06 Apr 1999 21:11:37 -0400
4154              Message-ID: <2795.923447497@eeyore.ibcinc.com>
4155              Subject: Re: chomp fails with $/ in fixed-length record mode
4156      Branch: perl
4157            ! doop.c pod/perlfunc.pod t/op/chop.t
4158 ____________________________________________________________________________
4159 [  3318] By: gsar                                  on 1999/05/07  07:56:35
4160         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4161              Date: Tue, 6 Apr 1999 01:40:36 -0400
4162              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
4163              Subject: [PATCH 5.005_*] Make % use fmod()
4164      Branch: perl
4165            ! pp.c t/op/arith.t
4166 ____________________________________________________________________________
4167 [  3317] By: gsar                                  on 1999/05/07  04:18:11
4168         Log: DBM Filters (via private mail)
4169              From: pmarquess@bfsec.bt.co.uk
4170              Date: Sun, 18 Apr 1999 21:05:52 +0100
4171              Message-Id: <199904182009.NAA19152@activestate.com>
4172              Subject: DBM Filters
4173      Branch: perl
4174            + pod/perldbmfilter.pod
4175            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4176            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4177            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4178            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
4179            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
4180            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
4181            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
4182            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
4183            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
4184            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
4185            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
4186            ! t/lib/sdbm.t
4187 ____________________________________________________________________________
4188 [  3316] By: gsar                                  on 1999/05/07  03:28:53
4189         Log: avoid negative return value from Win32::GetTickCount()
4190              From: jan.dubois@ibm.net (Jan Dubois)
4191              Date: Sat, 03 Apr 1999 19:04:18 +0200
4192              Message-ID: <37084742.22824479@smtp1.ibm.net>
4193              Subject: Re: Win32::GetTickCount
4194      Branch: perl
4195            ! win32/win32.c
4196 ____________________________________________________________________________
4197 [  3315] By: nick                                  on 1999/05/06  21:44:38
4198         Log: open(FH,undef) # creates new_tmpfile opened read/write
4199              Add t/io/open.t with test for above.
4200      Branch: perl
4201            + t/io/open.t
4202            ! pp_sys.c
4203 ____________________________________________________________________________
4204 [  3314] By: gsar                                  on 1999/05/06  08:01:23
4205         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
4206              Date: Tue, 30 Mar 1999 23:40:34 PST
4207              Message-ID: <19990331074034.6117.qmail@hotmail.com>
4208              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
4209              --
4210              Date: Wed, 07 Apr 1999 00:28:23 -0800
4211              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
4212              Subject: [PATCH 5.005_56] function prototypes(B.pm)
4213              --
4214              Date: Thu, 22 Apr 1999 23:40:52 -0700
4215              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
4216              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
4217              --
4218              Date: Tue, 27 Apr 1999 01:14:49 PDT
4219              Message-ID: <19990427081449.28615.qmail@hotmail.com>
4220              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
4221      Branch: perl
4222            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
4223            ! t/op/ref.t
4224 ____________________________________________________________________________
4225 [  3313] By: jhi                                   on 1999/05/06  07:59:52
4226         Log: Integrate from mainperl.
4227      Branch: cfgperl
4228           !> (integrate 33 files)
4229 ____________________________________________________________________________
4230 [  3312] By: gsar                                  on 1999/05/06  07:11:50
4231         Log: add Ethiopic section to unicode master database (from Ken
4232              Whistler <kenw@sybase.com>)
4233      Branch: perl
4234            ! lib/unicode/UnicodeData-Latest.txt
4235 ____________________________________________________________________________
4236 [  3311] By: gsar                                  on 1999/05/06  05:37:55
4237         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
4238              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
4239              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
4240              Subject: Largefiles for Solaris
4241      Branch: perl
4242            ! hints/solaris_2.sh
4243 ____________________________________________________________________________
4244 [  3310] By: gsar                                  on 1999/05/06  05:14:35
4245         Log: emit more accurate diagnostic for syntax errors involving <>
4246              within eval""
4247      Branch: perl
4248            ! toke.c utils/perldoc.PL
4249 ____________________________________________________________________________
4250 [  3309] By: gsar                                  on 1999/05/06  04:36:31
4251         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
4252      Branch: perl
4253            ! t/lib/open3.t
4254 ____________________________________________________________________________
4255 [  3308] By: gsar                                  on 1999/05/06  03:19:16
4256         Log: applied first part of suggested patch (bug described cannot be
4257              reproduced any longer, so the second inconclusive part has not
4258              been applied)
4259              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4260              Date: Sun, 28 Mar 1999 04:51:34 +0100
4261              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
4262              Subject: [PATCH 5.005_56] Re: A core dump 
4263      Branch: perl
4264            ! toke.c
4265 ____________________________________________________________________________
4266 [  3307] By: gsar                                  on 1999/05/06  01:56:06
4267         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
4268              change#3180)
4269      Branch: perl
4270            ! op.c
4271 ____________________________________________________________________________
4272 [  3306] By: gsar                                  on 1999/05/05  17:17:34
4273         Log: applied non-conflicting parts of suggested patch
4274              From: Charles Bailey <BAILEY@newman.upenn.edu>
4275              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
4276              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
4277              Subject: [Patch 5.005_56] Revised VMS patch
4278      Branch: perl
4279            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
4280            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
4281 ____________________________________________________________________________
4282 [  3305] By: gsar                                  on 1999/05/05  16:20:19
4283         Log: make perldoc use backslashed pathnames within system() on win32
4284      Branch: perl
4285            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
4286 ____________________________________________________________________________
4287 [  3304] By: gsar                                  on 1999/05/05  07:29:43
4288         Log: upgrade Pod::Parser to v1.081 from CPAN
4289      Branch: perl
4290            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
4291            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
4292            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
4293 ____________________________________________________________________________
4294 [  3303] By: gsar                                  on 1999/05/05  07:02:07
4295         Log: From: Andy Dougherty <doughera@lafayette.edu>
4296              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
4297              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
4298              Subject: [PATCH 5.005_03-MT3] INSTALL patches
4299      Branch: perl
4300            ! INSTALL
4301 ____________________________________________________________________________
4302 [  3302] By: gsar                                  on 1999/05/05  06:55:21
4303         Log: load base packages based on nonexistent $VERSION
4304              From: andreas.koenig@anima.de (Andreas J. Koenig)
4305              Date: 19 Mar 1999 06:00:28 +0100
4306              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
4307              Subject: Re: base.pm flaw
4308      Branch: perl
4309            ! lib/base.pm lib/locale.pm
4310 ____________________________________________________________________________
4311 [  3301] By: gsar                                  on 1999/05/04  05:41:08
4312         Log: pod2man outputs switched date and revision label (fix suggested by
4313              EthanSasiela@mede.com)
4314      Branch: perl
4315            ! pod/pod2man.PL
4316 ____________________________________________________________________________
4317 [  3300] By: gsar                                  on 1999/05/03  18:48:25
4318         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
4319              (makes opendir(D,"c:") work reliably)
4320      Branch: perl
4321            ! win32/win32.c
4322 ____________________________________________________________________________
4323 [  3299] By: gsar                                  on 1999/05/02  19:39:55
4324         Log: add test case for change#3298
4325      Branch: perl
4326            ! sv.c t/op/readdir.t
4327 ____________________________________________________________________________
4328 [  3298] By: gsar                                  on 1999/05/02  19:24:41
4329         Log: close directory handles properly when localized
4330      Branch: perl
4331            ! sv.c
4332 ____________________________________________________________________________
4333 [  3297] By: jhi                                   on 1999/04/30  11:42:14
4334         Log: Integrate from mainperl.
4335      Branch: cfgperl
4336           !> Changes config_h.SH configure.com lib/AutoLoader.pm
4337           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
4338           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
4339           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
4340           !> vms/subconfigure.com win32/win32.c
4341 ____________________________________________________________________________
4342 [  3293] By: chip                                  on 1999/04/29  18:50:49
4343         Log: Fix shebang lines.
4344      Branch: maint-5.004/perl
4345            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
4346            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
4347            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
4348            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
4349            ! x2p/find2perl.PL x2p/s2p.PL
4350 ____________________________________________________________________________
4351 [  3284] By: gsar                                  on 1999/04/27  00:48:42
4352         Log: integrate change#3279 from maint-5.004
4353      Branch: perl
4354            ! lib/AutoLoader.pm
4355 ____________________________________________________________________________
4356 [  3279] By: chip                                  on 1999/04/26  23:09:26
4357         Log: Make &AutoLoad::AUTOLOAD reentrant.
4358      Branch: maint-5.004/perl
4359            ! lib/AutoLoader.pm
4360 ____________________________________________________________________________
4361 [  3276] By: chip                                  on 1999/04/26  22:34:36
4362         Log: Make porting scripts executable.
4363      Branch: maint-5.004/perl
4364            ! Changes Porting/genlog Porting/makerel Porting/p4desc
4365            ! Porting/patchls
4366 ____________________________________________________________________________
4367 [  3274] By: gsar                                  on 1999/04/26  17:30:31
4368         Log: allow embedded null characters in diagnostics
4369      Branch: perl
4370            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
4371 ____________________________________________________________________________
4372 [  3273] By: gsar                                  on 1999/04/26  08:27:22
4373         Log: hand-applied conflicting parts of suggested patch
4374              From: Charles Bailey <BAILEY@newman.upenn.edu>
4375              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
4376              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
4377              Subject: [PATCH 5.005_56] VMS configuration/build
4378      Branch: perl
4379            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
4380            ! vms/munchconfig.c vms/subconfigure.com
4381 ____________________________________________________________________________
4382 [  3272] By: gsar                                  on 1999/04/26  08:25:41
4383         Log: update Changes; tweak minor regressions
4384      Branch: perl
4385            ! Changes lib/AutoSplit.pm lib/File/Path.pm
4386 ____________________________________________________________________________
4387 [  3271] By: gsar                                  on 1999/04/26  07:52:51
4388         Log: integrate change#3229 from maint-5.004
4389      Branch: perl
4390            ! pp_ctl.c util.c
4391 ____________________________________________________________________________
4392 [  3270] By: gsar                                  on 1999/04/25  22:58:27
4393         Log: fix buggy reference count on refs to SVs with autoviv magic
4394              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
4395              accessing free()d memory)
4396      Branch: perl
4397            ! pp.c t/op/ref.t
4398 ____________________________________________________________________________
4399 [  3269] By: gsar                                  on 1999/04/24  17:07:55
4400         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
4401              on win32)
4402      Branch: perl
4403            ! win32/win32.c
4404 ____________________________________________________________________________
4405 [  3268] By: gsar                                  on 1999/04/24  16:38:25
4406         Log: kill dup hunk
4407      Branch: perl
4408            ! config_h.SH
4409 ____________________________________________________________________________
4410 [  3267] By: gsar                                  on 1999/04/24  16:35:57
4411         Log: integrate cfgperl changes into mainline
4412      Branch: perl
4413           +> myconfig.SH
4414            - myconfig
4415            ! pod/perlre.pod
4416           !> (integrate 38 files)
4417 ____________________________________________________________________________
4418 [  3266] By: jhi                                   on 1999/04/23  18:42:44
4419         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4420              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
4421              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
4422              Cc: Lionel Cons <lionel.cons@cern.ch>,
4423              Ilya Zakharevich <ilya@math.ohio-state.edu>,
4424              David Hayes <david@bdel.com>
4425              Subject: [PATCH] h2ph
4426              Date: Fri, 23 Apr 1999 12:37:23 -0400
4427              Message-ID: <19990423123723.A49550@O2.chapin.edu>
4428      Branch: cfgperl
4429            ! utils/h2ph.PL
4430 ____________________________________________________________________________
4431 [  3265] By: jhi                                   on 1999/04/21  18:17:12
4432         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4433              To: perlbug@perl.org
4434              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
4435              Date: Wed, 21 Apr 1999 08:17:54 -0700
4436              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
4437      Branch: cfgperl
4438            ! vms/descrip_mms.template
4439 ____________________________________________________________________________
4440 [  3264] By: jhi                                   on 1999/04/20  08:50:54
4441         Log: From: Andy Dougherty <doughera@lafayette.edu>
4442              To: The Perl Porters Mailing List <perl5-porters@perl.org>
4443              Subject: [PATCH 5.005_56] Re: 5.006 Todo
4444              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
4445              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
4446      Branch: cfgperl
4447            ! Porting/pumpkin.pod
4448 ____________________________________________________________________________
4449 [  3263] By: jhi                                   on 1999/04/20  08:05:01
4450         Log: From: Chip Salzenberg <chip@perlsupport.com>
4451              To: Perl 5 Porters <perl5-porters@perl.org>
4452              Subject: [PATCH 5.005_56] Configure: $sig_count
4453              Date: Sun, 18 Apr 1999 17:54:36 -0400
4454              Message-ID: <19990418175436.A27496@perlsupport.com>
4455      Branch: cfgperl
4456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4457            ! config_h.SH
4458 ____________________________________________________________________________
4459 [  3262] By: jhi                                   on 1999/04/19  18:23:50
4460         Log: Subject: PATCH wrong faq reference in perlbook.pod
4461              From: Robin Barker <rmb1@cise.npl.co.uk>
4462              To: perlbug@perl.com
4463              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
4464              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
4465      Branch: cfgperl
4466            ! pod/perlbook.pod
4467 ____________________________________________________________________________
4468 [  3261] By: jhi                                   on 1999/04/15  13:59:04
4469         Log: From: Andy Dougherty <doughera@lafayette.edu>
4470              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
4471              Cc: Perl Porters <perl5-porters@perl.org>
4472              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
4473              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
4474              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
4475      Branch: cfgperl
4476            ! hints/solaris_2.sh
4477 ____________________________________________________________________________
4478 [  3260] By: jhi                                   on 1999/04/15  13:56:53
4479         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4480              To: pumpkings@jhereg.perl.com
4481              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
4482              Date: Thu, 15 Apr 1999 07:13:41 -0600
4483              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
4484      Branch: cfgperl
4485            ! pod/perldata.pod
4486 ____________________________________________________________________________
4487 [  3259] By: jhi                                   on 1999/04/13  23:12:52
4488         Log: LDLIBPTH also on 'clean' targets.
4489      Branch: cfgperl
4490            ! Makefile.SH
4491 ____________________________________________________________________________
4492 [  3258] By: jhi                                   on 1999/04/13  21:38:46
4493         Log: Add information about the two DEC C compiler optimizer bugs
4494              (what patch levels of the compilers fix them).
4495      Branch: cfgperl
4496            ! pp.c t/op/repeat.t
4497 ____________________________________________________________________________
4498 [  3257] By: jhi                                   on 1999/04/13  14:25:08
4499         Log: Be polite about ccdlflags and lddflags, too.
4500              Avoid Perl's malloc only when threaded.
4501      Branch: cfgperl
4502            ! hints/aix.sh
4503 ____________________________________________________________________________
4504 [  3256] By: jhi                                   on 1999/04/13  10:21:33
4505         Log: Croak if no known ways to semctl() (don't assume union semun).
4506      Branch: cfgperl
4507            ! doio.c perl.h
4508 ____________________________________________________________________________
4509 [  3255] By: jhi                                   on 1999/04/13  09:10:26
4510         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4511              To: perl5-porters@perl.org, vmsperl@perl.org
4512              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
4513              Date: Mon, 12 Apr 1999 13:36:48 -0700
4514              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
4515      Branch: cfgperl
4516            ! lib/ExtUtils/MM_VMS.pm
4517 ____________________________________________________________________________
4518 [  3254] By: jhi                                   on 1999/04/13  06:56:26
4519         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4520              To: perlbug@perl.com
4521              Subject: Update for OpenBSD hints
4522              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
4523              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
4524      Branch: cfgperl
4525            ! hints/openbsd.sh
4526 ____________________________________________________________________________
4527 [  3229] By: chip                                  on 1999/04/13  04:04:14
4528         Log: Preserve errno from importunities of sfio.
4529      Branch: maint-5.004/perl
4530            ! pp_ctl.c util.c
4531 ____________________________________________________________________________
4532 [  3226] By: jhi                                   on 1999/04/11  12:52:26
4533         Log: If both ways to call semctl are broken,    skip the tests.
4534      Branch: cfgperl
4535            ! t/lib/ipc_sysv.t
4536 ____________________________________________________________________________
4537 [  3225] By: jhi                                   on 1999/04/10  22:27:28
4538         Log: From: Andy Dougherty <doughera@lafayette.edu>
4539              To: dsembr01@ox.slug.louisville.edu
4540              Cc: perlbug@perl.com
4541              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
4542              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
4543              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
4544      Branch: cfgperl
4545            ! ext/POSIX/POSIX.xs
4546 ____________________________________________________________________________
4547 [  3224] By: jhi                                   on 1999/04/09  18:50:32
4548         Log: From: Andy Dougherty <doughera@lafayette.edu>
4549              To: Perl Porters <perl5-porters@perl.org>
4550              Subject: [PATCH 5.005_56] Re: prefix= in hints
4551              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
4552              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
4553              
4554              (Overrides change #3204 from Kurt)
4555      Branch: cfgperl
4556            ! hints/linux.sh
4557 ____________________________________________________________________________
4558 [  3223] By: jhi                                   on 1999/04/09  18:37:55
4559         Log: Understand Apollo's //node notation.
4560              
4561              From: Johann Klasek <jk@auto.tuwien.ac.at>
4562              To: jhi@iki.fi
4563              Subject: Re: DomainPerl
4564              Date: Fri, 9 Apr 1999 18:21:37 +0200
4565              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
4566      Branch: cfgperl
4567            ! lib/Cwd.pm
4568 ____________________________________________________________________________
4569 [  3220] By: jhi                                   on 1999/04/04  16:33:49
4570         Log: Integrate from mainperl.
4571      Branch: cfgperl
4572           !> (integrate 39 files)
4573 ____________________________________________________________________________
4574 [  3219] By: gsar                                  on 1999/04/04  02:48:17
4575         Log: tweak previous change
4576      Branch: maint-5.005/perl
4577            ! win32/win32.c
4578 ____________________________________________________________________________
4579 [  3218] By: gsar                                  on 1999/04/04  02:44:47
4580         Log: be careful about extending the stack for the Win32:: builtins
4581      Branch: maint-5.005/perl
4582            ! win32/win32.c
4583 ____________________________________________________________________________
4584 [  3217] By: gsar                                  on 1999/04/04  01:59:26
4585         Log: correct places that said newSVpv() when they meant newSVpvn()
4586      Branch: perl
4587            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
4588            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
4589            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4590            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
4591            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
4592            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
4593            ! win32/win32.c
4594 ____________________________________________________________________________
4595 [  3216] By: gsar                                  on 1999/04/03  23:58:27
4596         Log: avoid duplicate code
4597      Branch: perl
4598            ! sv.c
4599 ____________________________________________________________________________
4600 [  3215] By: gsar                                  on 1999/04/03  23:14:34
4601         Log: grow PL_tmps_stack more efficiently; make it more amenable to
4602              STRESS_REALLOC testing
4603      Branch: perl
4604            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
4605            ! sv.c
4606 ____________________________________________________________________________
4607 [  3214] By: gsar                                  on 1999/04/03  21:01:09
4608         Log: scrounge and save three extra branches in pp_entersub()
4609      Branch: perl
4610            ! cv.h pp_ctl.c pp_hot.c
4611 ____________________________________________________________________________
4612 [  3213] By: gsar                                  on 1999/04/03  17:43:23
4613         Log: remove duplicate code and an extra branch in sv_setsv() and
4614              other hot code by making SvTHINKFIRST() think about FAKE SVs
4615      Branch: perl
4616            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
4617            ! proto.h scope.c sv.c sv.h
4618 ____________________________________________________________________________
4619 [  3212] By: jhi                                   on 1999/04/03  16:20:09
4620         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
4621              
4622              From: John Bley <jbb6@acpub.duke.edu>
4623              To: perlbug@perl.org
4624              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
4625              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
4626              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
4627      Branch: cfgperl
4628            ! doio.c pp_sys.c
4629 ____________________________________________________________________________
4630 [  3211] By: jhi                                   on 1999/04/03  13:27:26
4631         Log: Change #3210 was rather unportable.  This is better.
4632      Branch: cfgperl
4633            ! Configure config_h.SH
4634 ____________________________________________________________________________
4635 [  3210] By: jhi                                   on 1999/04/03  13:16:20
4636         Log: Avoid Digital UNIX' ksh.
4637              
4638              From: Jarkko Hietaniemi <jhi@iki.fi> 
4639              To: Henrik Tougaard <ht000@siberut.foa.dk> 
4640              Cc: perlbug@perl.com, ht000@foa.dk 
4641              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
4642              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
4643              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
4644      Branch: cfgperl
4645            ! Configure config_h.SH
4646 ____________________________________________________________________________
4647 [  3209] By: jhi                                   on 1999/04/03  12:49:04
4648         Log: Integrate from mainperl.
4649      Branch: cfgperl
4650           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
4651 ____________________________________________________________________________
4652 [  3208] By: jhi                                   on 1999/04/03  12:27:24
4653         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
4654              
4655              From: Lionel Cons <lionel.cons@cern.ch>
4656              To: jhi@iki.fi
4657              Cc: perlbug@perl.com, kstar@isinet.com,
4658              Philippe Defert <philippe.defert@cern.ch>
4659              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
4660              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
4661              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
4662      Branch: cfgperl
4663            ! hints/irix_6.sh
4664 ____________________________________________________________________________
4665 [  3207] By: jhi                                   on 1999/04/03  12:20:21
4666         Log: Be polite about usemymalloc.
4667      Branch: cfgperl
4668            ! hints/aix.sh
4669 ____________________________________________________________________________
4670 [  3206] By: gsar                                  on 1999/04/02  23:31:59
4671         Log: a typo in change#3205
4672      Branch: perl
4673            ! t/lib/bigfloatpm.t
4674 ____________________________________________________________________________
4675 [  3205] By: gsar                                  on 1999/04/02  23:20:31
4676         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
4677              returns NaNs faithfully)
4678      Branch: perl
4679            ! t/lib/bigfloatpm.t
4680 ____________________________________________________________________________
4681 [  3204] By: jhi                                   on 1999/04/02  22:03:23
4682         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
4683              
4684              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4685              To: perl5-porters@perl.org
4686              Subject: linux hints nit
4687              Date: Fri, 2 Apr 1999 16:49:47 -0500
4688              Message-ID: <19990402164947.E80926@O2.chapin.edu>
4689      Branch: cfgperl
4690            ! hints/linux.sh
4691 ____________________________________________________________________________
4692 [  3203] By: jhi                                   on 1999/04/02  22:00:56
4693         Log: Display exact glibc version in Linux. 
4694              
4695              From: Andy Dougherty <doughera@lafayette.edu>
4696              To: Perl Porters <perl5-porters@perl.org>
4697              Subject: Displaying glibc version on Linux
4698              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
4699              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
4700      Branch: cfgperl
4701            ! hints/linux.sh
4702 ____________________________________________________________________________
4703 [  3202] By: gsar                                  on 1999/04/02  21:23:18
4704         Log: various little goofs
4705      Branch: perl
4706            ! Changes Makefile.SH README installperl
4707 ____________________________________________________________________________
4708 [  3201] By: jhi                                   on 1999/04/02  13:13:39
4709         Log: Configure regen.
4710              
4711              Add llseek + offset_t probing.
4712              Change CONFIG to CONFIGDOTSH.
4713              'unset foo' is unportable, use foo=''.
4714      Branch: cfgperl
4715            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4716            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
4717            ! perl_exp.SH writemain.SH
4718 ____________________________________________________________________________
4719 [  3200] By: jhi                                   on 1999/04/02  12:06:22
4720         Log: Introduce myconfig.SH.
4721              
4722              From: Andy Dougherty <doughera@lafayette.edu>
4723              To: Jarkko Hietaniemi <jhi@iki.fi>
4724              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
4725              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
4726              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
4727              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
4728      Branch: cfgperl
4729            + myconfig.SH
4730            - myconfig
4731            ! MANIFEST
4732 ____________________________________________________________________________
4733 [  3195] By: jhi                                   on 1999/03/28  16:42:54
4734         Log: Update perlhist on 5_03.
4735      Branch: maint-5.005/perl
4736            ! pod/perlhist.pod
4737 ____________________________________________________________________________
4738 [  3194] By: jhi                                   on 1999/03/28  12:30:01
4739         Log: Integrate from mainperl.
4740      Branch: cfgperl
4741           +> t/op/grep.t
4742            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
4743            ! t/lib/bigintpm.t
4744           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
4745           !> t/lib/thread.t
4746 ____________________________________________________________________________
4747 [  3189] By: gsar                                  on 1999/03/28  08:22:00
4748         Log: various pod niggles
4749      Branch: maint-5.005/perl
4750            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
4751            ! pod/perlfunc.pod pod/perlhist.pod
4752 ____________________________________________________________________________
4753 [  3187] By: gsar                                  on 1999/03/28  07:31:16
4754         Log: regularize CAPI declarations (CAPI extensions now build under
4755              the Borland compiler)
4756      Branch: maint-5.005/perl
4757            ! win32/GenCAPI.pl
4758 ____________________________________________________________________________
4759 [  3186] By: gsar                                  on 1999/03/28  07:26:33
4760         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
4761              -DPERL_CAPI
4762      Branch: maint-5.005/perl
4763            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4764 ____________________________________________________________________________
4765 [  3183] By: gsar                                  on 1999/03/28  06:00:46
4766         Log: update p4 utility to ignore non-text files
4767      Branch: perl
4768            ! Porting/p4desc
4769 ____________________________________________________________________________
4770 [  3181] By: gsar                                  on 1999/03/28  03:37:23
4771         Log: integrate change#3179 from maint-5.005
4772      Branch: perl
4773           !> ext/Thread/Thread.xs t/lib/thread.t
4774 ____________________________________________________________________________
4775 [  3180] By: gsar                                  on 1999/03/28  02:28:20
4776         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
4777              (sometimes caused bizarreness in the BLOCK)
4778      Branch: perl
4779            + t/op/grep.t
4780            ! MANIFEST op.c
4781 ____________________________________________________________________________
4782 [  3179] By: gsar                                  on 1999/03/28  02:14:04
4783         Log: fix thread segfault when passing large number of arguments to child
4784              a la C<Thread->new($foo, 1..1000)>
4785      Branch: maint-5.005/perl
4786            ! ext/Thread/Thread.xs t/lib/thread.t
4787 ____________________________________________________________________________
4788 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
4789         Log: fix $Config{'usethreads'} typo in perlthrtut
4790              
4791              From: Ian Maloney <szhmf9@wsblob.ubs.com>
4792              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
4793              Message-Id: <199903251540.QAA02439@wsblob.>
4794              Subject: perlthrtut documentation error
4795      Branch: maint-5.005/perl
4796            ! pod/perlthrtut.pod
4797 ____________________________________________________________________________
4798 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
4799         Log: Update Test.pm to VERSION 1.122 from CPAN
4800      Branch: maint-5.005/perl
4801            ! lib/Test.pm
4802 ____________________________________________________________________________
4803 [  3171] By: jhi                                   on 1999/03/26  22:38:28
4804         Log: Integrate from mainperl.
4805      Branch: cfgperl
4806           !> (integrate 37 files)
4807 ____________________________________________________________________________
4808 [  3170] By: gsar                                  on 1999/03/26  01:30:25
4809         Log: specify type of bracket in "Unmatched bracket" diagnostic;
4810              prefer 'brace' or 'curly bracket' over 'curly brace'
4811      Branch: perl
4812            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
4813            ! t/op/misc.t t/op/re_tests toke.c
4814 ____________________________________________________________________________
4815 [  3169] By: gsar                                  on 1999/03/26  00:50:51
4816         Log: better description of "Integer overflow" diagnostic
4817      Branch: perl
4818            ! pod/perldiag.pod
4819 ____________________________________________________________________________
4820 [  3168] By: gsar                                  on 1999/03/25  11:02:46
4821         Log: applied needful parts of suggested patch
4822              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
4823              Date: Tue, 23 Mar 1999 16:21:43 -0800
4824              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
4825              Subject: [PATCH 5.005_56] pp_formline correction
4826      Branch: perl
4827            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
4828 ____________________________________________________________________________
4829 [  3167] By: gsar                                  on 1999/03/25  10:39:02
4830         Log: clarify what a "comment" means (due to Mark-Jason Dominus
4831              <mjd@plover.com>)
4832      Branch: perl
4833            ! pod/perlsyn.pod
4834 ____________________________________________________________________________
4835 [  3166] By: gsar                                  on 1999/03/25  10:33:18
4836         Log: describe current behavior on local($foo{nothere}) (suggested by
4837              Lionel Cons <lionel.cons@cern.ch>)
4838      Branch: perl
4839            ! pod/perlsub.pod
4840 ____________________________________________________________________________
4841 [  3165] By: gsar                                  on 1999/03/25  06:21:05
4842         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
4843              <vishalb@hotmail.com>)
4844      Branch: perl
4845            ! ext/B/B/C.pm
4846 ____________________________________________________________________________
4847 [  3164] By: gsar                                  on 1999/03/25  06:17:27
4848         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4849              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
4850              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
4851              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
4852      Branch: perl
4853            ! ext/B/B.xs op.h opcode.pl
4854 ____________________________________________________________________________
4855 [  3163] By: gsar                                  on 1999/03/25  06:15:49
4856         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
4857              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
4858              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
4859              Subject: [PATCH _56] B::Deparse 0.57
4860              --
4861              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
4862              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
4863              Subject: Re: [PATCH _56] B::Deparse 0.57 
4864      Branch: perl
4865            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
4866 ____________________________________________________________________________
4867 [  3162] By: gsar                                  on 1999/03/25  06:11:46
4868         Log: fix a few places that said 'int', but meant 'STRLEN'
4869      Branch: perl
4870            ! pod/perlguts.pod proto.h sv.c
4871 ____________________________________________________________________________
4872 [  3161] By: gsar                                  on 1999/03/25  06:01:18
4873         Log: From: Russ Allbery <rra@stanford.edu>
4874              Date: 22 Mar 1999 04:26:26 -0800
4875              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
4876              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
4877      Branch: perl
4878            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
4879            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
4880            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
4881            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
4882 ____________________________________________________________________________
4883 [  3160] By: gsar                                  on 1999/03/25  02:26:31
4884         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
4885      Branch: perl
4886            ! opcode.h opcode.pl
4887 ____________________________________________________________________________
4888 [  3159] By: gsar                                  on 1999/03/25  02:18:17
4889         Log: add statement-modifier loops to :base_loop class
4890      Branch: perl
4891            ! ext/Opcode/Opcode.pm
4892 ____________________________________________________________________________
4893 [  3158] By: gsar                                  on 1999/03/25  00:36:57
4894         Log: integrate changes#3105,3130,3154 from maint-5.005
4895      Branch: perl
4896           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
4897 ____________________________________________________________________________
4898 [  3157] By: gsar                                  on 1999/03/25  00:24:17
4899         Log: remove bogus panic()
4900      Branch: perl
4901            ! Changes lib/Math/BigFloat.pm
4902 ____________________________________________________________________________
4903 [  3156] By: jhi                                   on 1999/03/24  22:43:43
4904         Log: Integrate from mainperl.
4905      Branch: cfgperl
4906           +> (branch 38 files)
4907           !> (integrate 68 files)
4908 ____________________________________________________________________________
4909 [  3155] By: jhi                                   on 1999/03/24  22:12:17
4910         Log: Configure regenerated because of changes #3130/#3154 and #3147.
4911      Branch: cfgperl
4912            ! Configure config_h.SH
4913 ____________________________________________________________________________
4914 [  3154] By: jhi                                   on 1999/03/24  21:40:51
4915         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
4916              based on suggestions from Andy Dougherty.
4917      Branch: maint-5.005/perl
4918            ! INSTALL
4919 ____________________________________________________________________________
4920 [  3153] By: gsar                                  on 1999/03/24  10:38:05
4921         Log: applied suggested patch, modulo superceded parts
4922              From: Charles Bailey <BAILEY@newman.upenn.edu>
4923              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
4924              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
4925              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
4926      Branch: perl
4927            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
4928            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
4929            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
4930            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
4931 ____________________________________________________________________________
4932 [  3152] By: gsar                                  on 1999/03/24  10:30:51
4933         Log: applied suggested patch, modulo superceded parts
4934              From: Charles Bailey <BAILEY@newman.upenn.edu>
4935              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
4936              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
4937              Subject: [PATCH 5.005_56] Miscellaneous small fixes
4938      Branch: perl
4939            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
4940            ! lib/File/Basename.pm
4941 ____________________________________________________________________________
4942 [  3151] By: gsar                                  on 1999/03/24  10:15:00
4943         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
4944      Branch: perl
4945            ! pod/perlop.pod
4946 ____________________________________________________________________________
4947 [  3150] By: gsar                                  on 1999/03/24  10:09:13
4948         Log: missing integration in previous change
4949      Branch: perl
4950           !> README.apollo
4951 ____________________________________________________________________________
4952 [  3149] By: gsar                                  on 1999/03/24  10:06:44
4953         Log: integrate changes#3116,3119 from maint-5.005
4954      Branch: perl
4955            + README.apollo
4956           +> apollo/netinet/in.h
4957           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
4958 ____________________________________________________________________________
4959 [  3148] By: gsar                                  on 1999/03/24  10:01:56
4960         Log: integrate changes#3091-3094 from maint-5.005
4961      Branch: perl
4962           !> README.hurd vms/subconfigure.com vos/config.h
4963           !> vos/config_h.SH_orig
4964 ____________________________________________________________________________
4965 [  3147] By: gsar                                  on 1999/03/24  09:31:49
4966         Log: warn about newfangled vfork() caveats
4967      Branch: perl
4968            ! Configure
4969 ____________________________________________________________________________
4970 [  3146] By: jhi                                   on 1999/03/24  09:20:14
4971         Log: Bring in changes #2808 and #2812 (from mainline perl)
4972              that enhance the perlbug checklist.
4973      Branch: maint-5.005/perl
4974            ! utils/perlbug.PL
4975 ____________________________________________________________________________
4976 [  3145] By: gsar                                  on 1999/03/24  08:37:02
4977         Log: integrate change#3115 from maint-5.005
4978      Branch: perl
4979           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
4980           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
4981 ____________________________________________________________________________
4982 [  3144] By: gsar                                  on 1999/03/24  08:33:59
4983         Log: add note about map in scalar context
4984      Branch: perl
4985            ! pod/perlfunc.pod
4986 ____________________________________________________________________________
4987 [  3143] By: gsar                                  on 1999/03/24  08:25:59
4988         Log: doc tweak
4989      Branch: perl
4990            ! lib/Time/Local.pm
4991 ____________________________________________________________________________
4992 [  3142] By: gsar                                  on 1999/03/24  08:20:37
4993         Log: applied suggested patch, modulo bogus hunk
4994              From: "Vishal Bhatia" <vishalb@hotmail.com>
4995              Date: Thu, 11 Mar 1999 07:40:27 PST
4996              Message-ID: <19990311154027.25891.qmail@hotmail.com>
4997              Subject: [PATCH 5.005_56] Minor fixes in perlcc
4998      Branch: perl
4999            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
5000 ____________________________________________________________________________
5001 [  3141] By: gsar                                  on 1999/03/24  08:06:12
5002         Log: integrate change#3104 from maint-5.005
5003      Branch: perl
5004           !> README.os390 t/lib/posix.t
5005 ____________________________________________________________________________
5006 [  3140] By: gsar                                  on 1999/03/24  06:34:56
5007         Log: fix failure of C<&locked_sub;> under -Dusethreads
5008      Branch: perl
5009            ! pp_hot.c t/lib/thread.t
5010 ____________________________________________________________________________
5011 [  3139] By: gsar                                  on 1999/03/24  05:52:00
5012         Log: debugger tweak (wasn't printing a newline after recalled commands)
5013      Branch: perl
5014            ! lib/perl5db.pl
5015 ____________________________________________________________________________
5016 [  3138] By: gsar                                  on 1999/03/24  05:33:28
5017         Log: document OO exceptions (based on a suggestion by Andreas Koenig
5018              <andreas.koenig@anima.de>)
5019      Branch: perl
5020            ! pod/perlfunc.pod
5021 ____________________________________________________________________________
5022 [  3137] By: gsar                                  on 1999/03/24  02:50:20
5023         Log: better "Illegal %s digit ignored" warnings
5024      Branch: perl
5025            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
5026            ! toke.c util.c
5027 ____________________________________________________________________________
5028 [  3136] By: gsar                                  on 1999/03/24  02:26:38
5029         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
5030      Branch: perl
5031            + t/pragma/utf8.t
5032            ! regcomp.c
5033 ____________________________________________________________________________
5034 [  3135] By: gsar                                  on 1999/03/24  01:29:09
5035         Log: flip release & version in win32_uname()
5036      Branch: perl
5037            ! win32/win32.c
5038 ____________________________________________________________________________
5039 [  3134] By: gsar                                  on 1999/03/24  01:08:33
5040         Log: support POSIX::uname() via win32_uname()
5041      Branch: perl
5042            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
5043            ! win32/config.gc win32/config.vc win32/config_H.bc
5044            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5045            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5046 ____________________________________________________________________________
5047 [  3133] By: gsar                                  on 1999/03/23  22:20:10
5048         Log: From: jan.dubois@ibm.net (Jan Dubois)
5049              Date: Sat, 06 Mar 1999 21:42:56 +0100
5050              Message-ID: <36e49281.50337171@smtp1.ibm.net>
5051              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
5052      Branch: perl
5053            ! pod/perldelta.pod
5054 ____________________________________________________________________________
5055 [  3132] By: gsar                                  on 1999/03/23  22:17:45
5056         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
5057              Date: Sat, 06 Mar 1999 17:50:49 +0100
5058              Message-ID: <36e25209.33833760@smtp1.ibm.net>
5059              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
5060              --
5061              Date: Sat, 06 Mar 1999 18:15:00 +0100
5062              Message-ID: <36e36222.37954195@smtp1.ibm.net>
5063              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
5064      Branch: perl
5065            + t/lib/filefunc.t
5066            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
5067            ! pod/perldelta.pod pod/perlmodlib.pod
5068 ____________________________________________________________________________
5069 [  3131] By: gsar                                  on 1999/03/23  22:07:59
5070         Log: integrate cfgperl changes into mainline
5071      Branch: perl
5072           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5073           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
5074           !> installperl malloc.c perl.c perl.h pod/perl.pod
5075           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
5076 ____________________________________________________________________________
5077 [  3130] By: jhi                                   on 1999/03/23  22:02:23
5078         Log: Don't use config.msg to remind about the
5079              LD_LIBRARY_PATH because Makefile.SH takes
5080              care of that.
5081              
5082              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
5083              This used to be the default but in some MT or another it
5084              was dropped because of some transient error or another.
5085      Branch: maint-5.005/perl
5086            ! Configure hints/dec_osf.sh
5087 ____________________________________________________________________________
5088 [  3129] By: gsar                                  on 1999/03/23  21:38:03
5089         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
5090              to size    and better maintainability)
5091      Branch: perl
5092            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
5093            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
5094            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
5095            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
5096            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
5097            + t/pod/include.xr t/pod/included.t t/pod/included.xr
5098            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
5099            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
5100            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
5101            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
5102            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
5103            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
5104            ! win32/Makefile win32/makefile.mk win32/pod.mak
5105 ____________________________________________________________________________
5106 [  3128] By: jhi                                   on 1999/03/23  10:14:54
5107         Log: Integrate from mainperl.
5108      Branch: cfgperl
5109           !> (integrate 46 files)
5110 ____________________________________________________________________________
5111 [  3127] By: gsar                                  on 1999/03/23  06:57:30
5112         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
5113              Date: Thu, 4 Mar 1999 10:54:01 -0800
5114              Message-Id: <9903041854.AA46868@frc0000>
5115              Subject: patch for useless Math::BigInt warnings
5116      Branch: perl
5117            ! lib/Math/BigInt.pm
5118 ____________________________________________________________________________
5119 [  3126] By: gsar                                  on 1999/03/23  05:54:37
5120         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
5121              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5122              Date: Fri, 19 Feb 1999 15:47:59 -0500
5123              Message-ID: <19990219154759.A32350@O2.chapin.edu>
5124              Subject: [PATCH] OSF/1 hints
5125      Branch: perl
5126            ! hints/dec_osf.sh
5127 ____________________________________________________________________________
5128 [  3125] By: gsar                                  on 1999/03/23  00:56:38
5129         Log: avoid typeglob persistence in pp_readline()
5130      Branch: perl
5131            ! sv.c t/op/gv.t
5132 ____________________________________________________________________________
5133 [  3124] By: gsar                                  on 1999/03/22  21:12:23
5134         Log: update copyright years
5135      Branch: perl
5136            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
5137            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
5138            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
5139            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
5140            ! sv.c sv.h toke.c utf8.c utf8.h util.c
5141 ____________________________________________________________________________
5142 [  3123] By: gsar                                  on 1999/03/22  07:07:06
5143         Log: implement win32_spawnvp() internally, making it return true PIDs
5144              for asynchronous spawns; fix win32_kill() to always deal with
5145              PIDs
5146      Branch: perl
5147            ! win32/win32.c win32/win32.h
5148 ____________________________________________________________________________
5149 [  3122] By: jhi                                   on 1999/03/19  21:12:14
5150         Log: Describe the new Benchmark feature in more detail.
5151      Branch: cfgperl
5152            ! pod/perldelta.pod
5153      Branch: maint-5.005/perl
5154            ! pod/perldelta.pod
5155 ____________________________________________________________________________
5156 [  3121] By: jhi                                   on 1999/03/19  08:16:12
5157         Log: AVAILABILITY tuning.
5158      Branch: cfgperl
5159            ! pod/perl.pod
5160      Branch: maint-5.005/perl
5161            ! pod/perl.pod
5162 ____________________________________________________________________________
5163 [  3120] By: jhi                                   on 1999/03/17  14:52:17
5164         Log: Rhapsody change assumed too much.
5165      Branch: cfgperl
5166            ! t/op/stat.t
5167 ____________________________________________________________________________
5168 [  3119] By: jhi                                   on 1999/03/17  14:33:43
5169         Log: More Apollo fixes.
5170      Branch: maint-5.005/perl
5171            ! README.apollo hints/apollo.sh t/lib/io_udp.t
5172 ____________________________________________________________________________
5173 [  3118] By: jhi                                   on 1999/03/16  17:23:39
5174         Log: Nada.
5175      Branch: maint-5.005/perl
5176            ! README.apollo
5177 ____________________________________________________________________________
5178 [  3117] By: jhi                                   on 1999/03/16  17:18:49
5179         Log: Apollo DomainOS AVAILABILITY.
5180      Branch: cfgperl
5181            ! pod/perl.pod
5182      Branch: maint-5.005/perl
5183            ! pod/perl.pod
5184 ____________________________________________________________________________
5185 [  3116] By: jhi                                   on 1999/03/16  17:14:00
5186         Log: Apollo DomainOS patch
5187              From: Johann Klasek <jk@auto.tuwien.ac.at>
5188              Subject: Re: DomainPerl
5189              Date: Tue, 16 Mar 1999 17:46:32 +0100
5190              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
5191      Branch: maint-5.005/perl
5192            + README.apollo apollo/netinet/in.h
5193            ! MANIFEST hints/apollo.sh
5194 ____________________________________________________________________________
5195 [  3115] By: jhi                                   on 1999/03/16  14:23:54
5196         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
5197              To: Gurusamy Sarathy <gsar@activestate.com>,
5198              Graham Barr <gbarr@pobox.com>
5199              Cc: Perl5 Porters <perl5-porters@perl.org>,
5200              "Paul.Marquess" <Paul.Marquess@btinternet.com>
5201              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
5202              Date: Sun, 14 Mar 1999 14:43:57 -0000
5203              Message-Id: <199903141841.NAA17040@defender.perl.org>
5204      Branch: maint-5.005/perl
5205            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5206            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5207 ____________________________________________________________________________
5208 [  3114] By: jhi                                   on 1999/03/16  12:42:20
5209         Log: Mention Rhapsody in 5.005_5X perldelta,
5210              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
5211              *planned* AVAILABILITY.
5212      Branch: cfgperl
5213            ! pod/perl.pod pod/perldelta.pod
5214      Branch: maint-5.005/perl
5215            ! pod/perl.pod
5216 ____________________________________________________________________________
5217 [  3113] By: jhi                                   on 1999/03/16  10:38:53
5218         Log: perldelta niggling.
5219      Branch: cfgperl
5220            ! pod/perldelta.pod
5221      Branch: maint-5.005/perl
5222            ! pod/perldelta.pod
5223 ____________________________________________________________________________
5224 [  3112] By: jhi                                   on 1999/03/16  10:35:21
5225         Log: Integrate from mainperl.
5226      Branch: cfgperl
5227           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5228           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5229 ____________________________________________________________________________
5230 [  3111] By: jhi                                   on 1999/03/16  10:28:10
5231         Log: AVAILABILITY update: still mention PowerUX,
5232              Novell Netware now has sources available.
5233      Branch: cfgperl
5234            ! pod/perl.pod
5235      Branch: maint-5.005/perl
5236            ! pod/perl.pod
5237 ____________________________________________________________________________
5238 [  3110] By: gsar                                  on 1999/03/16  04:34:23
5239         Log: sundry pod niggles
5240      Branch: perl
5241            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
5242            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
5243 ____________________________________________________________________________
5244 [  3109] By: jhi                                   on 1999/03/15  17:00:11
5245         Log: Integrate from mainperl.
5246      Branch: cfgperl
5247           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5248           +> lib/unicode/Is/Syllable.pl
5249           +> lib/unicode/MakeEthiopicSyllables.PL
5250           +> lib/unicode/README.Ethiopic
5251           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5252           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5253           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5254           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5255           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5256           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5257           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5258           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
5259 ____________________________________________________________________________
5260 [  3108] By: jhi                                   on 1999/03/15  16:58:12
5261         Log: First pass of integrating the Rhapsody port,
5262              
5263              From: Wilfredo Sanchez <wsanchez@apple.com> 
5264              Subject: Keeping the world in sync.
5265              Reply-To: wsanchez@apple.com 
5266              To: perlbug@perl.com 
5267              Date: Fri, 13 Nov 1998 17:11:30 -0800 
5268              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
5269      Branch: cfgperl
5270            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
5271            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
5272            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
5273            ! x2p/util.c
5274 ____________________________________________________________________________
5275 [  3107] By: gsar                                  on 1999/03/15  03:22:10
5276         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
5277              From: Daniel Yacob <dmulholl@cs.indiana.edu>
5278              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
5279              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
5280              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
5281      Branch: perl
5282            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
5283            + lib/unicode/Is/Syllable.pl
5284            + lib/unicode/MakeEthiopicSyllables.PL
5285            + lib/unicode/README.Ethiopic
5286            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
5287            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
5288            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
5289            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
5290            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
5291            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
5292            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
5293            ! lib/unicode/Name.pl lib/unicode/Number.pl
5294 ____________________________________________________________________________
5295 [  3106] By: gsar                                  on 1999/03/12  20:35:36
5296         Log: change#3067 failed package.t due to needless creation of $a and $b;
5297              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
5298      Branch: perl
5299            ! op.c
5300 ____________________________________________________________________________
5301 [  3105] By: jhi                                   on 1999/03/12  15:54:57
5302         Log: Recognize the NetBSD packages collection.
5303      Branch: maint-5.005/perl
5304            ! hints/netbsd.sh
5305 ____________________________________________________________________________
5306 [  3104] By: jhi                                   on 1999/03/12  09:07:04
5307         Log: From: pvhp@forte.com (Peter Prymmer)
5308              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
5309              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
5310              Date: Thu, 11 Mar 99 14:24:54 PST
5311              Message-Id: <9903112224.AA24346@forte.com>
5312      Branch: maint-5.005/perl
5313            ! README.os390 t/lib/posix.t
5314 ____________________________________________________________________________
5315 [  3103] By: jhi                                   on 1999/03/10  11:07:46
5316         Log: Integrate from mainperl.
5317      Branch: cfgperl
5318           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
5319           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
5320           !> t/pragma/warn/1global toke.c win32/makedef.pl
5321 ____________________________________________________________________________
5322 [  3102] By: jhi                                   on 1999/03/10  11:01:20
5323         Log: From: pvhp@forte.com (Peter Prymmer)
5324              To: perl5-porters@perl.org
5325              Subject: [5.005_03-MT6]Patch: time passes
5326              Date: Tue, 9 Mar 99 18:42:17 PST
5327              Message-Id: <9903100242.AA29057@forte.com>
5328      Branch: maint-5.005/perl
5329            ! perl.c
5330 ____________________________________________________________________________
5331 [  3101] By: jhi                                   on 1999/03/10  10:30:15
5332         Log: From: Mark-Jason Dominus <mjd@plover.com>
5333              To: perl5-porters@perl.com
5334              Subject: Minor fix to perlfunc.pod
5335              Date: Mon, 08 Mar 1999 20:05:53 -0500
5336              Message-ID: <19990309010553.13757.qmail@plover.com>
5337      Branch: maint-5.005/perl
5338            ! pod/perlfunc.pod
5339 ____________________________________________________________________________
5340 [  3100] By: gsar                                  on 1999/03/09  23:04:44
5341         Log: change#3060 had the wrong quotes
5342      Branch: perl
5343            ! pod/pod2man.PL
5344 ____________________________________________________________________________
5345 [  3099] By: jhi                                   on 1999/03/09  12:52:21
5346         Log: d_uname was broken (probably since _53), reported by
5347              
5348              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5349              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
5350              cpan-testers@perl.org
5351              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
5352              Date: Mon, 08 Mar 1999 13:22:31 +0000
5353              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
5354              
5355              and
5356              
5357              From: lvirden@cas.org (Larry W. Virden)
5358              To: perlbug@perl.com
5359              Subject: configure not correctly identifying uname posix compatibility
5360              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
5361              Message-Id: <199903081136.GAA23682@cas.org>
5362      Branch: cfgperl
5363            ! Configure config_h.SH
5364 ____________________________________________________________________________
5365 [  3098] By: gsar                                  on 1999/03/09  03:16:07
5366         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
5367      Branch: perl
5368            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
5369 ____________________________________________________________________________
5370 [  3097] By: gsar                                  on 1999/03/09  02:50:43
5371         Log: use yyerror() instead of croak() so that compile-time failures in
5372              my(LIST) don't confuse globals with lexicals
5373      Branch: perl
5374            ! op.c toke.c
5375 ____________________________________________________________________________
5376 [  3096] By: gsar                                  on 1999/03/09  02:47:36
5377         Log: adjust testsuite for change#3067
5378      Branch: perl
5379            ! t/pragma/warn/1global
5380 ____________________________________________________________________________
5381 [  3095] By: gsar                                  on 1999/03/08  21:04:48
5382         Log: remove bogus symbols from global.sym
5383      Branch: perl
5384            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
5385            ! perl.h win32/makedef.pl
5386 ____________________________________________________________________________
5387 [  3094] By: jhi                                   on 1999/03/06  16:16:15
5388         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5389              To: jhi@iki.fi
5390              Subject: Oops
5391              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
5392              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
5393      Branch: maint-5.005/perl
5394            ! README.hurd
5395 ____________________________________________________________________________
5396 [  3093] By: jhi                                   on 1999/03/06  15:59:46
5397         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
5398              To: jhi@iki.fi
5399              Subject: New Hurd README
5400              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
5401              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
5402      Branch: maint-5.005/perl
5403            ! README.hurd
5404 ____________________________________________________________________________
5405 [  3092] By: jhi                                   on 1999/03/06  12:52:06
5406         Log: From: Paul_Green@stratus.com
5407              To: perl5-porters@perl.org
5408              Cc: jhi@iki.fi, Paul_Green@stratus.com
5409              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
5410              Date: Fri, 5 Mar 1999 18:08:49 -0500 
5411              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
5412      Branch: maint-5.005/perl
5413            ! vos/config.h vos/config_h.SH_orig
5414 ____________________________________________________________________________
5415 [  3091] By: jhi                                   on 1999/03/06  12:42:21
5416         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5417              To: perl5-porters@perl.org, vmsperl@perl.org
5418              Subject: [PATCH 5.005_03-MT6]VMS build patch
5419              Date: Fri, 05 Mar 1999 12:36:19 -0800
5420              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
5421      Branch: maint-5.005/perl
5422            ! vms/subconfigure.com
5423 ____________________________________________________________________________
5424 [  3090] By: gsar                                  on 1999/03/06  04:40:03
5425         Log: integrate change#3089 from mainline
5426              
5427              tolerate CRs after options
5428      Branch: maint-5.005/perl
5429           !> perl.c
5430 ____________________________________________________________________________
5431 [  3089] By: gsar                                  on 1999/03/06  04:30:40
5432         Log: tolerate CRs after options
5433      Branch: perl
5434            ! perl.c
5435 ____________________________________________________________________________
5436 [  3088] By: jhi                                   on 1999/03/05  12:49:01
5437         Log: Integrate from mainperl.
5438      Branch: cfgperl
5439           +> README.hurd
5440           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
5441 ____________________________________________________________________________
5442 [  3087] By: gsar                                  on 1999/03/05  06:41:16
5443         Log: adjust timeouts to accomodate slow/busy systems
5444      Branch: perl
5445            ! t/lib/io_sock.t
5446 ____________________________________________________________________________
5447 [  3083] By: gsar                                  on 1999/03/05  01:32:47
5448         Log: integrate change#3081 from maint-5.005
5449      Branch: perl
5450           !> ext/Errno/Errno_pm.PL
5451 ____________________________________________________________________________
5452 [  3082] By: gsar                                  on 1999/03/05  01:31:06
5453         Log: integrate change#2904 from maint-5.005
5454      Branch: perl
5455           +> README.hurd
5456           !> MANIFEST
5457 ____________________________________________________________________________
5458 [  3081] By: gsar                                  on 1999/03/05  00:14:33
5459         Log: protect against doubled backslashes
5460      Branch: maint-5.005/perl
5461            ! ext/Errno/Errno_pm.PL
5462 ____________________________________________________________________________
5463 [  3077] By: jhi                                   on 1999/03/04  08:10:13
5464         Log: Integrate from mainperl.
5465      Branch: cfgperl
5466           +> ext/B/B/Stash.pm
5467           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
5468           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
5469           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
5470           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
5471 ____________________________________________________________________________
5472 [  3076] By: jhi                                   on 1999/03/04  08:07:59
5473         Log: Regen config_h.SH once more because of *size, 
5474              noticed by
5475              
5476              From: Hans Mulder <hansm@icgned.icgroup.nl>
5477              To: Jarkko Hietaniemi <jhi@iki.fi>
5478              Cc: perl5-porters@perl.org
5479              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5480              Date: Thu,  4 Mar 99 00:10:45 +0100
5481              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5482      Branch: cfgperl
5483            ! Configure config_h.SH
5484 ____________________________________________________________________________
5485 [  3068] By: gsar                                  on 1999/03/04  05:48:03
5486         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
5487              Date: Thu,  4 Mar 99 00:10:45 +0100
5488              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5489              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5490      Branch: perl
5491            ! config_h.SH
5492 ____________________________________________________________________________
5493 [  3067] By: gsar                                  on 1999/03/04  05:44:32
5494         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
5495              From: Graham Barr <gbarr@ti.com>
5496              Date: Wed, 3 Mar 1999 17:23:56 -0600
5497              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
5498              Subject: Re: 'use strict' doesn't work for one-letter variables
5499      Branch: perl
5500            ! gv.c op.c
5501 ____________________________________________________________________________
5502 [  3066] By: gsar                                  on 1999/03/04  05:20:50
5503         Log: updates to compiler modules
5504              From: "Vishal Bhatia" <vishalb@hotmail.com>
5505              Date: Tue, 02 Mar 1999 23:27:25 PST
5506              Message-ID: <19990303072725.779.qmail@hotmail.com>
5507              Subject: PATCH 5.005_56 + Test procedure
5508      Branch: perl
5509            + ext/B/B/Stash.pm
5510            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
5511            ! lib/Test/Harness.pm utils/perlcc.PL
5512 ____________________________________________________________________________
5513 [  3065] By: gsar                                  on 1999/03/04  05:03:30
5514         Log: more s/s_/s!/ etc.
5515      Branch: perl
5516            ! pod/perldelta.pod pod/perlfunc.pod
5517 ____________________________________________________________________________
5518 [  3064] By: gsar                                  on 1999/03/04  04:50:45
5519         Log: integrate cfgperl contents into mainline
5520      Branch: perl
5521           !> Configure README.vms bytecode.h config_h.SH configure.com
5522           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
5523           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
5524           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5525 ____________________________________________________________________________
5526 [  3063] By: gsar                                  on 1999/03/04  04:44:13
5527         Log: HP-UX has yet another spelling for /NaNQ?/
5528      Branch: perl
5529            ! t/lib/bigfloatpm.t
5530 ____________________________________________________________________________
5531 [  3062] By: gsar                                  on 1999/03/04  04:36:08
5532         Log: error-check for accept() test
5533      Branch: perl
5534            ! t/lib/io_sock.t
5535 ____________________________________________________________________________
5536 [  3061] By: gsar                                  on 1999/03/04  03:40:25
5537         Log: allow custom comparison function in File::Compare::compare_text()
5538              From: jan.dubois@ibm.net (Jan Dubois)
5539              Date: Fri, 26 Feb 1999 21:56:09 +0100
5540              Message-ID: <36db0838.8805651@smtp1.ibm.net>
5541              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5542      Branch: perl
5543            ! lib/File/Compare.pm
5544 ____________________________________________________________________________
5545 [  3060] By: gsar                                  on 1999/03/04  03:37:38
5546         Log: better version of change#3038
5547              From: abigail@fnx.com
5548              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
5549              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
5550              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
5551      Branch: perl
5552            ! pod/pod2man.PL
5553 ____________________________________________________________________________
5554 [  3058] By: jhi                                   on 1999/03/03  22:30:40
5555         Log: Configure regen to
5556              (1) match maint-5.005 patches #3056 and #3057
5557              (2) better version of PHOSTNAME of #3050
5558              (3) the crosscompile/multiarch config_h.SH trouble solved for now
5559      Branch: cfgperl
5560            ! Configure config_h.SH
5561 ____________________________________________________________________________
5562 [  3054] By: jhi                                   on 1999/03/03  09:57:59
5563         Log: Change #3053 missed perldelta.
5564      Branch: cfgperl
5565            ! pod/perldelta.pod
5566 ____________________________________________________________________________
5567 [  3053] By: jhi                                   on 1999/03/03  08:29:43
5568         Log: Use '!' to mark native integer packings instead of '_'.
5569      Branch: cfgperl
5570            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
5571 ____________________________________________________________________________
5572 [  3052] By: jhi                                   on 1999/03/02  23:12:36
5573         Log: The HP-UX threads patch (change #3028) is needed also here.
5574      Branch: cfgperl
5575            ! hints/hpux.sh thread.h
5576 ____________________________________________________________________________
5577 [  3051] By: jhi                                   on 1999/03/02  08:24:52
5578         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5579              To: perl5-porters@perl.org, vmsperl@perl.org
5580              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
5581              Date: Mon, 01 Mar 1999 16:10:57 -0800
5582              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
5583      Branch: cfgperl
5584            ! README.vms
5585      Branch: maint-5.005/perl
5586            ! README.vms
5587 ____________________________________________________________________________
5588 [  3050] By: jhi                                   on 1999/03/02  08:22:29
5589         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5590              To: perl5-porters@perl.org, vmsperl@perl.org
5591              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
5592              Date: Mon, 01 Mar 1999 16:06:29 -0800
5593              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
5594              
5595              From: Dan Sugalski <sugalskd@osshe.edu>
5596              To: perl5-porters@perl.org, vmsperl@perl.org
5597              Subject: [PATCH 5.005_56]vmsish.pm patch
5598              Date: Mon, 01 Mar 1999 20:19:04 -0800
5599              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
5600              
5601              plus Configure regen containing a "solution" to the
5602              crosscompile/multiarch problem.
5603      Branch: cfgperl
5604            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
5605            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5606 ____________________________________________________________________________
5607 [  3049] By: jhi                                   on 1999/03/02  07:34:21
5608         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
5609              To: perl5-porters@perl.org
5610              Subject: [PATCH] Eliminate (valid) warning in byterun.c
5611              Date: Mon, 01 Mar 1999 17:27:59 -0500
5612              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
5613      Branch: cfgperl
5614            ! bytecode.h
5615      Branch: maint-5.005/perl
5616            ! bytecode.h
5617 ____________________________________________________________________________
5618 [  3048] By: gsar                                  on 1999/03/02  06:41:21
5619         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5620      Branch: perl
5621            ! MANIFEST README.hpux
5622 ____________________________________________________________________________
5623 [  3047] By: jhi                                   on 1999/03/01  06:34:43
5624         Log: Integrate from mainperl.
5625      Branch: cfgperl
5626           +> README.hpux lib/File/Spec/Functions.pm
5627           !> (integrate 28 files)
5628 ____________________________________________________________________________
5629 [  3046] By: gsar                                  on 1999/03/01  05:34:28
5630         Log: this is 5.005_56
5631      Branch: perl
5632            ! Changes
5633
5634 ----------------
5635 Version 5.005_56
5636 ----------------
5637
5638 ____________________________________________________________________________
5639 [  3045] By: gsar                                  on 1999/03/01  03:32:30
5640         Log: destroy PL_svref_mutex in perl_destruct()
5641      Branch: perl
5642            ! perl.c
5643 ____________________________________________________________________________
5644 [  3044] By: gsar                                  on 1999/03/01  00:38:50
5645         Log: up patchlevel &c.
5646      Branch: perl
5647            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5648            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5649            ! win32/makefile.mk
5650 ____________________________________________________________________________
5651 [  3043] By: gsar                                  on 1999/03/01  00:14:15
5652         Log: integrate cfgperl contents into mainline
5653      Branch: perl
5654            ! pod/perldelta.pod
5655           !> Configure config_h.SH
5656 ____________________________________________________________________________
5657 [  3042] By: gsar                                  on 1999/02/28  23:55:08
5658         Log: slightly edited version of suggested patch
5659              From: jan.dubois@ibm.net (Jan Dubois)
5660              Date: Mon, 01 Mar 1999 00:32:05 +0100
5661              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
5662              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
5663      Branch: perl
5664            + lib/File/Spec/Functions.pm
5665            ! MANIFEST lib/File/Spec.pm
5666 ____________________________________________________________________________
5667 [  3041] By: gsar                                  on 1999/02/28  22:47:19
5668         Log: fix subtle bug in eval'' testsuite
5669      Branch: perl
5670            ! t/op/eval.t
5671 ____________________________________________________________________________
5672 [  3040] By: gsar                                  on 1999/02/28  22:46:24
5673         Log: avoid literal control characters in change#3039
5674      Branch: perl
5675            ! t/base/lex.t
5676 ____________________________________________________________________________
5677 [  3039] By: gsar                                  on 1999/02/28  21:47:18
5678         Log: todo item: permit extended control variables a la ${^Foo} (patch
5679              courtesy Mark-Jason Dominus <mjd@plover.com>)
5680      Branch: perl
5681            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
5682            ! t/base/lex.t toke.c
5683 ____________________________________________________________________________
5684 [  3038] By: gsar                                  on 1999/02/28  21:21:05
5685         Log: From: abigail@fnx.com
5686              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
5687              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
5688              Subject: Recognize -> and => inside [A-Z]<> sequences.
5689      Branch: perl
5690            ! pod/pod2man.PL
5691 ____________________________________________________________________________
5692 [  3037] By: gsar                                  on 1999/02/28  21:12:22
5693         Log: fix longstanding bug: searches for lexicals originating within eval''
5694              weren't stopping at the subroutine boundary correctly
5695      Branch: perl
5696            ! op.c proto.h t/op/eval.t
5697 ____________________________________________________________________________
5698 [  3036] By: gsar                                  on 1999/02/28  20:02:29
5699         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
5700              as stacked list values
5701              From: jan.dubois@ibm.net (Jan Dubois)
5702              Date: Sat, 27 Feb 1999 18:24:17 +0100
5703              Message-ID: <36e22849.36531259@smtp1.ibm.net>
5704              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
5705      Branch: perl
5706            ! win32/win32.c
5707 ____________________________________________________________________________
5708 [  3035] By: gsar                                  on 1999/02/28  19:48:54
5709         Log: remove superfluous stack_sp decl
5710      Branch: perl
5711            ! jpl/JNI/JNI.xs
5712 ____________________________________________________________________________
5713 [  3034] By: gsar                                  on 1999/02/28  19:34:58
5714         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
5715      Branch: perl
5716            ! lib/Getopt/Std.pm
5717 ____________________________________________________________________________
5718 [  3033] By: gsar                                  on 1999/02/28  19:23:41
5719         Log: add File::Compare::compare_text()
5720              From: jan.dubois@ibm.net (Jan Dubois)
5721              Date: Fri, 26 Feb 1999 00:20:41 +0100
5722              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
5723              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5724      Branch: perl
5725            ! lib/File/Compare.pm pod/perltodo.pod
5726 ____________________________________________________________________________
5727 [  3032] By: gsar                                  on 1999/02/28  19:01:33
5728         Log: add README.hpux
5729      Branch: perl
5730            + README.hpux
5731            ! MAINTAIN MANIFEST
5732 ____________________________________________________________________________
5733 [  3031] By: gsar                                  on 1999/02/28  18:49:08
5734         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
5735              James Cromie <jcromie@fossil.uswc.uswest.com>
5736      Branch: perl
5737            ! lib/Pod/Html.pm
5738 ____________________________________________________________________________
5739 [  3030] By: gsar                                  on 1999/02/28  18:35:09
5740         Log: From: jan.dubois@ibm.net (Jan Dubois)
5741              Date: Wed, 24 Feb 1999 22:34:56 +0100
5742              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
5743              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
5744      Branch: perl
5745            ! lib/Test/Harness.pm
5746 ____________________________________________________________________________
5747 [  3029] By: gsar                                  on 1999/02/28  18:28:18
5748         Log: add note about env pollution
5749      Branch: perl
5750            ! INSTALL pod/perltodo.pod
5751 ____________________________________________________________________________
5752 [  3028] By: jhi                                   on 1999/02/26  14:40:00
5753         Log: HP-UX 11 threads.
5754              
5755              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5756              To: perl5-porters@perl.org
5757              Cc: jhi@cc.hut.fi
5758              Subject: Maint 5 and _54 with threading on HP-UX 11.00
5759              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
5760              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
5761              
5762              NOTE from jhi: the hpux hints could still be more robust by
5763              disabling gdbm when necessary.
5764              
5765              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
5766              linking -lgdbm -lpthread creates an executable that instantly
5767              core dumps on a pthreads internal panic:
5768              
5769              ./gdpt
5770              
5771              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
5772              Return Pointer is 0xc082bf33
5773              17639 quit (core dumped)  ./gdpt
5774              
5775              You don't have to *use* either gdbm or pthreads in the executable,
5776              just linking them together is enough.  Workaround is to recompile
5777              the GDBM under HP-UX 11, that makes the problem go away.
5778      Branch: maint-5.005/perl
5779            ! hints/hpux.sh thread.h
5780 ____________________________________________________________________________
5781 [  3025] By: jhi                                   on 1999/02/25  20:41:07
5782         Log: Temporary workaround for the config_h.SH versus
5783              crosscompile and multiarch plus introduce 'rt'
5784              to $libswanted: in UNIX98 sched_yield() lives there.
5785      Branch: cfgperl
5786            ! Configure config_h.SH
5787 ____________________________________________________________________________
5788 [  3024] By: jhi                                   on 1999/02/24  12:54:59
5789         Log: Integrate from mainperl.
5790      Branch: cfgperl
5791           +> t/lib/fatal.t
5792           !> (integrate 44 files)
5793 ____________________________________________________________________________
5794 [  3023] By: gsar                                  on 1999/02/24  07:02:12
5795         Log: integrate cfgperl contents
5796      Branch: perl
5797           !> (integrate 30 files)
5798 ____________________________________________________________________________
5799 [  3022] By: gsar                                  on 1999/02/24  05:59:47
5800         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
5801              Date: 23 Feb 1999 17:53:22 -0700
5802              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
5803              Subject: [PATCH: _55] perldoc -q broken
5804      Branch: perl
5805            ! utils/perldoc.PL
5806 ____________________________________________________________________________
5807 [  3021] By: gsar                                  on 1999/02/24  05:51:53
5808         Log: ansify perlio.c, fix PerlIO-ish typos
5809      Branch: perl
5810            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
5811            ! iperlsys.h perlio.c
5812 ____________________________________________________________________________
5813 [  3020] By: gsar                                  on 1999/02/24  05:28:06
5814         Log: adjust a Perl_malloc() flag for NeXT
5815              From: Hans Mulder <hansm@icgned.icgroup.nl>
5816              Date: Tue, 23 Feb 99 00:26:25 +0100
5817              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
5818              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
5819      Branch: perl
5820            ! perl.h
5821 ____________________________________________________________________________
5822 [  3019] By: gsar                                  on 1999/02/24  05:19:42
5823         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
5824      Branch: perl
5825            ! pod/perltodo.pod
5826 ____________________________________________________________________________
5827 [  3018] By: gsar                                  on 1999/02/24  04:15:18
5828         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5829              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
5830              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
5831              Subject: improved error message [PATCH _55] [RESEND]
5832      Branch: perl
5833            ! sv.c
5834 ____________________________________________________________________________
5835 [  3017] By: gsar                                  on 1999/02/24  03:50:34
5836         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
5837              Date: Sun, 21 Feb 1999 20:02:18 -0700
5838              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
5839              Subject: perlfunc updates (against 55)
5840      Branch: perl
5841            ! pod/perlfunc.pod
5842 ____________________________________________________________________________
5843 [  3016] By: gsar                                  on 1999/02/24  03:17:05
5844         Log: testsuite adjustments
5845              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5846              Date: Sat, 20 Feb 1999 15:24:57 +0000
5847              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
5848              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
5849      Branch: perl
5850            ! t/lib/io_sock.t t/op/lex_assign.t
5851 ____________________________________________________________________________
5852 [  3015] By: gsar                                  on 1999/02/24  02:54:47
5853         Log: avoid modifying readonly values from qw()
5854      Branch: perl
5855            ! lib/ExtUtils/MM_Unix.pm
5856 ____________________________________________________________________________
5857 [  3014] By: gsar                                  on 1999/02/24  02:49:04
5858         Log: more "correct" utbuf for utime()
5859      Branch: perl
5860            ! doio.c
5861 ____________________________________________________________________________
5862 [  3013] By: jhi                                   on 1999/02/22  19:27:44
5863         Log: Fix MacPerl version, change PowerUX to PowerMAX.
5864              
5865              From: Chris Nandor <pudge@pobox.com>
5866              To: jhi@iki.fi
5867              Cc: perl5-porters@perl.org
5868              Subject: Re: perl current availability as documented by perl.pod
5869              Date: Sun, 21 Feb 1999 11:06:03 -0500
5870              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
5871              
5872              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
5873              To: jhi@iki.fi
5874              Cc: perl5-porters@perl.org
5875              Subject: Re: perl current availability as documented by perl.pod
5876              Date: Mon, 22 Feb 1999 13:08:30 GMT
5877              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
5878      Branch: cfgperl
5879            ! pod/perl.pod
5880      Branch: maint-5.005/perl
5881            ! pod/perl.pod
5882 ____________________________________________________________________________
5883 [  3012] By: jhi                                   on 1999/02/22  10:26:11
5884         Log: Snapshot the cross-compilation/multiarchitecture stuff
5885              (currently broken in next)
5886      Branch: cfgperl
5887            ! Configure config_h.SH pp.c
5888 ____________________________________________________________________________
5889 [  3011] By: jhi                                   on 1999/02/22  10:24:51
5890         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
5891              To: gsar@activestate.com (Gurusamy Sarathy)
5892              Cc: perl5-porters@perl.org (Perl5 Porters)
5893              Subject: [PATCH 5.005_55] DB_File 1.64 patch
5894              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
5895              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
5896      Branch: cfgperl
5897            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5898            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
5899 ____________________________________________________________________________
5900 [  3009] By: jhi                                   on 1999/02/22  09:14:26
5901         Log: Scratch #3008 and introduce $crosscompile and $multiarch
5902              also in non-Configure lands.
5903      Branch: cfgperl
5904            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
5905            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
5906            ! win32/config.gc win32/config.vc win32/config_H.bc
5907            ! win32/config_H.gc win32/config_H.vc
5908 ____________________________________________________________________________
5909 [  3008] By: jhi                                   on 1999/02/22  08:58:04
5910         Log: Add -DMULTIARCH (see change #3006).
5911      Branch: cfgperl
5912            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
5913 ____________________________________________________________________________
5914 [  3007] By: jhi                                   on 1999/02/22  08:54:06
5915         Log: Undo the references to local{lib,arch} introduced by #3006.
5916      Branch: cfgperl
5917            ! Configure config_h.SH
5918 ____________________________________________________________________________
5919 [  3006] By: jhi                                   on 1999/02/22  08:43:50
5920         Log: From: hansm@icgned.icgroup.nl
5921              To: perlbug@perl.com
5922              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
5923              Date: Sun, 21 Feb 1999 22:58:55 +0100
5924              Reply-To: hansmu@xs4all.nl
5925              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
5926              
5927              plus other Configure changes: prepare for cross-compilation/
5928              multiarchitecture builds.
5929      Branch: cfgperl
5930            ! Configure config_h.SH
5931 ____________________________________________________________________________
5932 [  3005] By: jhi                                   on 1999/02/22  08:35:30
5933         Log: Configure/Perl knew how to look for use Mach cthreads
5934              but Configure didn't let them to be used ($osname 'next').
5935      Branch: cfgperl
5936            ! Configure config_h.SH
5937      Branch: maint-5.005/perl
5938            ! Configure
5939 ____________________________________________________________________________
5940 [  3004] By: jhi                                   on 1999/02/21  15:46:02
5941         Log: Update Acorn AVAILABILITY.
5942      Branch: cfgperl
5943            ! pod/perl.pod
5944      Branch: maint-5.005/perl
5945            ! pod/perl.pod
5946 ____________________________________________________________________________
5947 [  3003] By: jhi                                   on 1999/02/21  14:50:42
5948         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
5949              To: perl5-porters@perl.org (Perl 5 Porters)
5950              Subject: PATCH: perlref.pod - symbolic ref example
5951              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
5952              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
5953      Branch: cfgperl
5954            ! pod/perlref.pod
5955      Branch: maint-5.005/perl
5956            ! pod/perlref.pod
5957 ____________________________________________________________________________
5958 [  3002] By: jhi                                   on 1999/02/21  14:35:22
5959         Log: Sync cfgperl with maint-5.005 change #3000.
5960      Branch: cfgperl
5961            ! pod/perlfunc.pod t/op/pack.t
5962 ____________________________________________________________________________
5963 [  2999] By: gsar                                  on 1999/02/20  22:48:30
5964         Log: From:    John Bley <jbb6@acpub.duke.edu>
5965              Date:    Sat, 20 Feb 1999 16:02:34 EST
5966              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
5967              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
5968      Branch: perl
5969            ! regcomp.c
5970 ____________________________________________________________________________
5971 [  2998] By: jhi                                   on 1999/02/20  14:13:06
5972         Log: Enhanced the endianness description.
5973      Branch: cfgperl
5974            ! pod/perlfunc.pod
5975 ____________________________________________________________________________
5976 [  2996] By: jhi                                   on 1999/02/20  13:55:41
5977         Log: Glossary now mostly fixed.
5978      Branch: cfgperl
5979            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5980            ! config_h.SH
5981 ____________________________________________________________________________
5982 [  2994] By: jhi                                   on 1999/02/20  11:58:33
5983         Log: Perldeltify GNU/Hurd.
5984      Branch: cfgperl
5985            ! pod/perldelta.pod
5986 ____________________________________________________________________________
5987 [  2993] By: gsar                                  on 1999/02/20  00:59:10
5988         Log: fix typo in Perl_sbrk()
5989              From: hansm@icgned.icgroup.nl
5990              Date: Fri, 19 Feb 1999 23:19:31 +0100
5991              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
5992              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
5993      Branch: perl
5994            ! malloc.c
5995 ____________________________________________________________________________
5996 [  2992] By: gsar                                  on 1999/02/20  00:51:08
5997         Log: integrate change#2980 from maint-5.005
5998      Branch: perl
5999           !> utils/h2xs.PL
6000 ____________________________________________________________________________
6001 [  2991] By: gsar                                  on 1999/02/20  00:34:01
6002         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6003              Date: Thu, 18 Feb 1999 18:51:38 +0000
6004              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
6005              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
6006      Branch: perl
6007            ! pp_hot.c t/op/pat.t
6008 ____________________________________________________________________________
6009 [  2990] By: gsar                                  on 1999/02/20  00:30:48
6010         Log: From: jan.dubois@ibm.net (Jan Dubois)
6011              Date: Thu, 18 Feb 1999 19:14:07 +0100
6012              Message-ID: <36d15809.40853323@smtp1.ibm.net>
6013              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
6014      Branch: perl
6015            ! win32/win32.c
6016 ____________________________________________________________________________
6017 [  2989] By: gsar                                  on 1999/02/20  00:27:01
6018         Log: do poll() emulation unless HAS_POLL && I_POLL
6019      Branch: perl
6020            ! ext/IO/poll.h
6021 ____________________________________________________________________________
6022 [  2988] By: gsar                                  on 1999/02/19  23:52:12
6023         Log: tweak RE for NaNQ? recognition
6024      Branch: perl
6025            ! t/lib/bigfloatpm.t
6026 ____________________________________________________________________________
6027 [  2987] By: gsar                                  on 1999/02/19  23:29:59
6028         Log: mention C<use utf8> and C<use warning> in perldelta
6029      Branch: perl
6030            ! pod/perldelta.pod
6031 ____________________________________________________________________________
6032 [  2985] By: jhi                                   on 1999/02/19  20:43:19
6033         Log: pack/unpack better in (network-)short-non-16-bits and
6034              (network-)long-non-32-bits systems such as Cray C90.
6035      Branch: cfgperl
6036            ! perl.h pp.c t/op/pack.t
6037 ____________________________________________________________________________
6038 [  2984] By: jhi                                   on 1999/02/19  20:38:54
6039         Log: Regen Configure.
6040      Branch: cfgperl
6041            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6042            ! perl.c
6043 ____________________________________________________________________________
6044 [  2982] By: jhi                                   on 1999/02/19  19:51:49
6045         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
6046              not probed for and         
6047              
6048              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6049              To: Chaim Frenkel <chaimf@pobox.com>,
6050              Russ Allbery <rra@stanford.edu>,
6051              Jarkko Hietaniemi <jhi@iki.fi>,
6052              Gurusamy Sarathy <gsar@activestate.com>,
6053              Graham Barr <gbarr@pobox.com>
6054              Cc: bdensch@ameritech.net, perlbug@perl.com
6055              Subject: [PATCH] Re: Solaris 7 for Intel
6056              Message-ID: <19990219124404.A30182@O2.chapin.edu>
6057              
6058              Glossary is still missing some terms because
6059              mkglossary is misbehaving (change #2981 updated
6060              Glossary manually)
6061      Branch: cfgperl
6062            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6063            ! Porting/config_H
6064 ____________________________________________________________________________
6065 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
6066         Log: Make result of h2xs work when user adds C<use strict>
6067      Branch: maint-5.005/perl
6068            ! utils/h2xs.PL
6069 ____________________________________________________________________________
6070 [  2979] By: gsar                                  on 1999/02/19  05:24:29
6071         Log: doc for change#2978
6072      Branch: perl
6073            ! pod/perlsub.pod
6074 ____________________________________________________________________________
6075 [  2978] By: gsar                                  on 1999/02/19  05:08:29
6076         Log: bring '*' prototype closer to how it behaves internally
6077      Branch: perl
6078            + t/lib/fatal.t
6079            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
6080 ____________________________________________________________________________
6081 [  2977] By: gsar                                  on 1999/02/19  02:50:31
6082         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
6083      Branch: perl
6084            ! perly.h
6085 ____________________________________________________________________________
6086 [  2975] By: gsar                                  on 1999/02/18  21:41:57
6087         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
6088              of lexical searches in BEGIN|INIT|END)
6089      Branch: perl
6090            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
6091            ! vms/perly_c.vms
6092 ____________________________________________________________________________
6093 [  2974] By: gsar                                  on 1999/02/18  21:03:06
6094         Log: missing PERL_POLLUTE_MALLOC
6095      Branch: perl
6096            ! ext/SDBM_File/sdbm/sdbm.h
6097 ____________________________________________________________________________
6098 [  2973] By: gsar                                  on 1999/02/18  17:10:49
6099         Log: From:    Andy Dougherty <doughera@lafayette.edu>
6100              Date:    Wed, 17 Feb 1999 17:22:50 EST
6101              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
6102              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
6103      Branch: perl
6104            ! lib/dotsh.pl
6105 ____________________________________________________________________________
6106 [  2972] By: gsar                                  on 1999/02/18  17:04:12
6107         Log: s/#defined/#define/
6108      Branch: perl
6109            ! ext/Data/Dumper/Dumper.xs
6110 ____________________________________________________________________________
6111 [  2970] By: gsar                                  on 1999/02/18  03:26:43
6112         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
6113      Branch: perl
6114            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
6115            ! ext/GDBM_File/typemap
6116 ____________________________________________________________________________
6117 [  2969] By: gsar                                  on 1999/02/17  23:30:47
6118         Log: correct slurp mode doc
6119      Branch: perl
6120            ! pod/perlfunc.pod pod/perlop.pod
6121 ____________________________________________________________________________
6122 [  2968] By: jhi                                   on 1999/02/17  23:15:49
6123         Log: Ultrix hints update.
6124              
6125              From: Spider Boardman <spider@zk3.dec.com>
6126              To: perlbug@perl.com
6127              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
6128              Date: Tue, 16 Feb 1999 23:04:28 -0500
6129              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
6130      Branch: cfgperl
6131            ! hints/ultrix_4.sh
6132 ____________________________________________________________________________
6133 [  2966] By: jhi                                   on 1999/02/17  23:09:21
6134         Log: Change #2965 wiped out some Sarathy's _55 changes.
6135              Now unwiped.
6136      Branch: cfgperl
6137            ! Configure pp.c t/op/pack.t
6138 ____________________________________________________________________________
6139 [  2965] By: jhi                                   on 1999/02/17  23:00:04
6140         Log: Configure tweaks.
6141              
6142              Fix the Unixware/SCO uname scan:
6143              
6144              From: Tom Hughes <thh@cyberscience.com>
6145              To: perlbug@perl.com
6146              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
6147              Date: 17 Feb 1999 15:34:15 +0000    
6148              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
6149              
6150              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
6151              
6152              From: Joe Buehler <jhpb@hekimian.com>
6153              To: perl5-porters@perl.org
6154              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
6155              Date: 12 Feb 1999 11:25:21 -0500
6156              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
6157              
6158              Make the pthreads joinable constant scan to output to fd 4, not 2.
6159      Branch: cfgperl
6160            ! Configure
6161 ____________________________________________________________________________
6162 [  2964] By: gsar                                  on 1999/02/17  21:30:07
6163         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6164              Date: Wed, 17 Feb 1999 06:53:13 -0700
6165              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
6166              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
6167      Branch: perl
6168            ! lib/Pod/Functions.pm
6169 ____________________________________________________________________________
6170 [  2963] By: gsar                                  on 1999/02/17  21:18:21
6171         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
6172              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6173              Date: Wed, 17 Feb 1999 10:06:01 +0000
6174              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
6175              Subject: Re: [5.005_53] panic: pad_free curpad 
6176      Branch: perl
6177            ! regcomp.c regexec.c t/op/misc.t
6178 ____________________________________________________________________________
6179 [  2962] By: gsar                                  on 1999/02/16  21:26:28
6180         Log: NaNQ? tweak
6181      Branch: perl
6182            ! t/lib/bigfloatpm.t
6183 ____________________________________________________________________________
6184 [  2961] By: jhi                                   on 1999/02/16  19:26:38
6185         Log: Integrate from mainperl.
6186      Branch: cfgperl
6187           !> (integrate 37 files)
6188 ____________________________________________________________________________
6189 [  2960] By: gsar                                  on 1999/02/16  18:04:29
6190         Log: undo change#2465 (qw[] is a real list now)
6191      Branch: perl
6192            ! pod/perlop.pod
6193 ____________________________________________________________________________
6194 [  2959] By: gsar                                  on 1999/02/16  07:09:33
6195         Log: this was 5.005_55
6196      Branch: perl
6197            ! Changes
6198
6199 ----------------
6200 Version 5.005_55
6201 ----------------
6202
6203 ____________________________________________________________________________
6204 [  2958] By: gsar                                  on 1999/02/16  06:18:27
6205         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
6206              elide dups and non-dependents from Changes
6207      Branch: perl
6208            ! Changes pod/perlhist.pod
6209           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
6210           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
6211           !> pod/perlport.pod pp.c t/op/pack.t
6212 ____________________________________________________________________________
6213 [  2957] By: gsar                                  on 1999/02/16  04:09:47
6214         Log: propagate PERL_VERSION everywhere, add to pod
6215      Branch: perl
6216            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
6217            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
6218            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
6219            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
6220            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
6221            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
6222            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
6223            ! win32/config.gc win32/config.vc win32/config_sh.PL
6224            ! win32/win32.c x2p/a2py.c
6225 ____________________________________________________________________________
6226 [  2955] By: jhi                                   on 1999/02/15  16:15:03
6227         Log: The pack tests now better in C90 (after the packnative patches).
6228      Branch: cfgperl
6229            ! t/op/pack.t
6230 ____________________________________________________________________________
6231 [  2954] By: gsar                                  on 1999/02/15  14:11:50
6232         Log: tweak Configure to follow new PERL_VERSION etc.
6233      Branch: perl
6234            ! Configure patchlevel.h pod/perlhist.pod
6235 ____________________________________________________________________________
6236 [  2953] By: jhi                                   on 1999/02/15  14:02:21
6237         Log: Integrate from mainperl.
6238      Branch: cfgperl
6239           !> MANIFEST Porting/makerel
6240 ____________________________________________________________________________
6241 [  2952] By: jhi                                   on 1999/02/15  13:50:07
6242         Log: Enhance the packnative patch: use the packnative code
6243              only if required.  Also added hefty testing (hopefully
6244              I didn't assume too much...).  Tested on alpha, ix86, sparc.
6245      Branch: cfgperl
6246            ! pod/perlfunc.pod pp.c t/op/pack.t
6247 ____________________________________________________________________________
6248 [  2951] By: jhi                                   on 1999/02/15  13:46:56
6249         Log: AVAILABILITY from 5.005_03-tobe, will of course
6250              require updating when 5.006 comes out.
6251      Branch: cfgperl
6252            ! pod/perl.pod
6253 ____________________________________________________________________________
6254 [  2949] By: gsar                                  on 1999/02/15  13:28:51
6255         Log: will this be it for 5.005_55?
6256      Branch: perl
6257            ! MANIFEST Porting/makerel
6258 ____________________________________________________________________________
6259 [  2948] By: jhi                                   on 1999/02/15  13:23:52
6260         Log: Integrate from mainperl.
6261      Branch: cfgperl
6262           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
6263           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6264           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6265           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
6266           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
6267           !> win32/config.gc win32/config.vc win32/config_H.bc
6268           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6269 ____________________________________________________________________________
6270 [  2947] By: jhi                                   on 1999/02/15  13:20:41
6271         Log: perlport.pod 1.39 from Chris.
6272      Branch: cfgperl
6273            ! pod/perlport.pod
6274 ____________________________________________________________________________
6275 [  2946] By: jhi                                   on 1999/02/15  13:09:58
6276         Log: Import Ultrix update, change #2864, 
6277              
6278              From: Spider Boardman <spider@zk3.dec.com>
6279              To: perlbug@perl.com
6280              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
6281              Date: Wed, 10 Feb 1999 23:33:31 -0500
6282              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
6283      Branch: cfgperl
6284            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
6285 ____________________________________________________________________________
6286 [  2945] By: jhi                                   on 1999/02/15  13:04:50
6287         Log: OpenBSD sparc SHMLBA.
6288      Branch: cfgperl
6289            ! ext/IPC/SysV/SysV.xs
6290 ____________________________________________________________________________
6291 [  2944] By: gsar                                  on 1999/02/15  12:09:52
6292         Log: update win32/config* stuff, Changes
6293      Branch: perl
6294            ! Changes win32/Makefile win32/config.bc win32/config.gc
6295            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6296            ! win32/config_H.vc win32/makefile.mk
6297 ____________________________________________________________________________
6298 [  2943] By: gsar                                  on 1999/02/15  11:54:08
6299         Log: #include patchlevel.h by default, provide
6300              PERL_{REVISION,VERSION,SUBVERSION}
6301      Branch: perl
6302            ! patchlevel.h perl.h
6303 ____________________________________________________________________________
6304 [  2942] By: gsar                                  on 1999/02/15  10:26:59
6305         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
6306              misc fixes
6307      Branch: perl
6308            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
6309 ____________________________________________________________________________
6310 [  2941] By: gsar                                  on 1999/02/15  10:24:37
6311         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
6312              Message-ID: <19990207002851.B9185@toldyouso.com>
6313              Message-ID: <19990207212152.A9765@toldyouso.com>
6314              Message-ID: <19990207212041.A9622@toldyouso.com>
6315              Message-ID: <19990207213127.A10244@toldyouso.com>
6316              Message-ID: <19990207212559.A9950@toldyouso.com>
6317              Message-ID: <19990207212842.A9994@toldyouso.com>
6318              Message-ID: <19990207212500.A9860@toldyouso.com>
6319              Message-ID: <19990207213013.A10105@toldyouso.com>
6320      Branch: perl
6321            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6322            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6323            ! pod/perlmodlib.pod pod/perltoc.pod
6324 ____________________________________________________________________________
6325 [  2940] By: gsar                                  on 1999/02/15  10:07:08
6326         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
6327              of suggested patch)
6328              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
6329              Date: Mon, 08 Feb 1999 01:14:41 -0000
6330              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
6331              Subject: [PATCH 5.005_54] some pending C.pm stuff 
6332      Branch: perl
6333            ! ext/B/B/C.pm
6334 ____________________________________________________________________________
6335 [  2939] By: jhi                                   on 1999/02/15  08:40:18
6336         Log: Integrate from mainperl.
6337      Branch: cfgperl
6338           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
6339            - lib/File/PathConvert.pm
6340           !> (integrate 81 files)
6341 ____________________________________________________________________________
6342 [  2938] By: gsar                                  on 1999/02/15  06:56:39
6343         Log: change#2839 was bogus, redo
6344      Branch: perl
6345           !> t/lib/h2ph.pht
6346 ____________________________________________________________________________
6347 [  2937] By: gsar                                  on 1999/02/15  06:38:15
6348         Log: support Win32::GetFullPathName() and Win32::SetLastError()
6349              From: jan.dubois@ibm.net (Jan Dubois)
6350              Date: Tue, 09 Feb 1999 22:27:31 +0100
6351              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
6352              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
6353      Branch: perl
6354            ! win32/win32.c
6355 ____________________________________________________________________________
6356 [  2936] By: gsar                                  on 1999/02/15  06:26:39
6357         Log: support native integers, pack("L_",...) etc. (via private mail)
6358              From: Jarkko Hietaniemi <jhi@iki.fi>
6359              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
6360              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
6361              Subject: the "packnative" patch
6362      Branch: perl
6363            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
6364            ! t/lib/ipc_sysv.t t/op/pack.t
6365 ____________________________________________________________________________
6366 [  2935] By: gsar                                  on 1999/02/15  06:04:02
6367         Log: From: Michael G Schwern <schwern@pobox.com>
6368              Date: Tue, 9 Feb 1999 04:13:12 -0500
6369              Message-ID: <19990209041312.A15788@toldyouso.com>
6370              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
6371      Branch: perl
6372            ! utils/h2xs.PL
6373 ____________________________________________________________________________
6374 [  2934] By: gsar                                  on 1999/02/15  05:30:13
6375         Log: fix bugs in the handling of negative numbers, among other things
6376              From: Steven Knight <knight@theopera.baldmt.citilink.com>
6377              Date: Mon, 8 Feb 1999 01:16:24 -0600
6378              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
6379              Subject: Math::BigFloat and Math::BigInt
6380      Branch: perl
6381            + t/lib/bigfloat.t t/lib/bigfloatpm.t
6382            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
6383            ! t/lib/bigintpm.t
6384 ____________________________________________________________________________
6385 [  2933] By: gsar                                  on 1999/02/15  04:57:52
6386         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
6387              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
6388              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
6389              Subject: s2p incorrectly handles hold space commands
6390      Branch: perl
6391            ! x2p/s2p.PL
6392 ____________________________________________________________________________
6393 [  2932] By: gsar                                  on 1999/02/15  04:45:55
6394         Log: clarify what a "line" is
6395      Branch: perl
6396            ! pod/perlfunc.pod pod/perlvar.pod
6397 ____________________________________________________________________________
6398 [  2931] By: gsar                                  on 1999/02/15  04:23:29
6399         Log: backout change#2811 and add newer version based on File::Spec
6400              From: Barrie Slaymaker <rbs@telerama.com>
6401              Date: Thu, 11 Feb 1999 16:29:24 -0500
6402              Message-ID: <36C34BB4.A62090E0@telerama.com>
6403              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
6404      Branch: perl
6405            - lib/File/PathConvert.pm
6406            ! MANIFEST installhtml lib/Pod/Html.pm
6407 ____________________________________________________________________________
6408 [  2930] By: gsar                                  on 1999/02/15  04:16:25
6409         Log: From: Barrie Slaymaker <rbs@telerama.com>
6410              Date: Thu, 11 Feb 1999 19:39:48 -0500
6411              Message-ID: <36C37854.707D139@telerama.com>
6412              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
6413      Branch: perl
6414            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6415 ____________________________________________________________________________
6416 [  2929] By: gsar                                  on 1999/02/15  04:06:50
6417         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
6418              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
6419              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
6420              Subject: [PATCH]5.005_54 (DOC) fix many typos
6421              --
6422              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
6423              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
6424              Subject: [PATCH]5.005_54 (DOC) typos
6425      Branch: perl
6426            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
6427            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
6428            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6429            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6430            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
6431            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
6432            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
6433            ! pod/perlvar.pod pod/perlxs.pod
6434 ____________________________________________________________________________
6435 [  2928] By: gsar                                  on 1999/02/15  03:39:53
6436         Log: allow the Carp routines to pass through exception objects
6437      Branch: perl
6438            ! lib/Carp.pm
6439 ____________________________________________________________________________
6440 [  2927] By: gsar                                  on 1999/02/15  03:22:57
6441         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
6442      Branch: perl
6443            ! pod/perlfaq8.pod
6444 ____________________________________________________________________________
6445 [  2926] By: gsar                                  on 1999/02/15  03:19:39
6446         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
6447              have done that, but didn't)
6448      Branch: perl
6449           !> utils/h2ph.PL
6450 ____________________________________________________________________________
6451 [  2925] By: gsar                                  on 1999/02/15  03:17:01
6452         Log: integrate cfgperl changes into mainline
6453      Branch: perl
6454            ! Changes
6455           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6456           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
6457           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
6458           !> vms/subconfigure.com
6459 ____________________________________________________________________________
6460 [  2924] By: gsar                                  on 1999/02/15  03:07:08
6461         Log: add const qualifier to most char* prototypes, handle ripple effect
6462      Branch: perl
6463            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
6464            ! universal.c util.c
6465 ____________________________________________________________________________
6466 [  2923] By: gsar                                  on 1999/02/15  01:04:30
6467         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6468              Date: Thu, 04 Feb 1999 02:37:31 +0000
6469              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
6470              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
6471      Branch: perl
6472            ! pp_ctl.c t/op/range.t
6473 ____________________________________________________________________________
6474 [  2922] By: gsar                                  on 1999/02/15  00:24:34
6475         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6476              Date: Sun, 31 Jan 1999 01:50:06 +0000
6477              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
6478              Subject: [PATCH 5.005_03t4] regexp flags bug
6479      Branch: perl
6480            ! regcomp.c t/op/re_tests
6481 ____________________________________________________________________________
6482 [  2921] By: gsar                                  on 1999/02/15  00:13:02
6483         Log: use New() et al., rather than safemalloc() et al.
6484              From: jan.dubois@ibm.net (Jan Dubois)
6485              Date: Fri, 29 Jan 1999 23:27:22 +0100
6486              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
6487              Subject: [PATCH _03-MT5] POSIX.xs memory API
6488      Branch: perl
6489            ! ext/POSIX/POSIX.xs
6490 ____________________________________________________________________________
6491 [  2920] By: gsar                                  on 1999/02/15  00:05:33
6492         Log: tweak READ() docs to mention $buffer must be altered by reference
6493      Branch: perl
6494            ! pod/perltie.pod
6495 ____________________________________________________________________________
6496 [  2919] By: gsar                                  on 1999/02/14  23:50:39
6497         Log: applied suggested patch, with several language/readability tweaks
6498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6499              Date: Fri, 29 Jan 1999 00:25:02 -0500
6500              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
6501              Subject: Re: [PATCH 5.005_*] Better parsing docs
6502      Branch: perl
6503            ! pod/perlop.pod
6504 ____________________________________________________________________________
6505 [  2918] By: gsar                                  on 1999/02/14  23:20:42
6506         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
6507              of silently returning bogus values)
6508              From: Peter Chines <pchines@nhgri.nih.gov>
6509              Date: Wed, 27 Jan 1999 16:11:31 -0500
6510              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
6511              Subject: Time::Local
6512      Branch: perl
6513            ! lib/Time/Local.pm pod/perldelta.pod
6514 ____________________________________________________________________________
6515 [  2917] By: gsar                                  on 1999/02/14  11:21:43
6516         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6517              Date: Thu, 28 Jan 1999 10:02:20 -0500
6518              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
6519              Subject: Re: [PATCH 5.005_53] Better perldoc
6520      Branch: perl
6521            ! utils/perldoc.PL
6522 ____________________________________________________________________________
6523 [  2916] By: gsar                                  on 1999/02/14  10:59:38
6524         Log: back out change#2751, apply updated version 
6525              From: jan.dubois@ibm.net (Jan Dubois)
6526              Date: Sat, 06 Feb 1999 01:06:29 +0100
6527              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
6528              Subject: [PATCH] Cleanup of File::Spec module
6529      Branch: perl
6530            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6531            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6532            ! lib/File/Spec/Win32.pm
6533 ____________________________________________________________________________
6534 [  2915] By: gsar                                  on 1999/02/14  10:48:01
6535         Log: tweak select() test
6536      Branch: perl
6537            ! pod/perlipc.pod t/op/fh.t
6538 ____________________________________________________________________________
6539 [  2914] By: gsar                                  on 1999/02/14  10:25:55
6540         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
6541      Branch: perl
6542            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
6543 ____________________________________________________________________________
6544 [  2913] By: gsar                                  on 1999/02/14  10:03:51
6545         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
6546              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
6547              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
6548              Subject: Re: SvOPV() or SvPV_nolen() or ...
6549      Branch: perl
6550            ! pod/perlguts.pod
6551 ____________________________________________________________________________
6552 [  2912] By: gsar                                  on 1999/02/14  09:57:29
6553         Log: provide SvPV_nolen(sv) to avoid use of PL_na
6554              From: jan.dubois@ibm.net (Jan Dubois)
6555              Date: Sun, 24 Jan 1999 02:45:32 +0100
6556              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
6557              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
6558      Branch: perl
6559            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
6560            ! sv.h
6561 ____________________________________________________________________________
6562 [  2911] By: gsar                                  on 1999/02/14  06:51:05
6563         Log: elide stray effluvium
6564      Branch: perl
6565            ! pod/perldelta.pod
6566 ____________________________________________________________________________
6567 [  2910] By: gsar                                  on 1999/02/14  05:51:56
6568         Log: slurping an empty file should return '' rather than undef, with
6569              commensurate effects on ARGV processing
6570      Branch: perl
6571            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
6572            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
6573 ____________________________________________________________________________
6574 [  2909] By: gsar                                  on 1999/02/14  00:02:11
6575         Log: perly_c.diff typo
6576      Branch: perl
6577            ! perly.c perly_c.diff vms/perly_c.vms
6578 ____________________________________________________________________________
6579 [  2908] By: gsar                                  on 1999/02/13  18:20:13
6580         Log: From: jan.dubois@ibm.net (Jan Dubois)
6581              Date: Sat, 13 Feb 1999 13:25:53 +0100
6582              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
6583              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
6584      Branch: perl
6585            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
6586 ____________________________________________________________________________
6587 [  2907] By: jhi                                   on 1999/02/13  15:07:26
6588         Log: Integrate from mainperl.
6589      Branch: cfgperl
6590           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
6591           !> (integrate 150 files)
6592 ____________________________________________________________________________
6593 [  2903] By: gsar                                  on 1999/02/12  13:25:59
6594         Log: From: jan.dubois@ibm.net (Jan Dubois)
6595              Date: Sun, 24 Jan 1999 01:12:00 +0100
6596              Message-ID: <36b66479.62756298@smtp1.ibm.net>
6597              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
6598      Branch: perl
6599            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
6600            ! proto.h sv.c sv.h
6601 ____________________________________________________________________________
6602 [  2902] By: gsar                                  on 1999/02/12  12:55:11
6603         Log: script to generate ctags from etags
6604              From: Colin Kuskie <ckuskie@cadence.com>
6605              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
6606              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
6607              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
6608      Branch: perl
6609            + emacs/e2ctags.pl
6610            ! Makefile.SH pod/perlfaq3.pod
6611 ____________________________________________________________________________
6612 [  2901] By: gsar                                  on 1999/02/12  12:40:17
6613         Log: allow boolean assign ops to be lvalues
6614              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6615              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
6616              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
6617              --
6618              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6619              Date: Mon, 18 Jan 1999 10:04:00 +0000
6620              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
6621              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
6622      Branch: perl
6623            + t/op/lop.t
6624            ! MANIFEST op.c
6625 ____________________________________________________________________________
6626 [  2899] By: jhi                                   on 1999/02/12  12:03:48
6627         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
6628      Branch: cfgperl
6629            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6630            ! config_h.SH hints/openbsd.sh
6631 ____________________________________________________________________________
6632 [  2898] By: gsar                                  on 1999/02/12  11:49:25
6633         Log: support win32_putenv()
6634      Branch: perl
6635            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
6636            ! win32/win32.c win32/win32iop.h
6637 ____________________________________________________________________________
6638 [  2894] By: gsar                                  on 1999/02/12  11:09:27
6639         Log: add missing hunk in change#2657
6640      Branch: perl
6641            ! ext/B/B/CC.pm
6642 ____________________________________________________________________________
6643 [  2893] By: gsar                                  on 1999/02/12  11:00:13
6644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6645              Date: Tue, 19 Jan 1999 20:13:15 -0500
6646              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
6647              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
6648      Branch: perl
6649            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
6650            ! t/pragma/subs.t t/pragma/warning.t
6651 ____________________________________________________________________________
6652 [  2892] By: gsar                                  on 1999/02/12  10:44:38
6653         Log: update change#2670 to later version
6654              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6655              Date: Sun, 31 Jan 1999 16:16:14 +0000
6656              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
6657              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
6658      Branch: perl
6659            ! t/op/subst.t toke.c
6660 ____________________________________________________________________________
6661 [  2891] By: gsar                                  on 1999/02/12  10:31:17
6662         Log: make testsuite somewhat location independent
6663      Branch: perl
6664            ! (edit 117 files)
6665 ____________________________________________________________________________
6666 [  2890] By: gsar                                  on 1999/02/12  10:00:30
6667         Log: add $AutoLoader::VERSION
6668      Branch: perl
6669            ! lib/AutoLoader.pm
6670 ____________________________________________________________________________
6671 [  2889] By: gsar                                  on 1999/02/12  09:55:48
6672         Log: tweak PERL_STRICT_CR notes
6673      Branch: perl
6674            ! pod/perl5005delta.pod
6675 ____________________________________________________________________________
6676 [  2888] By: gsar                                  on 1999/02/12  09:41:45
6677         Log: add note about test-notty target
6678      Branch: perl
6679            ! README.win32
6680 ____________________________________________________________________________
6681 [  2887] By: gsar                                  on 1999/02/12  09:37:37
6682         Log: add perltodo.pod
6683      Branch: perl
6684            + pod/perltodo.pod
6685            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
6686            ! win32/pod.mak
6687 ____________________________________________________________________________
6688 [  2886] By: jhi                                   on 1999/02/12  08:52:14
6689         Log: Integrate from mainperl.
6690      Branch: cfgperl
6691           +> t/op/fh.t
6692           !> (integrate 30 files)
6693 ____________________________________________________________________________
6694 [  2885] By: gsar                                  on 1999/02/12  08:42:10
6695         Log: note how to find REG_INFTY limit
6696      Branch: perl
6697            ! pod/perlre.pod
6698 ____________________________________________________________________________
6699 [  2884] By: jhi                                   on 1999/02/12  08:36:14
6700         Log: OpenBSD pthreads awareness, thanks to
6701              David Leonard <david.leonard@csee.uq.edu.au>
6702      Branch: maint-5.005/perl
6703            ! Configure hints/openbsd.sh
6704 ____________________________________________________________________________
6705 [  2882] By: gsar                                  on 1999/02/12  08:05:20
6706         Log: IO is maintained by p5p (per Graham Barr's wishes)
6707      Branch: perl
6708            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
6709            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
6710            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6711            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6712 ____________________________________________________________________________
6713 [  2881] By: gsar                                  on 1999/02/12  07:57:13
6714         Log: fh.t typo
6715      Branch: perl
6716            ! t/op/fh.t
6717 ____________________________________________________________________________
6718 [  2880] By: gsar                                  on 1999/02/12  07:38:16
6719         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
6720      Branch: perl
6721            ! perl.c pod/perlrun.pod
6722 ____________________________________________________________________________
6723 [  2879] By: gsar                                  on 1999/02/12  05:39:29
6724         Log: fix ops that are not filehandle constructors to not create GV if it
6725              doesn't already exist (avoids leaks); extend semantics of defined()
6726              so that defined(*{$foo}) works (experimental)
6727      Branch: perl
6728            + t/op/fh.t
6729            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
6730            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
6731 ____________________________________________________________________________
6732 [  2877] By: jhi                                   on 1999/02/11  20:44:00
6733         Log: From: Chris Nandor <pudge@pobox.com>
6734              To: perl5-porters@perl.org
6735              Subject: [PATCH] perlport.pod 1.39
6736              Date: Thu, 11 Feb 1999 12:28:35 -0500
6737              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
6738      Branch: cfgperl
6739            ! pod/perlport.pod
6740 ____________________________________________________________________________
6741 [  2870] By: gsar                                  on 1999/02/11  11:17:08
6742         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
6743      Branch: perl
6744            ! ext/IO/lib/IO/Pipe.pm
6745 ____________________________________________________________________________
6746 [  2869] By: gsar                                  on 1999/02/11  11:00:56
6747         Log: update win32/pod.mak
6748      Branch: perl
6749            ! win32/pod.mak
6750 ____________________________________________________________________________
6751 [  2868] By: gsar                                  on 1999/02/11  10:42:44
6752         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
6753              Date: Fri, 08 Jan 1999 14:36:53 +1100
6754              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
6755              Subject: Re: [Fwd: IO::Socket::connect and blocking]
6756      Branch: perl
6757            ! ext/IO/lib/IO/Socket.pm
6758 ____________________________________________________________________________
6759 [  2867] By: gsar                                  on 1999/02/11  09:43:03
6760         Log: av_extend() doc tweak from Jan Dubois
6761      Branch: perl
6762            ! pod/perlguts.pod
6763 ____________________________________________________________________________
6764 [  2866] By: gsar                                  on 1999/02/11  09:27:17
6765         Log: display full pathname of unreadable files
6766      Branch: perl
6767            ! utils/perldoc.PL
6768 ____________________________________________________________________________
6769 [  2865] By: gsar                                  on 1999/02/11  09:02:31
6770         Log: missing patch in change#2522
6771      Branch: perl
6772            ! lib/Pod/Text.pm
6773 ____________________________________________________________________________
6774 [  2864] By: jhi                                   on 1999/02/11  08:45:00
6775         Log: From: Spider Boardman <spider@zk3.dec.com>
6776              To: perlbug@perl.com
6777              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
6778              Date: Wed, 10 Feb 1999 23:33:31 -0500
6779              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
6780      Branch: maint-5.005/perl
6781            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
6782 ____________________________________________________________________________
6783 [  2862] By: gsar                                  on 1999/02/11  08:14:34
6784         Log: integrate changes#2738,2740 from maint-5.005
6785      Branch: perl
6786           !> lib/ExtUtils/MakeMaker.pm
6787 ____________________________________________________________________________
6788 [  2861] By: jhi                                   on 1999/02/11  08:04:25
6789         Log: Integrate from mainperl.
6790      Branch: cfgperl
6791           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
6792           !> t/op/range.t win32/config.gc
6793 ____________________________________________________________________________
6794 [  2860] By: gsar                                  on 1999/02/11  07:30:08
6795         Log: binmode() support for cygwin32 (suggested by Steven Morlock
6796              <newspost@morlock.net>)
6797      Branch: perl
6798            ! perl.h
6799 ____________________________________________________________________________
6800 [  2859] By: gsar                                  on 1999/02/11  07:14:21
6801         Log: update Changes
6802      Branch: perl
6803            ! Changes
6804           !> pod/perl5005delta.pod
6805 ____________________________________________________________________________
6806 [  2856] By: gsar                                  on 1999/02/11  07:07:39
6807         Log: integrate perldelta changes from maint-5.005
6808      Branch: perl
6809           !> pod/perl5005delta.pod
6810 ____________________________________________________________________________
6811 [  2855] By: gsar                                  on 1999/02/11  06:31:50
6812         Log: applied suggested patch; added tests
6813              From: Adam Krolnik <adamk@gypsy.cyrix.com>
6814              Date: Sat, 12 Dec 98 15:30:18 -0600
6815              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
6816              Subject: Range operation doesn't handle IV_MAX
6817      Branch: perl
6818            ! pp_ctl.c t/op/range.t
6819 ____________________________________________________________________________
6820 [  2854] By: gsar                                  on 1999/02/11  05:00:55
6821         Log: compatibility fix: magic non-propagation in foreach implicit localization
6822      Branch: perl
6823            ! pp_ctl.c t/op/local.t win32/config.gc
6824 ____________________________________________________________________________
6825 [  2852] By: gsar                                  on 1999/02/10  23:17:49
6826         Log: fair warning about -Dusethreads
6827      Branch: maint-5.005/perl
6828            ! Configure INSTALL README.threads
6829 ____________________________________________________________________________
6830 [  2847] By: jhi                                   on 1999/02/09  19:13:28
6831         Log: Integrate from mainperl.
6832      Branch: cfgperl
6833           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
6834           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
6835 ____________________________________________________________________________
6836 [  2846] By: gsar                                  on 1999/02/09  13:53:28
6837         Log: a modified version of suggested patch for pack template 'Z'; added docs
6838              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
6839              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
6840              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
6841              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
6842      Branch: perl
6843            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
6844 ____________________________________________________________________________
6845 [  2845] By: gsar                                  on 1999/02/09  00:03:26
6846         Log: clarify docs for change#2835
6847      Branch: perl
6848            ! pod/perldelta.pod pod/perlop.pod
6849 ____________________________________________________________________________
6850 [  2844] By: gsar                                  on 1999/02/08  23:40:57
6851         Log: addendum to change#2823
6852              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6853              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
6854              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
6855              Subject: [PATCH] Docs and tests for method-call syntax
6856      Branch: perl
6857            ! pod/perlobj.pod t/op/method.t
6858 ____________________________________________________________________________
6859 [  2843] By: jhi                                   on 1999/02/08  21:06:28
6860         Log: Ultrix mmap tidbit.
6861      Branch: cfgperl
6862            ! hints/ultrix_4.sh
6863 ____________________________________________________________________________
6864 [  2842] By: jhi                                   on 1999/02/08  20:22:55
6865         Log: Integrate from mainperl.
6866      Branch: cfgperl
6867           +> t/op/subst_wamp.t
6868           !> (integrate 35 files)
6869 ____________________________________________________________________________
6870 [  2841] By: jhi                                   on 1999/02/08  18:23:26
6871         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6872              To: Mailing list Perl5 <perl5-porters@perl.org>
6873              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
6874              Date: Sun, 7 Feb 1999 17:25:22 -0500
6875              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
6876      Branch: cfgperl
6877            + t/op/subst_amp.t
6878            ! MANIFEST regcomp.c t/op/subst.t
6879 ____________________________________________________________________________
6880 [  2840] By: jhi                                   on 1999/02/08  18:16:54
6881         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6882              To: Mailing list Perl5 <perl5-porters@perl.org>
6883              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
6884              Date: Sun, 7 Feb 1999 17:00:10 -0500
6885              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
6886      Branch: cfgperl
6887            ! pp_hot.c t/op/pat.t
6888 ____________________________________________________________________________
6889 [  2839] By: jhi                                   on 1999/02/08  17:25:30
6890         Log: A require was missing.
6891      Branch: cfgperl
6892            ! t/lib/h2ph.pht
6893 ____________________________________________________________________________
6894 [  2838] By: jhi                                   on 1999/02/08  16:38:41
6895         Log: Bring in the change #2809 (the Configure part has been
6896              modified rather a lot since the #2809, though.)
6897      Branch: cfgperl
6898            ! Configure utils/h2ph.PL
6899 ____________________________________________________________________________
6900 [  2835] By: gsar                                  on 1999/02/08  14:40:23
6901         Log: make qw() into a true list at compile time (slightly modified
6902              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
6903      Branch: perl
6904            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
6905 ____________________________________________________________________________
6906 [  2834] By: gsar                                  on 1999/02/08  13:23:16
6907         Log: make safesysmalloc() etc., always available; safemalloc() et al are
6908              now macros that point to the right malloc; fix various places in
6909              sources that need to always use safesysmalloc() et al
6910      Branch: perl
6911            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
6912            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
6913 ____________________________________________________________________________
6914 [  2833] By: gsar                                  on 1999/02/08  10:56:16
6915         Log: remove spurious #endif in last change
6916      Branch: perl
6917            ! perl.h
6918 ____________________________________________________________________________
6919 [  2832] By: gsar                                  on 1999/02/08  10:34:55
6920         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
6921              them ask for insanity (untested)
6922      Branch: perl
6923            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
6924            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
6925            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
6926 ____________________________________________________________________________
6927 [  2831] By: jhi                                   on 1999/02/08  08:33:33
6928         Log: Update vms/subconfigure.com along the lines of change #2829.
6929      Branch: cfgperl
6930            ! vms/subconfigure.com
6931 ____________________________________________________________________________
6932 [  2830] By: gsar                                  on 1999/02/08  00:19:46
6933         Log: integrate cfgperl changes into mainline
6934      Branch: perl
6935           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
6936           +> lib/File/PathConvert.pm pod/perlthrtut.pod
6937            ! Changes
6938           !> (integrate 93 files)
6939 ____________________________________________________________________________
6940 [  2829] By: jhi                                   on 1999/02/07  23:49:46
6941         Log: Configure update.
6942              
6943              Probe for mmap() et alia.
6944              The *cc*symbols patch (just Configure, no h2ph).
6945      Branch: cfgperl
6946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6947            ! config_h.SH perl.h
6948 ____________________________________________________________________________
6949 [  2828] By: gsar                                  on 1999/02/07  23:38:47
6950         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6951              Date: Sun, 7 Feb 1999 17:25:22 -0500
6952              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
6953              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
6954      Branch: perl
6955            + t/op/subst_amp.t t/op/subst_wamp.t
6956            ! MANIFEST regcomp.c t/op/subst.t
6957 ____________________________________________________________________________
6958 [  2827] By: gsar                                  on 1999/02/07  23:27:32
6959         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6960              Date: Sun, 7 Feb 1999 17:00:10 -0500
6961              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
6962              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
6963      Branch: perl
6964            ! pp_hot.c t/op/pat.t
6965 ____________________________________________________________________________
6966 [  2826] By: gsar                                  on 1999/02/07  23:26:04
6967         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
6968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6969              Date: Sun, 7 Feb 1999 15:07:27 -0500
6970              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
6971              Subject: Re: fixing memory leaks in REx compilation
6972      Branch: perl
6973            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
6974            ! regexec.c
6975 ____________________________________________________________________________
6976 [  2825] By: jhi                                   on 1999/02/07  18:05:13
6977         Log: Integrate from mainperl.
6978      Branch: cfgperl
6979           +> lib/DB.pm t/comp/bproto.t
6980           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
6981           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
6982           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
6983           !> toke.c vms/perly_c.vms
6984 ____________________________________________________________________________
6985 [  2824] By: gsar                                  on 1999/02/07  14:21:48
6986         Log: tweak doc on bitwise ops
6987      Branch: perl
6988            ! pod/perlop.pod
6989 ____________________________________________________________________________
6990 [  2823] By: gsar                                  on 1999/02/07  13:38:31
6991         Log: applied suggested patch; regen perly* and vms/perly*
6992              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6993              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
6994              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
6995              Subject: [PATCH] Re: Suggestion for perlobj man page
6996      Branch: perl
6997            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
6998 ____________________________________________________________________________
6999 [  2822] By: gsar                                  on 1999/02/07  12:39:09
7000         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
7001              disabled, fails tests)
7002      Branch: perl
7003            ! regcomp.h
7004 ____________________________________________________________________________
7005 [  2821] By: gsar                                  on 1999/02/07  11:09:39
7006         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
7007              <Alexander.Barilo@aexp.com>)
7008      Branch: perl
7009            ! lib/Pod/Html.pm
7010 ____________________________________________________________________________
7011 [  2820] By: gsar                                  on 1999/02/07  10:20:35
7012         Log: add draft debugging API implementation
7013      Branch: perl
7014            + lib/DB.pm
7015            ! MANIFEST
7016 ____________________________________________________________________________
7017 [  2819] By: gsar                                  on 1999/02/07  09:58:45
7018         Log: avoid garbage in db->dirbuf
7019              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
7020              Date: Sat, 05 Dec 1998 14:14:54 +0900
7021              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
7022              Subject: SDBM bug
7023      Branch: perl
7024            ! ext/SDBM_File/sdbm/sdbm.c
7025 ____________________________________________________________________________
7026 [  2818] By: gsar                                  on 1999/02/07  09:32:24
7027         Log: missing entry
7028      Branch: perl
7029            ! MANIFEST
7030 ____________________________________________________________________________
7031 [  2817] By: gsar                                  on 1999/02/07  09:30:47
7032         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
7033      Branch: perl
7034            + t/comp/bproto.t
7035            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
7036 ____________________________________________________________________________
7037 [  2816] By: gsar                                  on 1999/02/06  00:14:29
7038         Log: minor bug in dumping blessed subrefs
7039      Branch: perl
7040            ! ext/Data/Dumper/Dumper.pm
7041 ____________________________________________________________________________
7042 [  2812] By: jhi                                   on 1999/02/03  22:02:24
7043         Log: Enhance change #2808.
7044              
7045              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7046              To: perl5-porters@perl.org
7047              Subject: Re: [PATCH 5.00*]: perlbug checklist
7048              Date: Wed, 3 Feb 1999 19:02:27 +0000
7049              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
7050      Branch: cfgperl
7051            ! utils/perlbug.PL
7052 ____________________________________________________________________________
7053 [  2811] By: jhi                                   on 1999/02/03  21:53:23
7054         Log: From: Barrie Slaymaker <rbs@telerama.com>
7055              To: perl5-porters@perl.org
7056              CC: pod-people@perl.org
7057              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
7058              Date: Wed, 03 Feb 1999 10:34:18 -0500
7059              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
7060              
7061              Add File::PathConvert.pm.
7062              Fix Pod::Html and installhtml to understand relative urls.
7063      Branch: cfgperl
7064            + lib/File/PathConvert.pm
7065            ! MANIFEST installhtml lib/Pod/Html.pm
7066 ____________________________________________________________________________
7067 [  2810] By: jhi                                   on 1999/02/03  20:25:10
7068         Log: From: Francois Desarmenien <desar@club-internet.fr>
7069              To: Mailing list Perl5 <perl5-porters@perl.org>
7070              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
7071              Date: Wed, 03 Feb 1999 13:13:24 +0000
7072              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
7073              
7074              (note: this patch completely overrides Tom Wolfe's patch,
7075              change #2604)
7076      Branch: cfgperl
7077            + ext/GDBM_File/hints/sco.pl
7078            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
7079 ____________________________________________________________________________
7080 [  2809] By: jhi                                   on 1999/02/03  19:54:16
7081         Log: h2ph fixes + Configure patch to support them.
7082              
7083              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7084              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
7085              Gurusamy Sarathy <gsar@engin.umich.edu>
7086              Cc: perl5-porters@perl.org
7087              Subject: [PATCH 5.00503_MT5] h2ph.PL
7088              Date: Tue, 2 Feb 1999 19:48:06 -0500
7089              Message-ID: <19990202194806.E10647@O2.chapin.edu>
7090      Branch: maint-5.005/perl
7091            ! Configure utils/h2ph.PL
7092 ____________________________________________________________________________
7093 [  2808] By: jhi                                   on 1999/02/03  16:59:55
7094         Log: Enhance the perlbug checklist.
7095      Branch: cfgperl
7096            ! utils/perlbug.PL
7097 ____________________________________________________________________________
7098 [  2807] By: jhi                                   on 1999/02/03  14:01:37
7099         Log: Document the standard strftime %formats.
7100              
7101              From: Dominic Dunlop <domo@vo.lu>
7102              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
7103              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
7104              Date: Tue, 2 Feb 1999 15:55:29 +0100
7105              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
7106      Branch: cfgperl
7107            ! ext/POSIX/POSIX.pod
7108 ____________________________________________________________________________
7109 [  2806] By: jhi                                   on 1999/02/03  13:58:00
7110         Log: Integrate from mainperl.
7111      Branch: cfgperl
7112           !> perl.h
7113 ____________________________________________________________________________
7114 [  2805] By: gsar                                  on 1999/02/03  03:32:31
7115         Log: PL_uuemap[] init needs help for sizeof()
7116      Branch: perl
7117            ! perl.h
7118 ____________________________________________________________________________
7119 [  2804] By: jhi                                   on 1999/02/02  20:44:30
7120         Log: These should've been already in #2803.
7121      Branch: cfgperl
7122            ! Configure config_h.SH vms/subconfigure.com
7123 ____________________________________________________________________________
7124 [  2803] By: jhi                                   on 1999/02/02  20:38:45
7125         Log: telldir prototype issue, from mists of time...
7126      Branch: cfgperl
7127            ! hints/netbsd.sh pp_sys.c
7128 ____________________________________________________________________________
7129 [  2801] By: jhi                                   on 1999/02/02  17:40:14
7130         Log: From: John Bley <jbb6@acpub.duke.edu>
7131              To: perlbug@perl.org
7132              Subject: [PATCH]5.005_54 (DOC) fix minor typos
7133              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
7134              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
7135      Branch: cfgperl
7136            ! pod/perlre.pod
7137 ____________________________________________________________________________
7138 [  2800] By: jhi                                   on 1999/02/02  17:26:49
7139         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
7140      Branch: cfgperl
7141            ! Todo-5.005
7142 ____________________________________________________________________________
7143 [  2799] By: jhi                                   on 1999/02/02  17:18:51
7144         Log: Update FindBin from maint-5.005.
7145      Branch: cfgperl
7146            ! lib/FindBin.pm
7147 ____________________________________________________________________________
7148 [  2798] By: jhi                                   on 1999/02/02  17:16:07
7149         Log: Fix typecasts in #2797
7150              
7151              From: "G. Del Merritt" <del@intranetics.com>
7152              Date: Fri, 29 Jan 1999 11:47:25 -0700
7153              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
7154              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
7155      Branch: cfgperl
7156            ! ext/POSIX/POSIX.xs
7157 ____________________________________________________________________________
7158 [  2797] By: jhi                                   on 1999/02/02  17:14:37
7159         Log: From: Ted Law <tedlaw@cibcwg.com>
7160              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
7161              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
7162              Subject: POSIX::strftime buffer overflow problem
7163      Branch: cfgperl
7164            ! ext/POSIX/POSIX.xs
7165 ____________________________________________________________________________
7166 [  2796] By: jhi                                   on 1999/02/02  17:13:23
7167         Log: Do not use File::Slurp.
7168      Branch: cfgperl
7169            ! t/lib/textfill.t
7170 ____________________________________________________________________________
7171 [  2795] By: jhi                                   on 1999/02/02  17:11:48
7172         Log: perlhist update from maint-5.005.
7173      Branch: cfgperl
7174            ! pod/perlhist.pod
7175 ____________________________________________________________________________
7176 [  2794] By: jhi                                   on 1999/02/02  17:10:33
7177         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
7178      Branch: cfgperl
7179            ! ext/POSIX/POSIX.pm
7180 ____________________________________________________________________________
7181 [  2793] By: jhi                                   on 1999/02/02  17:08:39
7182         Log: Missed the html test from change #2787. 
7183      Branch: cfgperl
7184            ! t/lib/cgi-html.t
7185 ____________________________________________________________________________
7186 [  2792] By: jhi                                   on 1999/02/02  17:01:24
7187         Log: Update Getopt::Long to 2.19.
7188      Branch: cfgperl
7189            ! lib/Getopt/Long.pm
7190 ____________________________________________________________________________
7191 [  2791] By: jhi                                   on 1999/02/02  16:59:13
7192         Log: overload syntax is no longer experimental
7193      Branch: cfgperl
7194            ! lib/overload.pm
7195 ____________________________________________________________________________
7196 [  2789] By: jhi                                   on 1999/02/02  16:47:50
7197         Log: Still doc fixes.
7198      Branch: cfgperl
7199            ! lib/diagnostics.pm
7200 ____________________________________________________________________________
7201 [  2788] By: jhi                                   on 1999/02/02  16:47:07
7202         Log: Doc fixes.
7203      Branch: cfgperl
7204            ! lib/CGI.pm lib/diagnostics.pm
7205 ____________________________________________________________________________
7206 [  2787] By: jhi                                   on 1999/02/02  16:38:55
7207         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
7208              where applicable).
7209      Branch: cfgperl
7210            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
7211            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7212            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7213            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
7214            ! eg/cgi/frameset.cgi eg/cgi/index.html
7215            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7216            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7217            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7218            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
7219            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7220            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
7221 ____________________________________________________________________________
7222 [  2786] By: jhi                                   on 1999/02/02  16:17:52
7223         Log: Update CPAN to 1.47.
7224      Branch: cfgperl
7225            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7226 ____________________________________________________________________________
7227 [  2785] By: jhi                                   on 1999/02/02  16:09:03
7228         Log: From: Mark-Jason Dominus <mjd@plover.com>
7229              Date: Sat, 16 Jan 1999 17:22:06 -0500
7230              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
7231              Message-ID: <19990116222206.3674.qmail@plover.com>
7232      Branch: cfgperl
7233            ! pod/perlsub.pod
7234 ____________________________________________________________________________
7235 [  2784] By: jhi                                   on 1999/02/02  16:01:31
7236         Log: Fix incorrect "used only once" warnings
7237              
7238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7239              Date: Fri, 8 Jan 1999 04:37:10 -0500
7240              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
7241              Subject: Re: change#965 flakiness
7242      Branch: cfgperl
7243            ! gv.c
7244 ____________________________________________________________________________
7245 [  2783] By: jhi                                   on 1999/02/02  15:50:38
7246         Log: perldelta updates.
7247      Branch: cfgperl
7248            ! pod/perldelta.pod
7249 ____________________________________________________________________________
7250 [  2782] By: jhi                                   on 1999/02/02  14:28:26
7251         Log: Mirror change #2781.
7252      Branch: cfgperl
7253            ! hints/linux.sh
7254 ____________________________________________________________________________
7255 [  2781] By: jhi                                   on 1999/02/02  14:27:01
7256         Log: Update the MkLinux note.
7257      Branch: maint-5.005/perl
7258            ! hints/linux.sh
7259 ____________________________________________________________________________
7260 [  2780] By: jhi                                   on 1999/02/02  14:10:59
7261         Log: Update todo.
7262      Branch: cfgperl
7263            ! Todo-5.005
7264 ____________________________________________________________________________
7265 [  2779] By: jhi                                   on 1999/02/02  14:00:25
7266         Log: Integrate from mainperl.
7267      Branch: cfgperl
7268            ! t/lib/textfill.t t/lib/textwrap.t
7269           !> (integrate 32 files)
7270 ____________________________________________________________________________
7271 [  2778] By: jhi                                   on 1999/02/02  13:56:23
7272         Log: VMS update, applicable parts of
7273              
7274              From: Dan Sugalski <sugalskd@osshe.edu>
7275              To: perl5-porters@perl.org
7276              Subject: [PATCH 5.005_03MT3]VMS configure tweak
7277              Date: Wed, 20 Jan 1999 12:05:18 -0800
7278              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
7279              
7280              From: Dan Sugalski <sugalskd@osshe.edu>
7281              To: perlbug@perl.com, vmsperl@perl.org
7282              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
7283              Date: Tue, 26 Jan 1999 14:40:38 -0800
7284              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
7285              
7286              From: Dan Sugalski <sugalskd@osshe.edu>
7287              To: perl5-porters@perl.org, vmsperl@perl.org
7288              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
7289              Date: Tue, 26 Jan 1999 14:55:29 -0800
7290              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
7291      Branch: cfgperl
7292            ! vms/ext/Stdio/test.pl vms/subconfigure.com
7293 ____________________________________________________________________________
7294 [  2777] By: jhi                                   on 1999/02/02  13:43:24
7295         Log: Synch usethreads parts from maint-5.005.
7296      Branch: cfgperl
7297            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
7298            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
7299            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7300            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7301 ____________________________________________________________________________
7302 [  2776] By: jhi                                   on 1999/02/02  13:17:16
7303         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
7304      Branch: cfgperl
7305            ! Makefile.SH hints/freebsd.sh
7306 ____________________________________________________________________________
7307 [  2774] By: jhi                                   on 1999/02/02  13:10:39
7308         Log: Add perlthrtut, update pod/* machinery.
7309              (a pod/Makefile.SH is sorely needed)
7310      Branch: cfgperl
7311            + pod/perlthrtut.pod
7312            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
7313 ____________________________________________________________________________
7314 [  2773] By: jhi                                   on 1999/02/02  12:54:24
7315         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7316              To: perl5-porters@perl.org
7317              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
7318              Date: Tue, 26 Jan 1999 22:25:07 +0000
7319              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
7320      Branch: cfgperl
7321            ! pod/perlguts.pod
7322 ____________________________________________________________________________
7323 [  2771] By: jhi                                   on 1999/02/02  12:47:34
7324         Log: Use perlbug instead of personal email address.
7325      Branch: cfgperl
7326            ! Configure
7327 ____________________________________________________________________________
7328 [  2770] By: jhi                                   on 1999/02/02  12:42:06
7329         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7330              
7331              From: "G. Del Merritt" <del@intranetics.com>
7332              To: perlbug@perl.com
7333              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7334              Date: Tue, 26 Jan 1999 12:09:09 -0700
7335              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7336      Branch: cfgperl
7337            ! iperlsys.h
7338 ____________________________________________________________________________
7339 [  2769] By: jhi                                   on 1999/02/02  12:37:57
7340         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7341              To: Mailing list Perl5 <perl5-porters@perl.org>
7342              Subject: [PATCH 5.005_*] OS/2 threads
7343              Date: Tue, 26 Jan 1999 13:39:46 -0500
7344              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
7345      Branch: cfgperl
7346            ! os2/os2ish.h
7347 ____________________________________________________________________________
7348 [  2768] By: jhi                                   on 1999/02/02  12:36:16
7349         Log: Apply change #2711 from maint-5.005:
7350              
7351              make ok", "make okfile", and "make nok" were broken
7352              with -Duseshrplib, because of a shared typo.
7353              
7354              From: Spider Boardman <spider@web.zk3.dec.com>
7355              To: perlbug@perl.com
7356              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7357              Date: Wed, 27 Jan 1999 12:27:15 -0500
7358              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7359      Branch: cfgperl
7360            ! Makefile.SH
7361 ____________________________________________________________________________
7362 [  2766] By: jhi                                   on 1999/02/02  12:27:08
7363         Log: Make Configure use "int main()" instead of bare "main()".
7364              Like maint-5.005 change #2703 but now via metaconfig.
7365      Branch: cfgperl
7366            ! Configure
7367 ____________________________________________________________________________
7368 [  2765] By: jhi                                   on 1999/02/02  11:59:30
7369         Log: Undo part of change #2562.
7370      Branch: cfgperl
7371            ! Configure
7372 ____________________________________________________________________________
7373 [  2764] By: jhi                                   on 1999/02/02  11:52:39
7374         Log: NetBSD synch with maint-5.005.
7375      Branch: cfgperl
7376            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
7377 ____________________________________________________________________________
7378 [  2763] By: jhi                                   on 1999/02/02  11:44:07
7379         Log: $Config{installusrbinperl}
7380              (maint-5.005 changes #2614 and #2709)
7381      Branch: cfgperl
7382            ! Configure installperl
7383 ____________________________________________________________________________
7384 [  2762] By: jhi                                   on 1999/02/02  11:29:13
7385         Log: Errno update from maint-5.005 (changes #2583, #2710).
7386      Branch: cfgperl
7387            ! Configure ext/Errno/Errno_pm.PL
7388 ____________________________________________________________________________
7389 [  2759] By: jhi                                   on 1999/02/02  10:53:20
7390         Log: Update Trig.pm from maint-5.005.
7391      Branch: cfgperl
7392            ! lib/Math/Trig.pm
7393 ____________________________________________________________________________
7394 [  2757] By: jhi                                   on 1999/02/02  10:41:26
7395         Log: MPE/iX update (mirror maint-5.005 change #2715)
7396      Branch: cfgperl
7397            ! hints/mpeix.sh mpeix/relink
7398 ____________________________________________________________________________
7399 [  2756] By: jhi                                   on 1999/02/02  10:38:08
7400         Log: BeOS update (Mirror maint-5.005 change #2727).
7401      Branch: cfgperl
7402            + ext/DynaLoader/dl_beos.xs
7403            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7404            ! lib/ExtUtils/MM_Unix.pm
7405 ____________________________________________________________________________
7406 [  2754] By: gsar                                  on 1999/02/02  08:52:13
7407         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
7408      Branch: perl
7409            ! Porting/pumpkin.pod Todo Todo-5.005
7410 ____________________________________________________________________________
7411 [  2753] By: gsar                                  on 1999/02/02  08:46:21
7412         Log: Todo tweaks
7413      Branch: perl
7414            ! Todo Todo-5.005
7415 ____________________________________________________________________________
7416 [  2752] By: jhi                                   on 1999/02/01  22:15:12
7417         Log: Add perlthrtut.pod.
7418              
7419              From: Dan Sugalski <sugalskd@osshe.edu>
7420              To: perl5-porters@perl.org
7421              Subject: perlthrtut.pod
7422              Date: Mon, 01 Feb 1999 10:57:11 -0800
7423              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
7424      Branch: maint-5.005/perl
7425            + pod/perlthrtut.pod
7426            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
7427            ! pod/roffitall
7428 ____________________________________________________________________________
7429 [  2751] By: gsar                                  on 1999/02/01  07:28:05
7430         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
7431      Branch: perl
7432            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7433            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7434 ____________________________________________________________________________
7435 [  2750] By: gsar                                  on 1999/02/01  07:09:20
7436         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7437              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
7438              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
7439              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
7440      Branch: perl
7441            ! regexec.c
7442 ____________________________________________________________________________
7443 [  2749] By: gsar                                  on 1999/02/01  07:07:59
7444         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7445              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
7446              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
7447              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
7448      Branch: perl
7449            ! regexec.c
7450 ____________________________________________________________________________
7451 [  2748] By: gsar                                  on 1999/02/01  06:47:06
7452         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
7453              Date: Thu, 3 Dec 1998 15:10:17 -0500
7454              Message-Id: <199812032010.PAA09692@jik.shore.net>
7455              Subject: sample checksum code in "perlfunc" man page is wrong
7456      Branch: perl
7457            ! pod/perlfunc.pod
7458 ____________________________________________________________________________
7459 [  2747] By: gsar                                  on 1999/02/01  06:35:13
7460         Log: typos in Pod/Text.pm
7461              From: "Greg Chapman" <glc@well.com>
7462              Date: Tue, 1 Dec 1998 10:50:18 -0800
7463              Message-Id: <199812011849.KAA08816@smtp.well.com>
7464              Subject: Glitch in Pod::Text
7465      Branch: perl
7466            ! lib/Pod/Text.pm
7467 ____________________________________________________________________________
7468 [  2746] By: gsar                                  on 1999/02/01  06:27:35
7469         Log: various win32-ish changes merged from maint-5.005
7470      Branch: perl
7471            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
7472            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
7473            ! win32/Makefile win32/config.bc win32/config.vc
7474            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
7475            ! win32/win32.c
7476 ____________________________________________________________________________
7477 [  2745] By: gsar                                  on 1999/02/01  04:51:54
7478         Log: integrate cfgperl changes into mainline
7479      Branch: perl
7480           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
7481 ____________________________________________________________________________
7482 [  2744] By: gsar                                  on 1999/02/01  04:31:09
7483         Log: improved diagnostic on syntax errors at EOL
7484      Branch: perl
7485            ! toke.c
7486 ____________________________________________________________________________
7487 [  2743] By: gsar                                  on 1999/02/01  03:59:13
7488         Log: don't attempt connect() to bogus IP addresses
7489              From:    Graham Barr <gbarr@pobox.com>
7490              Date:    Sun, 31 Jan 1999 21:50:45 CST
7491              Message-Id: <19990131215045.A633@pobox.com>
7492      Branch: perl
7493            ! t/lib/io_multihomed.t
7494 ____________________________________________________________________________
7495 [  2742] By: gsar                                  on 1999/02/01  03:08:58
7496         Log: update Changes
7497      Branch: perl
7498            ! Changes pod/perldelta.pod
7499 ____________________________________________________________________________
7500 [  2740] By: gsar                                  on 1999/02/01  02:43:07
7501         Log: CAPI inheritance tweak and doc
7502      Branch: maint-5.005/perl
7503            ! lib/ExtUtils/MakeMaker.pm
7504 ____________________________________________________________________________
7505 [  2739] By: jhi                                   on 1999/01/31  18:31:54
7506         Log: Undo changes #2730 and #2731 and replace them
7507              with an extensively tested patch from
7508              Anton Berezin <tobez@plab.ku.dk> (via private email).
7509      Branch: maint-5.005/perl
7510            ! Makefile.SH hints/freebsd.sh
7511 ____________________________________________________________________________
7512 [  2738] By: gsar                                  on 1999/01/31  05:04:32
7513         Log: fix bogus CAPI inheritance from change#2541
7514      Branch: maint-5.005/perl
7515            ! lib/ExtUtils/MakeMaker.pm
7516 ____________________________________________________________________________
7517 [  2731] By: jhi                                   on 1999/01/29  14:33:12
7518         Log: FreeBSD version numbers can be like "2.2.8-release".
7519      Branch: maint-5.005/perl
7520            ! hints/freebsd.sh
7521 ____________________________________________________________________________
7522 [  2730] By: jhi                                   on 1999/01/29  12:40:38
7523         Log: FreeBSD hints iteration (hopefully convergent).
7524              usethreads: require at least FreeBSD 2.2.8.
7525              signal type: mirror change #2429 in cfgperl.
7526      Branch: maint-5.005/perl
7527            ! hints/freebsd.sh
7528 ____________________________________________________________________________
7529 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
7530         Log: From: Tom Spindler <dogcow@isi.net>
7531              Date: Thu, 28 Jan 1999 17:15:11 -0800
7532              Message-ID: <19990128171510.A11778@isi.net>
7533              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
7534      Branch: maint-5.005/perl
7535            + ext/DynaLoader/dl_beos.xs
7536            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7537            ! lib/ExtUtils/MM_Unix.pm
7538 ____________________________________________________________________________
7539 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
7540         Log: Remove use of File::Slurp in t/lib/textfill.t
7541      Branch: maint-5.005/perl
7542            ! t/lib/textfill.t
7543 ____________________________________________________________________________
7544 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
7545         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
7546              Date: Wed, 27 Jan 1999 23:14:33 -0800
7547              Message-Id: <199901280714.XAA10176@activestate.com>
7548              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
7549      Branch: maint-5.005/perl
7550            ! win32/Makefile win32/makefile.mk
7551 ____________________________________________________________________________
7552 [  2720] By: gsar                                  on 1999/01/27  21:54:42
7553         Log: missing space while munging CCFLAGS for PERL_CAPI
7554      Branch: perl
7555            ! lib/ExtUtils/MM_Unix.pm
7556 ____________________________________________________________________________
7557 [  2718] By: jhi                                   on 1999/01/27  19:46:04
7558         Log: io/fs.t fails test #18 (sense of tests appears to have been
7559              changed incompletely; this patch just skips the test attached,
7560              a la test #17 preceding it).
7561              
7562              From: "G. Del Merritt" <del@intranetics.com>
7563              To: perlbug@perl.com
7564              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7565              Date: Tue, 26 Jan 1999 12:09:09 -0700
7566              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7567      Branch: maint-5.005/perl
7568            ! t/io/fs.t
7569 ____________________________________________________________________________
7570 [  2717] By: jhi                                   on 1999/01/27  19:44:46
7571         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7572              
7573              From: "G. Del Merritt" <del@intranetics.com>
7574              To: perlbug@perl.com
7575              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7576              Date: Tue, 26 Jan 1999 12:09:09 -0700
7577              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7578      Branch: maint-5.005/perl
7579            ! iperlsys.h
7580 ____________________________________________________________________________
7581 [  2715] By: jhi                                   on 1999/01/27  19:34:28
7582         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7583              To: perl5-porters@perl.org
7584              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
7585              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
7586              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
7587      Branch: maint-5.005/perl
7588            ! hints/mpeix.sh mpeix/relink
7589 ____________________________________________________________________________
7590 [  2710] By: jhi                                   on 1999/01/27  19:22:23
7591         Log: Errno fixes:
7592              
7593              From: Spider Boardman <spider@web.zk3.dec.com>
7594              To: perlbug@perl.com
7595              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7596              Date: Wed, 27 Jan 1999 12:27:15 -0500
7597              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7598              
7599              From: Spider Boardman <spider@web.zk3.dec.com>
7600              To: perlbug@perl.com
7601              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7602              Date: Wed, 27 Jan 1999 13:31:16 -0500
7603              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
7604      Branch: maint-5.005/perl
7605            ! Configure ext/Errno/Errno_pm.PL
7606 ____________________________________________________________________________
7607 [  2709] By: jhi                                   on 1999/01/27  19:17:35
7608         Log: Fix Configure installusrbinperl:
7609              
7610              From: Spider Boardman <spider@web.zk3.dec.com>
7611              To: jhi@iki.fi
7612              cc: perl5-porters@perl.org
7613              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7614              Date: Wed, 27 Jan 1999 13:03:35 -0500
7615              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
7616      Branch: maint-5.005/perl
7617            ! Configure
7618 ____________________________________________________________________________
7619 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
7620         Log: Add redef IO::Handle::* for setv?buf()
7621      Branch: maint-5.005/perl
7622            ! ext/POSIX/POSIX.pm
7623 ____________________________________________________________________________
7624 [  2705] By: jhi                                   on 1999/01/24  15:14:30
7625         Log: Mention year-1900 and month 0..11.
7626      Branch: cfgperl
7627            ! lib/Time/Local.pm
7628 ____________________________________________________________________________
7629 [  2704] By: jhi                                   on 1999/01/24  15:13:36
7630         Log: Document Configure -Uinstallusrbinperl.
7631      Branch: cfgperl
7632            ! INSTALL pod/perldelta.pod
7633 ____________________________________________________________________________
7634 [  2698] By: jhi                                   on 1999/01/24  12:46:00
7635         Log: Use only xlc_r for usethreads.
7636      Branch: cfgperl
7637            ! hints/aix.sh
7638 ____________________________________________________________________________
7639 [  2695] By: gsar                                  on 1999/01/24  07:09:05
7640         Log: integrate cfgperl changes into mainline
7641      Branch: perl
7642           +> lib/Exporter/Heavy.pm
7643           !> (integrate 65 files)
7644 ____________________________________________________________________________
7645 [  2694] By: gsar                                  on 1999/01/24  01:28:49
7646         Log: better notes on 'make' on win32
7647      Branch: perl
7648            ! README.win32
7649 ____________________________________________________________________________
7650 [  2683] By: jhi                                   on 1999/01/22  15:41:00
7651         Log: More de-cut-and-pastos.
7652      Branch: cfgperl
7653            ! hints/irix_6.sh hints/os2.sh
7654 ____________________________________________________________________________
7655 [  2682] By: jhi                                   on 1999/01/22  15:30:51
7656         Log: usethreads.cbu cut-and-pasto.
7657      Branch: cfgperl
7658            ! hints/solaris_2.sh
7659 ____________________________________________________________________________
7660 [  2681] By: jhi                                   on 1999/01/22  14:54:55
7661         Log: Better (I hope) LANGUAGE documentation.
7662      Branch: cfgperl
7663            ! pod/perllocale.pod
7664 ____________________________________________________________________________
7665 [  2680] By: jhi                                   on 1999/01/22  09:20:29
7666         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7667              To: perl5-porters@perl.org
7668              Subject: [PATCH 5.005_03MT3]VMS configure tweak
7669              Date: Wed, 20 Jan 1999 12:05:18 -0800
7670              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
7671      Branch: cfgperl
7672            ! vms/subconfigure.com
7673 ____________________________________________________________________________
7674 [  2679] By: jhi                                   on 1999/01/22  09:13:18
7675         Log: nosuid getmntent() branch.
7676      Branch: cfgperl
7677            ! perl.c perl.h
7678 ____________________________________________________________________________
7679 [  2678] By: jhi                                   on 1999/01/22  08:54:19
7680         Log: nosuid patch continued: *BSD needs <sys/param.h>.
7681      Branch: cfgperl
7682            ! Configure config_h.SH
7683 ____________________________________________________________________________
7684 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
7685         Log: Fixup FindBin to use File::Spec
7686              
7687              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
7688              Date: Wed, 20 Jan 1999 18:51:57 +0000
7689              From: Paul Johnson <pjcj@transeda.com>
7690              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
7691      Branch: maint-5.005/perl
7692            ! lib/FindBin.pm
7693 ____________________________________________________________________________
7694 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
7695         Log: Fix win32 for Borland compiler and spaces in paths
7696              
7697              From: Gurusamy Sarathy <gsar@activestate.com>
7698              Date: Mon, 18 Jan 1999 20:33:17 -0800
7699              Message-Id: <199901190433.UAA03656@activestate.com>
7700              Subject: [PATCH] 5.005_03-trial3 win32 issues
7701      Branch: maint-5.005/perl
7702            ! README.win32 win32/Makefile win32/config_sh.PL
7703            ! win32/makefile.mk win32/runperl.c
7704 ____________________________________________________________________________
7705 [  2670] By: jhi                                   on 1999/01/21  16:12:38
7706         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7707              To: perl5-porters@perl.org
7708              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
7709              Date: Thu, 21 Jan 1999 12:08:01 +0000
7710              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
7711      Branch: cfgperl
7712            ! pod/perldiag.pod t/op/subst.t toke.c
7713 ____________________________________________________________________________
7714 [  2669] By: jhi                                   on 1999/01/21  16:11:46
7715         Log: To: perl5-porters@perl.org
7716              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
7717              From: Anton Berezin <tobez@plab.ku.dk>
7718              Date: 21 Jan 1999 17:07:28 +0100
7719              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
7720      Branch: cfgperl
7721            ! hints/freebsd.sh
7722 ____________________________________________________________________________
7723 [  2668] By: jhi                                   on 1999/01/21  15:38:34
7724         Log: Add Daniel Grisinger <dgris@dimensional.com>.
7725      Branch: cfgperl
7726            ! AUTHORS MAINTAIN
7727 ____________________________________________________________________________
7728 [  2667] By: jhi                                   on 1999/01/21  15:32:28
7729         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7730              To: Mailing list Perl5 <perl5-porters@perl.org>
7731              Subject: [PATCH 5.005_53] Lean Exporter.pm
7732              Date: Thu, 21 Jan 1999 03:25:23 -0500
7733              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
7734      Branch: cfgperl
7735            + lib/Exporter/Heavy.pm
7736            ! MANIFEST lib/Exporter.pm
7737 ____________________________________________________________________________
7738 [  2666] By: jhi                                   on 1999/01/21  15:24:10
7739         Log: From: "W. Phillip Moore" <wpm@ms.com>
7740              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
7741              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
7742              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
7743              Message-ID: <13988.46383.298992.97303@zappa>
7744      Branch: cfgperl
7745            ! lib/File/Path.pm
7746 ____________________________________________________________________________
7747 [  2665] By: jhi                                   on 1999/01/21  15:20:48
7748         Log: CPAN update (CPAN-1.44_54) from Andreas and
7749              jumbo doc patch from Abigail.
7750              
7751              From: abigail@fnx.com
7752              To: perl5-porters@perl.org (Perl Porters)
7753              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
7754              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
7755              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
7756              
7757              From: abigail@fnx.com
7758              To: perl5-porters@perl.org (Perl Porters)
7759              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
7760              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
7761              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
7762              
7763              From: abigail@fnx.com
7764              To: perl5-porters@perl.org (Perl Porters)
7765              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
7766              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
7767              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
7768              
7769              From: abigail@fnx.com
7770              To: perl5-porters@perl.org (Perl Porters)
7771              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
7772              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
7773              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
7774              
7775              From: abigail@fnx.com
7776              To: perl5-porters@perl.org (Perl Porters)
7777              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
7778              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
7779              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
7780              
7781              From: abigail@fnx.com
7782              To: perl5-porters@perl.org (Perl Porters)
7783              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
7784              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
7785              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
7786              
7787              From: abigail@fnx.com
7788              To: perl5-porters@perl.org (Perl Porters)
7789              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
7790              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
7791              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
7792              
7793              From: abigail@fnx.com
7794              To: perl5-porters@perl.org (Perl Porters)
7795              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
7796              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
7797              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
7798              
7799              From: abigail@fnx.com
7800              To: perl5-porters@perl.org (Perl Porters)
7801              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
7802              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
7803              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
7804              
7805              From: abigail@fnx.com
7806              To: perl5-porters@perl.org (Perl Porters)
7807              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
7808              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
7809              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
7810              
7811              From: abigail@fnx.com
7812              To: perl5-porters@perl.org (Perl Porters)
7813              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
7814              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
7815              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
7816              
7817              From: abigail@fnx.com
7818              To: perl5-porters@perl.org (Perl Porters)
7819              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
7820              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
7821              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
7822              
7823              From: abigail@fnx.com
7824              To: perl5-porters@perl.org (Perl Porters)
7825              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
7826              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
7827              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
7828      Branch: cfgperl
7829            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
7830            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7831            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
7832            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
7833 ____________________________________________________________________________
7834 [  2664] By: jhi                                   on 1999/01/21  14:47:43
7835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7836              To: Mailing list Perl5 <perl5-porters@perl.org>
7837              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
7838              Date: Thu, 21 Jan 1999 03:58:29 -0500
7839              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
7840      Branch: cfgperl
7841            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
7842 ____________________________________________________________________________
7843 [  2663] By: jhi                                   on 1999/01/21  14:43:58
7844         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7845              To: Mailing list Perl5 <perl5-porters@perl.org>
7846              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
7847              Date: Thu, 21 Jan 1999 02:46:34 -0500
7848              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
7849      Branch: cfgperl
7850            ! ext/Errno/Errno_pm.PL
7851 ____________________________________________________________________________
7852 [  2662] By: jhi                                   on 1999/01/21  14:42:42
7853         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
7854              To: Francois Desarmenien <desar@club-internet.fr>
7855              Cc: Gurusamy Sarathy <gsar@activestate.com>,
7856              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
7857              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
7858              Date: 21 Jan 1999 00:17:35 -0700
7859              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
7860      Branch: cfgperl
7861            ! Porting/patching.pod
7862 ____________________________________________________________________________
7863 [  2661] By: jhi                                   on 1999/01/21  14:41:13
7864         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7865              To: Mailing list Perl5 <perl5-porters@perl.org>
7866              Subject: [PATCH 5.00*] makedepend
7867              Date: Thu, 21 Jan 1999 02:08:27 -0500
7868              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
7869      Branch: cfgperl
7870            ! makedepend.SH
7871 ____________________________________________________________________________
7872 [  2660] By: jhi                                   on 1999/01/21  14:36:45
7873         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7874              To: Mailing list Perl5 <perl5-porters@perl.org>
7875              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
7876              Date: Tue, 19 Jan 1999 20:06:45 -0500
7877              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
7878      Branch: cfgperl
7879            ! os2/Changes os2/os2.c
7880 ____________________________________________________________________________
7881 [  2657] By: jhi                                   on 1999/01/21  11:40:35
7882         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7883              To: perl5-porters@perl.org
7884              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
7885              Date: Mon, 18 Jan 1999 01:32:31 PST
7886              Message-ID: <19990118093231.18443.qmail@hotmail.com>
7887      Branch: cfgperl
7888            ! ext/B/B/CC.pm
7889 ____________________________________________________________________________
7890 [  2656] By: jhi                                   on 1999/01/21  11:35:34
7891         Log: From: Achim Bohnet <ach@mpe.mpg.de>
7892              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
7893              Date: Wed, 20 Jan 1999 20:25:53 +0100
7894              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
7895      Branch: cfgperl
7896            ! pp.c
7897 ____________________________________________________________________________
7898 [  2655] By: jhi                                   on 1999/01/21  10:46:01
7899         Log: Handle NIS (and NetInfo) more robustly.
7900      Branch: cfgperl
7901            ! t/op/grent.t t/op/pwent.t
7902 ____________________________________________________________________________
7903 [  2654] By: jhi                                   on 1999/01/21  10:17:20
7904         Log: Two-argument eaccess() of SCO.
7905      Branch: cfgperl
7906            ! pp_sys.c
7907 ____________________________________________________________________________
7908 [  2653] By: jhi                                   on 1999/01/21  08:53:14
7909         Log: -DNO_NOSUID_CHECK for those platforms which have no way
7910              of checking for nosuid but still want suidperl.
7911      Branch: cfgperl
7912            ! perl.c
7913 ____________________________________________________________________________
7914 [  2652] By: jhi                                   on 1999/01/21  08:22:50
7915         Log: The LANGUAGE mirrors LC_ALL usage.
7916      Branch: cfgperl
7917            ! Configure config_h.SH
7918 ____________________________________________________________________________
7919 [  2651] By: jhi                                   on 1999/01/20  22:01:21
7920         Log: I_MNTENT was missing.
7921      Branch: cfgperl
7922            ! Configure config_h.SH
7923 ____________________________________________________________________________
7924 [  2650] By: jhi                                   on 1999/01/19  13:42:03
7925         Log: NetBSD update, based on patches from the NetBSD packages system.
7926      Branch: cfgperl
7927            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
7928 ____________________________________________________________________________
7929 [  2649] By: jhi                                   on 1999/01/19  12:44:02
7930         Log: Jumbo Configure update.
7931              * -Uinstallusrbinperl: disable /usr/bin/perl installation
7932              by installperl
7933              * usethreads.cbu
7934              * use64bits.cbu
7935              * "nosuid"
7936      Branch: cfgperl
7937            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
7938            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
7939            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
7940            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
7941            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
7942            ! pod/perldiag.pod
7943 ____________________________________________________________________________
7944 [  2648] By: jhi                                   on 1999/01/19  09:16:44
7945         Log: Mention /usr/share/locale.
7946      Branch: cfgperl
7947            ! pod/perllocale.pod
7948 ____________________________________________________________________________
7949 [  2647] By: jhi                                   on 1999/01/19  09:11:11
7950         Log: SHMLBA strikes back in NetBSD/sparc.
7951              
7952              From: Dave Nelson <David.Nelson@bellcow.com>
7953              To: jhi@iki.fi
7954              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
7955              Date: Mon, 18 Jan 1999 22:07:56 -0600
7956              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
7957      Branch: cfgperl
7958            ! ext/IPC/SysV/SysV.xs
7959 ____________________________________________________________________________
7960 [  2646] By: jhi                                   on 1999/01/19  08:58:17
7961         Log: Show LANGUAGE env var when needed. (Augment change #2645).
7962      Branch: cfgperl
7963            ! util.c utils/perlbug.PL
7964 ____________________________________________________________________________
7965 [  2645] By: jhi                                   on 1999/01/19  08:52:15
7966         Log: Document the GNU LANGUAGE env var.
7967      Branch: cfgperl
7968            ! pod/perllocale.pod
7969 ____________________________________________________________________________
7970 [  2644] By: jhi                                   on 1999/01/19  08:42:25
7971         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7972              To: Mailing list Perl5 <perl5-porters@perl.org>
7973              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
7974              Date: Mon, 18 Jan 1999 20:57:02 -0500
7975              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
7976      Branch: cfgperl
7977            ! pp_hot.c t/op/pat.t
7978 ____________________________________________________________________________
7979 [  2643] By: jhi                                   on 1999/01/18  11:23:41
7980         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
7981      Branch: cfgperl
7982            ! Makefile.SH
7983 ____________________________________________________________________________
7984 [  2642] By: jhi                                   on 1999/01/18  11:03:38
7985         Log: GNU libc locale system has LANGUAGE env var that partly
7986              overrides even LC_ALL.
7987      Branch: cfgperl
7988            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
7989 ____________________________________________________________________________
7990 [  2641] By: jhi                                   on 1999/01/18  10:55:04
7991         Log: Integrate from mainperl.
7992      Branch: cfgperl
7993           +> ext/B/defsubs.h.PL
7994            ! t/op/groups.t
7995           !> (integrate 38 files)
7996 ____________________________________________________________________________
7997 [  2640] By: gsar                                  on 1999/01/18  10:06:29
7998         Log: a few random cleanups
7999      Branch: perl
8000            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
8001 ____________________________________________________________________________
8002 [  2639] By: gsar                                  on 1999/01/18  05:56:21
8003         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
8004              Date:    Sun, 17 Jan 1999 16:41:10 PST
8005              Message-Id: <19990118004111.29667.qmail@hotmail.com>
8006              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
8007      Branch: perl
8008            ! ext/B/B/C.pm
8009 ____________________________________________________________________________
8010 [  2638] By: gsar                                  on 1999/01/18  05:41:21
8011         Log: From:    jan.dubois@ibm.net (Jan Dubois)
8012              Date:    Mon, 18 Jan 1999 00:37:41 +0100
8013              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
8014              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
8015      Branch: perl
8016            ! dump.c
8017 ____________________________________________________________________________
8018 [  2633] By: gsar                                  on 1999/01/17  13:39:59
8019         Log: bogus assert()
8020      Branch: perl
8021            ! pp.c t/op/groups.t
8022 ____________________________________________________________________________
8023 [  2632] By: gsar                                  on 1999/01/17  13:22:04
8024         Log: various tweaks for clean build and test on win32
8025      Branch: perl
8026            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
8027            ! op.c t/pragma/warn/doio
8028 ____________________________________________________________________________
8029 [  2631] By: gsar                                  on 1999/01/17  12:28:06
8030         Log: undo change#2336, and add clarification about subversive
8031              CPAN distributions from Andreas Koenig
8032      Branch: perl
8033            ! Porting/pumpkin.pod lib/CPAN.pm
8034 ____________________________________________________________________________
8035 [  2630] By: gsar                                  on 1999/01/17  12:04:06
8036         Log: fix silent taint failures under -U
8037      Branch: perl
8038            ! doio.c
8039 ____________________________________________________________________________
8040 [  2629] By: gsar                                  on 1999/01/17  12:00:23
8041         Log: sanity check piped opens (tweaked version of patch suggested
8042              by Mark-Jason Dominus)
8043      Branch: perl
8044            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
8045            ! t/op/taint.t t/pragma/warn/doio
8046 ____________________________________________________________________________
8047 [  2628] By: gsar                                  on 1999/01/17  11:26:21
8048         Log: regen headers
8049      Branch: perl
8050            ! embed.h embedvar.h objXSUB.h
8051 ____________________________________________________________________________
8052 [  2627] By: gsar                                  on 1999/01/17  11:23:37
8053         Log: PERL_OBJECTness for change#2595
8054      Branch: perl
8055            ! embed.pl op.c pod/perlport.pod proto.h
8056 ____________________________________________________________________________
8057 [  2626] By: gsar                                  on 1999/01/17  09:47:07
8058         Log: PERL_OBJECT tweaks for change#2426
8059      Branch: perl
8060            ! embed.pl proto.h regcomp.c
8061 ____________________________________________________________________________
8062 [  2625] By: gsar                                  on 1999/01/17  09:37:58
8063         Log: documentation in change#2596 is not quite right; fix it
8064      Branch: perl
8065            ! lib/Math/BigFloat.pm pod/perlguts.pod
8066 ____________________________________________________________________________
8067 [  2624] By: gsar                                  on 1999/01/17  09:28:34
8068         Log: undo change#2571; C<use File::Spec> instead
8069      Branch: perl
8070            ! lib/FindBin.pm
8071 ____________________________________________________________________________
8072 [  2623] By: gsar                                  on 1999/01/17  09:20:42
8073         Log: change#2572 is not applicable; undo, retaining scan_bin addition
8074              to global.sym
8075      Branch: perl
8076            ! global.sym perl.c proto.h
8077 ____________________________________________________________________________
8078 [  2622] By: gsar                                  on 1999/01/17  09:17:42
8079         Log: change#2576 is based on a wrong premise; undo it
8080      Branch: perl
8081            ! pp_ctl.c
8082 ____________________________________________________________________________
8083 [  2621] By: gsar                                  on 1999/01/17  09:12:42
8084         Log: fix change#2602 to not used hard coded constants
8085      Branch: perl
8086            ! ext/B/B/C.pm ext/B/defsubs.h.PL
8087 ____________________________________________________________________________
8088 [  2620] By: gsar                                  on 1999/01/17  09:02:07
8089         Log: integrate cfgperl changes into mainline, fix conflicts
8090      Branch: perl
8091           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
8092           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
8093           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
8094           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
8095           +> pod/perlopentut.pod
8096           !> (integrate 162 files)
8097 ____________________________________________________________________________
8098 [  2619] By: gsar                                  on 1999/01/17  08:42:04
8099         Log: a few doc typos
8100      Branch: perl
8101            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
8102 ____________________________________________________________________________
8103 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
8104         Log: Win32 changes from Jan
8105              
8106              From: jan.dubois@ibm.net (Jan Dubois)
8107              Date: Fri, 15 Jan 1999 23:38:35 +0100
8108              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
8109              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
8110              
8111              From: jan.dubois@ibm.net (Jan Dubois)
8112              Date: Sat, 16 Jan 1999 13:02:45 +0100
8113              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
8114              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
8115      Branch: maint-5.005/perl
8116            ! README.win32 win32/Makefile win32/makefile.mk
8117 ____________________________________________________________________________
8118 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
8119         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
8120              
8121              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8122              Date: Thu, 07 Jan 1999 00:12:00 -0500
8123              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
8124              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8125              
8126              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8127              Date: Thu, 14 Jan 1999 19:21:46 -0500
8128              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
8129              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8130      Branch: maint-5.005/perl
8131            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
8132            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
8133            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
8134            ! win32/makedef.pl win32/runperl.c win32/win32.c
8135 ____________________________________________________________________________
8136 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
8137         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8138              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
8139              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
8140              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
8141              
8142              From: Jarkko Hietaniemi <jhi@iki.fi>
8143              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
8144              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
8145              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
8146              
8147              From: Jarkko Hietaniemi <jhi@iki.fi>
8148              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
8149              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
8150              Subject: the promised "installusrbinperl + NetBSD" fix
8151      Branch: maint-5.005/perl
8152            ! Configure Makefile.SH hints/netbsd.sh installperl
8153            ! makedepend.SH unixish.h
8154 ____________________________________________________________________________
8155 [  2611] By: jhi                                   on 1999/01/14  12:16:14
8156         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8157              To: pumpkings@jhereg.perl.com
8158              Subject: perlopentut.pod
8159              Date: Sat, 09 Jan 1999 08:13:18 -0700
8160              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
8161      Branch: cfgperl
8162            + pod/perlopentut.pod
8163            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
8164 ____________________________________________________________________________
8165 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
8166         Log: Added Carp::cluck to perldelta.pod
8167      Branch: maint-5.005/perl
8168            ! pod/perldelta.pod
8169 ____________________________________________________________________________
8170 [  2605] By: jhi                                   on 1999/01/13  18:26:19
8171         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
8172              To: "'cpan@perl.org'" <cpan@perl.org>
8173              Subject: "Bug" fix for File::Find.pm
8174              Date:   Thu, 31 Dec 1998 13:01:50 -0500
8175              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
8176      Branch: cfgperl
8177            ! lib/File/Find.pm
8178 ____________________________________________________________________________
8179 [  2604] By: jhi                                   on 1999/01/13  18:08:45
8180         Log: From: Peter Wolfe <wolfe@teloseng.com>
8181              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
8182              To: perlbug@perl.com
8183              Date: 11 Jan 1999 23:00:05 +0200
8184              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
8185      Branch: cfgperl
8186            ! hints/sco.sh
8187 ____________________________________________________________________________
8188 [  2603] By: jhi                                   on 1999/01/13  18:06:56
8189         Log: From: hans@icgroup.nl (Hans Mulder)
8190              Subject: [Patch for 5.005_54] re::debugcolors dumps core
8191              To: perlbug@perl.com
8192              Cc: hansmu@xs4all.nl
8193              Date: 11 Jan 1999 22:22:45 +0200
8194              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
8195      Branch: cfgperl
8196            ! ext/re/re.pm regcomp.c
8197 ____________________________________________________________________________
8198 [  2602] By: jhi                                   on 1999/01/13  18:05:43
8199         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8200              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
8201              Date: 11 Jan 1999 08:02:41 +0200
8202              Lines: 134
8203              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
8204      Branch: cfgperl
8205            ! ext/B/B.xs ext/B/B/C.pm
8206 ____________________________________________________________________________
8207 [  2601] By: jhi                                   on 1999/01/13  18:01:53
8208         Log: From: James FitzGibbon <james@ican.net>
8209              Subject: Trivial patch for HP-UX 11 and shared libperl
8210              To: perl5-porters@perl.org
8211              Date: 8 Jan 1999 19:13:23 +0200
8212              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
8213      Branch: cfgperl
8214            ! Makefile.SH
8215 ____________________________________________________________________________
8216 [  2600] By: jhi                                   on 1999/01/13  17:59:45
8217         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8218              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
8219              To: perl5-porters@perl.org
8220              Date: 8 Jan 1999 12:43:36 +0200
8221              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
8222      Branch: cfgperl
8223            ! ext/B/B/CC.pm
8224 ____________________________________________________________________________
8225 [  2599] By: jhi                                   on 1999/01/13  17:50:11
8226         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8227              Subject: PATCH to installperl
8228              To: perl5-porters@perl.org
8229              Date: 4 Jan 1999 16:15:18 +0200
8230              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
8231      Branch: cfgperl
8232            ! installperl
8233 ____________________________________________________________________________
8234 [  2598] By: jhi                                   on 1999/01/13  17:34:51
8235         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8236              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
8237              Cc: perl5-porters@perl.org
8238              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
8239              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
8240              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
8241      Branch: cfgperl
8242            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8243            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8244 ____________________________________________________________________________
8245 [  2597] By: jhi                                   on 1999/01/13  17:30:33
8246         Log: From: David Dyck <dcd@tc.fluke.com>
8247              To: Perl Porters <perl5-porters@perl.org>,
8248              Gurusamy Sarathy <gsar@engin.umich.edu>
8249              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
8250              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
8251              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
8252      Branch: cfgperl
8253            ! pod/perldsc.pod
8254 ____________________________________________________________________________
8255 [  2596] By: jhi                                   on 1999/01/13  17:26:44
8256         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8257              To: perl5-porters@perl.org
8258              Subject: [PATCH] modglobal w/ spelling fixes
8259              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
8260              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
8261      Branch: cfgperl
8262            ! pod/perlguts.pod
8263 ____________________________________________________________________________
8264 [  2595] By: jhi                                   on 1999/01/13  17:24:59
8265         Log: From: Hans Mulder <hansm@icgroup.nl>
8266              Optimize common sort routines.  Thread started by the message
8267              
8268              From: Hans Mulder <hansm@icgroup.nl>
8269              Sender: owner-perl5-porters@perl.org
8270              To: perl5-porters@perl.org
8271              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
8272              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
8273              
8274              and the patch from the message
8275              
8276              From: Hans Mulder <hans@icgroup.nl>
8277              To: jhi@iki.fi
8278              Cc: perl5-porters@perl.org
8279              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
8280              $b }
8281              Date: Wed, 13 Jan 1999 17:39:35 +0100
8282              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
8283      Branch: cfgperl
8284            ! Todo op.c op.h pp_ctl.c t/op/sort.t
8285 ____________________________________________________________________________
8286 [  2594] By: jhi                                   on 1999/01/13  16:50:17
8287         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
8288              (the diffs were based on 5.004_02).  Tested by Guido
8289              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
8290      Branch: cfgperl
8291            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
8292            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
8293            + mint/sys/time.h mint/time.h
8294            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
8295            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
8296 ____________________________________________________________________________
8297 [  2593] By: jhi                                   on 1999/01/09  16:54:26
8298         Log: Detypo.
8299      Branch: cfgperl
8300            ! hints/dec_osf.sh
8301 ____________________________________________________________________________
8302 [  2592] By: jhi                                   on 1999/01/09  16:17:13
8303         Log: Move usethreads and use64bits logic from hints to Configure.
8304      Branch: cfgperl
8305            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
8306            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
8307            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
8308            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
8309 ____________________________________________________________________________
8310 [  2591] By: jhi                                   on 1999/01/09  14:45:24
8311         Log: Missing dTHRs added.
8312      Branch: cfgperl
8313            ! regcomp.c toke.c
8314 ____________________________________________________________________________
8315 [  2590] By: jhi                                   on 1999/01/08  15:27:17
8316         Log: Finalize change #2589 and add better AIX nm scanning from:
8317              
8318              Message-Id: <m0zyNW0-00017VC@gentoo.com>
8319              From: bll@gentoo.com (Brad Lanam)
8320              Subject: Re: mailhelp returned a non-zero status
8321              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
8322              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
8323      Branch: cfgperl
8324            ! Configure hints/freebsd.sh hints/linux.sh
8325 ____________________________________________________________________________
8326 [  2589] By: jhi                                   on 1999/01/08  15:14:54
8327         Log: Undo change #2581.
8328      Branch: cfgperl
8329            ! Configure hints/freebsd.sh hints/linux.sh
8330 ____________________________________________________________________________
8331 [  2588] By: jhi                                   on 1999/01/08  11:51:52
8332         Log: FAQ jumbo patch from tchrist.
8333              
8334              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
8335              From: Tom Christiansen <tchrist@jhereg.perl.com>
8336              To: pumpkings@jhereg.perl.com
8337              Subject: newest version of perlfaq.pod
8338              Date: Thu, 7 Jan 1999 23:05:02 -0700
8339              
8340              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
8341              From: Tom Christiansen <tchrist@jhereg.perl.com>
8342              To: pumpkings@jhereg.perl.com
8343              Subject: newest version of perlfaq1.pod
8344              Date: Thu, 7 Jan 1999 23:05:02 -0700
8345              
8346              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
8347              From: Tom Christiansen <tchrist@jhereg.perl.com>
8348              To: pumpkings@jhereg.perl.com
8349              Subject: newest version of perlfaq2.pod
8350              Date: Thu, 7 Jan 1999 23:05:02 -0700
8351              
8352              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
8353              From: Tom Christiansen <tchrist@jhereg.perl.com>
8354              To: pumpkings@jhereg.perl.com
8355              Subject: newest version of perlfaq3.pod
8356              Date: Thu, 7 Jan 1999 23:05:02 -0700
8357              
8358              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
8359              From: Tom Christiansen <tchrist@jhereg.perl.com>
8360              To: pumpkings@jhereg.perl.com
8361              Subject: newest version of perlfaq4.pod
8362              Date: Thu, 7 Jan 1999 23:05:02 -0700
8363              
8364              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
8365              From: Tom Christiansen <tchrist@jhereg.perl.com>
8366              To: pumpkings@jhereg.perl.com
8367              Subject: newest version of perlfaq5.pod
8368              Date: Thu, 7 Jan 1999 23:05:02 -0700
8369              
8370              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
8371              From: Tom Christiansen <tchrist@jhereg.perl.com>
8372              To: pumpkings@jhereg.perl.com
8373              Subject: newest version of perlfaq6.pod
8374              Date: Thu, 7 Jan 1999 23:05:02 -0700
8375              
8376              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
8377              From: Tom Christiansen <tchrist@jhereg.perl.com>
8378              To: pumpkings@jhereg.perl.com
8379              Subject: newest version of perlfaq7.pod
8380              Date: Thu, 7 Jan 1999 23:05:03 -0700
8381              
8382              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
8383              From: Tom Christiansen <tchrist@jhereg.perl.com>
8384              To: pumpkings@jhereg.perl.com
8385              Subject: newest version of perlfaq8.pod
8386              Date: Thu, 7 Jan 1999 23:05:03 -0700
8387              
8388              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
8389              From: Tom Christiansen <tchrist@jhereg.perl.com>
8390              To: pumpkings@jhereg.perl.com
8391              Subject: newest version of perlfaq9.pod
8392              Date: Thu, 7 Jan 1999 23:05:03 -0700
8393      Branch: cfgperl
8394            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8395            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8396            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8397            ! pod/perlfaq9.pod
8398 ____________________________________________________________________________
8399 [  2587] By: jhi                                   on 1999/01/08  11:17:43
8400         Log: More doc fixes from Abigail.
8401      Branch: cfgperl
8402            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
8403            ! lib/User/pwent.pm
8404 ____________________________________________________________________________
8405 [  2585] By: jhi                                   on 1999/01/08  08:31:02
8406         Log: Change #2584 from maint-5.005:
8407              
8408              implemented Ilya's suggested fix, and added a testcase
8409              
8410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8411              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
8412              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
8413              Subject: Re: Text::ParseWords: regex fix
8414      Branch: cfgperl
8415            ! lib/Text/ParseWords.pm t/lib/parsewords.t
8416 ____________________________________________________________________________
8417 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
8418         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8419              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
8420              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
8421              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
8422      Branch: maint-5.005/perl
8423            ! ext/Errno/Errno_pm.PL
8424 ____________________________________________________________________________
8425 [  2581] By: jhi                                   on 1999/01/07  16:38:03
8426         Log: Configure update:
8427              - usethreads, use64bits, and usemultiplicity
8428              are no more interactively asked by Configure
8429              - "int main()" (vs bare "main()") enforced in test programs
8430      Branch: cfgperl
8431            ! Configure hints/freebsd.sh hints/linux.sh
8432 ____________________________________________________________________________
8433 [  2580] By: jhi                                   on 1999/01/07  11:19:12
8434         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8435              Date: Wed, 06 Jan 1999 13:47:34 -0800
8436              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
8437              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
8438      Branch: cfgperl
8439            ! vms/vms.c
8440 ____________________________________________________________________________
8441 [  2579] By: jhi                                   on 1999/01/07  09:08:36
8442         Log: Another set of doc patches from Abigail
8443              
8444              From: abigail@fnx.com
8445              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
8446              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
8447              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
8448              
8449              From: abigail@fnx.com
8450              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
8451              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
8452              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
8453              
8454              From: abigail@fnx.com
8455              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
8456              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
8457              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
8458              
8459              From: abigail@fnx.com
8460              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
8461              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
8462              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
8463              
8464              From: abigail@fnx.com
8465              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
8466              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
8467              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
8468              
8469              From: abigail@fnx.com
8470              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
8471              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
8472              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
8473              
8474              From: abigail@fnx.com
8475              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
8476              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
8477              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
8478              
8479              From: abigail@fnx.com
8480              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
8481              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
8482              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
8483              
8484              From: abigail@fnx.com
8485              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
8486              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
8487              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
8488              
8489              From: abigail@fnx.com
8490              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
8491              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
8492              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
8493              
8494              From: abigail@fnx.com
8495              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
8496              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
8497              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
8498              
8499              From: abigail@fnx.com
8500              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
8501              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
8502              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
8503              
8504              From: abigail@fnx.com
8505              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
8506              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
8507              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
8508              
8509              From: abigail@fnx.com
8510              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
8511              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
8512              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
8513      Branch: cfgperl
8514            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
8515            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
8516            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
8517            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
8518            ! lib/Tie/Array.pm lib/Tie/Hash.pm
8519 ____________________________________________________________________________
8520 [  2576] By: jhi                                   on 1999/01/06  17:05:20
8521         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
8522      Branch: cfgperl
8523            ! pp_ctl.c
8524 ____________________________________________________________________________
8525 [  2575] By: jhi                                   on 1999/01/06  13:18:56
8526         Log: Enhance the great_circle_distance() documentation.
8527      Branch: cfgperl
8528            ! lib/Math/Trig.pm
8529 ____________________________________________________________________________
8530 [  2574] By: jhi                                   on 1999/01/06  12:58:03
8531         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
8532              To: perlbug@perl.com
8533              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
8534              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
8535              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
8536      Branch: cfgperl
8537            ! t/op/sysio.t
8538 ____________________________________________________________________________
8539 [  2573] By: jhi                                   on 1999/01/06  12:40:19
8540         Log: From: "W. Phillip Moore" <wpm@ms.com>
8541              To: perlbug@perl.org
8542              Subject: [PATCH] POSIX getpgrp is not -w clean
8543              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8544              Message-ID: <13970.20107.190314.549471@zappa>
8545      Branch: cfgperl
8546            ! ext/POSIX/POSIX.pm
8547 ____________________________________________________________________________
8548 [  2572] By: jhi                                   on 1999/01/06  12:25:24
8549         Log: Based on
8550              From: jan.dubois@ibm.net (Jan Dubois)
8551              To: perl5-porters@perl.org
8552              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8553              Date: Wed, 06 Jan 1999 01:24:09 +0100
8554              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8555              except that
8556              - objXSUB.h was already okay
8557              - embed.h patching is futile, global.sym patched instead
8558              - objpp.h does not exist
8559              - proto.h addition applied manually
8560              - win32/GenCAPI.pl was already okay
8561              - win32/makedef.pl was already okay
8562      Branch: cfgperl
8563            ! global.sym perl.c proto.h
8564 ____________________________________________________________________________
8565 [  2571] By: jhi                                   on 1999/01/06  11:25:48
8566         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8567              To: perlbug@perl.com
8568              Subject: FindBin.pm on Win32 systems
8569              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8570              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8571      Branch: cfgperl
8572            ! lib/FindBin.pm
8573 ____________________________________________________________________________
8574 [  2570] By: jhi                                   on 1999/01/06  11:21:48
8575         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8576              To: perl5-porters@perl.org, vmsperl@perl.org
8577              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
8578              Date: Tue, 05 Jan 1999 16:47:31 -0800
8579              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
8580              
8581              (the ext/IO/lib/IO/Socket.pm was not really changed here;
8582              it was a leftover from #2569)
8583      Branch: cfgperl
8584            ! ext/IO/lib/IO/Socket.pm taint.c
8585 ____________________________________________________________________________
8586 [  2569] By: jhi                                   on 1999/01/06  11:18:22
8587         Log: Jumbo doc patch from Abigail (almost identical to
8588              the 5.005-maint change #2562 except for the
8589              ext/IO/lib/IO/Socket.pm patch which was not
8590              applicable because the IO version of 5.005-devel
8591              is somewhat different (why?))
8592              
8593              From: abigail@fnx.com
8594              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
8595              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
8596              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
8597              
8598              From: abigail@fnx.com
8599              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
8600              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
8601              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
8602              
8603              From: abigail@fnx.com
8604              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
8605              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
8606              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
8607              
8608              From: abigail@fnx.com
8609              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
8610              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
8611              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
8612              
8613              From: abigail@fnx.com
8614              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
8615              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
8616              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
8617              
8618              From: abigail@fnx.com
8619              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
8620              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
8621              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
8622              
8623              From: abigail@fnx.com
8624              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
8625              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
8626              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
8627              
8628              From: abigail@fnx.com
8629              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
8630              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
8631              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
8632              
8633              From: abigail@fnx.com
8634              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
8635              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
8636              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
8637              
8638              From: abigail@fnx.com
8639              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
8640              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
8641              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
8642      Branch: cfgperl
8643            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8644            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
8645            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
8646            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8647            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
8648 ____________________________________________________________________________
8649 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
8650         Log: From: jan.dubois@ibm.net (Jan Dubois)
8651              Date: Wed, 06 Jan 1999 01:24:09 +0100
8652              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8653              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8654      Branch: maint-5.005/perl
8655            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
8656            ! win32/GenCAPI.pl win32/makedef.pl
8657 ____________________________________________________________________________
8658 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
8659         Log: From: "W. Phillip Moore" <wpm@ms.com>
8660              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8661              Message-ID: <13970.20107.190314.549471@zappa>
8662              Subject: [PATCH] POSIX getpgrp is not -w clean
8663      Branch: maint-5.005/perl
8664            ! ext/POSIX/POSIX.pm
8665 ____________________________________________________________________________
8666 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
8667         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8668              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8669              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8670              Subject: FindBin.pm on Win32 systems
8671      Branch: maint-5.005/perl
8672            ! lib/FindBin.pm
8673 ____________________________________________________________________________
8674 [  2561] By: jhi                                   on 1999/01/05  10:49:10
8675         Log: Reword the setlocale() 1-arg case better.
8676      Branch: cfgperl
8677            ! ext/POSIX/POSIX.pod
8678 ____________________________________________________________________________
8679 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
8680         Log: From: Blair Zajac <bzajac@geostaff.com>
8681              Date: Wed, 23 Dec 1998 17:13:32 -0800
8682              Message-ID: <3681953C.8B6A90AA@geostaff.com>
8683              Subject: Tie::SubstrHash patch
8684      Branch: maint-5.005/perl
8685            ! lib/Tie/SubstrHash.pm
8686 ____________________________________________________________________________
8687 [  2554] By: jhi                                   on 1999/01/02  14:55:06
8688         Log: Object destruction order testing.
8689      Branch: cfgperl
8690            ! t/op/misc.t
8691 ____________________________________________________________________________
8692 [  2553] By: jhi                                   on 1999/01/02  14:49:40
8693         Log: perldelta the Dumpvalue.pm of change #2513.
8694      Branch: cfgperl
8695            ! lib/Dumpvalue.pm pod/perldelta.pod
8696 ____________________________________________________________________________
8697 [  2552] By: nick                                  on 1999/01/02  14:45:38
8698         Log: Tone down Makefile.PL so it works on Win32
8699      Branch: perl
8700            ! ext/B/Makefile.PL
8701 ____________________________________________________________________________
8702 [  2551] By: nick                                  on 1999/01/02  14:06:30
8703         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
8704              Use them in various B::* rather than have local defs.
8705      Branch: perl
8706            + ext/B/defsubs.h.PL
8707            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
8708            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8709            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
8710 ____________________________________________________________________________
8711 [  2550] By: nick                                  on 1999/01/02  10:04:02
8712         Log: Integrate ext/B changes from //depot/cfgperl
8713      Branch: perl
8714           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8715 ____________________________________________________________________________
8716 [  2549] By: jhi                                   on 1999/01/01  13:54:16
8717         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
8718              To: perlbug@perl.com
8719              Subject: op/groups.t fails test 1 on HP-UX 10.20
8720              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
8721              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
8722      Branch: cfgperl
8723            ! t/op/groups.t
8724 ____________________________________________________________________________
8725 [  2548] By: jhi                                   on 1999/01/01  13:53:31
8726         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8727              To: perl5-porters@perl.org
8728              cc: hv@crypt0.demon.co.uk
8729              Subject: [bug 5.004_54] duplicate error message
8730              Date: Thu, 31 Dec 1998 04:05:25 +0000
8731              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
8732              
8733              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
8734              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8735              To: hv@crypt0.demon.co.uk
8736              Cc: perl5-porters@perl.org
8737              Subject: [PATCH _54] Re: duplicate error message
8738              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
8739              
8740              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
8741              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8742              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
8743              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
8744              Subject: [TEST PATCH _54] Re: duplicate error message 
8745              Date: Fri, 01 Jan 1999 07:32:14 +0000
8746      Branch: cfgperl
8747            ! op.c t/pragma/warn/op
8748 ____________________________________________________________________________
8749 [  2547] By: jhi                                   on 1998/12/31  14:15:04
8750         Log: From: Chris Nandor <pudge@pobox.com>
8751              To: jhi@iki.fi
8752              Cc: perl5-porters@perl.org
8753              Subject: Re: [PATCH] perlport.pod 1.38
8754              Date: Thu, 31 Dec 1998 09:06:48 -0500
8755              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
8756      Branch: cfgperl
8757            ! pod/perlport.pod
8758 ____________________________________________________________________________
8759 [  2546] By: jhi                                   on 1998/12/31  11:18:17
8760         Log: From: Wilson P. Snyder II
8761              To: perl5-porters@perl.org
8762              Subject: [PATCH v5.5.53] REV2: Binary number support
8763              Date: 1998/11/30
8764              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
8765      Branch: cfgperl
8766            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
8767            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
8768            ! toke.c util.c
8769 ____________________________________________________________________________
8770 [  2545] By: jhi                                   on 1998/12/31  09:27:40
8771         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8772              To: perlbug@perl.com
8773              Subject: "perl -T -P" dumps core on OpenBSD and Linux
8774              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
8775              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
8776      Branch: cfgperl
8777            ! taint.c
8778 ____________________________________________________________________________
8779 [  2544] By: jhi                                   on 1998/12/31  09:21:45
8780         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
8781              To: perlbug@perl.com 
8782              Subject: bug in pod2man search for perl binary [5.005_5x]
8783              Date: Sat, 12 Dec 1998 23:08:51 +0000 
8784              Message-ID: <19981212230851.A20578@ig.co.uk> 
8785      Branch: cfgperl
8786            ! pod/pod2man.PL
8787 ____________________________________________________________________________
8788 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
8789         Log: From: jan.dubois@ibm.net (Jan Dubois)
8790              Date: Wed, 23 Dec 1998 21:26:38 +0100
8791              Message-ID: <36895086.8849224@smtp1.ibm.net>
8792              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
8793      Branch: maint-5.005/perl
8794            ! lib/ExtUtils/MakeMaker.pm
8795 ____________________________________________________________________________
8796 [  2540] By: jhi                                   on 1998/12/30  08:42:04
8797         Log: Evermore AUTHORS and MAINTAIN.
8798      Branch: cfgperl
8799            ! AUTHORS MAINTAIN
8800 ____________________________________________________________________________
8801 [  2539] By: jhi                                   on 1998/12/29  15:10:34
8802         Log: More AUTHORS and MAINTAIN.
8803      Branch: cfgperl
8804            ! AUTHORS MAINTAIN
8805 ____________________________________________________________________________
8806 [  2537] By: jhi                                   on 1998/12/29  14:34:47
8807         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
8808              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
8809              Message-ID: <13942.32480.700000.640927@utensil>
8810              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
8811              (mirror change#2531 in the 5.005-maint)
8812      Branch: cfgperl
8813            ! lib/AutoSplit.pm
8814 ____________________________________________________________________________
8815 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
8816         Log: change in_pod pattern to /^=\w/ from /^=/
8817              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
8818              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
8819              Message-ID: <13942.32480.700000.640927@utensil>
8820              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
8821      Branch: maint-5.005/perl
8822            ! lib/AutoSplit.pm
8823 ____________________________________________________________________________
8824 [  2525] By: jhi                                   on 1998/12/29  13:06:26
8825         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8826              To: perl5-porters@perl.org
8827              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
8828              Date: 16 Dec 1998 03:17:03 +0200
8829              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
8830      Branch: cfgperl
8831            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8832 ____________________________________________________________________________
8833 [  2524] By: jhi                                   on 1998/12/29  13:00:06
8834         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8835              To: perl5-porters@perl.org
8836              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
8837              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
8838              Date: 10 Dec 1998 08:30:02 +0200
8839              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
8840              
8841              (Nick's part was applied earlier, in change #2460)
8842      Branch: cfgperl
8843            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8844 ____________________________________________________________________________
8845 [  2523] By: jhi                                   on 1998/12/29  12:41:31
8846         Log: From: "vishal bhatia" <vishalb@hotmail.com>
8847              To: nick@ni-s.u-net.com
8848              Cc: perl5-porters@perl.org
8849              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
8850              Date: 9 Dec 1998 06:50:30 +0200
8851              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
8852      Branch: cfgperl
8853            ! ext/B/B/CC.pm
8854 ____________________________________________________________________________
8855 [  2522] By: jhi                                   on 1998/12/29  12:15:18
8856         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
8857              To: perl5-porters@perl.org (Perl 5 Porters)
8858              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
8859              Date: 25 Dec 1998 23:02:28 +0200
8860              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
8861      Branch: cfgperl
8862            ! lib/Pod/Text.pm
8863 ____________________________________________________________________________
8864 [  2521] By: jhi                                   on 1998/12/29  12:07:54
8865         Log: Undo #2519 (breaks universal.c).
8866      Branch: cfgperl
8867            ! XSUB.h
8868 ____________________________________________________________________________
8869 [  2519] By: jhi                                   on 1998/12/29  11:41:10
8870         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8871              To: perl5-porters@perl.org
8872              Cc: perl-xs@perl.org
8873              Subject: XSUB.h refinement [PATCH]
8874              Date: 18 Dec 1998 03:58:44 +0200
8875              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
8876      Branch: cfgperl
8877            ! XSUB.h
8878 ____________________________________________________________________________
8879 [  2518] By: jhi                                   on 1998/12/29  11:36:19
8880         Log: From: abigail@fnx.com
8881              To: perl5-porters@perl.org (Perl Porters)
8882              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
8883              Date: 28 Dec 1998 21:39:15 +0200
8884              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
8885      Branch: cfgperl
8886            ! lib/fields.pm
8887 ____________________________________________________________________________
8888 [  2517] By: jhi                                   on 1998/12/29  11:35:03
8889         Log: Document change #2516.
8890      Branch: cfgperl
8891            ! pod/perldelta.pod
8892 ____________________________________________________________________________
8893 [  2516] By: jhi                                   on 1998/12/29  11:32:26
8894         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8895              To: perl5-porters@perl.org (Mailing list Perl5)
8896              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
8897              Date: 9 Dec 1998 10:39:31 +0200
8898              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
8899      Branch: cfgperl
8900            ! pod/perldiag.pod regcomp.c toke.c
8901 ____________________________________________________________________________
8902 [  2515] By: jhi                                   on 1998/12/29  11:27:11
8903         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8904              To: perl5-porters@perl.org (Mailing list Perl5)
8905              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
8906              Date: 8 Dec 1998 09:02:04 +0200
8907              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
8908              
8909              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
8910      Branch: cfgperl
8911            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
8912 ____________________________________________________________________________
8913 [  2514] By: jhi                                   on 1998/12/29  11:21:31
8914         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8915              To: perl5-porters@perl.org (Mailing list Perl5)
8916              Subject: [PATCH 5.005_53] Regexp tests and UTF8
8917              Date: 8 Dec 1998 07:02:01 +0200
8918              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
8919      Branch: cfgperl
8920            ! regcomp.c
8921 ____________________________________________________________________________
8922 [  2513] By: jhi                                   on 1998/12/29  11:18:34
8923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8924              Subject: [PATCH 5.005_*] Dumpvar.pm
8925              To: perl5-porters@perl.org (Mailing list Perl5)
8926              Date: 7 Dec 1998 10:17:35 +0200
8927              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
8928      Branch: cfgperl
8929            + lib/Dumpvalue.pm
8930            ! MANIFEST
8931 ____________________________________________________________________________
8932 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
8933         Log: From: jan.dubois@ibm.net (Jan Dubois)
8934              Date: Tue, 01 Dec 1998 00:07:33 +0100
8935              Message-ID: <366921b5.14512598@smtp1.ibm.net>
8936              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
8937              
8938              From: jan.dubois@ibm.net (Jan Dubois)
8939              Date: Wed, 02 Dec 1998 00:24:54 +0100
8940              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
8941              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
8942      Branch: maint-5.005/perl
8943            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
8944            ! win32/config.bc win32/config.gc win32/config.vc
8945            ! win32/config_sh.PL win32/makedef.pl
8946 ____________________________________________________________________________
8947 [  2509] By: jhi                                   on 1998/12/28  13:00:31
8948     Log: Kickstart AUTHORS and MAINTAIN.
8949  Branch: cfgperl
8950        + AUTHORS MAINTAIN
8951        ! MANIFEST
8952 ____________________________________________________________________________
8953 [  2508] By: jhi                                   on 1998/12/28  08:04:00
8954     Log: From: Nathan Torkington <gnat@frii.com>
8955          To: perlbug@perl.com
8956          Subject: [PATCH] perlxstut.pod fix
8957          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
8958          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
8959  Branch: cfgperl
8960        ! pod/perlxstut.pod
8961 ____________________________________________________________________________
8962 [  2507] By: jhi                                   on 1998/12/28  07:59:00
8963     Log: From: abigail@fnx.com
8964          To: perlbug@perl.com
8965          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
8966          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
8967          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
8968          (slightly modified, a part of the patch was rejected)
8969          (strange, I thought I had already submitted this one
8970          but Perforce disagrees with me...)
8971  Branch: cfgperl
8972        ! pod/perlop.pod
8973 ____________________________________________________________________________
8974 [  2506] By: jhi                                   on 1998/12/28  07:56:59
8975     Log: From: Artur <artur@vogon-solutions.com>
8976          To: perlbug@perl.com
8977          Subject: PATCH: perlmodlib.pod
8978          Date: Fri, 25 Dec 1998 00:48:39 +0000
8979          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
8980  Branch: cfgperl
8981        ! pod/perlmodlib.pod pod/perlop.pod
8982 ____________________________________________________________________________
8983 [  2505] By: jhi                                   on 1998/12/28  07:46:06
8984     Log: From: abigail@fnx.com
8985          To: perl5-porters@perl.org (Perl Porters)
8986          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
8987          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
8988          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
8989  Branch: cfgperl
8990        ! pod/pod2html.PL
8991 ____________________________________________________________________________
8992 [  2504] By: jhi                                   on 1998/12/28  07:44:35
8993     Log: From: Jim Avera <avera@fjst.com>
8994          To: perlbug@perl.com
8995          Subject: perlbug bug - shows dates reversed
8996          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
8997          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
8998  Branch: cfgperl
8999        ! utils/perlbug.PL
9000 ____________________________________________________________________________
9001 [  2503] By: jhi                                   on 1998/12/28  07:41:39
9002     Log: From: jan.dubois@ibm.net (Jan Dubois)
9003          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
9004          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
9005          Date: Wed, 23 Dec 1998 21:26:38 +0100
9006          Message-ID: <36895086.8849224@smtp1.ibm.net>
9007  Branch: cfgperl
9008        ! lib/ExtUtils/MakeMaker.pm
9009 ____________________________________________________________________________
9010 [  2502] By: jhi                                   on 1998/12/28  07:39:20
9011     Log: From: Blair Zajac <bzajac@geostaff.com>
9012          To: perl5-porters@perl.org
9013          Subject: Tie::SubstrHash patch
9014          Date: Wed, 23 Dec 1998 17:13:32 -0800
9015          Message-ID: <3681953C.8B6A90AA@geostaff.com>
9016  Branch: cfgperl
9017        ! lib/Tie/SubstrHash.pm
9018 ____________________________________________________________________________
9019 [  2501] By: jhi                                   on 1998/12/28  07:37:16
9020     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
9021          To: perlbug@perl.com
9022          Subject: perlfaq9 minor error
9023          Date: Wed, 23 Dec 1998 14:54:19 -0800
9024          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
9025  Branch: cfgperl
9026        ! pod/perlfaq9.pod
9027 ____________________________________________________________________________
9028 [  2500] By: jhi                                   on 1998/12/23  10:38:18
9029     Log: More porting notes about filesystems, AmigaOS, and MiNT.
9030  Branch: cfgperl
9031        ! pod/perlport.pod
9032 ____________________________________________________________________________
9033 [  2499] By: jhi                                   on 1998/12/22  09:26:49
9034     Log: Add few MSG_ and uio constants.
9035  Branch: cfgperl
9036        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
9037 ____________________________________________________________________________
9038 [  2498] By: jhi                                   on 1998/12/22  08:39:30
9039     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
9040          a Digital C compiler optimizer bug that broke the 'x'
9041          operator under certain circumstances.  See t/op/repeat.t
9042          test #20 for graphic details.  Reported in
9043          
9044          From: Gisle Aas <gisle@aas.no>
9045          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
9046          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
9047          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
9048          Date: 18 Dec 1998 14:27:40 +0100
9049          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
9050          
9051          and discussed further in the thread
9052          
9053          From: Jarkko Hietaniemi <jhi@iki.fi>
9054          To: Gisle Aas <gisle@aas.no>
9055          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
9056          cpan-testers@perl.org, perl5-porters@perl.org
9057          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
9058          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
9059          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
9060  Branch: cfgperl
9061        ! t/op/repeat.t util.c
9062 ____________________________________________________________________________
9063 [  2497] By: jhi                                   on 1998/12/21  14:18:57
9064     Log: Change #2483 update.
9065  Branch: cfgperl
9066        ! t/op/tr.t
9067 ____________________________________________________________________________
9068 [  2496] By: jhi                                   on 1998/12/21  14:07:41
9069     Log: Update on change #2493.
9070  Branch: cfgperl
9071        ! t/pragma/warn/op
9072 ____________________________________________________________________________
9073 [  2495] By: jhi                                   on 1998/12/21  13:52:00
9074     Log: Change #2487 aftershock.
9075  Branch: cfgperl
9076        ! warning.pl
9077 ____________________________________________________________________________
9078 [  2494] By: jhi                                   on 1998/12/21  12:35:00
9079     Log: From: Chris Nandor <pudge@pobox.com>
9080          To: perl5-porters@perl.org
9081          Subject: [PATCH] perlport.pod v1.37
9082          Date: Sat, 19 Dec 1998 12:54:34 -0500
9083          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
9084  Branch: cfgperl
9085        ! pod/perlport.pod
9086 ____________________________________________________________________________
9087 [  2493] By: jhi                                   on 1998/12/21  12:22:44
9088     Log: From: Mark-Jason Dominus <mjd@plover.com>
9089          To: perl5-porters@perl.com
9090          Subject: PATCH (5.005_02): Dejargonizing
9091          Date: Sun, 20 Dec 1998 14:35:20 -0500
9092          Message-ID: <19981220193520.11230.qmail@plover.com>
9093          
9094          From: Mark-Jason Dominus <mjd@plover.com>
9095          To: perl5-porters@perl.com
9096          Subject: PATCH (5.005_02): Spelling correction in warning message
9097          Date: Sun, 20 Dec 1998 13:51:30 -0500
9098          Message-ID: <19981220185130.11067.qmail@plover.com>
9099  Branch: cfgperl
9100        ! doio.c op.c
9101 ____________________________________________________________________________
9102 [  2492] By: jhi                                   on 1998/12/21  09:00:05
9103     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
9104          To: perl5-porters@perl.org
9105          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
9106          Date: Sun, 20 Dec 1998 19:03:25 PST
9107          Message-ID: <19981221030326.27660.qmail@hotmail.com>
9108          
9109          (slightly reformatted)
9110  Branch: cfgperl
9111        ! ext/B/B/CC.pm
9112 ____________________________________________________________________________
9113 [  2491] By: nick                                  on 1998/12/20  14:21:29
9114     Log: Save _all_ GV's which have SV, AV or HV set.
9115  Branch: perl
9116        ! ext/B/B/C.pm
9117 ____________________________________________________________________________
9118 [  2490] By: jhi                                   on 1998/12/18  15:13:19
9119     Log: Add idea about generalising cpp symbol probing of Errno.
9120  Branch: cfgperl
9121        ! Todo
9122 ____________________________________________________________________________
9123 [  2489] By: jhi                                   on 1998/12/18  14:47:57
9124     Log: Address some of the issues of:
9125          
9126          From: Tom Christiansen <tchrist@jhereg.perl.com>
9127          To: perl-porters-active@jhereg.perl.com
9128          Subject: Undocumentation Issues for 5.005
9129          Date: Thu, 17 Dec 1998 14:46:24 -0700
9130          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
9131  Branch: cfgperl
9132        ! pod/perl5005delta.pod
9133 ____________________________________________________________________________
9134 [  2488] By: jhi                                   on 1998/12/18  11:26:32
9135     Log: From: root <root@dubravka.in-berlin.de>
9136          To: perlbug@perl.com
9137          Cc: k@dubravka.in-berlin.de
9138          Subject: Please add no_modify to PERL_POLLUTE
9139          Date: Fri, 18 Dec 1998 10:45:52 +0100
9140          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
9141          
9142          (Really from Andreas König)
9143  Branch: cfgperl
9144        ! embed.pl
9145 ____________________________________________________________________________
9146 [  2487] By: jhi                                   on 1998/12/17  14:05:52
9147     Log: Some (by far not all) issues of the below message addressed.
9148          
9149          From: Tom Christiansen <tchrist@jhereg.perl.com>
9150          To: The Perl Porters Mailing List <perl5-porters@perl.org>
9151          Subject: important UNDOC issues for 5.005_54
9152          Date: Wed, 16 Dec 1998 21:14:53 -0700
9153          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
9154  Branch: cfgperl
9155        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
9156 ____________________________________________________________________________
9157 [  2486] By: jhi                                   on 1998/12/17  12:47:15
9158     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9159          To: domo@computer.org
9160          Cc: jhi@iki.fi, perl5-porters@perl.org
9161          Subject: Re: stuff related to malloc.c
9162          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
9163          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
9164  Branch: cfgperl
9165        ! malloc.c
9166 ____________________________________________________________________________
9167 [  2485] By: jhi                                   on 1998/12/17  12:17:19
9168     Log: More porting notes.
9169  Branch: cfgperl
9170        ! Porting/pumpkin.pod
9171 ____________________________________________________________________________
9172 [  2484] By: jhi                                   on 1998/12/15  08:38:05
9173     Log: Undo #2386 and #2205.
9174  Branch: cfgperl
9175        ! pod/perlfunc.pod
9176 ____________________________________________________________________________
9177 [  2483] By: jhi                                   on 1998/12/14  17:58:35
9178     Log: lib was missing from @INC.
9179  Branch: cfgperl
9180        ! t/op/tr.t
9181 ____________________________________________________________________________
9182 [  2482] By: jhi                                   on 1998/12/14  17:52:42
9183     Log: Was missing use Text::Wrap.
9184  Branch: cfgperl
9185        ! t/lib/textfill.t
9186 ____________________________________________________________________________
9187 [  2481] By: jhi                                   on 1998/12/14  16:00:22
9188     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
9189          
9190          From: Jonathan Roy <roy@idle.com>
9191          To: perl5-porters@perl.org
9192          Subject: nlist.h add to Configure checks?
9193          Date: Sun, 13 Dec 1998 22:22:49 -0500
9194          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
9195  Branch: cfgperl
9196        + ext/DynaLoader/hints/linux.pl
9197        ! MANIFEST
9198 ____________________________________________________________________________
9199 [  2480] By: jhi                                   on 1998/12/14  15:02:44
9200     Log: Give up completely using nm in AIX.
9201          
9202          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9203          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
9204          Cc: perl5-porters@perl.org
9205          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
9206          Date: Thu, 10 Dec 1998 00:51:46 -0500
9207          Message-ID: <19981210005146.B29986@O2.chapin.edu>
9208  Branch: cfgperl
9209        ! hints/aix.sh
9210 ____________________________________________________________________________
9211 [  2479] By: jhi                                   on 1998/12/14  14:39:52
9212     Log: AIX' error messages are different.
9213          
9214          From: "Kurt D. Starsinic" <kstar@chapin.edu>
9215          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9216          Cc: perl5-porters@perl.org
9217          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
9218          Date: Thu, 10 Dec 1998 00:42:36 -0500
9219          Message-ID: <19981210004236.A29986@O2.chapin.edu>
9220          
9221          From: Michael Engel <engel@nms1.cc.huji.ac.il>
9222          To: perlbug@perl.com
9223          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
9224          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
9225          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
9226  Branch: cfgperl
9227        ! t/pragma/warn/doio
9228 ____________________________________________________________________________
9229 [  2475] By: jhi                                   on 1998/12/13  12:35:55
9230     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9231          To: jhi@iki.fi
9232          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
9233          Subject: Re: stuff related to malloc.c
9234          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
9235          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
9236  Branch: cfgperl
9237        ! malloc.c
9238 ____________________________________________________________________________
9239 [  2474] By: jhi                                   on 1998/12/13  12:32:42
9240     Log: Some notes about porting issues.
9241  Branch: cfgperl
9242        ! Porting/pumpkin.pod
9243 ____________________________________________________________________________
9244 [  2473] By: jhi                                   on 1998/12/13  12:03:58
9245     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
9246          To: Perl 5 Porters <perl5-porters@perl.org>
9247          Subject: [patch 5.005_02] dos-djgpp update
9248          Date: Sun, 13 Dec 1998 00:08:44 +0100
9249          Message-ID: <19981213000844.C264@beeblebrox>
9250  Branch: cfgperl
9251        ! djgpp/config.over
9252 ____________________________________________________________________________
9253 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
9254     Log: undo changes to Exporter.pm from #2312
9255  Branch: maint-5.005/perl
9256        ! lib/Exporter.pm
9257 ____________________________________________________________________________
9258 [  2465] By: jhi                                   on 1998/12/12  12:31:21
9259     Log: Document that qw() taints.
9260          
9261          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
9262          To: perlbug@perl.com 
9263          Subject: taint problems
9264          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
9265          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
9266  Branch: cfgperl
9267        ! pod/perlop.pod
9268 ____________________________________________________________________________
9269 [  2464] By: jhi                                   on 1998/12/11  14:09:51
9270     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
9271          To: dist-users@foretune.co.jp
9272          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
9273          Date: Mon, 07 Dec 1998 20:13:04 -0400
9274          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
9275  Branch: cfgperl
9276        ! Configure
9277 ____________________________________________________________________________
9278 [  2463] By: jhi                                   on 1998/12/11  13:29:54
9279     Log: MAXPATHLEN.
9280  Branch: cfgperl
9281        ! perl.h
9282 ____________________________________________________________________________
9283 [  2462] By: jhi                                   on 1998/12/11  08:37:58
9284     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
9285          To: perl5-porters@perl.org
9286          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
9287          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
9288          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
9289  Branch: cfgperl
9290        + hints/gnu.sh
9291 ____________________________________________________________________________
9292 [  2461] By: nick                                  on 1998/12/10  21:00:50
9293     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
9294          From: Vishal Bhatia <vishalb@hotmail.com>
9295          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
9296          2. Fixes the bug  regarding return value of c-functions generated out 
9297          of perl subs. ( Just includes the patch I sent earlier)
9298          3. Incorporates the other changes that need to be done to get CC.pm
9299          use ISA search for packages and methods on the same lines as C.pm
9300          
9301          Vishal would appreciate comments about B::Stackobj changes from 
9302          someone knowing that module well.
9303  Branch: perl
9304        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
9305 ____________________________________________________________________________
9306 [  2460] By: jhi                                   on 1998/12/08  08:11:27
9307     Log: Integrate from mainperl.
9308  Branch: cfgperl
9309       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9310       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
9311       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
9312       !> toke.c util.c
9313 ____________________________________________________________________________
9314 [  2459] By: jhi                                   on 1998/12/07  07:50:11
9315     Log: From: hansm@icgroup.nl 
9316          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9317          Reply-To: hansmu@xs4all.nl 
9318          To: perlbug@perl.com 
9319          Date: Sun, 6 Dec 98 22:19:54 +0100 
9320          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
9321  Branch: cfgperl
9322        ! util.c
9323 ____________________________________________________________________________
9324 [  2458] By: gsar                                  on 1998/12/07  06:00:55
9325     Log: fix dup lexical
9326  Branch: perl
9327        ! ext/B/B/Deparse.pm t/lib/io_unix.t
9328 ____________________________________________________________________________
9329 [  2457] By: gsar                                  on 1998/12/06  14:38:59
9330     Log: mention limit on line numbers reported by diagnostics
9331  Branch: perl
9332        ! pod/perl.pod toke.c
9333 ____________________________________________________________________________
9334 [  2456] By: gsar                                  on 1998/12/06  13:49:02
9335     Log: branch perldelta.pod
9336  Branch: maint-5.005/perl
9337       +> pod/perldelta.pod
9338 ____________________________________________________________________________
9339 [  2455] By: gsar                                  on 1998/12/06  13:47:21
9340     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
9341  Branch: maint-5.005/perl
9342        - pod/perldelta.pod
9343 ____________________________________________________________________________
9344 [  2454] By: gsar                                  on 1998/12/06  13:35:31
9345     Log: fix outdated/incorrect info about arbitrary limits
9346  Branch: perl
9347        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
9348        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
9349 ____________________________________________________________________________
9350 [  2453] By: nick                                  on 1998/12/05  16:14:42
9351     Log: Avoid hard-coding op numbers
9352          Update CC.pm to save %INC, and to co-exist with new C.pm
9353  Branch: perl
9354        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
9355 ____________________________________________________________________________
9356 [  2452] By: nick                                  on 1998/12/05  10:44:28
9357     Log: B.xs had its own code to calculate hash() which differed from
9358          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
9359          which meant that run-time require was re-done.
9360          Removed some debug from C.pm
9361  Branch: perl
9362        ! ext/B/B.xs ext/B/B/C.pm
9363 ____________________________________________________________________________
9364 [  2451] By: nick                                  on 1998/12/04  21:58:49
9365     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
9366          well as _54, but with pre-scan for classes and save the ISA scheme.
9367  Branch: perl
9368        ! ext/B/B/C.pm
9369 ____________________________________________________________________________
9370 [  2450] By: nick                                  on 1998/12/04  17:58:44
9371     Log: Vishal Bhatia's patch as a basis.
9372  Branch: perl
9373        ! ext/B/B/C.pm ext/B/B/CC.pm
9374 ____________________________________________________________________________
9375 [  2449] By: jhi                                   on 1998/12/04  16:39:21
9376     Log: Integrate from mainperl.
9377  Branch: cfgperl
9378       !> t/op/goto.t t/op/tr.t
9379 ____________________________________________________________________________
9380 [  2448] By: gsar                                  on 1998/12/04  06:06:49
9381     Log: tweak test for UTEST
9382  Branch: perl
9383        ! t/op/tr.t
9384 ____________________________________________________________________________
9385 [  2444] By: jhi                                   on 1998/12/03  14:37:22
9386     Log: s/\bthe the\b/the/g *.pod
9387  Branch: cfgperl
9388        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
9389 ____________________________________________________________________________
9390 [  2443] By: jhi                                   on 1998/12/03  13:39:53
9391     Log: Change#2441 aftermath.
9392  Branch: cfgperl
9393        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9394        ! config_h.SH thread.h vms/subconfigure.com
9395 ____________________________________________________________________________
9396 [  2441] By: jhi                                   on 1998/12/03  08:15:13
9397     Log: From: Dan Sugalski <sugalskd@osshe.edu>
9398          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
9399          Subject: [PATCH 5.005_54]Initial VMS patches
9400          Date: 3 Dec 1998 01:05:55 +0200
9401          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
9402          
9403          The patch to config_h.SH requires more study because
9404          metaconfig needs to agree.
9405  Branch: cfgperl
9406        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
9407        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
9408        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
9409 ____________________________________________________________________________
9410 [  2440] By: gsar                                  on 1998/12/03  01:32:16
9411     Log: add failed check-in of goto.t from change#1867
9412  Branch: perl
9413        ! t/op/goto.t
9414 ____________________________________________________________________________
9415 [  2437] By: jhi                                   on 1998/12/02  18:03:51
9416     Log: Fix most of the bad L<> links of
9417          
9418          From: Tom Christiansen <tchrist@jhereg.perl.com> 
9419          Subject: bad L<> links
9420          Reply-to: tchrist@perl.com 
9421          To: perlbug@jhereg.perl.com 
9422          Date: Tue, 11 Aug 1998 10:58:07 -0500 
9423          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
9424          
9425          The ones not fixed may require darker Pod::HTML magic,
9426          for example the perlguts.html#tags should work fine, IMHO.
9427  Branch: cfgperl
9428        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
9429        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
9430        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
9431        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
9432        ! pod/perlvar.pod
9433 ____________________________________________________________________________
9434 [  2436] By: jhi                                   on 1998/12/02  16:35:04
9435     Log: One paste too many in #2345.
9436  Branch: cfgperl
9437        ! lib/Pod/Html.pm
9438 ____________________________________________________________________________
9439 [  2435] By: jhi                                   on 1998/12/02  16:32:33
9440     Log: Pod::Html and Pod::Text were not locale-savvy:
9441          for example in =head1 all non-ASCII-\w-runs were
9442          turned into underscores in NAME tags.  This could
9443          result in several NAME tags becoming identical.
9444          Reported by:
9445          
9446          From: Fyodor Krasnov <fyodor@aha.ru> 
9447          Subject: pod2html vs Russian Characters
9448          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
9449          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
9450          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
9451  Branch: cfgperl
9452        ! lib/Pod/Html.pm lib/Pod/Text.pm
9453 ____________________________________________________________________________
9454 [  2434] By: jhi                                   on 1998/12/02  10:29:00
9455     Log: The real Mc5_54 integration.
9456  Branch: cfgperl
9457       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
9458 ____________________________________________________________________________
9459 [  2433] By: jhi                                   on 1998/12/02  08:52:13
9460     Log: From: Andy Dougherty <doughera@lafayette.edu>
9461          To: Perl Porters <perl5-porters@perl.org>
9462          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
9463          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
9464          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
9465  Branch: cfgperl
9466        ! Configure
9467 ____________________________________________________________________________
9468 [  2432] By: jhi                                   on 1998/12/02  08:49:47
9469     Log: From: Andy Dougherty <doughera@lafayette.edu>
9470          To: Perl Porters <perl5-porters@perl.org>
9471          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
9472          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
9473          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
9474  Branch: cfgperl
9475        ! Configure
9476 ____________________________________________________________________________
9477 [  2431] By: jhi                                   on 1998/12/01  16:11:50
9478     Log: From: achampio@lehman.com (Alan Champion)
9479          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
9480          To: perlbug@perl.com
9481          Date: 1 Dec 1998 17:36:33 +0200
9482          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
9483          
9484          Skip NIS includes.
9485  Branch: cfgperl
9486        ! t/op/pwent.t
9487 ____________________________________________________________________________
9488 [  2430] By: gsar                                  on 1998/12/01  12:12:50
9489     Log: 5.005_54, as released
9490  Branch: perl
9491        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
9492 ____________________________________________________________________________
9493 [  2429] By: jhi                                   on 1998/12/01  11:28:39
9494     Log: From: Anton Berezin <tobez@plab.ku.dk>
9495          To: perl5-porters@perl.org
9496          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
9497          Date: 30 Nov 1998 19:46:24 +0100
9498          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
9499  Branch: cfgperl
9500        ! hints/freebsd.sh
9501 ____________________________________________________________________________
9502 [  2428] By: jhi                                   on 1998/12/01  11:08:16
9503     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
9504  Branch: cfgperl
9505       +> (branch 30 files)
9506       !> (integrate 71 files)
9507 ____________________________________________________________________________
9508 [  2427] By: jhi                                   on 1998/12/01  10:51:37
9509     Log: Default to accepting a hinted $randfunc even when $csym
9510          does not find it.  (the previous defaylt behaviour was not
9511          to accept).
9512  Branch: cfgperl
9513        ! Configure
9514 ____________________________________________________________________________
9515 [  2426] By: jhi                                   on 1998/12/01  10:13:03
9516     Log: Separated the [:foo:] parsing to its own function.
9517          Passes all tests.
9518  Branch: cfgperl
9519        ! regcomp.c
9520 ____________________________________________________________________________
9521 [  2425] By: jhi                                   on 1998/12/01  08:22:49
9522     Log: Typo in comments.
9523  Branch: cfgperl
9524        ! regexec.c
9525 ____________________________________________________________________________
9526 [  2424] By: jhi                                   on 1998/12/01  08:21:38
9527     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9528          Subject: [PATCH 5.005_*] Debugger 'v' command
9529          To: perl5-porters@perl.org (Mailing list Perl5)
9530          Date: 1 Dec 1998 07:55:11 +0200
9531          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
9532  Branch: cfgperl
9533        ! lib/perl5db.pl
9534 ____________________________________________________________________________
9535 [  2423] By: jhi                                   on 1998/12/01  08:19:08
9536     Log: From: pvhp@forte.com (Peter Prymmer)
9537          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
9538          To: perl5-porters@perl.org
9539          Date: 1 Dec 1998 07:27:11 +0200
9540          Message-ID: <MLIST_9812010508.AA07791@forte.com>
9541  Branch: cfgperl
9542        ! hints/os390.sh
9543 ____________________________________________________________________________
9544 [  2417] By: jhi                                   on 1998/11/30  08:14:00
9545     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
9546  Branch: cfgperl
9547        ! ext/Socket/Socket.xs
9548 ____________________________________________________________________________
9549 [  2416] By: jhi                                   on 1998/11/30  08:00:15
9550     Log: Undo #2395, seems more like a problem in netbsd-current.
9551  Branch: cfgperl
9552        ! util.c
9553
9554 ----------------
9555 Version 5.005_54
9556 ----------------
9557
9558 ____________________________________________________________________________
9559 [  2414] By: gsar                                  on 1998/11/30  02:23:55
9560     Log: more JPL tweaks
9561  Branch: perl
9562        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
9563        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
9564 ____________________________________________________________________________
9565 [  2413] By: gsar                                  on 1998/11/30  01:35:56
9566     Log: stub bin/jpl that just runs JPL::Compile::files()
9567  Branch: perl
9568        + jpl/bin/jpl
9569 ____________________________________________________________________________
9570 [  2412] By: gsar                                  on 1998/11/30  01:32:14
9571     Log: delete symlink
9572  Branch: perl
9573        - jpl/bin/jpl
9574 ____________________________________________________________________________
9575 [  2410] By: gsar                                  on 1998/11/30  01:30:44
9576     Log: branch jpl from perlext to perl
9577  Branch: perl
9578       +> (branch 30 files)
9579 ____________________________________________________________________________
9580 [  2407] By: gsar                                  on 1998/11/30  01:24:53
9581     Log: JPL tweaks to build with 5.005
9582  Branch: perlext
9583        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
9584        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
9585 ____________________________________________________________________________
9586 [  2406] By: gsar                                  on 1998/11/30  00:55:54
9587     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
9588  Branch: perl
9589        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
9590 ____________________________________________________________________________
9591 [  2405] By: gsar                                  on 1998/11/30  00:28:55
9592     Log: patchlevel up to 54
9593  Branch: perl
9594        ! patchlevel.h win32/Makefile win32/config_H.bc
9595        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9596 ____________________________________________________________________________
9597 [  2403] By: gsar                                  on 1998/11/29  23:35:50
9598     Log: integrate cfgperl changes into mainline
9599  Branch: perl
9600       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9601       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
9602 ____________________________________________________________________________
9603 [  2402] By: gsar                                  on 1998/11/29  23:08:42
9604     Log: sync Text::Wrap version number
9605  Branch: perl
9606        ! lib/Text/Wrap.pm
9607 ____________________________________________________________________________
9608 [  2401] By: gsar                                  on 1998/11/29  22:56:21
9609     Log: textfill.t tweak
9610  Branch: perl
9611        ! t/lib/textfill.t
9612 ____________________________________________________________________________
9613 [  2400] By: gsar                                  on 1998/11/29  22:50:41
9614     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
9615          <muir@idiom.com>
9616  Branch: perl
9617        + t/lib/textfill.t
9618        ! MANIFEST lib/Text/Wrap.pm
9619 ____________________________________________________________________________
9620 [  2399] By: gsar                                  on 1998/11/29  22:28:05
9621     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
9622          has happened without the authors knowledge or consent; the subversive
9623          version (which is in 5.00502) breaks one of the tests in the
9624          authors testsuite; attempts are being made to find a fix that
9625          avoids breaking code already running with the 5.005_02 version
9626          From:    David Muir Sharnoff <muir@idiom.com>
9627          Date:    Sat, 28 Nov 1998 04:34:17 PST
9628          Message-Id: <199811281234.EAA03082@idiom.com>
9629          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
9630  Branch: perl
9631        ! lib/Text/Wrap.pm t/lib/textwrap.t
9632 ____________________________________________________________________________
9633 [  2397] By: nick                                  on 1998/11/29  20:13:58
9634     Log: Update docs and English.pm for $^C
9635  Branch: perl
9636        ! lib/English.pm pod/perlvar.pod
9637 ____________________________________________________________________________
9638 [  2396] By: jhi                                   on 1998/11/29  20:13:03
9639     Log: Mirror #2384.
9640  Branch: cfgperl
9641        ! t/op/pwent.t
9642 ____________________________________________________________________________
9643 [  2395] By: jhi                                   on 1998/11/29  19:59:12
9644     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
9645  Branch: cfgperl
9646        ! util.c
9647 ____________________________________________________________________________
9648 [  2394] By: gsar                                  on 1998/11/29  19:49:08
9649     Log: updated perlreftut.pod
9650  Branch: perl
9651        ! pod/perlreftut.pod
9652 ____________________________________________________________________________
9653 [  2393] By: gsar                                  on 1998/11/29  19:31:56
9654     Log: misc tweaks
9655  Branch: perl
9656        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
9657 ____________________________________________________________________________
9658 [  2392] By: gsar                                  on 1998/11/29  19:31:18
9659     Log: notes about -DPERL_POLLUTE
9660  Branch: perl
9661        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
9662 ____________________________________________________________________________
9663 [  2391] By: gsar                                  on 1998/11/29  19:13:52
9664     Log: explain various win32 build caveats more clearly
9665  Branch: perl
9666        ! README.win32 win32/Makefile win32/makefile.mk
9667 ____________________________________________________________________________
9668 [  2390] By: gsar                                  on 1998/11/29  16:51:59
9669     Log: remove I_POLL detection (Configure will do that now)
9670  Branch: perl
9671        ! ext/IO/Makefile.PL
9672 ____________________________________________________________________________
9673 [  2389] By: jhi                                   on 1998/11/29  16:39:16
9674     Log: Add I_POLL for IO 1.20.
9675  Branch: cfgperl
9676        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9677        ! config_h.SH
9678 ____________________________________________________________________________
9679 [  2388] By: gsar                                  on 1998/11/29  16:23:30
9680     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
9681  Branch: perl
9682        + Porting/p4desc
9683        ! MANIFEST
9684 ____________________________________________________________________________
9685 [  2387] By: gsar                                  on 1998/11/29  16:08:03
9686     Log: another threads reliability fix: serialize writes to thr->threadsv
9687          avoid most uses of PL_na (which is much more inefficient than a
9688          simple local); update docs to suit; PL_na now being thr->Tna may
9689          be a minor compatibility issue for extensions--will require dTHR
9690          outside of XSUBs (those get automatic dTHR)
9691  Branch: perl
9692        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
9693        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
9694        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9695        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
9696        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
9697        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
9698        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
9699        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
9700        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
9701 ____________________________________________________________________________
9702 [  2386] By: jhi                                   on 1998/11/29  15:40:42
9703     Log: Tune the "if" entry.
9704  Branch: cfgperl
9705        ! pod/perlfunc.pod
9706 ____________________________________________________________________________
9707 [  2385] By: gsar                                  on 1998/11/29  12:40:28
9708     Log: various fixes for race conditions under threads: mutex locks based
9709          on PL_threadnum were seriously flawed, since it means more than one
9710          thread could enter the critical region; PL_na was global instead of
9711          thread-local; child thread could finish and free thr structures
9712          before Thread->new() got around to creating the Thread object;
9713          cv_clone() needed locking, as it mucks with PL_comppad and other
9714          global data; new_struct_thread() needed to lock template-thread's
9715          mutex while copying its data
9716  Branch: perl
9717        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
9718        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
9719 ____________________________________________________________________________
9720 [  2384] By: gsar                                  on 1998/11/29  10:54:38
9721     Log: s/warn/print/ on multiply defined groups
9722  Branch: perl
9723        ! t/op/grent.t
9724 ____________________________________________________________________________
9725 [  2383] By: gsar                                  on 1998/11/29  10:48:39
9726     Log: backout change#2334
9727  Branch: perl
9728        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
9729 ____________________________________________________________________________
9730 [  2382] By: jhi                                   on 1998/11/29  10:33:40
9731     Log: Better NetInfo behaviour.
9732  Branch: cfgperl
9733        ! t/op/grent.t t/op/pwent.t
9734 ____________________________________________________________________________
9735 [  2381] By: jhi                                   on 1998/11/29  10:08:15
9736     Log: Integrate from mainperl.
9737  Branch: cfgperl
9738       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
9739       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9740       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
9741       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
9742       +> t/lib/io_poll.t t/lib/io_unix.t
9743       !> (integrate 58 files)
9744 ____________________________________________________________________________
9745 [  2380] By: gsar                                  on 1998/11/29  08:22:49
9746     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
9747          Tim Bunce)
9748  Branch: perl
9749        ! gv.c
9750 ____________________________________________________________________________
9751 [  2379] By: gsar                                  on 1998/11/29  07:06:43
9752     Log: fix for pat.t failure under USE_THREADS
9753  Branch: perl
9754        ! pp_ctl.c regexec.c
9755 ____________________________________________________________________________
9756 [  2378] By: nick                                  on 1998/11/28  22:46:57
9757     Log: More C.pm tweaks
9758          Save globs even if we have saved cv itself before - may be imported.
9759          
9760          While we don't save "bootstrap" CV we need to provide a stub,
9761          so that if we require it later we don't fall through and attempt
9762          to DynaLoad module again.
9763          
9764          Attempt to save %INC so that "require" does not reload things
9765          we have compiled-in (does not work right yet - seems to be due
9766          to PL_incgv being created in perl_parse() current scheme setting 
9767          GvHV() is "better" than saving the glob, but still does not 
9768          work as I expect). 
9769  Branch: perl
9770        ! ext/B/B/C.pm
9771 ____________________________________________________________________________
9772 [  2377] By: gsar                                  on 1998/11/28  22:30:38
9773     Log: various tweaks; result passes all tests for normal build on Solaris;
9774          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
9775          win32 due to lack of select() that works on non-socket fds
9776  Branch: perl
9777        ! ext/IO/poll.c regcomp.c regexec.c scope.c
9778        ! t/lib/io_multihomed.t win32/makefile.mk
9779 ____________________________________________________________________________
9780 [  2376] By: gsar                                  on 1998/11/28  20:44:39
9781     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
9782  Branch: perl
9783        ! myconfig
9784 ____________________________________________________________________________
9785 [  2375] By: gsar                                  on 1998/11/28  20:42:58
9786     Log: integrate cfgperl changes into mainline
9787  Branch: perl
9788       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
9789       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
9790 ____________________________________________________________________________
9791 [  2374] By: gsar                                  on 1998/11/28  20:02:03
9792     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9793          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
9794          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
9795          Subject: [PATCH 5.00553] Yet another OS/2 patch
9796  Branch: perl
9797        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
9798 ____________________________________________________________________________
9799 [  2373] By: gsar                                  on 1998/11/28  19:30:06
9800     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9801          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
9802          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
9803          Subject: [PATCH 5.005_53] Change $#+
9804  Branch: perl
9805        ! mg.c pod/perlvar.pod t/op/pat.t
9806 ____________________________________________________________________________
9807 [  2372] By: gsar                                  on 1998/11/28  19:28:00
9808     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9809          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
9810          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
9811          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
9812  Branch: perl
9813        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
9814        ! thrdvar.h
9815 ____________________________________________________________________________
9816 [  2371] By: gsar                                  on 1998/11/28  19:23:53
9817     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9818          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
9819          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
9820          Subject: [PATCH 5.005_53] better -Mre=debugcolor
9821  Branch: perl
9822        ! embedvar.h objXSUB.h regexec.c thrdvar.h
9823 ____________________________________________________________________________
9824 [  2370] By: gsar                                  on 1998/11/28  19:21:17
9825     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9826          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
9827          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
9828          Subject: [PATCH 5.005_*] regcolors
9829  Branch: perl
9830        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
9831 ____________________________________________________________________________
9832 [  2369] By: gsar                                  on 1998/11/28  19:00:15
9833     Log: allow final period in a file (not followed by a newline) to
9834          terminate format spec
9835  Branch: perl
9836        ! toke.c
9837 ____________________________________________________________________________
9838 [  2368] By: gsar                                  on 1998/11/28  18:58:25
9839     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
9840          add C<$Config{installarchlib}/CORE> to the default locations searched
9841          on win32
9842  Branch: perl
9843        ! lib/ExtUtils/Liblist.pm
9844 ____________________________________________________________________________
9845 [  2367] By: gsar                                  on 1998/11/28  18:46:05
9846     Log: applied suggested patch with PERL_OBJECT tweaks
9847          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9848          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
9849          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
9850          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
9851  Branch: perl
9852        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
9853        ! regexec.c t/op/pat.t thrdvar.h
9854 ____________________________________________________________________________
9855 [  2366] By: gsar                                  on 1998/11/28  18:38:34
9856     Log: additional documentation for qr//
9857          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9858          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
9859          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
9860          Subject: [PATCH 5.005_*] Documentation (fwd)
9861  Branch: perl
9862        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
9863 ____________________________________________________________________________
9864 [  2365] By: gsar                                  on 1998/11/28  18:35:35
9865     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9866          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
9867          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
9868          Subject: [PATCH 5.005_*] Fix \G in REx without //g
9869  Branch: perl
9870        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
9871        ! regexp.h t/op/pat.t thrdvar.h
9872 ____________________________________________________________________________
9873 [  2364] By: gsar                                  on 1998/11/28  18:24:20
9874     Log: update Test.pm to Test-1.12; tweak 're' detection
9875  Branch: perl
9876        ! lib/Test.pm
9877 ____________________________________________________________________________
9878 [  2363] By: gsar                                  on 1998/11/28  18:12:04
9879     Log: avoid command-line quoting portability problems in lex_assign.t
9880  Branch: perl
9881        ! t/op/lex_assign.t
9882 ____________________________________________________________________________
9883 [  2362] By: gsar                                  on 1998/11/28  18:08:50
9884     Log: From: John Tobey <jtobey@channel1.com>
9885          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
9886          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
9887          Subject: PATCH: document English.pm sawampersand and thread issues
9888  Branch: perl
9889        ! lib/English.pm pod/perlvar.pod
9890 ____________________________________________________________________________
9891 [  2361] By: gsar                                  on 1998/11/28  18:03:04
9892     Log: fix uninitialized warnings
9893          From: Brian Callaghan <callagh@itginc.com>
9894          Date: Thu, 19 Nov 1998 17:49:10 -0800
9895          Message-Id: <3654CA96.B64FCAEB@itginc.com>
9896          Subject: Complete.pm patch (version 1.1)
9897  Branch: perl
9898        ! lib/Term/Complete.pm
9899 ____________________________________________________________________________
9900 [  2360] By: gsar                                  on 1998/11/28  17:59:16
9901     Log: s/Array/List/ suggested by John Tobey
9902  Branch: perl
9903        ! pod/perldata.pod
9904 ____________________________________________________________________________
9905 [  2359] By: gsar                                  on 1998/11/28  17:47:48
9906     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
9907  Branch: perl
9908        ! lib/Tie/Handle.pm pod/perlfunc.pod
9909 ____________________________________________________________________________
9910 [  2358] By: jhi                                   on 1998/11/28  17:23:15
9911     Log: Revamp the locale tests.
9912          (0) Instead of rewiring a few locales scan for them.
9913          (1) Bogus test #101 removed.
9914          (2) All the locales are checked, the lists of failed
9915          and non-failed ones are displayed.
9916          (3) The test #103 is again 'active' so that it may fail.
9917          (4) To balance (3) a hopefully pacifying message is shown
9918          if the #103 fails.
9919  Branch: cfgperl
9920        ! t/pragma/locale.t
9921 ____________________________________________________________________________
9922 [  2357] By: gsar                                  on 1998/11/28  17:21:07
9923     Log: add perlreftut.pod
9924  Branch: perl
9925        + pod/perlreftut.pod
9926        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
9927        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
9928        ! win32/pod.mak
9929 ____________________________________________________________________________
9930 [  2356] By: jhi                                   on 1998/11/28  16:58:01
9931     Log: Change #2346 fallout.
9932  Branch: cfgperl
9933        ! t/op/undef.t
9934 ____________________________________________________________________________
9935 [  2355] By: gsar                                  on 1998/11/28  16:46:43
9936     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
9937          ANSI prototypes
9938  Branch: perl
9939        ! ext/IO/IO.xs
9940 ____________________________________________________________________________
9941 [  2354] By: gsar                                  on 1998/11/28  16:08:07
9942     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
9943          keep platform hacks that aren't in the 1.20 dist; add new files
9944          to MANIFEST; hack Makefile.PL; result hasn't been tested
9945          anywhere
9946  Branch: perl
9947        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
9948        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9949        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
9950        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
9951        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
9952        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9953        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9954        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
9955        ! t/lib/io_sock.t t/lib/io_udp.t
9956 ____________________________________________________________________________
9957 [  2353] By: jhi                                   on 1998/11/28  15:51:03
9958     Log: Locale collation, ctype, and numeric, were initialized wrong
9959          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
9960          as reported by
9961          
9962          From: Ilya.Sandler@etak.com (Ilya Sandler)
9963          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
9964          To: perlbug@perl.com
9965          Date: 25 Nov 1998 04:53:52 +0200
9966          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
9967  Branch: cfgperl
9968        ! util.c
9969 ____________________________________________________________________________
9970 [  2352] By: nick                                  on 1998/11/28  15:21:59
9971     Log: Implement $^C to allow perl access to -c flag - I think this 
9972          was agreed once...
9973  Branch: perl
9974        ! gv.c mg.c
9975 ____________________________________________________________________________
9976 [  2351] By: jhi                                   on 1998/11/28  15:14:24
9977     Log: Change #2251 fixup.
9978  Branch: cfgperl
9979        ! myconfig
9980 ____________________________________________________________________________
9981 [  2350] By: jhi                                   on 1998/11/28  14:58:19
9982     Log: Integrate from mainperl.
9983  Branch: cfgperl
9984       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
9985       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9986       +> pod/perl5005delta.pod
9987       !> (integrate 49 files)
9988 ____________________________________________________________________________
9989 [  2349] By: jhi                                   on 1998/11/28  14:27:36
9990     Log: Passwd and group file groveling.
9991  Branch: cfgperl
9992        ! t/op/grent.t t/op/pwent.t
9993 ____________________________________________________________________________
9994 [  2348] By: gsar                                  on 1998/11/28  14:09:50
9995     Log: more conservative version of changes#2345,2346,2347; those break
9996          C<defined(@{"foo::ISA"})> which seems to be extensively used in
9997          the libs :-(
9998  Branch: perl
9999        ! pp.c t/op/method.t
10000 ____________________________________________________________________________
10001 [  2347] By: gsar                                  on 1998/11/28  13:36:08
10002     Log: tweak bogus test
10003  Branch: perl
10004        ! t/op/method.t
10005 ____________________________________________________________________________
10006 [  2346] By: gsar                                  on 1998/11/28  13:20:34
10007     Log: test cases for previous change
10008  Branch: perl
10009        ! t/op/undef.t
10010 ____________________________________________________________________________
10011 [  2345] By: gsar                                  on 1998/11/28  13:07:17
10012     Log: fix typo in pp_defined() causing C<defined %tied> to fail
10013  Branch: perl
10014        ! pp.c
10015 ____________________________________________________________________________
10016 [  2344] By: gsar                                  on 1998/11/28  13:03:29
10017     Log: s/comment/comment_t/ tweak (suggested by John Gorman
10018          <jgorman@webbysoft.com>)
10019  Branch: perl
10020        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10021 ____________________________________________________________________________
10022 [  2343] By: gsar                                  on 1998/11/28  12:52:40
10023     Log: add (stub) perldelta.pod
10024  Branch: perl
10025        + pod/perldelta.pod
10026 ____________________________________________________________________________
10027 [  2342] By: gsar                                  on 1998/11/28  12:49:26
10028     Log: rename perldelta.pod to perl5005delta.pod in preparation for
10029          starting a new one
10030  Branch: perl
10031       +> pod/perl5005delta.pod
10032        - pod/perldelta.pod
10033        ! MANIFEST pod/perl.pod
10034 ____________________________________________________________________________
10035 [  2341] By: gsar                                  on 1998/11/28  12:41:55
10036     Log: fix MALLOC_LOCK #define
10037  Branch: perl
10038        ! malloc.c
10039 ____________________________________________________________________________
10040 [  2340] By: gsar                                  on 1998/11/28  12:18:23
10041     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10042          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
10043          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
10044          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
10045  Branch: perl
10046        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
10047 ____________________________________________________________________________
10048 [  2339] By: jhi                                   on 1998/11/28  11:59:01
10049     Log: Add -lm to dynix/ptx POSIX hints.
10050          From: "Martin J. Bligh" <mbligh@sequent.com>
10051          To: jhi@iki.fi
10052          Subject: Re: Making Perl work on DYNIX/ptx
10053          Date: Wed, 25 Nov 1998 10:34:41 -0800
10054          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
10055  Branch: cfgperl
10056        ! ext/POSIX/hints/dynixptx.pl
10057 ____________________________________________________________________________
10058 [  2338] By: jhi                                   on 1998/11/28  11:57:19
10059     Log: Detypo.
10060  Branch: cfgperl
10061        ! lib/filetest.pm
10062 ____________________________________________________________________________
10063 [  2337] By: jhi                                   on 1998/11/28  11:56:29
10064     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
10065  Branch: cfgperl
10066        ! Configure
10067 ____________________________________________________________________________
10068 [  2336] By: gsar                                  on 1998/11/28  11:41:14
10069     Log: teach CPAN.pm to ignore beta perl distributions when looking for
10070          modules
10071          From: root@dogberry.rutgers.edu (root)
10072          Date: Thu, 12 Nov 1998 23:08:39 -0500
10073          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
10074          Subject: recompile tries getting a perl distribution
10075  Branch: perl
10076        ! lib/CPAN.pm
10077 ____________________________________________________________________________
10078 [  2335] By: gsar                                  on 1998/11/28  11:27:46
10079     Log: make $1 et al readonly under threads; make C<undef $1> fail like
10080          C<$1 = undef> does
10081  Branch: perl
10082        ! op.c pp.c t/op/undef.t
10083 ____________________________________________________________________________
10084 [  2334] By: gsar                                  on 1998/11/28  10:24:52
10085     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
10086  Branch: perl
10087        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
10088 ____________________________________________________________________________
10089 [  2333] By: gsar                                  on 1998/11/28  09:36:40
10090     Log: document changed PERL_HASH()
10091  Branch: perl
10092        ! pod/perlfunc.pod pod/perlguts.pod
10093 ____________________________________________________________________________
10094 [  2332] By: nick                                  on 1998/11/27  21:10:27
10095     Log: Handle INIT list in C.pm
10096          1. Provide init_av() from B.xs
10097          2. Export it in B.pm
10098          3. Use it in C.pm
10099          Also disable some pruning in savecv() which seems to undo
10100          my previous patch.
10101          Experimental feature - save pathnames of .so files in easily 
10102          grep-able form for use in wrapper to feed to linker.  
10103  Branch: perl
10104        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
10105 ____________________________________________________________________________
10106 [  2327] By: gsar                                  on 1998/11/27  15:12:01
10107     Log: integrate change#2315 from maint-5.005
10108  Branch: perl
10109        ! t/op/sort.t
10110       !> op.c sv.c
10111 ____________________________________________________________________________
10112 [  2326] By: gsar                                  on 1998/11/27  15:00:42
10113     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
10114  Branch: perl
10115       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
10116       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10117       !> lib/ExtUtils/typemap
10118 ____________________________________________________________________________
10119 [  2325] By: gsar                                  on 1998/11/27  14:46:18
10120     Log: malloc bugfix and documentation from Ilya Zakharevich
10121          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
10122          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
10123          Subject: [PATCH 5.005_*] Re: Internal coredump
10124          --
10125          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
10126          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
10127          Subject: [PATCH 5.005_*] malloc.c documentation
10128  Branch: perl
10129        ! malloc.c
10130 ____________________________________________________________________________
10131 [  2324] By: gsar                                  on 1998/11/27  14:41:38
10132     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
10133  Branch: perl
10134        ! ext/B/B/C.pm
10135 ____________________________________________________________________________
10136 [  2323] By: gsar                                  on 1998/11/27  14:33:44
10137     Log: From: maeda@src.ricoh.co.jp
10138          Date: Tue, 24 Nov 1998 10:37:45 +0900
10139          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
10140          Subject: format "..." bug
10141  Branch: perl
10142        ! pp_ctl.c t/op/write.t
10143 ____________________________________________________________________________
10144 [  2322] By: gsar                                  on 1998/11/27  14:20:12
10145     Log: add ext/Devel/Peek
10146          From: jan.dubois@ibm.net (Jan Dubois)
10147          Date: Mon, 23 Nov 1998 00:48:11 +0100
10148          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
10149          Subject: [PATCH 5.005_53] Devel::Peek integration
10150  Branch: perl
10151        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
10152        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10153        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
10154        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
10155        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
10156 ____________________________________________________________________________
10157 [  2321] By: gsar                                  on 1998/11/27  13:03:08
10158     Log: ensure 'make regen_headers' even without perl installed
10159          (suggested by Ilya Zakharevich)
10160  Branch: perl
10161        ! bytecode.pl warning.pl
10162 ____________________________________________________________________________
10163 [  2320] By: gsar                                  on 1998/11/27  12:58:36
10164     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10165          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
10166          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
10167          Subject: [PATCH 5.005_*] Cosmetic malloc patch
10168  Branch: perl
10169        ! malloc.c
10170 ____________________________________________________________________________
10171 [  2319] By: gsar                                  on 1998/11/27  12:56:13
10172     Log: eliminate dup hunk from integration
10173  Branch: perl
10174        ! lib/filetest.pm perl.h
10175 ____________________________________________________________________________
10176 [  2318] By: gsar                                  on 1998/11/27  12:50:08
10177     Log: integrate cfgperl changes into mainline
10178  Branch: perl
10179       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10180        ! pod/perlfaq4.pod
10181       !> (integrate 30 files)
10182 ____________________________________________________________________________
10183 [  2317] By: jhi                                   on 1998/11/27  11:38:13
10184     Log: C<-x>.
10185  Branch: cfgperl
10186        ! lib/filetest.pm
10187 ____________________________________________________________________________
10188 [  2316] By: jhi                                   on 1998/11/27  11:10:22
10189     Log: Integrate from mainperl.
10190  Branch: cfgperl
10191       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
10192       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
10193       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
10194       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
10195       !> win32/win32sck.c
10196 ____________________________________________________________________________
10197 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
10198     Log: integrate change#2246 from mainline, while still allowing
10199          C<sort $globref @foo>
10200          
10201          allow C<sort $coderef @foo>
10202  Branch: maint-5.005/perl
10203        ! op.c sv.c
10204       !> t/op/sort.t
10205 ____________________________________________________________________________
10206 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
10207     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
10208          forwarded by Jarkko Hietaniemi from Mark Bixby
10209  Branch: maint-5.005/perl
10210        ! ext/DynaLoader/dl_mpeix.xs installperl
10211 ____________________________________________________________________________
10212 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
10213     Log: Allow PL_FILES to have multiple targets from one source by allowing
10214          an array ref as the value in the hash
10215  Branch: maint-5.005/perl
10216        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10217        ! lib/ExtUtils/MakeMaker.pm
10218 ____________________________________________________________________________
10219 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
10220     Log: fix unsigned variables to use SvUV and sv_setuv
10221  Branch: maint-5.005/perl
10222        ! lib/ExtUtils/typemap
10223 ____________________________________________________________________________
10224 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
10225     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
10226  Branch: maint-5.005/perl
10227        ! lib/ExtUtils/MM_Unix.pm
10228 ____________________________________________________________________________
10229 [  2301] By: gsar                                  on 1998/11/26  10:16:54
10230     Log: fix PL_defoutgv leak under threads
10231  Branch: perl
10232        ! ext/Thread/Thread.xs
10233 ____________________________________________________________________________
10234 [  2300] By: gsar                                  on 1998/11/26  09:04:44
10235     Log: properly free temporaries created by threads
10236  Branch: perl
10237        ! ext/Thread/Thread.xs
10238 ____________________________________________________________________________
10239 [  2299] By: gsar                                  on 1998/11/26  06:51:16
10240     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
10241          to set the package for the block properly
10242  Branch: perl
10243        ! op.c t/comp/package.t t/lib/dumper.t
10244 ____________________________________________________________________________
10245 [  2298] By: nick                                  on 1998/11/24  22:04:20
10246     Log: Part-1 of tweaks to allow Tk to be "compiled"
10247          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
10248          (May also need attention to exports etc. - to follow.)
10249  Branch: perl
10250        ! universal.c
10251 ____________________________________________________________________________
10252 [  2294] By: jhi                                   on 1998/11/23  10:44:26
10253     Log: The new socket tests need in some platforms
10254          to #include <sys/types.h>.
10255  Branch: cfgperl
10256        ! Configure
10257 ____________________________________________________________________________
10258 [  2293] By: jhi                                   on 1998/11/23  10:33:42
10259     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10260          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
10261          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10262          Date: Mon, 23 Nov 1998 10:07:04 +0100
10263          Message-Id: <9811230907.AA06484@AWT.nl>
10264          
10265          NeXTstep NetInfo uses nidump to get the user/group databases.
10266  Branch: cfgperl
10267        ! t/op/grent.t t/op/pwent.t
10268 ____________________________________________________________________________
10269 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
10270     Log: Updated Porting/patchls utility.
10271  Branch: maint-5.004/perl
10272        ! Porting/patchls
10273 ____________________________________________________________________________
10274 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
10275     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
10276          From:  Henrik Tougaard <ht.000@foa.dk>
10277          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
10278          Files:  lib/Sys/Syslog.pm
10279  Branch: maint-5.004/perl
10280        ! lib/Sys/Syslog.pm
10281 ____________________________________________________________________________
10282 [  2286] By: jhi                                   on 1998/11/22  19:08:42
10283     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
10284  Branch: cfgperl
10285        ! ext/Socket/Socket.xs
10286 ____________________________________________________________________________
10287 [  2285] By: jhi                                   on 1998/11/22  18:21:07
10288     Log: MSG_PROXY for GNU/Hurd (previously we believed that
10289          all GNU libc platforms have MSG_PROXY.  Untrue).
10290          In fact this ended up as a major MSG_* and SCM_*
10291          update.  The MSG_XXX known to be enums in some
10292          versions of the glibc are now probed for and respective
10293          HAS_MSG_XXX are defined.  While I was at it I noticed
10294          SCM_RIGHTS being similarly an enum.  This reminded me of
10295          an ancient discussion in perl5-porters:
10296          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
10297          The BSD socket interface has a nifty feature for passing
10298          file descriptors and credentials--via sockets.  It may be
10299          too late to add this functionality to the CORE but
10300          at least Configure now probes for the functions,
10301          structs, and includes, defining the appropriate
10302          HAS_YYY and I_ZZZ, and the Socket extension exports
10303          the constants, in case somebody wants to write an
10304          extension for this interface.
10305  Branch: cfgperl
10306        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10307        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
10308        ! iperlsys.h
10309 ____________________________________________________________________________
10310 [  2284] By: jhi                                   on 1998/11/22  18:13:21
10311     Log: perlhist.pod 1.54, containing 5_53.
10312  Branch: cfgperl
10313        ! pod/perlhist.pod
10314 ____________________________________________________________________________
10315 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
10316     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
10317  Branch: maint-5.004/perl
10318        ! doio.c
10319 ____________________________________________________________________________
10320 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
10321     Log: Improve op/die_exit.t test for implicit close changing $!
10322  Branch: maint-5.004/perl
10323        ! t/op/die_exit.t
10324 ____________________________________________________________________________
10325 [  2268] By: jhi                                   on 1998/11/22  14:44:11
10326     Log: Fix thinko.
10327  Branch: cfgperl
10328        ! hints/dynixptx.sh
10329 ____________________________________________________________________________
10330 [  2267] By: jhi                                   on 1998/11/22  13:19:41
10331     Log: Document the d_socket override.
10332  Branch: cfgperl
10333        ! hints/dynixptx.sh
10334 ____________________________________________________________________________
10335 [  2266] By: jhi                                   on 1998/11/22  12:12:29
10336     Log: From: John Tobey <jtobey@channel1.com>
10337          Subject: [PATCH] perlfaq typos
10338          To: perl5-porters@perl.com
10339          Date: 22 Nov 1998 04:25:15 +0200
10340          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
10341  Branch: cfgperl
10342        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10343        ! pod/perlfaq7.pod pod/perlfaq8.pod
10344 ____________________________________________________________________________
10345 [  2265] By: jhi                                   on 1998/11/22  12:06:29
10346     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10347          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
10348          Newsgroups: hut.lists.perl5-porters
10349          To: gsar@engin.umich.edu (Gurusamy Sarathy)
10350          Cc: perl5-porters@perl.org (Perl5 Porters)
10351          Date: 20 Nov 1998 12:20:41 +0200
10352  Branch: cfgperl
10353        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10354        ! ext/DB_File/DB_File.xs
10355 ____________________________________________________________________________
10356 [  2264] By: jhi                                   on 1998/11/22  11:55:09
10357     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
10358          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10359          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10360          To: perlbug@perl.com
10361          Date: 20 Nov 1998 18:39:06 +0200
10362          Lines: 47
10363          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10364  Branch: cfgperl
10365        ! t/op/grent.t t/op/pwent.t
10366 ____________________________________________________________________________
10367 [  2263] By: jhi                                   on 1998/11/22  11:42:59
10368     Log: Permission testing is tricky when we have too much power.
10369          Problem reported in
10370          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
10371          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
10372          To: perlbug@perl.com
10373          Date: 20 Nov 1998 18:39:06 +0200
10374          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
10375  Branch: cfgperl
10376        ! t/op/filetest.t
10377 ____________________________________________________________________________
10378 [  2262] By: gsar                                  on 1998/11/22  11:37:02
10379     Log: fix broken CAPI generation
10380  Branch: perl
10381        ! win32/GenCAPI.pl
10382 ____________________________________________________________________________
10383 [  2261] By: jhi                                   on 1998/11/22  11:17:00
10384     Log: -x should be C<-x>, reported by Gerben Wierda.
10385  Branch: cfgperl
10386        ! pod/perlfunc.pod
10387 ____________________________________________________________________________
10388 [  2260] By: gsar                                  on 1998/11/22  11:12:02
10389     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
10390  Branch: perl
10391        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
10392        ! proto.h
10393 ____________________________________________________________________________
10394 [  2259] By: jhi                                   on 1998/11/22  11:06:40
10395     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10396          Subject: Re: [PATCH] Re: pod2man bug in date generated line
10397          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
10398          Cc: perlbug@perl.com
10399          Date: 20 Nov 1998 21:30:17 +0200
10400          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
10401  Branch: cfgperl
10402        ! pod/pod2man.PL
10403 ____________________________________________________________________________
10404 [  2256] By: jhi                                   on 1998/11/21  10:44:01
10405     Log: From: Thomas Bowditch <bowditch@inmet.com>
10406          Subject: Benchmark.pm suggestion
10407          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
10408          Date: Fri, 20 Nov 1998 17:43:46 -0500
10409          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
10410          
10411          Added timesum().
10412  Branch: cfgperl
10413        ! lib/Benchmark.pm
10414 ____________________________________________________________________________
10415 [  2255] By: gsar                                  on 1998/11/21  08:45:06
10416     Log: another win32 portability fix: make sysread() and syswrite()
10417          work on sockets
10418  Branch: perl
10419        ! pp_sys.c win32/win32.h
10420 ____________________________________________________________________________
10421 [  2254] By: gsar                                  on 1998/11/21  07:49:06
10422     Log: win32_recvfrom() compatibility fix
10423  Branch: perl
10424        ! win32/win32sck.c
10425 ____________________________________________________________________________
10426 [  2253] By: jhi                                   on 1998/11/20  08:22:06
10427     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10428          To: jhi@iki.fi
10429          Subject: MPE/iX Perl 5.005_02 oops
10430          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
10431          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
10432  Branch: cfgperl
10433        ! ext/DynaLoader/dl_mpeix.xs installperl
10434 ____________________________________________________________________________
10435 [  2252] By: gsar                                  on 1998/11/19  17:38:03
10436     Log: mess_sv tweak for change#2249
10437  Branch: perl
10438        ! util.c
10439 ____________________________________________________________________________
10440 [  2251] By: jhi                                   on 1998/11/18  12:32:19
10441     Log: Display use64bits and usemultiplicity but only if necessary.
10442  Branch: cfgperl
10443        ! myconfig
10444 ____________________________________________________________________________
10445 [  2250] By: jhi                                   on 1998/11/18  12:26:50
10446     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
10447          Subject: pp.c uses 'unsigned Quad_t'
10448          To: perlbug@perl.com 
10449          Date: Sun, 15 Nov 1998 20:57:05 -0300 
10450          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
10451  Branch: cfgperl
10452        ! perl.h pp.c
10453 ____________________________________________________________________________
10454 [  2249] By: gsar                                  on 1998/11/18  05:43:11
10455     Log: use PL_mess_sv only during global destruction (fixes problems with
10456          overlapping invocations of form()/warn()/die()/croak() trampling on
10457          each other's messages)
10458  Branch: perl
10459        ! mg.c util.c
10460 ____________________________________________________________________________
10461 [  2248] By: gsar                                  on 1998/11/18  05:39:36
10462     Log: tweak change#2245 to skip previous message if any
10463  Branch: perl
10464        ! pp_ctl.c t/pragma/warn/pp_ctl
10465 ____________________________________________________________________________
10466 [  2247] By: jhi                                   on 1998/11/17  11:46:56
10467     Log: Integrate from mainperl.
10468  Branch: cfgperl
10469       !> (integrate 26 files)
10470 ____________________________________________________________________________
10471 [  2246] By: gsar                                  on 1998/11/17  09:41:10
10472     Log: allow C<sort $coderef @foo>
10473  Branch: perl
10474        ! op.c t/op/sort.t t/pragma/overload.t
10475 ____________________________________________________________________________
10476 [  2245] By: gsar                                  on 1998/11/17  08:28:26
10477     Log: propagate failures in DESTROY() as (optional) warnings
10478  Branch: perl
10479        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
10480 ____________________________________________________________________________
10481 [  2244] By: gsar                                  on 1998/11/17  07:43:08
10482     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
10483  Branch: perl
10484        ! perl.c thrdvar.h
10485 ____________________________________________________________________________
10486 [  2243] By: gsar                                  on 1998/11/17  07:40:09
10487     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
10488  Branch: perl
10489        ! lib/warning.pm warning.h warning.pl
10490 ____________________________________________________________________________
10491 [  2242] By: gsar                                  on 1998/11/17  06:32:39
10492     Log: fix skipspace() to properly account for newlines in eval''-ed
10493          strings (caused bogus line numbers in diagnostics and debugger)
10494  Branch: perl
10495        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
10496 ____________________________________________________________________________
10497 [  2241] By: gsar                                  on 1998/11/17  03:48:12
10498     Log: s/Perl_utf8skip/PL_utf8skip/g
10499  Branch: perl
10500        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
10501 ____________________________________________________________________________
10502 [  2240] By: gsar                                  on 1998/11/14  06:09:06
10503     Log: rework op/groups.t
10504  Branch: perl
10505        ! t/op/filetest.t t/op/groups.t
10506 ____________________________________________________________________________
10507 [  2235] By: gsar                                  on 1998/11/14  00:17:05
10508     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
10509  Branch: perl
10510        ! op.c
10511 ____________________________________________________________________________
10512 [  2234] By: gsar                                  on 1998/11/14  00:14:02
10513     Log: update Changes
10514  Branch: perl
10515        ! Changes win32/config.bc win32/config.gc win32/config.vc
10516 ____________________________________________________________________________
10517 [  2233] By: gsar                                  on 1998/11/13  09:43:03
10518     Log: doc tweak
10519  Branch: perl
10520        ! README.win32
10521 ____________________________________________________________________________
10522 [  2230] By: jhi                                   on 1998/11/12  17:07:45
10523     Log: Allow hints file override for d_socket
10524          (based on Sequent-induced change #2229).
10525  Branch: cfgperl
10526        ! Configure
10527 ____________________________________________________________________________
10528 [  2229] By: jhi                                   on 1998/11/12  16:32:33
10529     Log: 
10530          From: "Martin J. Bligh" <mbligh@sequent.com>
10531          To: jhi@iki.fi
10532          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10533          Subject: Re: Making Perl work on DYNIX/ptx
10534          Date: Tue, 10 Nov 1998 16:24:26 -0800
10535          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
10536  Branch: cfgperl
10537        ! hints/dynixptx.sh
10538 ____________________________________________________________________________
10539 [  2228] By: jhi                                   on 1998/11/12  11:40:37
10540     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
10541          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
10542          To: jhi@iki.fi
10543          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10544          Subject: Re: Making Perl work on DYNIX/ptx
10545          Date: Tue, 10 Nov 1998 18:01:10 -0800
10546  Branch: cfgperl
10547        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10548 ____________________________________________________________________________
10549 [  2227] By: jhi                                   on 1998/11/12  11:17:42
10550     Log: Integrate from mainperl.
10551  Branch: cfgperl
10552       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
10553       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
10554       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10555       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
10556       !> win32/win32.c x2p/s2p.PL
10557 ____________________________________________________________________________
10558 [  2226] By: gsar                                  on 1998/11/11  21:05:42
10559     Log: provide -DPERL_POLLUTE
10560  Branch: perl
10561        ! embed.pl embedvar.h
10562 ____________________________________________________________________________
10563 [  2225] By: jhi                                   on 1998/11/09  07:45:12
10564     Log: From: Hans Mulder <hansm@icgroup.nl>
10565          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10566          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
10567          perl5-porters@perl.org
10568          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
10569          (UNINSTALLED)
10570          Date: Sun,  8 Nov 98 22:20:23 +0100
10571          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
10572  Branch: cfgperl
10573        ! malloc.c perl.h
10574 ____________________________________________________________________________
10575 [  2224] By: gsar                                  on 1998/11/09  03:13:14
10576     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
10577          Christoph <lupe@alanya.m.isar.de>)
10578  Branch: perl
10579        ! lib/Text/Wrap.pm
10580 ____________________________________________________________________________
10581 [  2223] By: gsar                                  on 1998/11/09  02:09:06
10582     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
10583          <lionel.fourquaux@wanadoo.fr>)
10584  Branch: perl
10585        ! x2p/s2p.PL
10586 ____________________________________________________________________________
10587 [  2222] By: gsar                                  on 1998/11/09  01:56:24
10588     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
10589          Date: Wed, 04 Nov 1998 12:19:44 +0000
10590          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
10591          Subject: [PATCH] Re: [5.005_53] read overflow? 
10592          --
10593          Date: Wed, 04 Nov 1998 13:15:18 +0000
10594          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
10595          Subject: [PATCH 5.005_53] perl -V fix
10596  Branch: perl
10597        ! perl.c regexec.c
10598 ____________________________________________________________________________
10599 [  2221] By: gsar                                  on 1998/11/09  01:34:56
10600     Log: From: jan.dubois@ibm.net (Jan Dubois)
10601          Date: Sun, 01 Nov 1998 00:05:01 +0100
10602          Message-ID: <364294bd.18052307@smtp1.ibm.net>
10603          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
10604  Branch: perl
10605        ! Changes win32/makedef.pl
10606 ____________________________________________________________________________
10607 [  2220] By: gsar                                  on 1998/11/08  21:13:07
10608     Log: integrate changes#2120,2168,2218 from maint-5.005;
10609          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
10610          enum; make regen_headers
10611  Branch: perl
10612        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
10613        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
10614 ____________________________________________________________________________
10615 [  2219] By: gsar                                  on 1998/11/08  19:42:57
10616     Log: integrate cfgperl changes into mainline
10617  Branch: perl
10618       +> README.vmesa
10619       !> Configure MANIFEST Porting/Glossary Porting/config.sh
10620       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
10621       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
10622       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
10623       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
10624       !> thread.h vms/subconfigure.com vos/config.h
10625 ____________________________________________________________________________
10626 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
10627     Log: From: Graham Barr <gbarr@ti.com>
10628          Date: Mon, 2 Nov 1998 07:38:52 -0600
10629          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
10630          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
10631  Branch: maint-5.005/perl
10632        ! ext/IPC/SysV/Msg.pm
10633 ____________________________________________________________________________
10634 [  2215] By: gsar                                  on 1998/11/08  02:52:52
10635     Log: set close-on-exec bit on pipe() FDs
10636  Branch: perl
10637        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10638 ____________________________________________________________________________
10639 [  2214] By: gsar                                  on 1998/11/08  02:27:57
10640     Log: typo in newHVhv()
10641  Branch: perl
10642        ! hv.c
10643 ____________________________________________________________________________
10644 [  2211] By: jhi                                   on 1998/11/07  21:14:18
10645     Log: Finalize the Mach CThreads support.
10646          
10647          From: Hans Mulder <hansm@icgroup.nl>
10648          Date: Sat,  7 Nov 98 22:06:20 +0100
10649          To: Gurusamy Sarathy <gsar@engin.umich.edu>
10650          Cc: jhi@iki.fi, perl5-porters@perl.org
10651          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
10652          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
10653  Branch: cfgperl
10654        ! malloc.c perl.h
10655 ____________________________________________________________________________
10656 [  2210] By: gsar                                  on 1998/11/06  20:36:50
10657     Log: fix AvREALISH bogusness
10658  Branch: perl
10659        ! av.c t/op/array.t
10660 ____________________________________________________________________________
10661 [  2209] By: jhi                                   on 1998/11/06  08:05:31
10662     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
10663          ASSERT() causes problems in {NeXTStep,OpenStep}.
10664          
10665          From: Hans Mulder <hansm@icgroup.nl>
10666          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
10667          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
10668          Date: Fri,  6 Nov 98 01:27:41 +0100
10669          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
10670          
10671          and
10672          
10673          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10674          Subject: Re: ASSERT() in malloc.c
10675          To: jhi@iki.fi
10676          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
10677          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
10678  Branch: cfgperl
10679        ! malloc.c
10680 ____________________________________________________________________________
10681 [  2208] By: jhi                                   on 1998/11/06  07:55:38
10682     Log: Mach CThreads needs #include <mach/cthreads.h>.
10683  Branch: cfgperl
10684        ! perl.h
10685 ____________________________________________________________________________
10686 [  2206] By: jhi                                   on 1998/11/05  14:54:52
10687     Log: PERL_BADLANG wrongly documented.
10688          
10689          From: ts <decoux@moulon.inra.fr>
10690          To: jhi@cc.hut.fi
10691          Subject: Re: Locale warning messages
10692          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
10693          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
10694          
10695          and
10696          
10697          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10698          Subject: Re: PERL_BADLANG
10699          To: jhi@iki.fi
10700          Subject: Re: PERL_BADLANG
10701          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
10702          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
10703  Branch: cfgperl
10704        ! pod/perllocale.pod
10705 ____________________________________________________________________________
10706 [  2205] By: jhi                                   on 1998/11/05  14:24:33
10707     Log: Document all the control flow keywords in perlfunc
10708          so that "perlfunc -f while" works.
10709  Branch: cfgperl
10710        ! pod/perlfunc.pod
10711 ____________________________________________________________________________
10712 [  2204] By: jhi                                   on 1998/11/05  12:46:02
10713     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
10714          (from vos/config.h).  Update Porting/{Glossary,config*}.
10715  Branch: cfgperl
10716        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10717        ! config_h.SH vos/config.h
10718 ____________________________________________________________________________
10719 [  2203] By: jhi                                   on 1998/11/05  08:34:39
10720     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
10721  Branch: cfgperl
10722        ! hints/vmesa.sh vms/subconfigure.com
10723 ____________________________________________________________________________
10724 [  2202] By: jhi                                   on 1998/11/05  08:03:20
10725     Log: Integrate from mainperl.
10726  Branch: cfgperl
10727       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
10728       !> win32/Makefile win32/makefile.mk win32/win32.c
10729 ____________________________________________________________________________
10730 [  2201] By: gsar                                  on 1998/11/05  04:40:44
10731     Log: another POPSTACK victim
10732  Branch: perl
10733        ! cop.h sv.c
10734 ____________________________________________________________________________
10735 [  2196] By: gsar                                  on 1998/11/05  02:07:54
10736     Log: fix a location affected by change#2191, add note about POPSTACK
10737  Branch: perl
10738        ! cop.h gv.c pp_ctl.c
10739 ____________________________________________________________________________
10740 [  2195] By: gsar                                  on 1998/11/05  02:04:45
10741     Log: makefile notes
10742  Branch: perl
10743        ! win32/Makefile win32/makefile.mk
10744 ____________________________________________________________________________
10745 [  2192] By: gsar                                  on 1998/11/04  23:48:53
10746     Log: indeterminate order-of-evaluation fixes
10747  Branch: perl
10748        ! mg.c
10749 ____________________________________________________________________________
10750 [  2191] By: gsar                                  on 1998/11/04  23:02:16
10751     Log: refetch local stack pointer in POPSTACK
10752  Branch: perl
10753        ! cop.h perl.c
10754 ____________________________________________________________________________
10755 [  2190] By: jhi                                   on 1998/11/04  08:50:40
10756     Log: Configure update.
10757          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
10758          
10759          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10760          To: Martin Bligh <mbligh@sequent.com>
10761          Cc: Jarkko Hietaniemi <jhi@iki.fi>
10762          Subject: Re: Perl 5's configure on DYNIX/ptx
10763          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
10764          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
10765          
10766          find sockets also from libsocket, not just libnet.
10767          OS390: $compile_ok instead of $compile for <inttypes.h>,
10768          
10769          From: pvhp@forte.com (Peter Prymmer)
10770          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
10771          Subject: _53 not OK on os390 but looking better than ever
10772          Date: Tue, 3 Nov 98 17:33:22 PST
10773          Message-Id: <9811040133.AA09450@forte.com>
10774  Branch: cfgperl
10775        ! Configure
10776 ____________________________________________________________________________
10777 [  2189] By: jhi                                   on 1998/11/04  07:43:58
10778     Log: sysio.t failure: fix undefined order of evaluation, from
10779          
10780          From: Spider Boardman <spider@web.zk3.dec.com>
10781          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
10782          To: perlbug@perl.com
10783          Date: 4 Nov 1998 01:22:30 +0200
10784          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
10785  Branch: cfgperl
10786        ! pp_sys.c
10787 ____________________________________________________________________________
10788 [  2188] By: gsar                                  on 1998/11/04  02:59:16
10789     Log: fix return value of win32_pclose()
10790  Branch: perl
10791        ! win32/win32.c
10792 ____________________________________________________________________________
10793 [  2187] By: gsar                                  on 1998/11/04  02:56:34
10794     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
10795  Branch: perl
10796        ! Changes doop.c gv.c util.c
10797 ____________________________________________________________________________
10798 [  2186] By: jhi                                   on 1998/11/03  08:17:52
10799     Log: Document quads in pack.
10800  Branch: cfgperl
10801        ! pod/perlfunc.pod
10802 ____________________________________________________________________________
10803 [  2185] By: jhi                                   on 1998/11/03  07:49:35
10804     Log: (IV) vs (I32) vs I_V()
10805          
10806          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
10807          From: Anton Berezin <tobez@plab.ku.dk> 
10808          To: "p5p" <perl5-porters@perl.org> 
10809          Date: 01 Nov 1998 15:09:11 +0100 
10810          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
10811          
10812          and
10813          
10814          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
10815          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
10816          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
10817  Branch: cfgperl
10818        ! sv.c
10819 ____________________________________________________________________________
10820 [  2184] By: jhi                                   on 1998/11/03  07:42:46
10821     Log: VM/ESA updates.
10822  Branch: cfgperl
10823        + README.vmesa
10824        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
10825 ____________________________________________________________________________
10826 [  2183] By: jhi                                   on 1998/11/02  12:58:13
10827     Log: The id(1)-parsing is real fun.
10828  Branch: cfgperl
10829        ! t/op/groups.t
10830 ____________________________________________________________________________
10831 [  2182] By: jhi                                   on 1998/11/02  12:07:43
10832     Log: Decommission the symlink test.
10833  Branch: cfgperl
10834        ! t/op/lex_assign.t
10835 ____________________________________________________________________________
10836 [  2181] By: jhi                                   on 1998/11/02  12:03:08
10837     Log: Replace ATTR_JOINABLE with true Configure probe
10838          for PTHREAD_CREATE_JOINABLE (or equivalent:
10839          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
10840          Remove ATTR_JOINABLE itself: Thread.xs uses
10841          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
10842          
10843          Really scan for <mach/cthreads.h> only if usethreads.
10844  Branch: cfgperl
10845        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
10846 ____________________________________________________________________________
10847 [  2180] By: jhi                                   on 1998/11/02  11:07:34
10848     Log: In HP-UX 10.X usethreads only if the required files are present.
10849  Branch: cfgperl
10850        ! hints/hpux.sh
10851 ____________________________________________________________________________
10852 [  2179] By: jhi                                   on 1998/11/02  09:10:33
10853     Log: Prefer groups(1).
10854          id -Gn can be broken.
10855          id -a can save the day.
10856  Branch: cfgperl
10857        ! t/op/groups.t
10858 ____________________________________________________________________________
10859 [  2178] By: jhi                                   on 1998/11/02  08:35:29
10860     Log: Detrail enum comma.
10861  Branch: cfgperl
10862        ! perl.h
10863 ____________________________________________________________________________
10864 [  2177] By: jhi                                   on 1998/11/02  08:24:12
10865     Log: 0**0 = 1, from
10866          
10867          From: d-lewart@uiuc.edu (Daniel S. Lewart)
10868          Subject: Math::Complex 0**0 patches
10869          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
10870          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
10871          To: jhi@iki.fi (Jarkko Hietaniemi),
10872          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
10873  Branch: cfgperl
10874        ! lib/Math/Complex.pm t/lib/complex.t
10875 ____________________________________________________________________________
10876 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
10877     Log: From: jan.dubois@ibm.net (Jan Dubois)   
10878          Date: Fri, 09 Oct 1998 23:28:31 +0200
10879          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
10880          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
10881  Branch: maint-5.005/perl
10882        ! XSUB.h
10883 ____________________________________________________________________________
10884 [  2164] By: jhi                                   on 1998/10/31  15:50:02
10885     Log: Integrate from mainperl.
10886  Branch: cfgperl
10887       +> t/op/lex_assign.t
10888       !> (integrate 45 files)
10889
10890 ----------------
10891 Version 5.005_53
10892 ----------------
10893
10894 ____________________________________________________________________________
10895 [  2163] By: gsar                                  on 1998/10/31  11:31:12
10896     Log: bump patchlevel; other minor fixes for clean build and test on
10897          Solaris and win32
10898  Branch: perl
10899        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
10900        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
10901        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
10902        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10903        ! x2p/a2p.c
10904 ____________________________________________________________________________
10905 [  2162] By: gsar                                  on 1998/10/31  09:40:31
10906     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10907          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
10908          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
10909          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
10910  Branch: perl
10911        ! pp.h
10912 ____________________________________________________________________________
10913 [  2161] By: gsar                                  on 1998/10/31  09:39:13
10914     Log: From: Albert Dvornik <bert@genscan.com>
10915          Date: 30 Oct 1998 17:50:04 -0500
10916          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
10917          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
10918  Branch: perl
10919        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
10920 ____________________________________________________________________________
10921 [  2160] By: gsar                                  on 1998/10/31  09:35:03
10922     Log: fix for bugs in -x mode
10923          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10924          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
10925          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
10926          Subject: [PATCH 5.00552] Fix h2xs
10927  Branch: perl
10928        ! utils/h2xs.PL
10929 ____________________________________________________________________________
10930 [  2159] By: gsar                                  on 1998/10/31  09:31:36
10931     Log: Data::Dumper update
10932  Branch: perl
10933        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
10934        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
10935 ____________________________________________________________________________
10936 [  2153] By: gsar                                  on 1998/10/30  21:40:09
10937     Log: add testsuite portion of patch
10938          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10939          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
10940          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
10941          Subject: [PATCH 5.00321 ;-)] 87% speedup
10942  Branch: perl
10943        + t/op/lex_assign.t
10944        ! MANIFEST
10945 ____________________________________________________________________________
10946 [  2152] By: gsar                                  on 1998/10/30  21:08:11
10947     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
10948  Branch: perl
10949        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
10950 ____________________________________________________________________________
10951 [  2151] By: gsar                                  on 1998/10/30  20:18:09
10952     Log: From: Mark-Jason Dominus <mjd@plover.com>
10953          Date: Fri, 30 Oct 1998 14:24:23 EST
10954          Message-Id: <19981030192423.27276.qmail@plover.com>
10955          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
10956  Branch: perl
10957        ! x2p/walk.c
10958 ____________________________________________________________________________
10959 [  2150] By: gsar                                  on 1998/10/30  20:08:57
10960     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10961          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
10962          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
10963          Subject: [PATCH 5.00552] Overloaded <> and deref again
10964  Branch: perl
10965        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
10966        ! t/pragma/overload.t toke.c
10967 ____________________________________________________________________________
10968 [  2149] By: gsar                                  on 1998/10/30  19:38:15
10969     Log: From: Roderick Schertler <roderick@argon.org>
10970          Date: Thu, 29 Oct 1998 14:50:18 -0500
10971          Message-ID: <17625.909690618@eeyore.ibcinc.com>
10972          Subject: patch for daemonization docs in perlipc
10973  Branch: perl
10974        ! pod/perlipc.pod
10975 ____________________________________________________________________________
10976 [  2148] By: gsar                                  on 1998/10/30  19:36:07
10977     Log: From: Anton Berezin <tobez@plab.ku.dk>
10978          Date: 29 Oct 1998 17:06:25 +0100
10979          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
10980          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
10981  Branch: perl
10982        ! win32/win32.c
10983 ____________________________________________________________________________
10984 [  2147] By: gsar                                  on 1998/10/30  19:31:37
10985     Log: tweaked version of suggested patch
10986          From: Anton Berezin <tobez@plab.ku.dk>
10987          Date: 29 Oct 1998 14:48:54 +0100
10988          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
10989          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
10990  Branch: perl
10991        ! win32/win32.c
10992 ____________________________________________________________________________
10993 [  2146] By: gsar                                  on 1998/10/30  19:03:50
10994     Log: hand-apply whitespace-mutiliated patch
10995          From: "vishal bhatia" <vishalb@hotmail.com>
10996          Date: Wed, 28 Oct 1998 23:45:32 PST
10997          Message-ID: <19981029074534.2334.qmail@hotmail.com>
10998          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
10999  Branch: perl
11000        ! ext/B/B/C.pm ext/B/B/CC.pm
11001 ____________________________________________________________________________
11002 [  2145] By: gsar                                  on 1998/10/30  18:46:58
11003     Log: remaining PL_foo stragglers
11004  Branch: perl
11005        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
11006        ! op.h os2/os2.c vms/gen_shrfls.pl
11007 ____________________________________________________________________________
11008 [  2144] By: gsar                                  on 1998/10/30  17:38:36
11009     Log: integrate cfgperl tweaks into mainline
11010  Branch: perl
11011       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
11012       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11013 ____________________________________________________________________________
11014 [  2143] By: jhi                                   on 1998/10/30  13:27:39
11015     Log: There can be multiple yacc/bison errors.
11016  Branch: cfgperl
11017        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11018 ____________________________________________________________________________
11019 [  2142] By: jhi                                   on 1998/10/30  13:18:43
11020     Log: README.posix-bc update.
11021  Branch: cfgperl
11022        ! README.posix-bc
11023 ____________________________________________________________________________
11024 [  2141] By: jhi                                   on 1998/10/30  09:12:59
11025     Log: #2133 fallout.
11026  Branch: cfgperl
11027        ! doio.c ext/POSIX/POSIX.xs
11028 ____________________________________________________________________________
11029 [  2140] By: jhi                                   on 1998/10/30  08:43:18
11030     Log: Integrate from mainperl.
11031  Branch: cfgperl
11032       +> globvar.sym pp.sym
11033        - objpp.h thread.sym
11034       !> (integrate 61 files)
11035 ____________________________________________________________________________
11036 [  2133] By: gsar                                  on 1998/10/30  02:51:39
11037     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
11038          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
11039          should soon be automated also; the global variables that
11040          escaped the PL_foo conversion are now reined in; renamed
11041          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
11042          type of same name; duplicated lists of pp_things in various
11043          places is now gone; result has only been tested on win32
11044  Branch: perl
11045        + globvar.sym pp.sym
11046        - objpp.h thread.sym
11047        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
11048        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
11049        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
11050        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
11051        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
11052        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
11053        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
11054        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
11055        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
11056        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11057        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
11058 ____________________________________________________________________________
11059 [  2130] By: jhi                                   on 1998/10/29  15:31:26
11060     Log: Pure bison yylex() proto was broken.
11061  Branch: cfgperl
11062        ! proto.h
11063 ____________________________________________________________________________
11064 [  2126] By: jhi                                   on 1998/10/29  08:35:54
11065     Log: Integrate mainperl.
11066  Branch: cfgperl
11067       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11068       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
11069       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
11070       !> t/pragma/warn/doio toke.c win32/makefile.mk
11071 ____________________________________________________________________________
11072 [  2125] By: jhi                                   on 1998/10/29  08:32:38
11073     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
11074  Branch: cfgperl
11075        ! Makefile.SH
11076 ____________________________________________________________________________
11077 [  2124] By: jhi                                   on 1998/10/29  08:06:44
11078     Log: EBCDIC Makefile.SH tuneup.
11079  Branch: cfgperl
11080        ! Makefile.SH
11081 ____________________________________________________________________________
11082 [  2119] By: gsar                                  on 1998/10/28  23:24:04
11083     Log: remove doubled hunk from integration
11084  Branch: perl
11085        ! pp.c
11086 ____________________________________________________________________________
11087 [  2118] By: gsar                                  on 1998/10/28  22:03:31
11088     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11089          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
11090          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
11091          Subject: [PATCH 5.00552] Minor debugger tweaks
11092  Branch: perl
11093        ! lib/perl5db.pl
11094 ____________________________________________________________________________
11095 [  2117] By: gsar                                  on 1998/10/28  22:02:30
11096     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11097          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
11098          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
11099          Subject: [PATCH 5.00552] Make sort respect overloading
11100  Branch: perl
11101        ! pp_ctl.c proto.h t/pragma/overload.t
11102 ____________________________________________________________________________
11103 [  2116] By: gsar                                  on 1998/10/28  21:51:11
11104     Log: MM patches from Ilya Zakharevich
11105          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
11106          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
11107          Subject: [PATCH 5.00552] Make MakeMaker more verbose
11108          --
11109          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
11110          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
11111          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
11112  Branch: perl
11113        ! lib/ExtUtils/MakeMaker.pm
11114 ____________________________________________________________________________
11115 [  2115] By: gsar                                  on 1998/10/28  21:46:19
11116     Log: add explicit references to perl source path in ld2 and gcc2
11117  Branch: perl
11118        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
11119 ____________________________________________________________________________
11120 [  2114] By: gsar                                  on 1998/10/28  21:39:56
11121     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11122          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
11123          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
11124          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
11125  Branch: perl
11126        ! INSTALL
11127 ____________________________________________________________________________
11128 [  2113] By: gsar                                  on 1998/10/28  21:21:16
11129     Log: integrate cfgperl into mainline
11130  Branch: perl
11131       +> t/op/filetest.t
11132       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
11133       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
11134       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
11135       !> thread.h toke.c vmesa/Makefile
11136 ____________________________________________________________________________
11137 [  2112] By: gsar                                  on 1998/10/28  21:14:18
11138     Log: minor cleanup
11139  Branch: perl
11140        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
11141 ____________________________________________________________________________
11142 [  2111] By: gsar                                  on 1998/10/28  18:52:10
11143     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
11144  Branch: perl
11145        ! toke.c
11146 ____________________________________________________________________________
11147 [  2110] By: jhi                                   on 1998/10/28  15:07:54
11148     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
11149  Branch: cfgperl
11150        ! Makefile.SH
11151 ____________________________________________________________________________
11152 [  2109] By: jhi                                   on 1998/10/28  13:39:54
11153     Log: a2p.y needs to generate also y.tab.h.
11154  Branch: cfgperl
11155        ! Makefile.SH
11156 ____________________________________________________________________________
11157 [  2108] By: jhi                                   on 1998/10/28  10:33:36
11158     Log: The "parse error" must be converted to "syntax error",
11159          just matching it aint' enough.
11160  Branch: cfgperl
11161        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11162        ! t/pragma/warning.t
11163 ____________________________________________________________________________
11164 [  2107] By: jhi                                   on 1998/10/28  10:23:05
11165     Log: Regen sig_n{ame,umber}* if slightest doubt.
11166  Branch: cfgperl
11167        ! Configure
11168 ____________________________________________________________________________
11169 [  2106] By: jhi                                   on 1998/10/28  08:44:49
11170     Log: Bison says 'parse error', not 'parser error'.
11171  Branch: cfgperl
11172        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11173        ! t/pragma/warning.t
11174 ____________________________________________________________________________
11175 [  2105] By: jhi                                   on 1998/10/28  08:42:09
11176     Log: yylex() parametrization.
11177  Branch: cfgperl
11178        ! proto.h toke.c
11179 ____________________________________________________________________________
11180 [  2104] By: jhi                                   on 1998/10/28  08:25:09
11181     Log: Bring in #2102.
11182  Branch: cfgperl
11183        ! pp.c
11184 ____________________________________________________________________________
11185 [  2103] By: jhi                                   on 1998/10/28  08:22:04
11186     Log: From: Dominic Dunlop <domo@vo.lu>
11187          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
11188          Date: 27 Oct 1998 20:47:25 +0200
11189          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
11190  Branch: cfgperl
11191        ! t/op/groups.t
11192 ____________________________________________________________________________
11193 [  2102] By: larry                                 on 1998/10/27  18:58:55
11194     Log: utf8 change to quotemeta broke EBCDIC
11195  Branch: perl
11196        ! pp.c
11197 ____________________________________________________________________________
11198 [  2101] By: jhi                                   on 1998/10/27  12:55:34
11199     Log: $Config{sig_num_init}.
11200          Also, a new approach to the 'pthreads-created-joinable': drop
11201          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
11202          directly. (See also #2096).
11203  Branch: cfgperl
11204        ! Configure config_h.SH
11205 ____________________________________________________________________________
11206 [  2100] By: jhi                                   on 1998/10/27  10:48:55
11207     Log: Regenerated perly_c.diff.
11208  Branch: cfgperl
11209        ! perly_c.diff
11210 ____________________________________________________________________________
11211 [  2099] By: jhi                                   on 1998/10/27  08:42:25
11212     Log: First the mangler was Netscape, then it was me.
11213  Branch: cfgperl
11214        ! vmesa/Makefile
11215 ____________________________________________________________________________
11216 [  2098] By: jhi                                   on 1998/10/27  08:34:40
11217     Log: `id -Gn` might be available where `groups` is not.
11218  Branch: cfgperl
11219        ! t/op/groups.t
11220 ____________________________________________________________________________
11221 [  2097] By: jhi                                   on 1998/10/27  08:05:17
11222     Log: Netscape had mangled the tabs.
11223  Branch: cfgperl
11224        ! vmesa/Makefile
11225 ____________________________________________________________________________
11226 [  2096] By: jhi                                   on 1998/10/27  08:03:05
11227     Log: ATTR_JOINABLE logic, based on (private email)
11228          
11229          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11230          Subject: Some little diffs
11231          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
11232          Date: Tue, 27 Oct 1998 13:44:42 +1300
11233  Branch: cfgperl
11234        ! thread.h
11235 ____________________________________________________________________________
11236 [  2095] By: jhi                                   on 1998/10/27  07:56:57
11237     Log: Mach cthreads support based on:
11238          
11239          From: brie@corp.home.net (Brian Harrison)
11240          Subject: perl5.005_02 patch for mthreads
11241          To: perl5-porters@perl.org
11242          Date: 24 Oct 1998 01:01:55 +0300
11243          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
11244          
11245          Pthread yield probe (dejavu)
11246          Cosmetic nanochange for the union semun output.
11247          Better inttypes.h probe.
11248          Undo the 'void *' $selecttype probe from #1971 because
11249          it breaks the $selectminbits test.
11250  Branch: cfgperl
11251        ! Configure config_h.SH perl.h thread.h
11252 ____________________________________________________________________________
11253 [  2094] By: jhi                                   on 1998/10/26  13:02:07
11254     Log: Also posix-bc wants to reyacc.
11255  Branch: cfgperl
11256        ! Makefile.SH
11257 ____________________________________________________________________________
11258 [  2093] By: jhi                                   on 1998/10/26  10:17:21
11259     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
11260          5_02 and really breaking things in non-ASCII worlds.
11261  Branch: cfgperl
11262        ! pp.c
11263 ____________________________________________________________________________
11264 [  2092] By: jhi                                   on 1998/10/26  09:08:00
11265     Log: More robustness.
11266  Branch: cfgperl
11267        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11268        ! t/pragma/warning.t
11269 ____________________________________________________________________________
11270 [  2091] By: jhi                                   on 1998/10/26  08:47:32
11271     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
11272          Bison really wants YYLEX_PARAM.
11273  Branch: cfgperl
11274        ! perly.y proto.h toke.c
11275 ____________________________________________________________________________
11276 [  2090] By: jhi                                   on 1998/10/26  08:21:25
11277     Log: s/YYLEX_PARAM/YYLEXPARAM/
11278  Branch: cfgperl
11279        ! perly.y
11280 ____________________________________________________________________________
11281 [  2089] By: jhi                                   on 1998/10/26  08:17:33
11282     Log: Indicate skipped subtests.
11283  Branch: cfgperl
11284        ! t/io/pipe.t
11285 ____________________________________________________________________________
11286 [  2088] By: jhi                                   on 1998/10/26  08:11:36
11287     Log: Integrate from mainperl.
11288  Branch: cfgperl
11289       !> (integrate 54 files)
11290 ____________________________________________________________________________
11291 [  2087] By: jhi                                   on 1998/10/26  08:08:02
11292     Log: Add test for filetests.
11293  Branch: cfgperl
11294        + t/op/filetest.t
11295        ! MANIFEST
11296 ____________________________________________________________________________
11297 [  2086] By: gsar                                  on 1998/10/26  02:44:44
11298     Log: various win32 tweaks; disable new xs_cpp section (it creates
11299          ambiguous inference graph for %.xs --> %.o)
11300  Branch: perl
11301        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
11302        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
11303        ! win32/config.gc win32/config_H.gc win32/makedef.pl
11304        ! win32/makefile.mk win32/win32.h
11305 ____________________________________________________________________________
11306 [  2085] By: gsar                                  on 1998/10/26  00:50:02
11307     Log: sanity-check $Config{drand01} in rand.t
11308  Branch: perl
11309        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
11310        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11311 ____________________________________________________________________________
11312 [  2078] By: gsar                                  on 1998/10/25  10:22:04
11313     Log: update win32/config*.?c
11314  Branch: perl
11315        ! Changes win32/config.bc win32/config.gc win32/config.vc
11316        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11317 ____________________________________________________________________________
11318 [  2077] By: gsar                                  on 1998/10/25  08:39:25
11319     Log: From: Graham Barr <gbarr@pobox.com>
11320          Date: Sat, 24 Oct 1998 21:45:50 -0500
11321          Message-ID: <19981024214550.C508@pobox.com>
11322          Subject: Re: die with a reference  should use overload "" operator
11323  Branch: perl
11324        ! pp_ctl.c
11325 ____________________________________________________________________________
11326 [  2076] By: gsar                                  on 1998/10/25  08:37:49
11327     Log: From: Graham Barr <gbarr@pobox.com>
11328          Date: Sat, 24 Oct 1998 12:45:21 -0500
11329          Message-ID: <19981024124521.C512@pobox.com>
11330          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
11331  Branch: perl
11332        ! sv.c
11333 ____________________________________________________________________________
11334 [  2075] By: gsar                                  on 1998/10/25  08:24:09
11335     Log: fix C<print $n += 5;> etc.
11336  Branch: perl
11337        ! toke.c
11338 ____________________________________________________________________________
11339 [  2074] By: gsar                                  on 1998/10/25  08:12:28
11340     Log: list builtins with portability caveats
11341          From: Jarkko Hietaniemi <jhi@iki.fi>
11342          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
11343          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
11344          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
11345  Branch: perl
11346        ! pod/perlfunc.pod
11347 ____________________________________________________________________________
11348 [  2073] By: gsar                                  on 1998/10/25  07:55:43
11349     Log: fix stack overrun in file test operators
11350  Branch: perl
11351        ! pp_sys.c
11352 ____________________________________________________________________________
11353 [  2072] By: gsar                                  on 1998/10/25  07:29:45
11354     Log: implement C<goto &func> and other fixes (via private mail)
11355          From:    "vishal bhatia" <vishalb@hotmail.com>
11356          Date:    Wed, 21 Oct 1998 22:59:03 PDT
11357          Message-Id: <19981022055904.20083.qmail@hotmail.com>
11358          Subject: [PATCH 5.005_52] More fixes for B
11359  Branch: perl
11360        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
11361 ____________________________________________________________________________
11362 [  2071] By: gsar                                  on 1998/10/25  07:14:41
11363     Log: From: Graham Barr <gbarr@pobox.com>
11364          Date: Sat, 17 Oct 1998 20:42:41 -0500
11365          Message-ID: <19981017204241.G510@pobox.com>
11366          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
11367  Branch: perl
11368        ! pp_ctl.c
11369 ____________________________________________________________________________
11370 [  2070] By: gsar                                  on 1998/10/25  07:07:29
11371     Log: avoid bogus line number in XSUB redefined warnings
11372  Branch: perl
11373        ! op.c
11374 ____________________________________________________________________________
11375 [  2069] By: gsar                                  on 1998/10/25  06:59:03
11376     Log: From: Martijn Koster <mak@excitecorp.com>
11377          Date: Wed, 21 Oct 1998 13:12:03 +0100
11378          Message-ID: <19981021131203.A15661@excitecorp.com>
11379          Subject: File::Path::mkpath reports the wrong error
11380  Branch: perl
11381        ! lib/File/Path.pm
11382 ____________________________________________________________________________
11383 [  2068] By: gsar                                  on 1998/10/25  06:54:43
11384     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
11385          Date: Tue, 20 Oct 1998 20:52:20 -0500
11386          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
11387          Subject: Exporter.pm's export_to_level() argument handling buggy
11388  Branch: perl
11389        ! lib/Exporter.pm
11390 ____________________________________________________________________________
11391 [  2067] By: gsar                                  on 1998/10/25  06:50:19
11392     Log: From: jan.dubois@ibm.net (Jan Dubois)
11393          Date: Wed, 21 Oct 1998 00:55:51 +0200
11394          Message-ID: <36380269.55370608@smtp1.ibm.net>
11395          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
11396  Branch: perl
11397        ! ext/DynaLoader/DynaLoader_pm.PL
11398 ____________________________________________________________________________
11399 [  2066] By: gsar                                  on 1998/10/25  06:48:19
11400     Log: recognize '%' as a shell metachar for win32
11401          From: jan.dubois@ibm.net (Jan Dubois)
11402          Date: Tue, 20 Oct 1998 21:57:35 +0200
11403          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
11404          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
11405  Branch: perl
11406        ! win32/win32.c
11407 ____________________________________________________________________________
11408 [  2065] By: gsar                                  on 1998/10/25  06:46:30
11409     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
11410  Branch: perl
11411        ! sv.c
11412 ____________________________________________________________________________
11413 [  2064] By: gsar                                  on 1998/10/25  06:45:09
11414     Log: From: Gisle Aas <gisle@aas.no>
11415          Date: 20 Oct 1998 14:24:44 +0200
11416          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
11417          Subject: ord() and unpack("U*",...) should not be negative
11418  Branch: perl
11419        ! pp.c
11420 ____________________________________________________________________________
11421 [  2063] By: gsar                                  on 1998/10/25  06:42:29
11422     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11423          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
11424          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
11425          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
11426  Branch: perl
11427        ! os2/os2.c
11428 ____________________________________________________________________________
11429 [  2062] By: gsar                                  on 1998/10/25  06:41:26
11430     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11431          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
11432          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
11433          Subject: [PATCH 5.005_*] Speed up aassign
11434  Branch: perl
11435        ! pp_hot.c
11436 ____________________________________________________________________________
11437 [  2061] By: gsar                                  on 1998/10/25  06:39:04
11438     Log: From: Graham Barr <gbarr@pobox.com>
11439          Date: Sat, 17 Oct 1998 22:22:02 -0500
11440          Message-ID: <19981017222202.J510@pobox.com>
11441          Subject: Re: '*' prototype does not allow bareword with strict
11442  Branch: perl
11443        ! toke.c
11444 ____________________________________________________________________________
11445 [  2060] By: gsar                                  on 1998/10/25  06:37:34
11446     Log: handle '::' in section names properly
11447          From: Graham Barr <gbarr@pobox.com>
11448          Date: Sat, 17 Oct 1998 12:57:54 -0500
11449          Message-ID: <19981017125754.C510@pobox.com>
11450          Subject: Re: pod2html
11451  Branch: perl
11452        ! lib/Pod/Html.pm
11453 ____________________________________________________________________________
11454 [  2059] By: gsar                                  on 1998/10/25  06:33:43
11455     Log: integrate changes#1982,2014,2021 (from maint-5.005)
11456  Branch: perl
11457       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
11458       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
11459 ____________________________________________________________________________
11460 [  2058] By: gsar                                  on 1998/10/25  05:44:17
11461     Log: allow more win32 symbol exports (suggested by Jan Dubois)
11462  Branch: perl
11463        ! win32/makedef.pl
11464 ____________________________________________________________________________
11465 [  2057] By: gsar                                  on 1998/10/25  05:40:40
11466     Log: integrate change#2053 from maint-5.005
11467  Branch: perl
11468       !> cop.h t/cmd/while.t
11469 ____________________________________________________________________________
11470 [  2056] By: gsar                                  on 1998/10/25  05:16:41
11471     Log: commented version of a patch suggested by Drago Goricanec
11472          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11473          Date: 16 Oct 1998 15:24:45 +0300
11474          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
11475          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
11476  Branch: perl
11477        ! pp_sys.c
11478 ____________________________________________________________________________
11479 [  2055] By: gsar                                  on 1998/10/25  05:11:03
11480     Log: include eof() in description of buffering caveats
11481          From: Anton Berezin <tobez@plab.ku.dk>
11482          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
11483          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
11484          Subject: [DOCPATCH] pod/perlfunc.pod
11485  Branch: perl
11486        ! pod/perlfunc.pod
11487 ____________________________________________________________________________
11488 [  2054] By: gsar                                  on 1998/10/25  05:07:42
11489     Log: disallow 'x' in hex numbers (except leading '0x')
11490          From: Gisle Aas <gisle@aas.no>
11491          Date: 16 Oct 1998 16:33:12 +0200
11492          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
11493          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
11494  Branch: perl
11495        ! perlvars.h t/op/oct.t util.c
11496 ____________________________________________________________________________
11497 [  2052] By: gsar                                  on 1998/10/25  04:49:04
11498     Log: avoid the circular refcnt logic in magic_mutexfree()
11499  Branch: perl
11500        ! mg.c pp.c pp_hot.c
11501 ____________________________________________________________________________
11502 [  2051] By: gsar                                  on 1998/10/25  04:35:07
11503     Log: properly restore PL_rsfp_filters after require
11504  Branch: perl
11505        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
11506        ! scope.h
11507 ____________________________________________________________________________
11508 [  2050] By: gsar                                  on 1998/10/25  02:42:32
11509     Log: integrate cfgperl changes back into mainline
11510  Branch: perl
11511       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
11512       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11513       !> (integrate 33 files)
11514 ____________________________________________________________________________
11515 [  2049] By: gsar                                  on 1998/10/25  01:30:48
11516     Log: avoid "mysterious" compile-time failures without messages
11517  Branch: perl
11518        ! gv.c
11519 ____________________________________________________________________________
11520 [  2041] By: gsar                                  on 1998/10/23  21:11:56
11521     Log: checkin jpl under //depot/perlext/jpl/...
11522  Branch: perlext
11523        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
11524        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
11525        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
11526        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
11527        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
11528        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
11529        + jpl/PerlInterpreter/Makefile.PL
11530        + jpl/PerlInterpreter/PerlInterpreter.c
11531        + jpl/PerlInterpreter/PerlInterpreter.h
11532        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
11533        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
11534        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
11535        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
11536        + jpl/get_jdk/jdk_hosts jpl/install-jpl
11537 ____________________________________________________________________________
11538 [  2040] By: larry                                 on 1998/10/23  19:31:42
11539     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
11540  Branch: perl
11541        ! pp.c
11542 ____________________________________________________________________________
11543 [  2039] By: larry                                 on 1998/10/23  18:48:34
11544     Log: tr///d does not seem to work
11545  Branch: perl
11546        ! lib/utf8_heavy.pl
11547 ____________________________________________________________________________
11548 [  2038] By: larry                                 on 1998/10/23  18:00:41
11549     Log: Program with utf8 identifiers fails to compile
11550  Branch: perl
11551        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
11552 ____________________________________________________________________________
11553 [  2037] By: jhi                                   on 1998/10/23  14:04:51
11554     Log: Test suite portability:
11555          - posix-bc does not write to broken pipes
11556          - filehand #11 only iff we have fork
11557          - warning.t can now match $expected using regular expressions
11558  Branch: cfgperl
11559        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
11560        ! t/pragma/warning.t
11561 ____________________________________________________________________________
11562 [  2036] By: jhi                                   on 1998/10/23  12:12:07
11563     Log: yacc clarification.
11564  Branch: cfgperl
11565        ! README.posix-bc
11566 ____________________________________________________________________________
11567 [  2035] By: jhi                                   on 1998/10/23  12:09:59
11568     Log: Some C compilers get upset about 8-bit characters in /* comments. */
11569  Branch: cfgperl
11570        ! mg.c
11571 ____________________________________________________________________________
11572 [  2034] By: jhi                                   on 1998/10/22  09:11:52
11573     Log: Configure update: both for pthread_yield more robust
11574          testing (all variants of pthread_attr_getdetachstate()) --
11575          and because Configure was broken in major way! About 1000
11576          last lines were truncated.
11577  Branch: cfgperl
11578        ! Configure
11579 ____________________________________________________________________________
11580 [  2033] By: jhi                                   on 1998/10/22  07:47:10
11581     Log: DJGPP feedback for #2028.
11582  Branch: cfgperl
11583        ! thread.h
11584 ____________________________________________________________________________
11585 [  2032] By: jhi                                   on 1998/10/21  13:03:57
11586     Log: yielding, the saga continues.
11587  Branch: cfgperl
11588        ! Configure config_h.SH
11589       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
11590       !> t/op/goto.t t/pragma/constant.t
11591 ____________________________________________________________________________
11592 [  2031] By: jhi                                   on 1998/10/21  09:15:42
11593     Log: VM/ESA feedback for #2028.
11594  Branch: cfgperl
11595        ! Configure config_h.SH thread.h
11596 ____________________________________________________________________________
11597 [  2030] By: gsar                                  on 1998/10/21  04:22:53
11598     Log: fix handling of mayhaps-extended @_ in goto &sub
11599  Branch: perl
11600        ! av.c pp_ctl.c t/op/goto.t
11601 ____________________________________________________________________________
11602 [  2029] By: gsar                                  on 1998/10/21  00:54:14
11603     Log: restore sanity to "constant" references
11604  Branch: perl
11605        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
11606 ____________________________________________________________________________
11607 [  2028] By: jhi                                   on 1998/10/20  15:01:20
11608     Log: OLD_PTHREADS_API reorganizing.
11609  Branch: cfgperl
11610        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
11611        ! vmesa/vmesaish.h
11612 ____________________________________________________________________________
11613 [  2027] By: jhi                                   on 1998/10/20  14:14:51
11614     Log: #2026 fallout.
11615  Branch: cfgperl
11616        ! Makefile.SH
11617 ____________________________________________________________________________
11618 [  2026] By: jhi                                   on 1998/10/20  11:47:21
11619     Log: VM/ESA update.
11620  Branch: cfgperl
11621        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
11622 ____________________________________________________________________________
11623 [  2025] By: jhi                                   on 1998/10/20  08:20:56
11624     Log: 64-bitness, based on
11625          
11626          From: Scott Henry <scotth@sgi.com>
11627          To: perl-64bit@perl.org
11628          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
11629          Subject: Re: Configure problems/questions...
11630          Date: 19 Oct 1998 22:38:06 -0700
11631  Branch: cfgperl
11632        ! hints/irix_6.sh perl.h
11633 ____________________________________________________________________________
11634 [  2024] By: jhi                                   on 1998/10/20  08:09:07
11635     Log: Add lseeksize.
11636  Branch: cfgperl
11637        ! config_h.SH
11638 ____________________________________________________________________________
11639 [  2023] By: jhi                                   on 1998/10/20  08:08:33
11640     Log: Mumble about _yields() only when threaded.
11641  Branch: cfgperl
11642        ! Configure
11643 ____________________________________________________________________________
11644 [  2022] By: jhi                                   on 1998/10/20  07:46:26
11645     Log: Thinko at PTHREADS_CREATED_JOINABLE.
11646  Branch: cfgperl
11647        ! thread.h
11648 ____________________________________________________________________________
11649 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
11650     Log: From: Chip Salzenberg <chip@perlsupport.com>
11651          Date: Tue, 6 Oct 1998 13:33:05 -0400
11652          Message-ID: <19981006133305.A2348@perlsupport.com>
11653          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
11654  Branch: maint-5.005/perl
11655        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
11656        ! t/op/tie.t
11657 ____________________________________________________________________________
11658 [  2020] By: jhi                                   on 1998/10/19  09:15:53
11659     Log: YIELD more robustly.
11660  Branch: cfgperl
11661        ! thread.h
11662 ____________________________________________________________________________
11663 [  2019] By: jhi                                   on 1998/10/19  08:48:33
11664     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
11665          the 'new' one (just like DJGPP, it seems).
11666  Branch: cfgperl
11667        ! thread.h
11668 ____________________________________________________________________________
11669 [  2018] By: jhi                                   on 1998/10/19  07:02:44
11670     Log: vmesaish.h doesn't exclude unixish.h.
11671  Branch: cfgperl
11672        ! perl.h
11673 ____________________________________________________________________________
11674 [  2017] By: jhi                                   on 1998/10/19  06:44:19
11675     Log: 1<<$randbits is not good for randbits=48.
11676  Branch: cfgperl
11677        ! t/op/rand.t
11678 ____________________________________________________________________________
11679 [  2016] By: jhi                                   on 1998/10/19  06:39:47
11680     Log: Make #2012 glob pattern more portable.
11681  Branch: cfgperl
11682        ! Makefile.SH
11683 ____________________________________________________________________________
11684 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
11685     Log: Fix POSIX::sigprocmask not to check type of $old parameter
11686          as it is output only
11687  Branch: maint-5.005/perl
11688        ! ext/POSIX/POSIX.xs
11689 ____________________________________________________________________________
11690 [  2012] By: jhi                                   on 1998/10/17  15:04:23
11691     Log: clean numbered core dumps and t/tmp[0-9]*.
11692  Branch: cfgperl
11693        ! Makefile.SH
11694 ____________________________________________________________________________
11695 [  2011] By: jhi                                   on 1998/10/17  14:59:15
11696     Log: More robust yacc/bison failure output handling.
11697  Branch: cfgperl
11698        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11699 ____________________________________________________________________________
11700 [  2010] By: jhi                                   on 1998/10/17  14:51:05
11701     Log: BC2000 POSIX update.
11702  Branch: cfgperl
11703        ! MANIFEST
11704 ____________________________________________________________________________
11705 [  2009] By: jhi                                   on 1998/10/17  14:49:46
11706     Log: POSIX BC2000 port from perl-mvs:
11707          
11708          Subject: Ported perl 5.005.02 to BS2000 / POSIX
11709          From: Dorner Thomas <Thomas.Dorner@start.de> 
11710          Date: Tue, 29 Sep 1998 13:29:36 +0100 
11711          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
11712  Branch: cfgperl
11713        + README.posix-bc hints/posix-bc.sh
11714        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
11715        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
11716        ! unixish.h
11717 ____________________________________________________________________________
11718 [  2008] By: jhi                                   on 1998/10/17  14:07:49
11719     Log: VM/ESA-update.
11720  Branch: cfgperl
11721        ! MANIFEST
11722 ____________________________________________________________________________
11723 [  2007] By: jhi                                   on 1998/10/17  13:55:34
11724     Log: Forgot few S_I* imports.
11725  Branch: cfgperl
11726        ! t/lib/ipc_sysv.t
11727 ____________________________________________________________________________
11728 [  2006] By: jhi                                   on 1998/10/17  13:43:54
11729     Log: The VM/ESA port essentials, based on
11730          
11731          perl-mvs:
11732          
11733          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11734          Subject: Re: Can't find Data/Dumper.pm
11735          Date: Mon, 28 Sep 1998 07:40:49 +1300
11736          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
11737          
11738          private email:
11739          
11740          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11741          Subject: Re: Perl thread problems in VM/ESA
11742          Date: Thu, 15 Oct 1998 07:18:35 +1300
11743          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
11744          
11745          and private email:
11746          
11747          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
11748          Subject:  perl archive
11749          Date:  Sun, 11 Oct 1998 19:28:54 EDT
11750          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
11751          which gave a pointer to
11752          
11753          http://pucc.princeton.edu/~neale/perl.tar
11754          
11755          (based on Perl 5.005_51)
11756  Branch: cfgperl
11757        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11758        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
11759        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
11760        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
11761 ____________________________________________________________________________
11762 [  2005] By: jhi                                   on 1998/10/17  13:17:19
11763     Log: Integrate mainperl.
11764  Branch: cfgperl
11765       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
11766       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11767       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
11768       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
11769       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
11770       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
11771       !> win32/makefile.mk
11772 ____________________________________________________________________________
11773 [  2004] By: jhi                                   on 1998/10/17  11:19:06
11774     Log: Removed an extra ' from the int64_t test.
11775  Branch: cfgperl
11776        ! Configure
11777 ____________________________________________________________________________
11778 [  2003] By: gsar                                  on 1998/10/17  04:11:40
11779     Log: silence -w noises (suggested by Greg Bacon)
11780  Branch: perl
11781        ! lib/Term/Complete.pm
11782 ____________________________________________________________________________
11783 [  2002] By: gsar                                  on 1998/10/17  04:07:48
11784     Log: From: Gisle Aas <gisle@aas.no>
11785          Date: 14 Oct 1998 15:53:14 +0200
11786          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
11787          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
11788  Branch: perl
11789        ! util.c
11790 ____________________________________________________________________________
11791 [  2001] By: gsar                                  on 1998/10/17  04:06:10
11792     Log: From: Gisle Aas <gisle@aas.no>
11793          Date: 14 Oct 1998 15:17:44 +0200
11794          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
11795          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
11796  Branch: perl
11797        ! toke.c
11798 ____________________________________________________________________________
11799 [  2000] By: gsar                                  on 1998/10/17  03:06:33
11800     Log: From: Gisle Aas <gisle@aas.no>
11801          Date: 14 Oct 1998 00:38:06 +0200
11802          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
11803          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
11804  Branch: perl
11805        ! sv.c
11806 ____________________________________________________________________________
11807 [  1999] By: gsar                                  on 1998/10/17  03:04:48
11808     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11809          Date: Tue, 13 Oct 1998 15:10:57 -0700
11810          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
11811          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
11812  Branch: perl
11813        ! vms/ext/Stdio/Stdio.pm
11814 ____________________________________________________________________________
11815 [  1998] By: gsar                                  on 1998/10/17  03:00:40
11816     Log: skip readonly vars and unref references when doing a reset()
11817  Branch: perl
11818        ! sv.c
11819 ____________________________________________________________________________
11820 [  1997] By: gsar                                  on 1998/10/17  02:49:19
11821     Log: fix buggy treatment of large checksums on unicode strings
11822          From: Gisle Aas <gisle@aas.no>
11823          Date: 13 Oct 1998 21:35:39 +0200
11824          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
11825          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
11826  Branch: perl
11827        ! pp.c
11828 ____________________________________________________________________________
11829 [  1996] By: gsar                                  on 1998/10/17  02:43:22
11830     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11831          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
11832          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
11833          Subject: [PATCH 5.005_52] Memory overrun in os2.c
11834  Branch: perl
11835        ! os2/Makefile.SHs os2/os2.c
11836 ____________________________________________________________________________
11837 [  1995] By: gsar                                  on 1998/10/17  02:42:01
11838     Log: clarify section name rules for typemaps
11839  Branch: perl
11840        ! pod/perlxs.pod
11841 ____________________________________________________________________________
11842 [  1994] By: gsar                                  on 1998/10/17  02:33:02
11843     Log: whitespace-proof grent.t
11844  Branch: perl
11845        ! t/op/grent.t
11846 ____________________________________________________________________________
11847 [  1993] By: gsar                                  on 1998/10/17  02:27:29
11848     Log: fix bug in B::CC::pp_sassign()
11849          From: "vishal bhatia" <vishalb@hotmail.com>
11850          Date: Sun, 11 Oct 1998 18:41:38 PDT
11851          Message-ID: <19981012014139.19614.qmail@hotmail.com>
11852          Subject: B::CC problems with pp_sassign routine
11853  Branch: perl
11854        ! ext/B/B/CC.pm
11855 ____________________________________________________________________________
11856 [  1992] By: gsar                                  on 1998/10/17  02:17:49
11857     Log: applied suggested patch with small doc tweak
11858          From: Gisle Aas <gisle@aas.no>
11859          Date: 11 Oct 1998 12:53:13 +0200
11860          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
11861          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
11862  Branch: perl
11863        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
11864        ! t/op/tiehandle.t
11865 ____________________________________________________________________________
11866 [  1991] By: gsar                                  on 1998/10/17  02:08:30
11867     Log: apply non-conflicting parts from suggested patch
11868          From: jan.dubois@ibm.net (Jan Dubois)
11869          Date: Sat, 10 Oct 1998 13:15:45 +0200
11870          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
11871          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
11872  Branch: perl
11873        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11874 ____________________________________________________________________________
11875 [  1990] By: gsar                                  on 1998/10/17  02:01:24
11876     Log: provide option to enable optimization with VC (suggested by Jan
11877          Dubois)
11878  Branch: perl
11879        ! win32/Makefile win32/makefile.mk
11880 ____________________________________________________________________________
11881 [  1989] By: gsar                                  on 1998/10/17  01:55:27
11882     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
11883          Dave Leppik <dleppik@gage.com>
11884  Branch: perl
11885        ! perl.h
11886 ____________________________________________________________________________
11887 [  1988] By: gsar                                  on 1998/10/17  01:49:05
11888     Log: stray typo found by Hugo van der Sanden
11889  Branch: perl
11890        ! op.c
11891 ____________________________________________________________________________
11892 [  1987] By: gsar                                  on 1998/10/17  01:45:52
11893     Log: perldoc pod update
11894          From: Daniel Grisinger <dgris@perrin.dimensional.com>
11895          Date: 06 Oct 1998 23:56:51 -0600
11896          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
11897          Subject: [PATCH _02 and _52] perldoc
11898  Branch: perl
11899        ! utils/perldoc.PL
11900 ____________________________________________________________________________
11901 [  1986] By: gsar                                  on 1998/10/17  01:41:40
11902     Log: qualify names of builtins
11903  Branch: perl
11904        ! ext/POSIX/POSIX.pm
11905 ____________________________________________________________________________
11906 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
11907     Log: From: Jochen Wiedmann <joe@ispsoft.de>
11908          Date: Thu, 17 Sep 1998 17:16:06 +0200
11909          Message-ID: <360127B6.E44564A@ispsoft.de>
11910          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
11911  Branch: maint-5.005/perl
11912        ! lib/ExtUtils/MakeMaker.pm
11913 ____________________________________________________________________________
11914 [  1978] By: gsar                                  on 1998/10/16  01:58:58
11915     Log: integrate cfgperl mods into mainline
11916  Branch: perl
11917       +> ext/DynaLoader/dl_vmesa.xs
11918        ! Porting/genlog
11919       !> Configure MANIFEST Makefile.SH config_h.SH
11920       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
11921       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
11922       !> x2p/Makefile.SH
11923 ____________________________________________________________________________
11924 [  1976] By: gsar                                  on 1998/10/16  00:10:52
11925     Log: stray tweak
11926  Branch: perl
11927        ! op.c
11928 ____________________________________________________________________________
11929 [  1975] By: gsar                                  on 1998/10/15  23:54:38
11930     Log: propagate typeness of lexicals while cloning them
11931  Branch: perl
11932        ! op.c
11933 ____________________________________________________________________________
11934 [  1974] By: gsar                                  on 1998/10/15  23:53:25
11935     Log: s/last/first/ typo in append_list()
11936  Branch: perl
11937        ! op.c
11938 ____________________________________________________________________________
11939 [  1973] By: gsar                                  on 1998/10/15  20:06:17
11940     Log: nuke confperl branch and contents
11941  Branch: confperl
11942        - (delete 1284 files)
11943 ____________________________________________________________________________
11944 [  1972] By: jhi                                   on 1998/10/15  07:07:35
11945     Log: Test #162 had been added but the "print 1..161" had not been updated.
11946  Branch: cfgperl
11947        ! t/op/pat.t
11948 ____________________________________________________________________________
11949 [  1971] By: gsar                                  on 1998/10/15  03:09:58
11950     Log: check in all confperl changes as of change#1964 into cfgperl
11951  Branch: cfgperl
11952        + ext/DynaLoader/dl_vmesa.xs
11953        ! Configure MANIFEST Makefile.SH config_h.SH
11954        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
11955        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
11956 ____________________________________________________________________________
11957 [  1970] By: gsar                                  on 1998/10/15  03:05:59
11958     Log: integrate mainline to get tr.t
11959  Branch: cfgperl
11960       +> t/op/tr.t
11961 ____________________________________________________________________________
11962 [  1969] By: gsar                                  on 1998/10/15  03:04:17
11963     Log: add missing tr.t to repository
11964  Branch: perl
11965        + t/op/tr.t
11966 ____________________________________________________________________________
11967 [  1968] By: gsar                                  on 1998/10/15  03:02:43
11968     Log: create cfgperl branch
11969  Branch: cfgperl
11970       +> (branch 1282 files)
11971 ____________________________________________________________________________
11972 [  1967] By: gsar                                  on 1998/10/15  02:46:08
11973     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
11974          (MAN3PODS cannot be set to ' '; stray stricture violation)
11975  Branch: perl
11976        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
11977        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
11978        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
11979        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
11980        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
11981        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
11982        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
11983        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
11984        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
11985        ! lib/ExtUtils/MM_Unix.pm
11986 ____________________________________________________________________________
11987 [  1966] By: gsar                                  on 1998/10/15  02:19:03
11988     Log: tweak to make fix in change#1944 behave correctly for closures
11989          created within eval''
11990  Branch: perl
11991        ! op.c t/op/eval.t
11992 ____________________________________________________________________________
11993 [  1965] By: gsar                                  on 1998/10/14  23:22:41
11994     Log: use better numbers for exitstatus test
11995  Branch: perl
11996        ! t/op/die_exit.t
11997 ____________________________________________________________________________
11998 [  1964] By: jhi                                   on 1998/10/14  17:25:41
11999     Log: Add VM/ESA dynaloading (uses <dll.h>).
12000  Branch: confperl
12001        + ext/DynaLoader/dl_vmesa.xs
12002        ! MANIFEST
12003 ____________________________________________________________________________
12004 [  1963] By: jhi                                   on 1998/10/14  17:17:10
12005     Log: Remove a2p.loadmap in 'clean' target.
12006  Branch: confperl
12007        ! x2p/Makefile.SH
12008 ____________________________________________________________________________
12009 [  1962] By: jhi                                   on 1998/10/14  17:13:11
12010     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
12011  Branch: confperl
12012        ! Makefile.SH
12013 ____________________________________________________________________________
12014 [  1961] By: jhi                                   on 1998/10/14  16:27:39
12015     Log: VM/ESA creates executable.loadmaps.
12016  Branch: confperl
12017        ! Makefile.SH
12018 ____________________________________________________________________________
12019 [  1960] By: jhi                                   on 1998/10/14  15:37:39
12020     Log: Introduce SCHED_YIELD (one of sched_yield(),
12021          pthread_yield(), or pthread_yield(NULL)).
12022          YIELD is then defined using SCHED_YIELD unless
12023          a platform-specific YIELD has already been defined.
12024          
12025          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
12026          
12027          The need for pthread_yield(NULL) and pthread_attr_setdet...
12028          introduced by (private email)
12029          
12030          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
12031          Date: Sat, 10 Oct 1998 21:08:15 +1300
12032          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
12033          Subject: Re: Perl thread problems in VM/ESA
12034          
12035          Better select() protoprobe (for AIX), from (private email)
12036          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12037          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
12038          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
12039          Subject: AIX select (fwd)
12040          From: Lars Hecking <lhecking@nmrc.ucc.ie>
12041          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
12042          Date: Fri, 2 Oct 1998 10:40:01 +0100
12043          Subject: AIX select
12044          
12045          Linux-avoid-so.X.Y, based on
12046          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12047          Date: Tue, 13 Oct 1998 15:55:07 -0400
12048          Message-ID: <19981013155507.B4004@O2.chapin.edu>
12049          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
12050  Branch: confperl
12051        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
12052        ! thread.h
12053 ____________________________________________________________________________
12054 [  1959] By: jhi                                   on 1998/10/14  12:51:26
12055     Log: Some old pthread implementations have
12056          pthread_attr_setdetachstate(pthread_attr_t*, int*).
12057  Branch: confperl
12058        ! ext/Thread/Thread.xs
12059 ____________________________________________________________________________
12060 [  1958] By: jhi                                   on 1998/10/14  12:41:11
12061     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
12062          counterparts will follow soon.
12063  Branch: confperl
12064        ! thread.h
12065 ____________________________________________________________________________
12066 [  1957] By: jhi                                   on 1998/10/14  12:38:11
12067     Log: Add tr.t (MANIFEST already knew about it, strange)
12068  Branch: confperl
12069        + t/op/tr.t
12070 ____________________________________________________________________________
12071 [  1956] By: jhi                                   on 1998/10/14  12:24:35
12072     Log: Mutexen should be initialized only once.
12073  Branch: confperl
12074        ! gv.c op.c
12075 ____________________________________________________________________________
12076 [  1955] By: jhi                                   on 1998/10/14  12:19:38
12077     Log: os390 has its own cppstdin.
12078  Branch: confperl
12079        ! hints/os390.sh
12080 ____________________________________________________________________________
12081 [  1954] By: jhi                                   on 1998/10/14  12:15:06
12082     Log: Integrate with mainperl.
12083  Branch: confperl
12084       !> (integrate 1280 files)
12085 ____________________________________________________________________________
12086 [  1953] By: jhi                                   on 1998/10/14  11:48:08
12087     Log: Removed duplicate CMA threads code for HPUX 10.X.
12088          (probably residue of patch(1) being too understanding)
12089          Enhanced 64-bit settings. (redo change#1940)
12090  Branch: confperl
12091        ! hints/hpux.sh
12092 ____________________________________________________________________________
12093 [  1952] By: jhi                                   on 1998/10/14  11:45:16
12094     Log: (redo change#1949) Detypo in the d_open64 warning about
12095          the impending WHOA.
12096  Branch: confperl
12097        ! hints/irix_6.sh
12098 ____________________________________________________________________________
12099 [  1951] By: jhi                                   on 1998/10/14  10:54:16
12100     Log: Mutexen should only be inited once, after they have been New()ed.
12101  Branch: confperl
12102        ! gv.c op.c
12103 ____________________________________________________________________________
12104 [  1950] By: jhi                                   on 1998/10/14  10:41:43
12105     Log: Own cppstdin.
12106  Branch: confperl
12107        ! hints/os390.sh
12108 ____________________________________________________________________________
12109 [  1949] By: jhi                                   on 1998/10/14  10:34:23
12110     Log: Detypo in the d_open64 warning about the impending WHOA.
12111  Branch: confperl
12112        ! hints/irix_6.sh
12113 ____________________________________________________________________________
12114 [  1948] By: gsar                                  on 1998/10/14  05:38:01
12115     Log: two typos
12116  Branch: perl
12117        ! pp_hot.c t/op/eval.t
12118 ____________________________________________________________________________
12119 [  1947] By: gsar                                  on 1998/10/14  05:37:10
12120     Log: let docatch() pass the buck when restartop turns out to be null,
12121          making exceptions in BEGIN{} propagate as expected
12122  Branch: perl
12123        ! pp_ctl.c t/op/misc.t
12124 ____________________________________________________________________________
12125 [  1946] By: gsar                                  on 1998/10/13  03:41:49
12126     Log: add missing file from change#1943
12127  Branch: perl
12128        ! proto.h
12129 ____________________________________________________________________________
12130 [  1945] By: gsar                                  on 1998/10/13  03:32:02
12131     Log: defer "deep recursion" warnings until CXt_SUB context is properly
12132          set up
12133  Branch: perl
12134        ! pp_hot.c t/pragma/warn/pp_hot
12135 ____________________________________________________________________________
12136 [  1944] By: gsar                                  on 1998/10/13  03:15:50
12137     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
12138          fixup the cop_seq value that must be seen by lexical lookups that
12139          emanate within eval''
12140  Branch: perl
12141        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
12142 ____________________________________________________________________________
12143 [  1943] By: gsar                                  on 1998/10/13  02:06:09
12144     Log: ensure recursive attempts to findlex()icals know enough about where
12145          the last eval'' context was encountered
12146  Branch: perl
12147        ! op.c t/op/eval.t
12148 ____________________________________________________________________________
12149 [  1942] By: gsar                                  on 1998/10/13  02:01:24
12150     Log: force copy of substrings when matching against temporaries
12151  Branch: perl
12152        ! pp_hot.c t/op/pat.t
12153 ____________________________________________________________________________
12154 [  1941] By: gsar                                  on 1998/10/13  01:49:16
12155     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
12156          implementation)
12157  Branch: perl
12158        ! pp_ctl.c t/op/runlevel.t
12159 ____________________________________________________________________________
12160 [  1940] By: jhi                                   on 1998/10/12  09:57:44
12161     Log: Removed duplicate CMA threads code for HPUX 10.X.
12162          (probably residue of patch(1) being too understanding)
12163          Enhanced 64-bit settings.
12164  Branch: confperl
12165        ! hints/hpux.sh
12166 ____________________________________________________________________________
12167 [  1939] By: jhi                                   on 1998/10/12  09:53:11
12168     Log: Initial sync from mainline perl.
12169  Branch: confperl
12170        + (add 1282 files)
12171 ____________________________________________________________________________
12172 [  1937] By: gsar                                  on 1998/10/06  21:16:34
12173     Log: fix $/ init for USE_THREADS
12174  Branch: perl
12175        ! perl.c
12176 ____________________________________________________________________________
12177 [  1936] By: gsar                                  on 1998/10/06  07:19:39
12178     Log: fix globals caught by change#1927; builds and tests on Solaris
12179  Branch: perl
12180        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
12181        ! warning.h warning.pl
12182 ____________________________________________________________________________
12183 [  1935] By: gsar                                  on 1998/10/06  06:50:35
12184     Log: add test for previous fix
12185  Branch: perl
12186        ! ext/Thread/create.t
12187 ____________________________________________________________________________
12188 [  1934] By: gsar                                  on 1998/10/06  06:37:36
12189     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
12190  Branch: perl
12191        ! util.c
12192 ____________________________________________________________________________
12193 [  1933] By: gsar                                  on 1998/10/06  05:04:20
12194     Log: undo bogus part of change#1903 (as pointed out by Larry)
12195  Branch: perl
12196        ! pp_ctl.c
12197 ____________________________________________________________________________
12198 [  1932] By: gsar                                  on 1998/10/06  04:21:31
12199     Log: added tweaked version of suggested patch
12200          From: jan.dubois@ibm.net (Jan Dubois)
12201          Date: Sat, 03 Oct 1998 19:04:48 +0200
12202          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
12203          Subject: [PATCH 5.005_52] More MakeMaker  patches
12204  Branch: perl
12205        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12206        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12207 ____________________________________________________________________________
12208 [  1931] By: gsar                                  on 1998/10/06  04:04:33
12209     Log: use cpp symbols instead of hardwired constants
12210          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12211          Date: Mon, 05 Oct 1998 09:23:33 +0100
12212          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
12213          Subject: [PATCH 5.005_52] By the numbers (resend)
12214  Branch: perl
12215        ! op.c
12216 ____________________________________________________________________________
12217 [  1930] By: gsar                                  on 1998/10/06  04:01:55
12218     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12219          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
12220          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
12221          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
12222  Branch: perl
12223        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
12224        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
12225 ____________________________________________________________________________
12226 [  1929] By: gsar                                  on 1998/10/06  03:50:36
12227     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12228          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
12229          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
12230          Subject: [PATCH 5.00552] Minor test improvement
12231  Branch: perl
12232        ! t/op/magic.t
12233 ____________________________________________________________________________
12234 [  1928] By: gsar                                  on 1998/10/06  03:49:03
12235     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12236          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
12237          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
12238          Subject: [PATCH 5.00552] emacs/ptags inprovements
12239  Branch: perl
12240        ! emacs/ptags
12241 ____________________________________________________________________________
12242 [  1927] By: gsar                                  on 1998/10/06  03:47:44
12243     Log: disable C<#define dirty PL_dirty> et al.
12244  Branch: perl
12245        ! embed.pl embedvar.h
12246 ____________________________________________________________________________
12247 [  1926] By: gsar                                  on 1998/10/06  03:43:32
12248     Log: From: Mark-Jason Dominus <mjd@plover.com>
12249          Date: Sun, 04 Oct 1998 14:48:11 -0400
12250          Message-ID: <19981004184811.16048.qmail@plover.com>
12251          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
12252  Branch: perl
12253        ! utils/perldoc.PL
12254 ____________________________________________________________________________
12255 [  1925] By: gsar                                  on 1998/10/06  03:27:35
12256     Log: disable USE_THREADS when PERL_OBJECT is enabled
12257  Branch: perl
12258        ! win32/Makefile win32/makefile.mk
12259 ____________________________________________________________________________
12260 [  1924] By: gsar                                  on 1998/10/06  03:26:54
12261     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
12262  Branch: perl
12263        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
12264        ! vms/perly_c.vms
12265 ____________________________________________________________________________
12266 [  1923] By: gsar                                  on 1998/10/03  05:19:56
12267     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
12268          overridden
12269  Branch: perl
12270        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
12271        ! proto.h vms/perly_c.vms
12272 ____________________________________________________________________________
12273 [  1922] By: gsar                                  on 1998/10/03  03:59:50
12274     Log: suppress manifypods leak in extensions
12275  Branch: perl
12276        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
12277 ____________________________________________________________________________
12278 [  1921] By: gsar                                  on 1998/10/02  22:30:15
12279     Log: os390 fixes (suggested by Peter Prymmer)
12280  Branch: perl
12281        ! Makefile.SH regcomp.c
12282 ____________________________________________________________________________
12283 [  1920] By: gsar                                  on 1998/10/02  21:41:19
12284     Log: squelch undef warnings
12285          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12286          Date: Fri, 02 Oct 1998 11:01:14 +0100
12287          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
12288          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
12289  Branch: perl
12290        ! Changes lib/Math/BigInt.pm
12291 ____________________________________________________________________________
12292 [  1919] By: gsar                                  on 1998/10/02  04:59:13
12293     Log: add note to INSTALL about ANSI C
12294  Branch: perl
12295        ! INSTALL
12296 ____________________________________________________________________________
12297 [  1918] By: gsar                                  on 1998/10/02  04:21:10
12298     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
12299          From: jan.dubois@ibm.net (Jan Dubois)
12300          Date: Wed, 30 Sep 1998 23:35:30 +0200
12301          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
12302          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
12303  Branch: perl
12304        ! lib/ExtUtils/xsubpp
12305 ____________________________________________________________________________
12306 [  1917] By: gsar                                  on 1998/10/02  04:16:02
12307     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12308          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
12309          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
12310          Subject: Re: Configure test for selectbits busted
12311  Branch: perl
12312        ! Configure
12313 ____________________________________________________________________________
12314 [  1916] By: gsar                                  on 1998/10/02  04:14:17
12315     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12316          Date: Wed, 30 Sep 1998 17:15:20 -0700
12317          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
12318          Subject: [PATCH 5.005_02]VMS config tweaks
12319  Branch: perl
12320        ! vms/descrip_mms.template vms/subconfigure.com
12321 ____________________________________________________________________________
12322 [  1915] By: gsar                                  on 1998/10/02  04:10:47
12323     Log: use Off_t to permit 64-bit seek()
12324          From: Scott Henry <scotth@sgi.com>
12325          Date: 29 Sep 1998 17:38:46 -0700
12326          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
12327          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
12328          --
12329          Date: 28 Sep 1998 18:55:37 -0700
12330          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
12331          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12332  Branch: perl
12333        ! doio.c pp_sys.c proto.h sv.c
12334 ____________________________________________________________________________
12335 [  1914] By: gsar                                  on 1998/10/02  04:05:36
12336     Log: normalize tm struct passed to strftime() with mktime()
12337          From: Spider Boardman <spider@orb.nashua.nh.us>
12338          Date: Wed, 30 Sep 1998 15:12:09 -0400
12339          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
12340          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
12341  Branch: perl
12342        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12343 ____________________________________________________________________________
12344 [  1913] By: gsar                                  on 1998/10/02  03:59:46
12345     Log: don't try to run foo_SH.orig etc.
12346  Branch: perl
12347        ! Configure
12348 ____________________________________________________________________________
12349 [  1912] By: gsar                                  on 1998/10/02  03:45:37
12350     Log: make warning about glob process failure optional
12351  Branch: perl
12352        ! pod/perldiag.pod pp_hot.c
12353 ____________________________________________________________________________
12354 [  1911] By: gsar                                  on 1998/10/02  02:52:21
12355     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
12356          From: Dominic Dunlop <domo@vo.lu>
12357          Date: Tue, 29 Sep 1998 21:06:30 +0000
12358          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
12359          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
12360          --
12361          Date: Wed, 30 Sep 1998 11:46:44 +0000
12362          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
12363          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
12364  Branch: perl
12365        ! pod/perldiag.pod regcomp.c
12366 ____________________________________________________________________________
12367 [  1910] By: gsar                                  on 1998/10/02  02:48:48
12368     Log: minor Configure tweaks (via private mail)
12369          From: Jarkko Hietaniemi <jhi@iki.fi>
12370          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
12371          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
12372          Subject: [PATCH] 5.005_52: the drizzle continues
12373  Branch: perl
12374        ! Configure config_h.SH handy.h
12375 ____________________________________________________________________________
12376 [  1909] By: gsar                                  on 1998/10/02  02:46:39
12377     Log: update SCO hints for dynamic loading
12378          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
12379          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
12380          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
12381          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12382          --
12383          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
12384          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
12385          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
12386  Branch: perl
12387        ! hints/sco.sh
12388 ____________________________________________________________________________
12389 [  1908] By: gsar                                  on 1998/10/02  02:33:39
12390     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
12391  Branch: perl
12392        ! lib/File/Find.pm
12393 ____________________________________________________________________________
12394 [  1907] By: gsar                                  on 1998/10/02  02:21:52
12395     Log: applied patches, but retained old behavior for win32 (where compilers
12396          can't read from stdin at all)
12397          From: Graham Barr <gbarr@ti.com>
12398          Date: Mon, 28 Sep 1998 09:41:49 -0500
12399          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
12400          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12401          --
12402          Date: Tue, 29 Sep 1998 12:35:43 -0500
12403          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
12404          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
12405  Branch: perl
12406        ! ext/Errno/Errno_pm.PL
12407 ____________________________________________________________________________
12408 [  1906] By: gsar                                  on 1998/10/02  02:02:19
12409     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
12410          Hietaniemi)
12411  Branch: perl
12412        ! t/op/grent.t
12413 ____________________________________________________________________________
12414 [  1905] By: gsar                                  on 1998/10/02  01:59:56
12415     Log: win32 caveats about truncate()
12416  Branch: perl
12417        ! pod/perlport.pod
12418 ____________________________________________________________________________
12419 [  1904] By: gsar                                  on 1998/10/02  01:53:25
12420     Log: various Configure and hints updates (prefer drand48() or random()
12421          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
12422          applied modulo SCO hints superceded by later patch
12423          From: Jarkko Hietaniemi <jhi@iki.fi>
12424          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
12425          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
12426          Subject: [PATCH] 5.005_52: Configure et al:
12427  Branch: perl
12428        + ext/IPC/SysV/hints/next_3.pl
12429        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
12430        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
12431        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
12432 ____________________________________________________________________________
12433 [  1903] By: gsar                                  on 1998/10/02  01:42:37
12434     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
12435          Date: Mon, 28 Sep 1998 17:41:49 +0100
12436          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
12437          Subject: [PATCH 5.005_52] Re: More on ?p 
12438          --
12439          Date: Thu, 01 Oct 1998 09:10:58 +0100
12440          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
12441          Subject: [PATCH 5.005_52] ?p fix
12442          --
12443          Date: Thu, 01 Oct 1998 10:45:56 +0100
12444          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
12445          Subject: [PATCH 5.005_52] more on ?p
12446  Branch: perl
12447        ! pp_ctl.c
12448 ____________________________________________________________________________
12449 [  1902] By: gsar                                  on 1998/10/02  01:36:14
12450     Log: From: Kenneth Duda <kjd@cisco.com>
12451          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
12452          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
12453          Subject: writemain dies when there are more than 4000 characters of extensions
12454  Branch: perl
12455        ! writemain.SH
12456 ____________________________________________________________________________
12457 [  1901] By: gsar                                  on 1998/10/02  01:33:16
12458     Log: tweak run_byacc recipe
12459  Branch: perl
12460        ! Makefile.SH Porting/pumpkin.pod
12461 ____________________________________________________________________________
12462 [  1900] By: gsar                                  on 1998/10/02  01:02:09
12463     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
12464  Branch: perl
12465        ! perl.h pp_ctl.c
12466 ____________________________________________________________________________
12467 [  1899] By: gsar                                  on 1998/09/28  20:46:30
12468     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
12469          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
12470          Dvornik)
12471  Branch: perl
12472        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
12473 ____________________________________________________________________________
12474 [  1898] By: gsar                                  on 1998/09/28  20:42:52
12475     Log: flush unsubmitted 5.00552 change
12476  Branch: perl
12477        ! MANIFEST
12478 ____________________________________________________________________________
12479 [  1897] By: gsar                                  on 1998/09/27  04:43:06
12480     Log: run vms_yfix.pl
12481  Branch: perl
12482        ! vms/perly_c.vms
12483 ____________________________________________________________________________
12484 [  1896] By: gsar                                  on 1998/09/27  03:38:55
12485     Log: small tweak on last change
12486  Branch: perl
12487        ! win32/win32.c
12488 ____________________________________________________________________________
12489 [  1895] By: gsar                                  on 1998/09/27  03:17:17
12490     Log: fix win32_stat() to do the right thing for share names
12491  Branch: perl
12492        ! win32/win32.c
12493 ____________________________________________________________________________
12494 [  1891] By: larry                                 on 1998/09/25  18:50:40
12495     Log: Fixed apostrophe problem from Mark Knutsen.
12496  Branch: perl
12497        ! sv.h
12498
12499 ----------------
12500 Version 5.005_52
12501 ----------------
12502
12503 ____________________________________________________________________________
12504 [  1890] By: gsar                                  on 1998/09/25  10:25:00
12505     Log: update template config.sh, add new config vars to win32 stuff
12506  Branch: perl
12507        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
12508        ! pp_sys.c proto.h win32/config.bc win32/config.gc
12509        ! win32/config.vc win32/config_H.bc win32/config_H.gc
12510        ! win32/config_H.vc win32/win32.h
12511 ____________________________________________________________________________
12512 [  1889] By: gsar                                  on 1998/09/25  07:13:13
12513     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
12514          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
12515          of full-fledged 64-bit support (including support for: fseeko/ftello,
12516          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
12517          in Fcntl)
12518          From: Jarkko Hietaniemi <jhi@iki.fi>
12519          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
12520          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
12521          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
12522          --
12523          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12524          Date: 12 Sep 1998 09:44:25 +0300
12525          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
12526          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12527  Branch: perl
12528        + lib/filetest.pm
12529        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
12530        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
12531        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
12532        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
12533        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
12534        ! win32/makedef.pl
12535 ____________________________________________________________________________
12536 [  1888] By: gsar                                  on 1998/09/25  06:27:12
12537     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
12538  Branch: perl
12539        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
12540        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12541        ! win32/makedef.pl win32/makefile.mk win32/win32.c
12542 ____________________________________________________________________________
12543 [  1887] By: gsar                                  on 1998/09/25  04:50:49
12544     Log: win32.c tweak
12545  Branch: perl
12546        ! win32/win32.c
12547 ____________________________________________________________________________
12548 [  1886] By: gsar                                  on 1998/09/25  04:47:32
12549     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
12550  Branch: perl
12551        ! lib/ExtUtils/MakeMaker.pm
12552 ____________________________________________________________________________
12553 [  1885] By: gsar                                  on 1998/09/25  04:05:09
12554     Log: From: Dominic Dunlop <domo@vo.lu>
12555          Date: Thu, 10 Sep 1998 11:02:46 +0000
12556          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
12557          Subject: MM_Unix::canonpath erroneously turns leading // into /
12558  Branch: perl
12559        ! lib/ExtUtils/MM_Unix.pm
12560 ____________________________________________________________________________
12561 [  1884] By: gsar                                  on 1998/09/25  03:06:10
12562     Log: temporarily disable perl malloc for a2p until we clean up
12563          conflicting malloc() declarations everywhere
12564  Branch: perl
12565        ! x2p/Makefile.SH
12566 ____________________________________________________________________________
12567 [  1883] By: gsar                                  on 1998/09/25  02:27:00
12568     Log: remove obsolete win32/bin/*.pl
12569  Branch: perl
12570        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
12571        ! Changes MANIFEST win32/Makefile win32/makefile.mk
12572 ____________________________________________________________________________
12573 [  1882] By: gsar                                  on 1998/09/25  02:04:43
12574     Log: missing file in last submit
12575  Branch: perl
12576        ! proto.h
12577 ____________________________________________________________________________
12578 [  1881] By: gsar                                  on 1998/09/25  01:56:54
12579     Log: serial access to PL_x[inpr]v_root for USE_THREADS
12580  Branch: perl
12581        ! sv.c
12582 ____________________________________________________________________________
12583 [  1880] By: gsar                                  on 1998/09/25  01:19:38
12584     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
12585          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
12586          Date: Thu, 24 Sep 1998 22:01:09 +0900
12587          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
12588          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
12589  Branch: perl
12590        ! hv.c proto.h
12591 ____________________________________________________________________________
12592 [  1879] By: gsar                                  on 1998/09/25  00:20:07
12593     Log: tweaks to enable PERL_OBJECT to build & test on win32
12594  Branch: perl
12595        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
12596        ! win32/GenCAPI.pl
12597 ____________________________________________________________________________
12598 [  1878] By: gsar                                  on 1998/09/25  00:13:36
12599     Log: fix change#1861, which breaks default boot_xxx symbol generation
12600  Branch: perl
12601        ! lib/ExtUtils/Mksymlists.pm
12602 ____________________________________________________________________________
12603 [  1877] By: gsar                                  on 1998/09/24  10:29:54
12604     Log: two tweaks for clean build and test on Solaris
12605  Branch: perl
12606        ! op.c t/op/subst.t
12607 ____________________________________________________________________________
12608 [  1876] By: gsar                                  on 1998/09/24  09:04:43
12609     Log: From: Colin Kuskie <ckuskie@cadence.com>
12610          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
12611          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
12612          Subject: [PATCH 5.005_51] perlform.pod
12613  Branch: perl
12614        ! pod/perlform.pod
12615 ____________________________________________________________________________
12616 [  1875] By: gsar                                  on 1998/09/24  08:47:47
12617     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12618          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
12619          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
12620          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
12621  Branch: perl
12622        ! regexec.c
12623 ____________________________________________________________________________
12624 [  1874] By: gsar                                  on 1998/09/24  08:44:55
12625     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12626          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
12627          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
12628          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
12629  Branch: perl
12630        ! toke.c
12631 ____________________________________________________________________________
12632 [  1873] By: gsar                                  on 1998/09/24  08:39:41
12633     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12634          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
12635          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
12636          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
12637  Branch: perl
12638        ! Changes regcomp.c
12639 ____________________________________________________________________________
12640 [  1872] By: gsar                                  on 1998/09/24  08:37:00
12641     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
12642          Date: Sun, 23 Aug 1998 23:18:38 PDT
12643          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
12644          Subject: new irix_6.sh hints file
12645  Branch: perl
12646        ! hints/irix_6.sh
12647 ____________________________________________________________________________
12648 [  1871] By: gsar                                  on 1998/09/24  07:26:37
12649     Log: correct FSF address in various places
12650  Branch: perl
12651        ! Copying README ext/B/README lib/Getopt/Long.pm
12652 ____________________________________________________________________________
12653 [  1870] By: gsar                                  on 1998/09/24  07:11:56
12654     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
12655          Date:    Fri, 14 Aug 1998 09:20:16 PDT
12656          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
12657          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
12658  Branch: perl
12659        ! configure.com
12660 ____________________________________________________________________________
12661 [  1869] By: gsar                                  on 1998/09/24  06:55:59
12662     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
12663          From:    Scott Henry <scotth@sgi.com>
12664          Date:    13 Aug 1998 09:52:15 PDT
12665          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
12666          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
12667  Branch: perl
12668        ! hints/irix_6.sh
12669 ____________________________________________________________________________
12670 [  1868] By: gsar                                  on 1998/09/24  06:51:23
12671     Log: From:    Nathan Torkington <gnat@frii.com>
12672          Date:    Thu, 13 Aug 1998 10:59:48 MDT
12673          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
12674          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
12675  Branch: perl
12676        ! pod/perlfunc.pod
12677 ____________________________________________________________________________
12678 [  1867] By: gsar                                  on 1998/09/24  06:45:13
12679     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
12680          that are autoloaded)
12681  Branch: perl
12682        ! pp_ctl.c
12683 ____________________________________________________________________________
12684 [  1866] By: gsar                                  on 1998/09/24  05:21:19
12685     Log: grandfather deprecated "$$<digit>" no more
12686  Branch: perl
12687        ! pod/perldiag.pod toke.c
12688 ____________________________________________________________________________
12689 [  1865] By: gsar                                  on 1998/09/24  04:52:48
12690     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
12691          low bits (suggested by Ilya Zakharevich)
12692  Branch: perl
12693        ! hv.h
12694 ____________________________________________________________________________
12695 [  1864] By: gsar                                  on 1998/09/24  04:29:14
12696     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
12697          perly_c.diff
12698  Branch: perl
12699        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
12700        ! perly_c.diff toke.c
12701 ____________________________________________________________________________
12702 [  1863] By: gsar                                  on 1998/09/24  03:36:30
12703     Log: provide locked access to string table for USE_THREADS
12704  Branch: perl
12705        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
12706 ____________________________________________________________________________
12707 [  1862] By: gsar                                  on 1998/09/24  03:30:32
12708     Log: remove bogus warn()
12709  Branch: perl
12710        ! embed.pl
12711 ____________________________________________________________________________
12712 [  1861] By: gsar                                  on 1998/09/24  02:58:51
12713     Log: applied suggested patch, adapted for all platforms
12714          From: jan.dubois@ibm.net (Jan Dubois)
12715          Date: Sun, 20 Sep 1998 12:56:38 +0200
12716          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
12717          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
12718  Branch: perl
12719        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12720        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12721        ! lib/ExtUtils/MakeMaker.pm
12722 ____________________________________________________________________________
12723 [  1860] By: gsar                                  on 1998/09/24  02:16:14
12724     Log: upgrade to CPAN-1.40
12725  Branch: perl
12726        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
12727 ____________________________________________________________________________
12728 [  1859] By: gsar                                  on 1998/09/24  02:08:59
12729     Log: use $ENV{MAKEMAKEROPT} to set default command line args
12730  Branch: perl
12731        ! lib/ExtUtils/MakeMaker.pm
12732 ____________________________________________________________________________
12733 [  1857] By: gsar                                  on 1998/09/23  10:58:36
12734     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12735          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
12736          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
12737          Subject: More verbose Test::Harness [PATCH]
12738  Branch: perl
12739        ! lib/Test/Harness.pm
12740 ____________________________________________________________________________
12741 [  1856] By: gsar                                  on 1998/09/23  10:56:24
12742     Log: update hints for OPENSTEP 4.2 on i386
12743          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
12744          Date: Sun, 20 Sep 1998 01:03:18 +0200
12745          Message-Id: <9809192303.AA29190@Spike>
12746          Subject: Perl 5.005_02 compilation problems
12747  Branch: perl
12748        ! hints/next_4.sh
12749 ____________________________________________________________________________
12750 [  1855] By: gsar                                  on 1998/09/23  10:52:27
12751     Log: reset errno after C<require> search (as suggested by Larry)
12752  Branch: perl
12753        ! pp_ctl.c
12754 ____________________________________________________________________________
12755 [  1854] By: gsar                                  on 1998/09/23  10:50:26
12756     Log: misc pod tweaks
12757  Branch: perl
12758        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
12759 ____________________________________________________________________________
12760 [  1853] By: gsar                                  on 1998/09/23  10:46:06
12761     Log: make Pod/Html.pm handle the --title option properly (as suggested
12762          by gml4410@ggr.co.uk)
12763  Branch: perl
12764        ! lib/Pod/Html.pm
12765 ____________________________________________________________________________
12766 [  1852] By: gsar                                  on 1998/09/23  10:41:39
12767     Log: SSNEW() API for allocating memory on the savestack
12768          From: Albert Dvornik <bert@genscan.com>
12769          Date: 17 Sep 1998 19:23:07 -0400
12770          Message-Id: <tqemtae338.fsf@puma.genscan.com>
12771          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
12772  Branch: perl
12773        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
12774        ! perl.h proto.h scope.c scope.h t/io/tell.t
12775 ____________________________________________________________________________
12776 [  1851] By: gsar                                  on 1998/09/23  10:37:05
12777     Log: From: Jochen Wiedmann <joe@ispsoft.de>
12778          Date: Thu, 17 Sep 1998 17:16:06 +0200
12779          Message-ID: <360127B6.E44564A@ispsoft.de>
12780          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
12781  Branch: perl
12782        ! lib/ExtUtils/MakeMaker.pm
12783 ____________________________________________________________________________
12784 [  1850] By: gsar                                  on 1998/09/23  10:33:05
12785     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
12786          Date: 15 Sep 1998 01:32:31 +0200
12787          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
12788          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
12789  Branch: perl
12790        ! lib/ExtUtils/MM_Unix.pm
12791 ____________________________________________________________________________
12792 [  1849] By: gsar                                  on 1998/09/23  10:29:04
12793     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
12794          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
12795          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
12796          Subject: Re: extralibs.ld problem in MM_VMS.pm
12797  Branch: perl
12798        ! lib/ExtUtils/MM_VMS.pm
12799 ____________________________________________________________________________
12800 [  1848] By: gsar                                  on 1998/09/23  10:25:24
12801     Log: From: Roderick Schertler <roderick@argon.org>
12802          Date: 11 Sep 1998 16:19:21 -0400
12803          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
12804          Subject: Re: Open2 and memory leaks
12805  Branch: perl
12806        ! lib/IPC/Open3.pm
12807 ____________________________________________________________________________
12808 [  1847] By: gsar                                  on 1998/09/23  10:18:31
12809     Log: From: Roderick Schertler <roderick@argon.org>
12810          Date: Wed, 09 Sep 1998 23:52:48 -0400
12811          Message-ID: <20567.905399568@eeyore.ibcinc.com>
12812          Subject: seed srand from /dev/urandom when possible
12813  Branch: perl
12814        ! pod/perlfunc.pod pp.c
12815 ____________________________________________________________________________
12816 [  1846] By: gsar                                  on 1998/09/23  10:12:22
12817     Log: From: Roderick Schertler <roderick@argon.org>
12818          Date: Thu, 10 Sep 1998 00:32:17 -0400
12819          Message-ID: <21142.905401937@eeyore.ibcinc.com>
12820          Subject: doc update for crypt()'s salt
12821  Branch: perl
12822        ! pod/perlfunc.pod
12823 ____________________________________________________________________________
12824 [  1845] By: gsar                                  on 1998/09/23  10:09:23
12825     Log: fix h2ph handling of C<#error "foo">
12826          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
12827          Date: Thu, 10 Sep 1998 09:59:33 +0900
12828          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
12829          Subject: [5.005_02] h2ph problem
12830  Branch: perl
12831        ! utils/h2ph.PL
12832 ____________________________________________________________________________
12833 [  1844] By: gsar                                  on 1998/09/23  10:06:13
12834     Log: plug strictly private function leaks in API listing
12835  Branch: perl
12836        ! pod/perlguts.pod
12837 ____________________________________________________________________________
12838 [  1843] By: gsar                                  on 1998/09/23  10:02:57
12839     Log: hide symbol for static build
12840          From: Dominic Dunlop <domo@vo.lu>
12841          Date: Tue, 8 Sep 1998 21:40:46 +0000
12842          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
12843          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
12844  Branch: perl
12845        ! regcomp.c
12846 ____________________________________________________________________________
12847 [  1842] By: gsar                                  on 1998/09/23  09:52:46
12848     Log: define PUT_svindex(), PUT_opindex()
12849  Branch: perl
12850        ! ext/B/B/Assembler.pm
12851 ____________________________________________________________________________
12852 [  1841] By: gsar                                  on 1998/09/23  09:44:25
12853     Log: From: Dominic Dunlop <domo@vo.lu>
12854          Date: Tue, 8 Sep 1998 15:34:53 +0000
12855          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
12856          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
12857  Branch: perl
12858        ! t/pragma/warn/regexec
12859 ____________________________________________________________________________
12860 [  1840] By: gsar                                  on 1998/09/23  09:42:17
12861     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
12862  Branch: perl
12863        ! win32/bin/pl2bat.pl
12864 ____________________________________________________________________________
12865 [  1839] By: gsar                                  on 1998/09/23  09:38:18
12866     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
12867          Date: Mon, 7 Sep 1998 17:36:09 +0900
12868          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
12869          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
12870  Branch: perl
12871        ! ext/Thread/Thread.xs
12872 ____________________________________________________________________________
12873 [  1838] By: gsar                                  on 1998/09/23  09:21:11
12874     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
12875          Date: Thu, 10 Sep 1998 00:02:07 -0400
12876          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
12877          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
12878  Branch: perl
12879        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
12880        + vos/config.h vos/config_h.SH_orig vos/perl.bind
12881        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
12882        ! MANIFEST perl.c perl.h pod/perlport.pod
12883 ____________________________________________________________________________
12884 [  1837] By: gsar                                  on 1998/09/23  08:45:58
12885     Log: (via private mail)
12886          From: Charles Bailey <BAILEY@newman.upenn.edu>
12887          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
12888          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
12889          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
12890  Branch: perl
12891        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
12892        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12893        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
12894        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
12895        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
12896        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
12897        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
12898        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
12899        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
12900        ! vms/writemain.pl
12901 ____________________________________________________________________________
12902 [  1836] By: gsar                                  on 1998/09/23  08:17:42
12903     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12904          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
12905          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
12906          Subject: [PATCH 5.005_*] OS/2 spawning typos
12907  Branch: perl
12908        ! os2/os2.c
12909 ____________________________________________________________________________
12910 [  1835] By: gsar                                  on 1998/09/23  08:09:55
12911     Log: warn on C<my($foo,$foo)>
12912  Branch: perl
12913        ! op.c pod/perldiag.pod
12914 ____________________________________________________________________________
12915 [  1834] By: gsar                                  on 1998/09/23  07:35:56
12916     Log: From: pvhp@forte.com (Peter Prymmer)
12917          Date: Fri, 4 Sep 98 13:27:41 PDT
12918          Message-Id: <9809042027.AA04463@forte.com>
12919          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
12920  Branch: perl
12921        ! README.vms
12922 ____________________________________________________________________________
12923 [  1833] By: gsar                                  on 1998/09/23  07:27:34
12924     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12925          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
12926          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
12927          Subject: PATCH: 5.005_02 hint/hpux.sh
12928  Branch: perl
12929        ! hints/hpux.sh
12930 ____________________________________________________________________________
12931 [  1832] By: gsar                                  on 1998/09/23  07:22:40
12932     Log: fix (some) installhtml bugs
12933          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
12934          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
12935          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
12936          Subject: installhtml script needs work
12937  Branch: perl
12938        ! installhtml
12939 ____________________________________________________________________________
12940 [  1831] By: gsar                                  on 1998/09/23  07:19:30
12941     Log: document 'U' magic with examples
12942          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
12943          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
12944          Message-Id: <199809011455.PAA00631@sale-wts>
12945          Subject: Re: Looking for some XS MAGIC examples...
12946  Branch: perl
12947        ! pod/perlguts.pod
12948 ____________________________________________________________________________
12949 [  1830] By: gsar                                  on 1998/09/23  07:16:43
12950     Log: From: pvhp@forte.com (Peter Prymmer)
12951          Date: Mon, 31 Aug 98 17:13:49 PDT
12952          Message-Id: <9809010013.AA06737@forte.com>
12953          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
12954  Branch: perl
12955        ! README.os390
12956 ____________________________________________________________________________
12957 [  1829] By: gsar                                  on 1998/09/23  07:15:08
12958     Log: fix problematic typecast in filter_del()
12959          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
12960          Date: Mon, 31 Aug 1998 21:13:11 GMT
12961          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
12962          Subject: perl5.005_02 does not build on Cray T90
12963  Branch: perl
12964        ! toke.c
12965 ____________________________________________________________________________
12966 [  1828] By: gsar                                  on 1998/09/23  07:11:34
12967     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12968          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
12969          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
12970          Subject: [PATCH 5.005_5*] (?>) broken in RE
12971  Branch: perl
12972        ! regexec.c t/op/re_tests
12973 ____________________________________________________________________________
12974 [  1827] By: gsar                                  on 1998/09/23  07:09:50
12975     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
12976  Branch: perl
12977        ! t/op/grent.t t/op/groups.t
12978 ____________________________________________________________________________
12979 [  1826] By: gsar                                  on 1998/09/23  07:03:16
12980     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12981          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
12982          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
12983          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
12984  Branch: perl
12985        - interp.sym
12986        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
12987 ____________________________________________________________________________
12988 [  1825] By: gsar                                  on 1998/09/23  06:56:40
12989     Log: re-introduce change#1703
12990  Branch: perl
12991        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
12992 ____________________________________________________________________________
12993 [  1824] By: gsar                                  on 1998/09/23  06:44:19
12994     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12995          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
12996          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
12997          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
12998  Branch: perl
12999        ! lib/perl5db.pl
13000 ____________________________________________________________________________
13001 [  1823] By: gsar                                  on 1998/09/23  06:41:34
13002         Log: From: Joe Buehler <jhpb@hekimian.com>
13003              Date: 29 Aug 1998 17:13:28 -0400
13004              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
13005              Subject: patches for perl 5.005_51 under U/WIN
13006      Branch: perl
13007            + hints/uwin.sh
13008            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
13009            ! t/lib/posix.t
13010 ____________________________________________________________________________
13011 [  1822] By: gsar                                  on 1998/09/23  06:36:59
13012         Log: add missing C<no utf8;> tweak from Larry
13013      Branch: perl
13014            ! t/op/subst.t
13015 ____________________________________________________________________________
13016 [  1821] By: gsar                                  on 1998/09/23  06:27:51
13017         Log: s/runops/CALLRUNOPS/
13018      Branch: perl
13019            ! cc_runtime.h
13020 ____________________________________________________________________________
13021 [  1820] By: gsar                                  on 1998/09/23  06:24:49
13022         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
13023      Branch: perl
13024           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
13025           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
13026           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
13027           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
13028           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13029           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
13030           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
13031           +> t/pragma/warn/util
13032            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
13033            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
13034            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
13035            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
13036            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
13037            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
13038            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
13039            - t/pragma/warn-util
13040            ! MANIFEST t/pragma/warning.t
13041 ____________________________________________________________________________
13042 [  1819] By: gsar                                  on 1998/09/23  06:08:46
13043         Log: make \(%foo) return refs to values (not copies of values)
13044              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13045              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
13046              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
13047              --
13048              From: Roderick Schertler <roderick@argon.org>
13049              Date: Sat, 29 Aug 1998 00:58:33 -0400
13050              Message-ID: <29894.904366713@eeyore.ibcinc.com>
13051              Subject: Re: \(%x) problems
13052      Branch: perl
13053            ! doop.c pod/perlref.pod
13054 ____________________________________________________________________________
13055 [  1818] By: gsar                                  on 1998/09/23  06:05:08
13056         Log: make h2xs generate ANSI prototypes
13057      Branch: perl
13058            ! utils/h2xs.PL
13059 ____________________________________________________________________________
13060 [  1817] By: gsar                                  on 1998/09/23  05:57:16
13061         Log: updated usethreads hints for hpux 10.X
13062              From: Matthew T Harden <mthard@mthard1.monsanto.com>
13063              Date: Fri, 28 Aug 1998 14:10:42 GMT
13064              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
13065              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
13066      Branch: perl
13067            ! hints/hpux.sh perl.h
13068 ____________________________________________________________________________
13069 [  1816] By: gsar                                  on 1998/09/23  05:53:31
13070         Log: don't create empty directories in installperl
13071              From: Robin Barker <rmb1@cise.npl.co.uk>
13072              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
13073              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
13074              Subject: [PATCH 5.005_02] install: empty dirs
13075      Branch: perl
13076            ! installperl
13077 ____________________________________________________________________________
13078 [  1815] By: gsar                                  on 1998/09/23  05:50:36
13079         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
13080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13081              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
13082              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
13083              Subject: Re: your mail
13084      Branch: perl
13085            ! regexec.c t/op/re_tests
13086 ____________________________________________________________________________
13087 [  1814] By: gsar                                  on 1998/09/23  05:45:17
13088         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13089              Date: Thu, 20 Aug 1998 20:59:03 -0400
13090              Message-ID: <19980820205903.A12908@O2.chapin.edu>
13091              Subject: [PATCH] h2ph misquotes #error directives
13092      Branch: perl
13093            ! t/lib/h2ph.pht utils/h2ph.PL
13094 ____________________________________________________________________________
13095 [  1813] By: gsar                                  on 1998/09/23  05:42:41
13096         Log: patch to support computed regular subexpressions
13097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13098              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
13099              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
13100              Subject: [5.005_5* PATCH] Postponed RE - now!
13101      Branch: perl
13102            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
13103            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
13104 ____________________________________________________________________________
13105 [  1812] By: gsar                                  on 1998/09/23  05:26:26
13106         Log: better CR-handling on shebang line and in formats (fixed variant of
13107              patch suggested by Igor Sysoev <igor@nitek.ru>)
13108      Branch: perl
13109            ! perl.c toke.c
13110 ____________________________________________________________________________
13111 [  1811] By: gsar                                  on 1998/09/23  04:35:46
13112         Log: document non-loopish blocks better
13113              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13114              Date: Tue, 18 Aug 1998 12:28:36 +0100
13115              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
13116              Subject: Re: next in do {} while block gives error message
13117      Branch: perl
13118            ! pod/perlfunc.pod
13119 ____________________________________________________________________________
13120 [  1810] By: gsar                                  on 1998/09/23  04:12:05
13121         Log: fix bogus integerization of pop()'s return value
13122              From: Gurusamy Sarathy <gsar@engin.umich.edu>
13123              Date: Sat, 15 Aug 1998 23:27:54 -0400
13124              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
13125              Subject: Re: Complex expression does integer arithmetic 
13126      Branch: perl
13127            ! opcode.h opcode.pl
13128 ____________________________________________________________________________
13129 [  1809] By: gsar                                  on 1998/09/23  04:09:43
13130         Log: tweak README.win32
13131      Branch: perl
13132            ! README.win32
13133 ____________________________________________________________________________
13134 [  1808] By: gsar                                  on 1998/09/23  03:40:57
13135         Log: better diagnostic for do{} used as lvalue
13136      Branch: perl
13137            ! op.c pod/perlport.pod
13138 ____________________________________________________________________________
13139 [  1807] By: gsar                                  on 1998/09/23  03:38:30
13140         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
13141              From: hansm@icgroup.nl
13142              Date: Tue, 11 Aug 98 21:08:51 +0200
13143              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
13144              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
13145      Branch: perl
13146            ! malloc.c
13147 ____________________________________________________________________________
13148 [  1806] By: gsar                                  on 1998/09/23  03:36:08
13149         Log: support make written in perl (aka "pmake") on win32
13150      Branch: perl
13151            ! lib/ExtUtils/MM_Win32.pm
13152 ____________________________________________________________________________
13153 [  1805] By: gsar                                  on 1998/09/23  03:30:07
13154         Log: fix mismatched UV/U32 types for to_utf8_*()
13155      Branch: perl
13156            ! utf8.c
13157 ____________________________________________________________________________
13158 [  1804] By: gsar                                  on 1998/09/23  03:22:22
13159         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13160              Date: Sun, 9 Aug 1998 22:38:23 +0200
13161              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
13162              Subject: [PATCH 5.5002] dos-djgpp update
13163      Branch: perl
13164            ! t/io/fs.t
13165 ____________________________________________________________________________
13166 [  1803] By: gsar                                  on 1998/09/23  03:20:13
13167         Log: apply minimal variant of patch (sent via private mail)
13168              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
13169              Date: Wed, 12 Aug 1998 15:42:35 +0300
13170              Message-Id: <199808121242.PAA29761@comanche.spices>
13171              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
13172      Branch: perl
13173            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
13174            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
13175 ____________________________________________________________________________
13176 [  1802] By: gsar                                  on 1998/09/23  03:03:39
13177         Log: adjust searchdict.t for EBCDIC (still needs documenting)
13178              From: pvhp@forte.com (Peter Prymmer)
13179              Date: Thu, 6 Aug 98 18:09:39 PDT
13180              Message-Id: <9808070109.AA06158@forte.com>
13181              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
13182      Branch: perl
13183            ! README.os390 t/lib/searchdict.t
13184 ____________________________________________________________________________
13185 [  1801] By: gsar                                  on 1998/09/23  02:54:15
13186         Log: silence redefined warning for XS(INIT) {}
13187      Branch: perl
13188            ! op.c
13189 ____________________________________________________________________________
13190 [  1800] By: gsar                                  on 1998/09/23  02:42:23
13191         Log: support match indices via special variables @- and @+
13192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13193              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
13194              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
13195              Subject: [PATCH 5.004_76] @- and @+
13196      Branch: perl
13197            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
13198            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
13199 ____________________________________________________________________________
13200 [  1799] By: gsar                                  on 1998/09/23  01:44:31
13201         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13202              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
13203              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
13204              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
13205      Branch: perl
13206            ! regcomp.c t/op/re_tests
13207 ____________________________________________________________________________
13208 [  1798] By: gsar                                  on 1998/09/23  01:39:23
13209         Log: integrate maint-5.005 changes (except conflicting change#1794)
13210      Branch: perl
13211            ! Changes
13212           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
13213           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
13214           !> win32/win32.h
13215 ____________________________________________________________________________
13216 [  1797] By: gsar                                  on 1998/09/23  01:32:36
13217         Log: add note to win32/Makefile about setting CCHOME
13218      Branch: perl
13219            ! win32/Makefile win32/makefile.mk
13220 ____________________________________________________________________________
13221 [  1796] By: gsar                                  on 1998/09/23  01:31:32
13222         Log: perl.pod tweak
13223      Branch: perl
13224            ! pod/perl.pod
13225 ____________________________________________________________________________
13226 [  1795] By: gsar                                  on 1998/09/21  20:34:10
13227         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
13228      Branch: perl
13229            ! lib/ExtUtils/xsubpp
13230 ____________________________________________________________________________
13231 [  1789] By: gsar                                  on 1998/09/18  18:01:37
13232         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
13233      Branch: perl
13234            ! cop.h t/cmd/for.t
13235 ____________________________________________________________________________
13236 [  1788] By: gsar                                  on 1998/09/17  02:19:11
13237         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
13238      Branch: perl
13239            ! win32/config.bc win32/config.gc win32/config.vc
13240 ____________________________________________________________________________
13241 [  1787] By: gsar                                  on 1998/09/17  01:45:14
13242         Log: suppress bogus warning on C<sub x {} x()>
13243      Branch: perl
13244            ! toke.c
13245 ____________________________________________________________________________
13246 [  1786] By: gsar                                  on 1998/09/17  01:42:51
13247         Log: ntohl typo in objXSUB.h
13248      Branch: perl
13249            ! objXSUB.h
13250 ____________________________________________________________________________
13251 [  1785] By: gsar                                  on 1998/09/17  01:41:48
13252         Log: fill gaps in sig_* entries in win32/config.?c
13253      Branch: perl
13254            ! win32/config.bc win32/config.gc win32/config.vc
13255 ____________________________________________________________________________
13256 [  1781] By: larry                                 on 1998/09/05  23:48:24
13257         Log: tr/// logic was hosed under utf8
13258      Branch: perl
13259            ! doop.c op.c op.h pp.c proto.h
13260 ____________________________________________________________________________
13261 [  1780] By: larry                                 on 1998/09/05  23:44:16
13262         Log: several new tests needed tweaking to work under utf8
13263      Branch: perl
13264            ! t/comp/require.t t/op/pack.t t/op/substr.t
13265 ____________________________________________________________________________
13266 [  1779] By: larry                                 on 1998/09/05  23:41:42
13267         Log: index() applied BM optimization to wrong argument
13268      Branch: perl
13269            ! op.c util.c
13270 ____________________________________________________________________________
13271 [  1778] By: larry                                 on 1998/09/05  23:38:29
13272         Log: Implicit require during compile reset line numbering
13273      Branch: perl
13274            ! pp_ctl.c
13275
13276 ----------------
13277 Version 5.005_51
13278 ----------------
13279
13280 ____________________________________________________________________________
13281 [  1777] By: gsar                                  on 1998/08/10  07:02:38
13282         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
13283              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
13284              lexical warning testsuite for win32
13285      Branch: perl
13286            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
13287            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
13288            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
13289            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
13290            ! win32/Makefile win32/makefile.mk
13291 ____________________________________________________________________________
13292 [  1776] By: gsar                                  on 1998/08/09  17:53:48
13293         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
13294      Branch: perl
13295            ! Changes MANIFEST perl.c pod/perlhist.pod
13296 ____________________________________________________________________________
13297 [  1775] By: gsar                                  on 1998/08/09  14:35:33
13298         Log: tweak warning test
13299      Branch: perl
13300            ! t/pragma/warn-toke
13301 ____________________________________________________________________________
13302 [  1774] By: gsar                                  on 1998/08/09  14:13:46
13303         Log: add missing dTHR; notes for test failures due to small stacksize
13304      Branch: perl
13305            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
13306            ! toke.c universal.c util.c
13307 ____________________________________________________________________________
13308 [  1773] By: gsar                                  on 1998/08/09  11:31:53
13309         Log: lexical warnings; tweaks to places that didn't apply correctly
13310              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
13311              Date:    Wed, 29 Jul 1998 09:28:45 BST
13312              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
13313              Subject: lexical warnings patch for 5.005_50
13314      Branch: perl
13315            + README.lexwarn lib/warning.pm t/pragma/warn-2use
13316            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
13317            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
13318            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
13319            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
13320            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
13321            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
13322            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
13323            + warning.h warning.pl
13324            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
13325            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
13326            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
13327            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
13328            ! universal.c util.c
13329 ____________________________________________________________________________
13330 [  1772] By: gsar                                  on 1998/08/08  23:06:00
13331         Log: bump patchlevel to 5.005_51
13332      Branch: perl
13333            ! patchlevel.h win32/Makefile win32/config_H.bc
13334            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13335 ____________________________________________________________________________
13336 [  1771] By: gsar                                  on 1998/08/08  23:01:57
13337         Log: fix bogus warning on "\x{123}"
13338              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
13339              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
13340              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
13341              Subject: [5.005_50 PATCH] Some unicode problems
13342      Branch: perl
13343            ! regcomp.c toke.c
13344 ____________________________________________________________________________
13345 [  1770] By: gsar                                  on 1998/08/08  22:56:55
13346         Log: hide dup symbol for static build of ext/re
13347              From: Dominic Dunlop <domo@ppp72.vo.lu>
13348              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
13349              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
13350              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
13351      Branch: perl
13352            ! regcomp.c
13353 ____________________________________________________________________________
13354 [  1769] By: gsar                                  on 1998/08/08  22:45:06
13355         Log: fix double free on -Mutf8 -e '$b=uc("")'
13356              From: larry@wall.org (Larry Wall)
13357              Date: Fri, 7 Aug 1998 14:42:43 -0700
13358              Message-Id: <199808072142.OAA14920@wall.org>
13359              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
13360      Branch: perl
13361            ! pp.c
13362 ____________________________________________________________________________
13363 [  1768] By: gsar                                  on 1998/08/08  22:42:29
13364         Log: substr() assumes utf8 without say-so
13365              From: larry@wall.org (Larry Wall)
13366              Date: Fri, 7 Aug 1998 12:25:12 -0700
13367              Message-Id: <199808071925.MAA13436@wall.org>
13368              Subject: [PATCH 5.005_50] substr bug?
13369      Branch: perl
13370            ! pp.c
13371 ____________________________________________________________________________
13372 [  1767] By: gsar                                  on 1998/08/08  22:38:25
13373         Log: fix intolerance of SWASHes for blank lines
13374              From: Gisle Aas <aas@sn.no>
13375              Date: 06 Aug 1998 23:28:57 +0200
13376              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
13377              Subject: Re: Re[2]: another joyride begins
13378      Branch: perl
13379            ! lib/utf8_heavy.pl
13380 ____________________________________________________________________________
13381 [  1766] By: gsar                                  on 1998/08/08  22:33:10
13382         Log: utf8 doc tweak
13383              From: Gisle Aas <aas@sn.no>
13384              Date: 05 Aug 1998 00:41:04 +0200
13385              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
13386              Subject: Matching clumps
13387      Branch: perl
13388            ! lib/utf8.pm
13389 ____________________________________________________________________________
13390 [  1765] By: gsar                                  on 1998/08/08  22:31:37
13391         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
13392              From: Gisle Aas <aas@sn.no>
13393              Date: 04 Aug 1998 22:56:11 +0200
13394              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
13395              Subject: Re: another joyride begins
13396      Branch: perl
13397            ! lib/utf8_heavy.pl
13398 ____________________________________________________________________________
13399 [  1764] By: gsar                                  on 1998/08/08  22:28:43
13400         Log: From: larry@wall.org (Larry Wall)
13401              Date: Tue, 4 Aug 1998 17:04:51 -0700
13402              Message-Id: <199808050004.RAA22592@wall.org>
13403              Subject: [PATCH 5.005_50] \pX not implemented!
13404      Branch: perl
13405            ! regcomp.c
13406 ____________________________________________________________________________
13407 [  1763] By: gsar                                  on 1998/08/08  22:27:15
13408         Log: From: Stephen McCamant <alias@mcs.com>
13409              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
13410              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
13411              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
13412      Branch: perl
13413            ! op.c
13414 ____________________________________________________________________________
13415 [  1762] By: gsar                                  on 1998/08/08  22:26:09
13416         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
13417              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
13418              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
13419              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
13420      Branch: perl
13421            + t/op/grent.t t/op/pwent.t
13422            ! MANIFEST
13423 ____________________________________________________________________________
13424 [  1761] By: gsar                                  on 1998/08/08  22:21:52
13425         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13426              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
13427              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
13428              Subject: [5.005_50 PATCH] misprint in RE engine
13429      Branch: perl
13430            ! regexec.c t/op/re_tests
13431 ____________________________________________________________________________
13432 [  1760] By: gsar                                  on 1998/08/08  22:18:54
13433         Log: integrate maint-5.005 changes into mainline
13434      Branch: perl
13435           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
13436           !> (integrate 138 files)
13437 ____________________________________________________________________________
13438 [  1672] By: gsar                                  on 1998/07/27  18:35:28
13439         Log: create new Changes
13440      Branch: perl
13441            + Changes
13442            ! Changes5.005 MANIFEST
13443 ____________________________________________________________________________
13444 [  1671] By: gsar                                  on 1998/07/27  18:30:57
13445         Log: rename Changes --> Changes5.005
13446      Branch: perl
13447           +> Changes5.005
13448            - Changes
13449 ____________________________________________________________________________
13450 [  1670] By: gsar                                  on 1998/07/27  18:10:14
13451         Log: integrate 5.005_01 changes from maint
13452      Branch: perl
13453            ! Changes
13454           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
13455           !> win32/win32.c
13456 ____________________________________________________________________________
13457 [  1667] By: nick                                  on 1998/07/26  14:31:01
13458         Log: Add dTHR so that it compiles miniperl in threaded mode
13459      Branch: perl
13460            ! doop.c mg.c regcomp.c regexec.c
13461 ____________________________________________________________________________
13462 [  1666] By: nick                                  on 1998/07/26  13:01:10
13463         Log: Resolve ansiperl against mainline (@1648?)
13464              Unclear that change number has "taken".
13465      Branch: ansiperl
13466           +> (branch 169 files)
13467            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
13468           !> (integrate 131 files)
13469
13470 ----------------
13471 Version 5.005_50
13472 ----------------
13473
13474 ____________________________________________________________________________
13475 [  1665] By: gsar                                  on 1998/07/26  05:38:48
13476         Log: add trailing newline to file
13477      Branch: perl
13478            ! Changes lib/unicode/blocks.txt
13479 ____________________________________________________________________________
13480 [  1664] By: gsar                                  on 1998/07/26  05:08:48
13481         Log: integrate proto.h additions from maint-5.005
13482      Branch: perl
13483           !> pod/perlhist.pod proto.h
13484 ____________________________________________________________________________
13485 [  1663] By: gsar                                  on 1998/07/26  05:07:05
13486         Log: add new files to MANIFEST; add missing prototypes to proto.h;
13487              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
13488              add typecasts to silence warnings; tweaks for win32 builds
13489      Branch: perl
13490            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
13491            ! win32/Makefile win32/makefile.mk
13492 ____________________________________________________________________________
13493 [  1662] By: gsar                                  on 1998/07/26  05:01:52
13494         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
13495      Branch: maint-5.005/perl
13496            ! pod/perlhist.pod proto.h
13497 ____________________________________________________________________________
13498 [  1661] By: gsar                                  on 1998/07/26  02:52:48
13499         Log: up patchlevel to 5.005_50
13500      Branch: perl
13501            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13502            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13503 ____________________________________________________________________________
13504 [  1660] By: gsar                                  on 1998/07/26  02:43:57
13505         Log: integrate utfperl
13506      Branch: perl
13507           +> (branch 162 files)
13508           !> (integrate 29 files)
13509 ____________________________________________________________________________
13510 [  1659] By: gsar                                  on 1998/07/26  02:38:22
13511         Log: integrate maint-5.005 changes
13512      Branch: perl
13513           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
13514           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
13515           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
13516           !> vms/descrip_mms.template vms/subconfigure.com
13517 ____________________________________________________________________________
13518 [  1658] By: gsar                                  on 1998/07/26  02:23:46
13519         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
13520              Date: Fri, 24 Jul 1998 11:38:25 -0700
13521              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
13522              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
13523              --
13524              Date: Fri, 24 Jul 1998 12:30:36 -0700
13525              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
13526              Subject: [PATCH 5.005]Tweaks to README.vms
13527              --
13528              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
13529              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
13530              Subject: [PATCH 5.005] Final build cleanup patch
13531      Branch: maint-5.005/perl
13532            ! README.vms vms/descrip_mms.template vms/subconfigure.com
13533 ____________________________________________________________________________
13534 [  1657] By: gsar                                  on 1998/07/26  02:19:50
13535         Log: another platform where pp_sselect() needs a whole fd_set buffer
13536              From: Lupe Christoph <lupe@alanya.m.isar.de>
13537              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
13538              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
13539              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
13540      Branch: maint-5.005/perl
13541            ! pp_sys.c
13542 ____________________________________________________________________________
13543 [  1656] By: gsar                                  on 1998/07/26  02:12:46
13544         Log: fix problem building modules on dos-djgpp
13545              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13546              Date: Sat, 25 Jul 1998 00:53:39 +0200
13547              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
13548              Subject: [PATCH 5.005] dos-djgpp and modules problem
13549      Branch: maint-5.005/perl
13550            ! djgpp/fixpmain
13551 ____________________________________________________________________________
13552 [  1655] By: gsar                                  on 1998/07/26  02:11:09
13553         Log: From: Tom Spindler <dogcow@home.merit.edu>
13554              Date: Wed, 22 Jul 1998 16:11:07 -0400
13555              Message-ID: <19980722161107.A16813@home.merit.edu>
13556              Subject: [PATCH 5.005] BeOS tweak
13557      Branch: maint-5.005/perl
13558            ! hints/beos.sh
13559 ____________________________________________________________________________
13560 [  1654] By: gsar                                  on 1998/07/26  02:09:29
13561         Log: various pod tweaks
13562      Branch: maint-5.005/perl
13563            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
13564            ! pod/perltoc.pod
13565 ____________________________________________________________________________
13566 [  1653] By: gsar                                  on 1998/07/26  02:05:46
13567         Log: fix emacs/ptags for PL_* changes
13568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13569              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
13570              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
13571              Subject: [PATCH 5.004_76] Yet better ptags
13572      Branch: maint-5.005/perl
13573            ! emacs/ptags
13574 ____________________________________________________________________________
13575 [  1652] By: gsar                                  on 1998/07/26  02:03:01
13576         Log: fix behavior of <=> on bigints
13577              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13578              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
13579              Date: Fri, 24 Jul 1998 18:29:53 +0100
13580              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
13581      Branch: maint-5.005/perl
13582            ! lib/Math/BigInt.pm t/lib/bigintpm.t
13583 ____________________________________________________________________________
13584 [  1651] By: larry                                 on 1998/07/24  05:44:33
13585         Log: Here are the long-expected Unicode/UTF-8 modifications.
13586      Branch: utfperl
13587            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
13588            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
13589            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
13590            + lib/unicode/Decomposition.pl
13591            + lib/unicode/In/AlphabeticPresentationForms.pl
13592            + lib/unicode/In/Arabic.pl
13593            + lib/unicode/In/ArabicPresentationForms-A.pl
13594            + lib/unicode/In/ArabicPresentationForms-B.pl
13595            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13596            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13597            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13598            + lib/unicode/In/BoxDrawing.pl
13599            + lib/unicode/In/CJKCompatibility.pl
13600            + lib/unicode/In/CJKCompatibilityForms.pl
13601            + lib/unicode/In/CJKCompatibilityIdeographs.pl
13602            + lib/unicode/In/CJKSymbolsandPunctuation.pl
13603            + lib/unicode/In/CJKUnifiedIdeographs.pl
13604            + lib/unicode/In/CombiningDiacriticalMarks.pl
13605            + lib/unicode/In/CombiningHalfMarks.pl
13606            + lib/unicode/In/CombiningMarksforSymbols.pl
13607            + lib/unicode/In/ControlPictures.pl
13608            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13609            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13610            + lib/unicode/In/EnclosedAlphanumerics.pl
13611            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
13612            + lib/unicode/In/GeneralPunctuation.pl
13613            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13614            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13615            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13616            + lib/unicode/In/HalfwidthandFullwidthForms.pl
13617            + lib/unicode/In/HangulCompatibilityJamo.pl
13618            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13619            + lib/unicode/In/Hebrew.pl
13620            + lib/unicode/In/HighPrivateUseSurrogates.pl
13621            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13622            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
13623            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13624            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
13625            + lib/unicode/In/LatinExtended-A.pl
13626            + lib/unicode/In/LatinExtended-B.pl
13627            + lib/unicode/In/LatinExtendedAdditional.pl
13628            + lib/unicode/In/LetterlikeSymbols.pl
13629            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13630            + lib/unicode/In/MathematicalOperators.pl
13631            + lib/unicode/In/MiscellaneousSymbols.pl
13632            + lib/unicode/In/MiscellaneousTechnical.pl
13633            + lib/unicode/In/NumberForms.pl
13634            + lib/unicode/In/OpticalCharacterRecognition.pl
13635            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13636            + lib/unicode/In/SmallFormVariants.pl
13637            + lib/unicode/In/SpacingModifierLetters.pl
13638            + lib/unicode/In/Specials.pl
13639            + lib/unicode/In/SuperscriptsandSubscripts.pl
13640            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
13641            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13642            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
13643            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
13644            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
13645            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
13646            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
13647            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
13648            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
13649            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
13650            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
13651            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
13652            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
13653            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
13654            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
13655            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
13656            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
13657            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
13658            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
13659            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
13660            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
13661            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
13662            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
13663            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
13664            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
13665            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
13666            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
13667            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
13668            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
13669            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
13670            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
13671            + lib/unicode/JamoShort.pl lib/unicode/Makefile
13672            + lib/unicode/Name.pl lib/unicode/Number.pl
13673            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
13674            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
13675            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
13676            + lib/unicode/blocks.txt lib/unicode/index2.txt
13677            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
13678            + lib/unicode/names2.txt lib/unicode/props2.txt
13679            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
13680            + utf8.c utf8.h
13681            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
13682            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
13683            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
13684            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
13685            ! t/op/vec.t toke.c util.c vms/vmsish.h
13686 ____________________________________________________________________________
13687 [  1650] By: gsar                                  on 1998/07/24  04:06:48
13688         Log: create utfperl branch
13689      Branch: utfperl
13690           +> (branch 1079 files)
13691 ____________________________________________________________________________
13692 [  1649] By: gsar                                  on 1998/07/24  03:56:56
13693         Log: create maint-5.005 branch
13694      Branch: maint-5.005/perl
13695           +> (branch 1079 files)
13696 ____________________________________________________________________________
13697 [  1648] By: gsar                                  on 1998/07/24  03:36:35
13698         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
13699      Branch: perl
13700            ! Changes
13701