This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
a more correct fix for change#2744
[perl5.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_58        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3750] By: jhi                                   on 1999/07/25  20:59:29
83         Log: Back up a tiny bit from #3735.
84              This may break builds outside the source directory
85              but then again, they do not work that ell yet anyway.
86      Branch: cfgperl
87            ! Makefile.SH
88 ____________________________________________________________________________
89 [  3749] By: jhi                                   on 1999/07/25  19:15:55
90         Log: Integrate with Sarathy.
91      Branch: cfgperl
92           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
93 ____________________________________________________________________________
94 [  3748] By: jhi                                   on 1999/07/25  19:06:59
95         Log: Recode locale.t so that the change in #3730
96              is not needed and locale.t works both without
97              and with the utf8 pragma.
98      Branch: cfgperl
99            + t/pragma/locale/latin1 t/pragma/locale/utf8
100            ! MANIFEST t/pragma/locale.t
101 ____________________________________________________________________________
102 [  3747] By: jhi                                   on 1999/07/25  19:01:46
103         Log: Like #3743.
104      Branch: cfgperl
105            ! utils/perlbug.PL
106 ____________________________________________________________________________
107 [  3746] By: gsar                                  on 1999/07/25  18:08:58
108         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
109              append a HISTORY section to POD if option is used
110      Branch: perl
111            ! utils/h2xs.PL
112 ____________________________________________________________________________
113 [  3745] By: gsar                                  on 1999/07/25  17:40:03
114         Log: warn rather than die when parse_version() can't cut it (from
115              Michael G Schwern <schwern@pobox.com>)
116      Branch: perl
117            ! lib/ExtUtils/MM_Unix.pm
118 ____________________________________________________________________________
119 [  3744] By: gsar                                  on 1999/07/25  16:32:48
120         Log: make map behave like grep wrt indirect object slot when
121              there are parentheses; revert an experimental mod by Larry
122              in change#2038 that failed to parse %{{qw(a b c)}} properly
123              (this means C<map {use Foo; ...} ...> still needs a proper
124              fix)
125      Branch: perl
126            ! toke.c
127 ____________________________________________________________________________
128 [  3743] By: jhi                                   on 1999/07/25  16:24:55
129         Log: Fix a typo in #3725.
130      Branch: cfgperl
131            ! utils/perlbug.PL
132 ____________________________________________________________________________
133 [  3742] By: jhi                                   on 1999/07/25  16:14:39
134         Log: Integrate with Sarathy.
135      Branch: cfgperl
136           !> (integrate 26 files)
137 ____________________________________________________________________________
138 [  3741] By: jhi                                   on 1999/07/25  16:02:28
139         Log: Cut-and-pasto in #3737.
140      Branch: cfgperl
141            ! perl.c
142 ____________________________________________________________________________
143 [  3740] By: gsar                                  on 1999/07/25  15:59:34
144         Log: add note about glibc bug
145      Branch: perl
146            ! t/pragma/warn/pp_hot
147 ____________________________________________________________________________
148 [  3739] By: gsar                                  on 1999/07/25  15:48:40
149         Log: fix bug in change#3728 that might free COPs prematurely;
150              null(op) now does more thorough scrubbing of the op, which
151              fixes a few compile-time memory "leaks"
152      Branch: perl
153            ! dump.c embed.h embed.pl op.c proto.h
154 ____________________________________________________________________________
155 [  3738] By: jhi                                   on 1999/07/25  14:15:26
156         Log: In accordance with #3737.
157      Branch: metaconfig
158            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
159            ! U/modified/Oldconfig.U
160      Branch: metaconfig/U/perl
161            ! Extensions.U
162 ____________________________________________________________________________
163 [  3737] By: jhi                                   on 1999/07/25  14:12:34
164         Log: Use vendorprefixlib.
165      Branch: cfgperl
166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
167            ! config_h.SH perl.c
168 ____________________________________________________________________________
169 [  3736] By: jhi                                   on 1999/07/25  13:10:03
170         Log: Populate metaconfig branch.
171      Branch: metaconfig
172            + (add 1468 files)
173      Branch: metaconfig/U/perl
174            + (add 101 files)
175 ____________________________________________________________________________
176 [  3735] By: jhi                                   on 1999/07/25  12:27:20
177         Log: First steps of making builds outside the source
178              directory possible.  These should get us as far
179              as miniperl, then building DynaLoader falls into
180              tiny twinkling pieces as MakeMaker knows nothing
181              of VPATH mindset.
182      Branch: cfgperl
183            ! Configure Makefile.SH cflags.SH config_h.SH configpm
184            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
185            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
186            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
187            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
188 ____________________________________________________________________________
189 [  3734] By: jhi                                   on 1999/07/25  11:19:28
190         Log: Poor Glossary--are we fixed yet?
191      Branch: cfgperl
192            ! Porting/Glossary
193 ____________________________________________________________________________
194 [  3733] By: jhi                                   on 1999/07/25  11:15:06
195         Log: Change #3732 mistakenly clobbered Glossary.
196      Branch: cfgperl
197            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
198            ! config_h.SH
199 ____________________________________________________________________________
200 [  3732] By: jhi                                   on 1999/07/25  10:46:39
201         Log: Andy's new installation scheme (note: a lot of this
202              leaked in already with change #3731).  The vendor*
203              stuff is not used anywhere (in *.SH, say), so it
204              isn't in Configure, either.
205      Branch: cfgperl
206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
207            ! config_h.SH
208 ____________________________________________________________________________
209 [  3731] By: jhi                                   on 1999/07/25  10:12:07
210         Log: Circumcode a strange shell(?) bug in AIX found
211              while trying to do -Duse64bits (which I couldn't do
212              in the end because the CPU isn't 64-bit in that box,
213              but at least now the probing doesn't crash.)
214      Branch: cfgperl
215            ! Configure config_h.SH hints/aix.sh
216 ____________________________________________________________________________
217 [  3730] By: gsar                                  on 1999/07/25  04:56:56
218         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
219              a utf8 bug in one of the new RE optimizations
220      Branch: perl
221            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
222            ! t/pragma/locale.t
223 ____________________________________________________________________________
224 [  3729] By: jhi                                   on 1999/07/23  19:56:27
225         Log: From: Andy Dougherty <doughera@lafayette.edu>
226              To: Perl Porters <perl5-porters@perl.org>
227              Subject: [PATCH 5.005_57] INSTALL-1.58
228              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
229              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
230              
231              plus
232              
233              From: "Kurt D. Starsinic" <kstar@chapin.edu>
234              To: Andy Dougherty <doughera@lafayette.edu>
235              Cc: Perl Porters <perl5-porters@perl.org>
236              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
237              Date: Fri, 23 Jul 1999 13:38:25 -0400
238              Message-ID: <19990723133825.A12033@O2.chapin.edu>
239      Branch: cfgperl
240            ! INSTALL
241 ____________________________________________________________________________
242 [  3728] By: gsar                                  on 1999/07/23  17:24:42
243         Log: applied suggested patch for tracking line numbers correctly in
244              optimized blocks with a single statement; changed setcop to
245              setstate and added code for -Dx dumps
246              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
247              Date: Wed, 23 Jun 1999 17:27:42 +0100
248              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
249              Subject: [PATCH 5.005_57] Line number error in optimised else() 
250      Branch: perl
251            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
252            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
253            ! pp_proto.h t/op/misc.t
254 ____________________________________________________________________________
255 [  3727] By: gsar                                  on 1999/07/23  15:56:04
256         Log: avoid useless use of target for pp_each(); also fixes bugs due to
257              refcount held by the target
258      Branch: perl
259            ! opcode.h opcode.pl pp.c t/op/each.t
260 ____________________________________________________________________________
261 [  3726] By: jhi                                   on 1999/07/23  12:08:30
262         Log: Change #3725 aftershock.
263      Branch: cfgperl
264            ! INSTALL jpl/JNI/JNI.pm
265 ____________________________________________________________________________
266 [  3725] By: jhi                                   on 1999/07/23  11:58:49
267         Log: Introduce $Config{ldlibpthname} which contains
268              the name of the environment variable holding the
269              dynamic library search path, often LD_LIBRARY_PATH.
270              Use this new feature all over.
271              Also removed remnants of admonition "add LD_LIBRARY_PATH
272              before running make" because Makefile.SH does this for you. 
273      Branch: cfgperl
274            ! Configure Makefile.SH config_h.SH
275            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
276            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
277            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
278            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
279            ! jpl/install-jpl utils/perlbug.PL
280 ____________________________________________________________________________
281 [  3724] By: jhi                                   on 1999/07/23  08:03:36
282         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
283              To: perl5-porters@perl.org
284              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
285              Date: Thu, 22 Jul 1999 19:58:34 -0400
286              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
287      Branch: cfgperl
288            ! av.c
289 ____________________________________________________________________________
290 [  3723] By: gsar                                  on 1999/07/23  00:01:29
291         Log: emit warning about function calls that were encountered too early
292              to enforce their prototype
293      Branch: perl
294            ! op.c op.h pod/perldiag.pod
295 ____________________________________________________________________________
296 [  3722] By: jhi                                   on 1999/07/22  21:19:59
297         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
298              To: perl5-porters@perl.org
299              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
300              Subject: [PATCH] MakeMaker documentation
301              Date: Wed, 21 Jul 1999 14:15:42 -0400
302              Message-ID: <19990721141542.A1800@O2.chapin.edu>
303      Branch: cfgperl
304            ! lib/ExtUtils/MakeMaker.pm
305 ____________________________________________________________________________
306 [  3721] By: jhi                                   on 1999/07/22  21:05:19
307         Log: From: pvhp@forte.com (Peter Prymmer)
308              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
309              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
310              Date: Wed, 21 Jul 99 17:15:39 PDT
311              Message-Id: <9907220015.AA11931@forte.com>
312      Branch: cfgperl
313            ! hints/os390.sh
314 ____________________________________________________________________________
315 [  3720] By: jhi                                   on 1999/07/22  20:51:17
316         Log: AIX magic: ccdlflags needs to be different for
317              Perl itself and for extra-core extensions
318              (as used by ExtUtilss::embed::ldopts).
319              Based on the problems described in
320              
321              From: Mike W Ellwood <mwe@rl.ac.uk>
322              To: perl5-porters@perl.org
323              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
324              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
325              Reply-To: m.w.ellwood@rl.ac.uk
326              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
327      Branch: cfgperl
328            ! Configure Makefile.SH config_h.SH hints/aix.sh
329 ____________________________________________________________________________
330 [  3719] By: jhi                                   on 1999/07/22  08:23:53
331         Log: Update history records.
332      Branch: cfgperl
333            ! pod/perlhist.pod
334 ____________________________________________________________________________
335 [  3718] By: jhi                                   on 1999/07/21  13:54:42
336         Log: Todododobedobedo.
337      Branch: cfgperl
338            ! Todo
339 ____________________________________________________________________________
340 [  3717] By: jhi                                   on 1999/07/21  12:10:48
341         Log: Even more Todo.
342      Branch: cfgperl
343            ! Todo
344 ____________________________________________________________________________
345 [  3716] By: jhi                                   on 1999/07/21  11:40:39
346         Log: Use Errno more extensively so that error
347              messages are more portable (another way
348              would be to muck around with LC_MESSAGES).
349              Problem reported in
350              
351              From: oracle@pcr8.pcr.com
352              To: perl5-porters@perl.org
353              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
354              Date: Mon, 19 Jul 1999 18:39:13 -0400
355              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
356      Branch: cfgperl
357            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
358            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
359            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
360 ____________________________________________________________________________
361 [  3715] By: jhi                                   on 1999/07/21  11:05:36
362         Log: Slightly modified patch.
363              From: Sean Sheedy <seans@ncube.com>
364              To: perl5-porters@perl.org
365              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
366              Date: Tue, 20 Jul 1999 09:52:06 -0700
367              Message-Id: <3794A935.1C150E54@ncube.com>
368      Branch: cfgperl
369            ! cflags.SH x2p/cflags.SH
370 ____________________________________________________________________________
371 [  3714] By: jhi                                   on 1999/07/20  21:26:19
372         Log: More Todo.
373      Branch: cfgperl
374            ! Todo
375 ____________________________________________________________________________
376 [  3713] By: jhi                                   on 1999/07/20  18:02:45
377         Log: Integrate with Sarathy.
378      Branch: cfgperl
379           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
380           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
381           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
382           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
383           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
384           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
385           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
386           +> utils/dprofpp.PL
387           !> INSTALL MAINTAIN MANIFEST configure.com
388           !> ext/Devel/Peek/Makefile.PL installman installperl
389           !> pod/roffitall utils/Makefile vms/descrip_mms.template
390           !> win32/Makefile win32/makefile.mk win32/win32.h
391 ____________________________________________________________________________
392 [  3712] By: gsar                                  on 1999/07/20  15:29:01
393         Log: DProf tweak
394      Branch: perl
395            ! ext/Devel/DProf/DProf.xs
396 ____________________________________________________________________________
397 [  3711] By: gsar                                  on 1999/07/20  07:56:19
398         Log: another DProf build tweak
399      Branch: perl
400            ! utils/dprofpp.PL
401 ____________________________________________________________________________
402 [  3710] By: gsar                                  on 1999/07/20  07:36:36
403         Log: move DProf things around to where they are supposed to be
404      Branch: perl
405            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
406            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
407            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
408            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
409            + t/lib/dprof/test6_t t/lib/dprof/test6_v
410           +> utils/dprofpp.PL
411            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
412            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
413            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
414            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
415            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
416            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
417            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
418            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
419            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
420            ! installperl pod/roffitall utils/Makefile
421            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
422 ____________________________________________________________________________
423 [  3709] By: gsar                                  on 1999/07/20  06:13:16
424         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
425      Branch: perl
426            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
427            ! ext/Devel/Peek/Makefile.PL
428 ____________________________________________________________________________
429 [  3708] By: gsar                                  on 1999/07/20  06:01:22
430         Log: move DProf to Devel/DProf
431      Branch: perl
432           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
433           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
434           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
435           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
436           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
437           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
438           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
439           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
440           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
441           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
442           +> ext/Devel/DProf/test.pl
443            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
444            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
445            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
446            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
447            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
448            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
449            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
450            ! MAINTAIN MANIFEST configure.com win32/Makefile
451            ! win32/makefile.mk
452 ____________________________________________________________________________
453 [  3707] By: gsar                                  on 1999/07/20  05:39:11
454         Log: add Devel::DProf v19990108 from CPAN, as it was
455      Branch: perl
456            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
457            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
458            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
459            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
460            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
461            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
462            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
463            ! MANIFEST
464 ____________________________________________________________________________
465 [  3706] By: gsar                                  on 1999/07/20  04:52:25
466         Log: C<union any> needs no PERL_OBJECT-treatment
467      Branch: perl
468            ! win32/win32.h
469 ____________________________________________________________________________
470 [  3705] By: gsar                                  on 1999/07/20  04:11:54
471         Log: fix problem in default build
472      Branch: perl
473            ! win32/Makefile win32/makefile.mk
474 ____________________________________________________________________________
475 [  3704] By: jhi                                   on 1999/07/19  07:06:36
476         Log: Integrate with Sarathy.
477      Branch: cfgperl
478           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
479           !> win32/win32.c
480 ____________________________________________________________________________
481 [  3703] By: gsar                                  on 1999/07/19  05:55:57
482         Log: win32 nits
483      Branch: perl
484            ! makedef.pl sv.h
485 ____________________________________________________________________________
486 [  3702] By: gsar                                  on 1999/07/19  04:29:34
487         Log: don't display tid from main thread (or testsuite breaks)
488      Branch: perl
489            ! lib/Carp.pm util.c
490 ____________________________________________________________________________
491 [  3701] By: gsar                                  on 1999/07/19  00:47:52
492         Log: remove several doubled (and tripled!) entries
493      Branch: perl
494            ! pod/perldiag.pod
495 ____________________________________________________________________________
496 [  3700] By: gsar                                  on 1999/07/19  00:42:34
497         Log: integrate cfgperl contents into mainline
498      Branch: perl
499           +> makedef.pl
500            - perl_exp.SH win32/makedef.pl
501           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
502           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
503           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
504           !> utf8.c util.c win32/Makefile win32/makefile.mk
505 ____________________________________________________________________________
506 [  3699] By: gsar                                  on 1999/07/19  00:33:59
507         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
508      Branch: perl
509            ! Changes win32/win32.c
510 ____________________________________________________________________________
511 [  3698] By: jhi                                   on 1999/07/18  21:33:57
512         Log: Integrate with Sarathy.
513      Branch: cfgperl
514           +> t/op/chars.t
515           !> (integrate 57 files)
516 ____________________________________________________________________________
517 [  3697] By: gsar                                  on 1999/07/18  05:22:36
518         Log: From: pvhp@forte.com (Peter Prymmer)
519              Date: Thu, 1 Jul 99 19:31:24 PDT
520              Message-Id: <9907020231.AA16942@forte.com>
521              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
522      Branch: perl
523            + t/op/chars.t
524            ! MANIFEST ebcdic.c t/op/ord.t
525 ____________________________________________________________________________
526 [  3696] By: gsar                                  on 1999/07/18  05:11:02
527         Log: display thread id in diagnostics (suggested by Dan Sugalski)
528      Branch: perl
529            ! lib/Carp.pm util.c
530 ____________________________________________________________________________
531 [  3695] By: gsar                                  on 1999/07/18  04:57:47
532         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
533      Branch: perl
534            ! pod/perldiag.pod
535 ____________________________________________________________________________
536 [  3694] By: gsar                                  on 1999/07/18  04:56:28
537         Log: cache [NIUP]V conversions of defined READONLY values
538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
539              Date: Sun, 11 Jul 1999 04:39:44 -0400
540              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
541              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
542      Branch: perl
543            ! sv.c
544 ____________________________________________________________________________
545 [  3693] By: gsar                                  on 1999/07/18  03:53:38
546         Log: From: jan.dubois@ibm.net (Jan Dubois)
547              Date: Sat, 17 Jul 1999 10:58:29 +0200
548              Message-ID: <379144ad.13616689@smtp1.ibm.net>
549              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
550      Branch: perl
551            ! lib/ExtUtils/Manifest.pm
552 ____________________________________________________________________________
553 [  3692] By: gsar                                  on 1999/07/18  03:51:03
554         Log: remove spurious newSTATEOP() that causes goto to enter one too many
555              contexts when jumping between if and elsif blocks
556      Branch: perl
557            ! perly.c perly.y pp_ctl.c t/op/goto.t
558 ____________________________________________________________________________
559 [  3691] By: gsar                                  on 1999/07/18  01:49:59
560         Log: detypo, update Changes
561      Branch: perl
562            ! Changes doio.c
563 ____________________________________________________________________________
564 [  3690] By: gsar                                  on 1999/07/18  01:16:59
565         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
566      Branch: perl
567            ! lib/integer.pm
568 ____________________________________________________________________________
569 [  3689] By: gsar                                  on 1999/07/18  00:47:17
570         Log: ensure __END__ appears on a line by itself in wrapped
571              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
572              mention caveat about successfull kill()
573      Branch: perl
574            ! pod/perlfunc.pod win32/bin/pl2bat.pl
575 ____________________________________________________________________________
576 [  3688] By: gsar                                  on 1999/07/17  20:47:44
577         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
578      Branch: perl
579            ! ext/SDBM_File/sdbm/Makefile.PL
580 ____________________________________________________________________________
581 [  3687] By: gsar                                  on 1999/07/17  20:43:27
582         Log: make CC.pm use a distinct CCPP() macro rather than PP()
583              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
584      Branch: perl
585            ! cc_runtime.h ext/B/B/CC.pm
586 ____________________________________________________________________________
587 [  3686] By: gsar                                  on 1999/07/17  20:39:08
588         Log: tiny bug in vars.pm (from John Dlugosz)
589      Branch: perl
590            ! lib/vars.pm
591 ____________________________________________________________________________
592 [  3685] By: gsar                                  on 1999/07/17  20:37:27
593         Log: applied suggested patch, along with later tweak
594              From: jan.dubois@ibm.net (Jan Dubois)
595              Date: Wed, 14 Jul 1999 23:53:43 +0200
596              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
597              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
598      Branch: perl
599            ! lib/Pod/Html.pm
600 ____________________________________________________________________________
601 [  3684] By: gsar                                  on 1999/07/17  20:24:32
602         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
603      Branch: perl
604            ! thrdvar.h
605 ____________________________________________________________________________
606 [  3683] By: gsar                                  on 1999/07/17  20:21:01
607         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
608              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
609              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
610              Subject: [PATCH 5.005_57] Segfaults if $^P
611      Branch: perl
612            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
613            ! proto.h
614 ____________________________________________________________________________
615 [  3682] By: gsar                                  on 1999/07/17  20:04:17
616         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
617              and prefix/lib/perl5/man are ass_u_med only if those directories
618              actually exist; else prefix/{lib,man} are used)
619      Branch: perl
620            ! lib/ExtUtils/MM_Unix.pm
621 ____________________________________________________________________________
622 [  3681] By: gsar                                  on 1999/07/17  19:12:33
623         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
624      Branch: perl
625            ! op.c t/comp/proto.t
626 ____________________________________________________________________________
627 [  3680] By: gsar                                  on 1999/07/17  18:23:55
628         Log: fix vec() on magic values
629              From: Ian Phillipps <ian@dial.pipex.com>
630              Date: Mon, 12 Jul 1999 12:30:05 +0100
631              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
632              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
633      Branch: perl
634            ! doop.c t/op/tie.t
635 ____________________________________________________________________________
636 [  3679] By: gsar                                  on 1999/07/17  18:10:44
637         Log: make system() return -1 and set $! if exec of child failed
638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
639              Date: Fri, 9 Jul 1999 05:21:13 -0400
640              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
641              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
642      Branch: perl
643            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
644            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
645 ____________________________________________________________________________
646 [  3678] By: gsar                                  on 1999/07/17  17:54:01
647         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
648              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
649              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
650              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
651      Branch: perl
652            ! util.c
653 ____________________________________________________________________________
654 [  3677] By: gsar                                  on 1999/07/17  17:34:38
655         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
656              converted Ken's documentation outline into pod
657      Branch: perl
658            ! x2p/find2perl.PL
659 ____________________________________________________________________________
660 [  3676] By: gsar                                  on 1999/07/17  16:34:09
661         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
662              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
663              Steve Lidie
664      Branch: perl
665            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
666            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
667            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
668            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
669            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
670            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
671 ____________________________________________________________________________
672 [  3675] By: gsar                                  on 1999/07/17  00:16:53
673         Log: backout redundant change#3628
674      Branch: perl
675            ! Changes hints/bsdos.sh
676 ____________________________________________________________________________
677 [  3674] By: jhi                                   on 1999/07/15  14:26:03
678         Log: Fix the bin/oct/hex constant overflow tests for
679              long long platforms.
680      Branch: cfgperl
681            ! t/pragma/warn/util
682 ____________________________________________________________________________
683 [  3673] By: jhi                                   on 1999/07/14  21:59:11
684         Log: Fixed AIX dynamic loading and AIX shared Perl library.
685              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
686              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
687              Hijacked win32/makedef.pl for more general purpose export
688              list building, now it is used (as toplevel makedef.pl)
689              for win32 and AIX (perl_exp.SH made unnecessary).
690              Because the export lists are now correct in AIX, no more linker
691              warnings about "Exported symbol not defined" should appear.
692      Branch: cfgperl
693            + makedef.pl
694            - perl_exp.SH win32/makedef.pl
695            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
696            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
697            ! win32/makefile.mk
698 ____________________________________________________________________________
699 [  3672] By: gsar                                  on 1999/07/14  17:12:13
700         Log: minor efficiency tweak
701      Branch: perl
702            ! pp_ctl.c
703 ____________________________________________________________________________
704 [  3671] By: jhi                                   on 1999/07/14  16:22:39
705         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
706              if its caller re_intuit_start() was entered with strend == strpos
707              because end_shift ended up as -1.  The patch ain't necessarily
708              correct but least the core dump is avoided.
709      Branch: cfgperl
710            ! regexec.c
711 ____________________________________________________________________________
712 [  3670] By: jhi                                   on 1999/07/13  07:59:09
713         Log: Integrate with Sarathy.
714      Branch: cfgperl
715            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
716            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
717           !> (integrate 67 files)
718 ____________________________________________________________________________
719 [  3669] By: gsar                                  on 1999/07/12  06:14:54
720         Log: fixups for sundry warnings about function pointers
721      Branch: perl
722            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
723            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
724            ! win32/win32.c win32/win32.h
725 ____________________________________________________________________________
726 [  3668] By: gsar                                  on 1999/07/12  04:11:58
727         Log: tweaks for win32/borland
728      Branch: perl
729            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
730 ____________________________________________________________________________
731 [  3667] By: gsar                                  on 1999/07/12  01:55:15
732         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
733              builds; passing the implicit context is unified among the three
734              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
735              flavors (see the top of perl.h) for testing; all varargs functions
736              foo() have a va_list-taking variant vfoo() for generating the
737              context-free versions; the PERL_OBJECT build should now be
738              hyper-compatible with CPAN extensions (C++ is totally out of
739              the picture)
740              
741              result has only been tested on Windows
742              
743              TODO: write docs on the THX rationale and idiomatic usage of
744              the Perl API
745      Branch: perl
746            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
747            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
748            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
749            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
750            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
751            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
752            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
753            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
754            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
755            ! global.sym globals.c intrpvar.h iperlsys.h
756            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
757            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
758            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
759            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
760            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
761            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
762            ! win32/dl_win32.xs win32/include/dirent.h
763            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
764            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
765            ! win32/win32iop.h win32/win32sck.c
766 ____________________________________________________________________________
767 [  3666] By: jhi                                   on 1999/07/11  22:00:13
768         Log: Integrate with Sarathy.
769      Branch: cfgperl
770           !> op.c t/op/lex_assign.t
771 ____________________________________________________________________________
772 [  3665] By: jhi                                   on 1999/07/11  21:59:01
773         Log: More manual sync.
774      Branch: cfgperl
775            ! pod/perldelta.pod
776 ____________________________________________________________________________
777 [  3664] By: gsar                                  on 1999/07/11  19:11:07
778         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
779              remedy and related tests via private mail
780      Branch: perl
781            ! op.c t/op/lex_assign.t
782 ____________________________________________________________________________
783 [  3663] By: jhi                                   on 1999/07/11  15:04:37
784         Log: Manual synchronization with Sarathy (some files
785              had drifted apart for no apparent reason), plus
786              I had a typo in dl_vms.xs Sarathy had fixed.
787      Branch: cfgperl
788            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
789 ____________________________________________________________________________
790 [  3662] By: jhi                                   on 1999/07/10  12:23:21
791         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
792              to adapt to the underlying platform (the binary, 0b1..., test
793              was broken in 64-bit platforms).  Also change "hex" in the
794              warning messages to "hexadecimal" to match "binary" and "octal".
795      Branch: cfgperl
796            ! pod/perldiag.pod t/pragma/warn/util util.c
797 ____________________________________________________________________________
798 [  3661] By: jhi                                   on 1999/07/08  21:54:55
799         Log: Integrate with Sarathy.
800      Branch: cfgperl
801           +> perlapi.c perlapi.h
802           !> (integrate 43 files)
803 ____________________________________________________________________________
804 [  3660] By: gsar                                  on 1999/07/08  18:47:35
805         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
806      Branch: perl
807            + perlapi.c perlapi.h
808            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
809            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
810            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
811            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
812            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
813            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
814            ! win32/win32.h
815 ____________________________________________________________________________
816 [  3659] By: gsar                                  on 1999/07/08  18:41:45
817         Log: sundry cleanups for clean build on windows
818      Branch: perl
819            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
820 ____________________________________________________________________________
821 [  3658] By: gsar                                  on 1999/07/08  01:24:25
822         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
823              type mismatch problems
824      Branch: perl
825            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
826            ! t/pragma/warn/op toke.c utf8.c util.c
827 ____________________________________________________________________________
828 [  3657] By: jhi                                   on 1999/07/07  23:01:16
829         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
830      Branch: cfgperl
831            ! pod/perldiag.pod
832           !> Changes configure.com ext/B/B/Deparse.pm
833           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
834           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
835           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
836           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
837           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
838           !> t/pragma/overload.t thread.h vms/vms.c
839 ____________________________________________________________________________
840 [  3656] By: gsar                                  on 1999/07/07  21:04:38
841         Log: integrate cfgperl contents
842      Branch: perl
843           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
844           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
845           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
846            ! Changes
847           !> (integrate 45 files)
848 ____________________________________________________________________________
849 [  3655] By: gsar                                  on 1999/07/07  18:55:45
850         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
851              <pvhp@forte.com>
852      Branch: perl
853            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
854 ____________________________________________________________________________
855 [  3654] By: gsar                                  on 1999/07/07  18:47:03
856         Log: change#1889 mistakenly removed F_SETLK
857      Branch: perl
858            ! ext/Fcntl/Fcntl.xs
859 ____________________________________________________________________________
860 [  3653] By: gsar                                  on 1999/07/07  18:42:42
861         Log: B::Deparse update
862              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
863              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
864              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
865              Subject: [PATCH _57, long] B::Deparse 0.58
866      Branch: perl
867            ! ext/B/B/Deparse.pm
868 ____________________________________________________________________________
869 [  3652] By: gsar                                  on 1999/07/07  18:41:07
870         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
871              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
872              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
873              Subject: Re: [ID 19990705.001] Overloading boolean conversion
874      Branch: perl
875            ! gv.c t/pragma/overload.t
876 ____________________________________________________________________________
877 [  3651] By: gsar                                  on 1999/07/07  17:47:30
878         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
879      Branch: perl
880            ! perlsfio.h
881 ____________________________________________________________________________
882 [  3650] By: gsar                                  on 1999/07/07  17:45:52
883         Log: applied new parts of suggested patch
884              From: Charles Bailey <BAILEY@newman.upenn.edu>
885              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
886              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
887              Subject: [PATCH 5.005_57] Consolidated VMS patch
888      Branch: perl
889            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
890            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
891            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
892            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
893            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
894 ____________________________________________________________________________
895 [  3649] By: jhi                                   on 1999/07/07  13:38:02
896         Log: Sync regcomp warn with reality.
897      Branch: cfgperl
898            ! t/pragma/warn/regcomp
899 ____________________________________________________________________________
900 [  3648] By: jhi                                   on 1999/07/07  13:04:55
901         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
902              resolved manually.
903      Branch: cfgperl
904           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
905           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
906           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
907            - README.lexwarn
908           !> (integrate 79 files)
909 ____________________________________________________________________________
910 [  3647] By: gsar                                  on 1999/07/07  10:32:03
911         Log: From: jan.dubois@ibm.net (Jan Dubois)
912              Date: Thu, 01 Jul 1999 11:17:53 +0200
913              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
914              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
915      Branch: perl
916            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
917            ! lib/ExtUtils/MakeMaker.pm
918 ____________________________________________________________________________
919 [  3646] By: gsar                                  on 1999/07/07  10:27:55
920         Log: fix undocumented IO::Handle functions as suggested
921              by cj10@cam.ac.uk
922      Branch: perl
923            ! ext/IO/lib/IO/Handle.pm
924 ____________________________________________________________________________
925 [  3645] By: gsar                                  on 1999/07/07  10:18:55
926         Log: prohibit thread join()ing itself (from Dan Sugalski)
927      Branch: perl
928            ! ext/Thread/Thread.xs
929 ____________________________________________________________________________
930 [  3644] By: gsar                                  on 1999/07/07  10:14:26
931         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
932              Date: Wed, 30 Jun 1999 14:02:42 -0700
933              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
934              Subject:  [PATCH 5.005_57] Compiler and XSUBS
935      Branch: perl
936            ! ext/B/B/C.pm
937 ____________________________________________________________________________
938 [  3643] By: gsar                                  on 1999/07/07  10:08:38
939         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
940              (from François Désarménien <desar@club-internet.fr>)
941      Branch: perl
942            ! pod/perlsyn.pod
943 ____________________________________________________________________________
944 [  3642] By: gsar                                  on 1999/07/07  10:03:24
945         Log: From: Doug MacEachern <dougm@cp.net>
946              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
947              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
948              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
949      Branch: perl
950            ! ext/B/B.xs
951 ____________________________________________________________________________
952 [  3641] By: gsar                                  on 1999/07/07  10:00:57
953         Log: slightly modified version of suggested patch
954              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
955              Date: Mon, 28 Jun 1999 14:23:59 -0400
956              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
957              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
958      Branch: perl
959            ! ext/POSIX/POSIX.xs
960 ____________________________________________________________________________
961 [  3640] By: gsar                                  on 1999/07/07  09:45:43
962         Log: lexical warnings update (warning.t fails one test
963              due to leaked scalar, investigation pending)
964              From: paul.marquess@bt.com
965              Date: Sat, 26 Jun 1999 23:19:52 +0100
966              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
967              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
968      Branch: perl
969            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
970            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
971            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
972            - README.lexwarn
973            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
974            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
975            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
976            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
977            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
978            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
979            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
980            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
981            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
982            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
983            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
984            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
985            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
986            ! warning.h warning.pl win32/win32.c
987 ____________________________________________________________________________
988 [  3639] By: gsar                                  on 1999/07/07  08:09:30
989         Log: From: Brian Jepson <bjepson@home.com>
990              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
991              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
992              Subject: Patch to JPL example program
993      Branch: perl
994            ! jpl/JPL_Rolo/JPL_Rolo.jpl
995 ____________________________________________________________________________
996 [  3638] By: jhi                                   on 1999/07/07  08:07:58
997         Log: Integrate with Sarathy.
998      Branch: cfgperl
999           !> (integrate 34 files)
1000 ____________________________________________________________________________
1001 [  3637] By: gsar                                  on 1999/07/07  08:07:49
1002         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1003              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
1004              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
1005              Subject: [PATCH _57, long] Eliminate CONDOPs
1006      Branch: perl
1007            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
1008            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1009            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
1010            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
1011            ! pod/perltoc.pod pp_ctl.c pp_hot.c
1012 ____________________________________________________________________________
1013 [  3636] By: gsar                                  on 1999/07/07  07:50:51
1014         Log: adapted suggested patch for IO-1.20x
1015              From: ian@dial.pipex.com
1016              Date:  Fri, 25 Jun 1999 10:39:42 +0100
1017              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
1018              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
1019      Branch: perl
1020            ! ext/IO/lib/IO/Socket.pm
1021 ____________________________________________________________________________
1022 [  3635] By: gsar                                  on 1999/07/07  07:26:05
1023         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
1024      Branch: perl
1025            ! hints/powerux.sh
1026 ____________________________________________________________________________
1027 [  3634] By: gsar                                  on 1999/07/07  07:20:02
1028         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1029              Date: Wed, 23 Jun 1999 16:16:05 +0100
1030              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
1031              Subject: [PATCH 5.005_57] memleak in optimizer
1032      Branch: perl
1033            ! embed.h embed.pl objXSUB.h op.c proto.h
1034 ____________________________________________________________________________
1035 [  3633] By: gsar                                  on 1999/07/07  07:10:52
1036         Log: add do-not-edit caveats for files generated by opcode.pl
1037              (suggested by Hugo van der Sanden)
1038      Branch: perl
1039            ! opcode.h opcode.pl pp.sym pp_proto.h
1040 ____________________________________________________________________________
1041 [  3632] By: gsar                                  on 1999/07/07  06:41:13
1042         Log: better diagnostics on read operations from write-only
1043              filehandles
1044      Branch: perl
1045            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
1046            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1047 ____________________________________________________________________________
1048 [  3631] By: gsar                                  on 1999/07/07  02:03:34
1049         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
1050              by David Muir Sharnoff <muir@idiom.com>)
1051      Branch: perl
1052            ! lib/Sys/Hostname.pm
1053 ____________________________________________________________________________
1054 [  3630] By: gsar                                  on 1999/07/07  01:57:16
1055         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1056              Date: Sun, 20 Jun 1999 17:17:17 -0700
1057              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
1058              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
1059      Branch: perl
1060            ! ext/B/B/CC.pm
1061 ____________________________________________________________________________
1062 [  3629] By: gsar                                  on 1999/07/07  01:46:03
1063         Log: installperl should write normal messages to STDOUT, not STDERR
1064      Branch: perl
1065            ! installperl
1066 ____________________________________________________________________________
1067 [  3628] By: gsar                                  on 1999/07/07  01:41:25
1068         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
1069      Branch: perl
1070            ! hints/bsdos.sh
1071 ____________________________________________________________________________
1072 [  3627] By: gsar                                  on 1999/07/07  00:27:10
1073         Log: make diagnostic on C<my $^I> etc., more readable
1074      Branch: perl
1075            ! op.c
1076 ____________________________________________________________________________
1077 [  3626] By: gsar                                  on 1999/07/06  23:47:27
1078         Log: From: Andy Dougherty <doughera@lafayette.edu>
1079              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
1080              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
1081              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
1082      Branch: perl
1083            ! Makefile.SH utils/Makefile
1084 ____________________________________________________________________________
1085 [  3625] By: jhi                                   on 1999/07/06  21:50:46
1086         Log: Some new files of #3624 missing from MANIFEST.
1087      Branch: cfgperl
1088            ! MANIFEST
1089 ____________________________________________________________________________
1090 [  3624] By: jhi                                   on 1999/07/06  21:47:04
1091         Log: POSIX [[:character class:]] support for standard, locale,
1092              and utf8.  If both utf8 and locale are on, utf8 wins.
1093              I don't fully understand why so many tables changed in
1094              lib/unicode because of "make" -- maybe it was just overdue.
1095      Branch: cfgperl
1096            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
1097            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
1098            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
1099            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
1100            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
1101            ! lib/unicode/Block.pl lib/unicode/Category.pl
1102            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1103            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
1104            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
1105            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
1106            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
1107            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
1108            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
1109            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
1110            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
1111            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
1112            ! t/pragma/warn/regcomp utf8.c
1113 ____________________________________________________________________________
1114 [  3623] By: gsar                                  on 1999/07/06  20:52:48
1115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1116              Date: Wed, 16 Jun 1999 14:57:22 -0400
1117              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
1118              Subject: [PATCH 5.00557] Devel::Peek
1119      Branch: perl
1120            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
1121 ____________________________________________________________________________
1122 [  3622] By: gsar                                  on 1999/07/06  20:22:59
1123         Log: applied patch after demunging headers with appropriate paths
1124              From: "Vishal Bhatia" <vishalb@my-deja.com>
1125              Date: Sat, 12 Jun 1999 08:23:59 -0700
1126              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
1127              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
1128      Branch: perl
1129            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
1130            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
1131 ____________________________________________________________________________
1132 [  3621] By: gsar                                  on 1999/07/06  20:10:50
1133         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1134              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
1135              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
1136              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
1137      Branch: perl
1138            ! doio.c
1139 ____________________________________________________________________________
1140 [  3620] By: jhi                                   on 1999/07/06  19:16:47
1141         Log: Mention EPOC and SOCKS.
1142      Branch: cfgperl
1143            ! pod/perldelta.pod
1144 ____________________________________________________________________________
1145 [  3619] By: gsar                                  on 1999/07/06  16:52:37
1146         Log: fix int vs STRLEN issue
1147      Branch: perl
1148            ! pp.c
1149 ____________________________________________________________________________
1150 [  3618] By: jhi                                   on 1999/07/06  16:52:20
1151         Log: There ain't Perl_atonv().
1152      Branch: cfgperl
1153            ! ext/ByteLoader/bytecode.h
1154 ____________________________________________________________________________
1155 [  3617] By: jhi                                   on 1999/07/06  15:55:22
1156         Log: Integrate with Sarathy.
1157      Branch: cfgperl
1158           !> Makefile.SH
1159 ____________________________________________________________________________
1160 [  3616] By: jhi                                   on 1999/07/06  15:54:09
1161         Log: Tweak for #3613.
1162      Branch: cfgperl
1163            ! Configure config_h.SH
1164 ____________________________________________________________________________
1165 [  3615] By: gsar                                  on 1999/07/06  11:00:21
1166         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1167              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
1168              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
1169              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
1170      Branch: perl
1171            ! Makefile.SH
1172 ____________________________________________________________________________
1173 [  3614] By: jhi                                   on 1999/07/06  10:44:48
1174         Log: Integrate with Sarathy.
1175      Branch: cfgperl
1176           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
1177           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
1178 ____________________________________________________________________________
1179 [  3613] By: jhi                                   on 1999/07/06  10:43:20
1180         Log: From: Nathan Kurz <nate@valleytel.net>
1181              Subject: [ID 19990612.001 compiling three deep modules within ext/]
1182              ply-To: nate@valleytel.net
1183              erl5-porters@perl.org
1184              Date: Sat, 12 Jun 1999 01:26:04 -0500
1185              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
1186      Branch: cfgperl
1187            ! Configure config_h.SH
1188 ____________________________________________________________________________
1189 [  3612] By: gsar                                  on 1999/07/06  10:17:52
1190         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1191              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
1192              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
1193              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
1194      Branch: perl
1195            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
1196 ____________________________________________________________________________
1197 [  3611] By: gsar                                  on 1999/07/06  09:51:20
1198         Log: From: pvhp@forte.com (Peter Prymmer)
1199              Date: Fri, 11 Jun 99 17:07:19 PDT
1200              Message-Id: <9906120007.AA13802@forte.com>
1201              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
1202      Branch: perl
1203            ! ext/IO/lib/IO/File.pm
1204 ____________________________________________________________________________
1205 [  3610] By: gsar                                  on 1999/07/06  09:37:37
1206         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
1207              tweak)
1208              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1209              Date: Wed, 09 Jun 1999 18:27:51 +0100
1210              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
1211              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
1212      Branch: perl
1213            ! perl.h t/base/rs.t
1214 ____________________________________________________________________________
1215 [  3609] By: jhi                                   on 1999/07/06  09:28:48
1216         Log: Integrate with Sarathy.
1217      Branch: cfgperl
1218           !> (integrate 49 files)
1219 ____________________________________________________________________________
1220 [  3608] By: gsar                                  on 1999/07/06  09:28:21
1221         Log: test tweak
1222      Branch: perl
1223            ! t/pragma/warn/op
1224 ____________________________________________________________________________
1225 [  3607] By: jhi                                   on 1999/07/06  09:22:48
1226         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
1227      Branch: cfgperl
1228            ! Configure config_h.SH
1229 ____________________________________________________________________________
1230 [  3606] By: gsar                                  on 1999/07/06  09:05:02
1231         Log: applied slightly tweaked version of suggested patch for
1232              improved RE API
1233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1234              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
1235              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
1236              Subject: [PATCH 5.005_57] REx engine rehash
1237      Branch: perl
1238            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
1239            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
1240            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
1241            ! util.c
1242 ____________________________________________________________________________
1243 [  3605] By: gsar                                  on 1999/07/06  08:54:03
1244         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
1245      Branch: perl
1246            ! sv.c
1247 ____________________________________________________________________________
1248 [  3604] By: gsar                                  on 1999/07/06  07:08:30
1249         Log: From: paul.marquess@bt.com
1250              Date: Tue, 8 Jun 1999 22:37:58 +0100 
1251              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
1252              Subject: [PATCH 5.005_57] DB_File 1.67
1253      Branch: perl
1254            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1255            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1256 ____________________________________________________________________________
1257 [  3603] By: gsar                                  on 1999/07/06  07:04:50
1258         Log: From: paul.marquess@bt.com
1259              Date: Tue, 8 Jun 1999 22:34:01 +0100 
1260              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
1261              Subject: [PATCH 5.005_57] DBM Filters
1262      Branch: perl
1263            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1264            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
1265            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
1266            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
1267 ____________________________________________________________________________
1268 [  3602] By: gsar                                  on 1999/07/06  07:00:01
1269         Log: slightly tweaked version of suggested patch
1270              From: Dan Sugalski <sugalskd@ous.edu>
1271              Date: Tue, 08 Jun 1999 14:09:38 -0700
1272              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
1273              Subject: [PATCH 5.005_57]Use NV instead of double in the core
1274      Branch: perl
1275            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
1276            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
1277            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
1278            ! proto.h sv.c sv.h toke.c universal.c util.c
1279 ____________________________________________________________________________
1280 [  3601] By: gsar                                  on 1999/07/06  06:52:57
1281         Log: integrate cfgperl contents into mainline
1282      Branch: perl
1283           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1284           +> epoc/perl.mmp epoc/perl.pkg
1285           !> (integrate 30 files)
1286 ____________________________________________________________________________
1287 [  3598] By: jhi                                   on 1999/07/05  20:02:55
1288         Log: Integrate with mainperl.
1289      Branch: cfgperl
1290           +> lib/CGI/Pretty.pm
1291           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
1292           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
1293           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
1294           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
1295           !> vms/vmsish.h
1296 ____________________________________________________________________________
1297 [  3597] By: jhi                                   on 1999/07/05  19:59:48
1298         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
1299              that addresses the notorious "Additional libraries" question.
1300      Branch: cfgperl
1301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1302            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
1303            ! pp_sys.c
1304 ____________________________________________________________________________
1305 [  3596] By: gsar                                  on 1999/07/05  18:30:51
1306         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1307              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
1308              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
1309              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
1310      Branch: perl
1311            ! pp_sys.c t/lib/io_udp.t
1312 ____________________________________________________________________________
1313 [  3595] By: gsar                                  on 1999/07/05  18:29:08
1314         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1315              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
1316              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
1317              Subject: [PATCH 5.00557] Setting $^E wipes out $!
1318      Branch: perl
1319            ! mg.c
1320 ____________________________________________________________________________
1321 [  3594] By: gsar                                  on 1999/07/05  18:24:53
1322         Log: hand-apply whitespace mutiliated patch
1323              From: Dan Sugalski <sugalskd@osshe.edu>
1324              Date: Mon, 07 Jun 1999 14:46:42 -0700
1325              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
1326              Subject: [PATCH 5.005_57]Updated VMS patch
1327      Branch: perl
1328            ! thread.h vms/descrip_mms.template vms/subconfigure.com
1329            ! vms/vms.c vms/vmsish.h
1330 ____________________________________________________________________________
1331 [  3593] By: gsar                                  on 1999/07/05  17:53:04
1332         Log: applied parts not duplicated by previous patches
1333              From: "Vishal Bhatia" <vishalb@my-deja.com>
1334              Date: Sat, 05 Jun 1999 08:42:17 -0700
1335              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
1336              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
1337      Branch: perl
1338            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
1339            ! ext/B/B/Stackobj.pm
1340 ____________________________________________________________________________
1341 [  3592] By: jhi                                   on 1999/07/05  17:17:22
1342         Log: AIX threaded build, plus few more on the side.
1343      Branch: cfgperl
1344            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
1345            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1346            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
1347            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
1348 ____________________________________________________________________________
1349 [  3591] By: gsar                                  on 1999/07/05  16:52:34
1350         Log: "\e" and "\a" didn't produce right escape under EBCDIC
1351              From: pvhp@forte.com (Peter Prymmer)
1352              Date: Fri, 4 Jun 99 12:00:27 PDT
1353              Message-Id: <9906041900.AA28387@forte.com>
1354              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
1355      Branch: perl
1356            ! toke.c
1357 ____________________________________________________________________________
1358 [  3590] By: gsar                                  on 1999/07/05  16:40:01
1359         Log: s/scalar ref constructor/single ref constructor/ (suggested
1360              by Stephen McCamant)
1361      Branch: perl
1362            ! opcode.h opcode.pl
1363 ____________________________________________________________________________
1364 [  3589] By: gsar                                  on 1999/07/05  16:34:06
1365         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
1366      Branch: perl
1367            ! ext/GDBM_File/GDBM_File.xs
1368 ____________________________________________________________________________
1369 [  3588] By: gsar                                  on 1999/07/05  16:29:39
1370         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
1371              is unchanged still)
1372      Branch: perl
1373            ! op.c
1374 ____________________________________________________________________________
1375 [  3587] By: jhi                                   on 1999/07/05  10:31:43
1376         Log: Make perl_exp.SH smarter about what to include and what to exclude.
1377      Branch: cfgperl
1378            ! perl_exp.SH
1379 ____________________________________________________________________________
1380 [  3586] By: jhi                                   on 1999/07/05  09:29:31
1381         Log: Remove unnecessary and extraneous my $i = 0.
1382      Branch: cfgperl
1383            ! bytecode.pl
1384 ____________________________________________________________________________
1385 [  3585] By: jhi                                   on 1999/07/05  07:28:59
1386         Log: Integrate with mainperl.
1387      Branch: cfgperl
1388           !> (integrate 30 files)
1389 ____________________________________________________________________________
1390 [  3584] By: gsar                                  on 1999/07/05  05:36:28
1391         Log: From: Vishal Bhatia <vishalb@hotmail.com>
1392              Date: Thu, 03 Jun 1999 00:57:48 PDT
1393              Message-ID: <19990603075749.86665.qmail@hotmail.com>
1394              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
1395      Branch: perl
1396            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
1397 ____________________________________________________________________________
1398 [  3583] By: gsar                                  on 1999/07/05  05:31:19
1399         Log: suppress fancy display when in verbose mode (suggested by
1400              Paul Johnson <pjcj@transeda.com>)
1401      Branch: perl
1402            ! lib/Test/Harness.pm
1403 ____________________________________________________________________________
1404 [  3582] By: gsar                                  on 1999/07/05  05:17:12
1405         Log: cygwin32 update
1406              From: "Fifer, Eric" <EFifer@sanwaint.com>
1407              Date:  Wed, 2 Jun 1999 15:16:05 +0100
1408              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
1409              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
1410      Branch: perl
1411            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
1412            ! cygwin32/build-instructions.READFIRST
1413            ! cygwin32/build-instructions.charles-wilson
1414            ! cygwin32/build-instructions.sebastien-barre
1415            ! cygwin32/build-instructions.steven-morlock
1416            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
1417            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
1418            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
1419            ! t/op/magic.t util.c
1420 ____________________________________________________________________________
1421 [  3581] By: gsar                                  on 1999/07/05  02:46:18
1422         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
1423      Branch: perl
1424            ! util.c
1425 ____________________________________________________________________________
1426 [  3580] By: gsar                                  on 1999/07/05  02:38:03
1427         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
1428              Date: Mon, 31 May 1999 18:18:13 -0600
1429              Message-ID: <19990601001813.AAA17834@csgsystems.com>
1430              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
1431      Branch: perl
1432            ! t/TEST t/UTEST t/harness utils/perlcc.PL
1433 ____________________________________________________________________________
1434 [  3579] By: gsar                                  on 1999/07/05  01:20:58
1435         Log: compatibility tweak for Class::Struct
1436      Branch: perl
1437            ! lib/Class/Struct.pm
1438 ____________________________________________________________________________
1439 [  3578] By: jhi                                   on 1999/07/04  23:26:01
1440         Log: Miscellaneus AIX fixes + SOCKS support.
1441      Branch: cfgperl
1442            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1443            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
1444            ! hints/aix.sh pp_sys.c
1445 ____________________________________________________________________________
1446 [  3577] By: gsar                                  on 1999/07/04  23:07:39
1447         Log: test tweak
1448      Branch: perl
1449            ! t/io/openpid.t
1450 ____________________________________________________________________________
1451 [  3576] By: jhi                                   on 1999/07/04  22:39:23
1452         Log: Integrate with mainperl.
1453      Branch: cfgperl
1454           +> t/io/openpid.t
1455            - win32/perlhost.h
1456           !> (integrate 51 files)
1457 ____________________________________________________________________________
1458 [  3575] By: jhi                                   on 1999/07/04  22:26:48
1459         Log: Added 64-bit support for AIX 4.3 or better
1460              based on Martin H. Rusoff's observations.
1461      Branch: cfgperl
1462            ! Configure config_h.SH hints/aix.sh
1463 ____________________________________________________________________________
1464 [  3574] By: jhi                                   on 1999/07/04  21:34:47
1465         Log: Do not throw away gccvers compilation errors.
1466              From: Andy Dougherty <doughera@lafayette.edu>
1467              To: Ron Seguin <rseguin@on.bell.ca>
1468              Cc: Perl Porters <perl5-porters@perl.org>
1469              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
1470              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
1471              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
1472      Branch: cfgperl
1473            ! Configure config_h.SH
1474 ____________________________________________________________________________
1475 [  3573] By: gsar                                  on 1999/07/04  21:10:32
1476         Log: adapted suggested tests for addition to testsuite
1477              From: RonaldWS@aol.com
1478              Date:  Sun, 30 May 1999 16:27:28 EDT
1479              Message-Id:  <25cd799f.2482f930@aol.com>
1480              Subject: [19990530.007] Open with pipe | does not return pid under win32
1481      Branch: perl
1482            + t/io/openpid.t
1483            ! MANIFEST win32/win32.c
1484 ____________________________________________________________________________
1485 [  3572] By: gsar                                  on 1999/07/04  20:29:32
1486         Log: perl_run() should call my_exit(0) for normal completion
1487      Branch: perl
1488            ! perl.c
1489 ____________________________________________________________________________
1490 [  3571] By: jhi                                   on 1999/07/04  20:10:44
1491         Log: Add test for change #3568 plus general cleanup.
1492      Branch: cfgperl
1493            ! t/pragma/locale.t
1494 ____________________________________________________________________________
1495 [  3570] By: gsar                                  on 1999/07/04  20:03:21
1496         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
1497              overloading
1498      Branch: perl
1499            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1500            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
1501 ____________________________________________________________________________
1502 [  3569] By: gsar                                  on 1999/07/04  18:04:48
1503         Log: make AIX dynaloading work when libperl is shared (and thus under
1504              mod_perl etc.)
1505              From: Jens-Uwe Mager <jum@helios.de>
1506              Date:  Sat, 29 May 1999 17:09:52 +0200
1507              Message-Id:  <199905291509.RAA43978@ans.helios.de>
1508              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
1509      Branch: perl
1510            ! ext/DynaLoader/dl_aix.xs
1511 ____________________________________________________________________________
1512 [  3568] By: jhi                                   on 1999/07/04  14:54:23
1513         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
1514              This resulted for example in the 'o' magic not being cleared by
1515              magic_setcollxfrm(), which resulted in strange cmp results.
1516              The bug was reported originally in the message
1517              Subject: Bug with locale
1518              From: Jan Starzynski <jan@planet.de> 
1519              To: perlbug@perl.com 
1520              Date: Fri, 09 Apr 1999 13:23:07 +0200 
1521              Message-ID: <370DE31B.DAEE1332@planet.de> 
1522      Branch: cfgperl
1523            ! pp.c
1524 ____________________________________________________________________________
1525 [  3567] By: gsar                                  on 1999/07/04  02:38:34
1526         Log: remove misleading info on defined(&func), unclutter deprecation
1527              about defined(@array)
1528      Branch: perl
1529            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1530            ! t/pragma/warn/op
1531 ____________________________________________________________________________
1532 [  3566] By: gsar                                  on 1999/07/04  01:46:31
1533         Log: From: jan.dubois@ibm.net (Jan Dubois)
1534              Date: Wed, 26 May 1999 22:07:17 +0200
1535              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
1536              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
1537      Branch: perl
1538            ! Changes win32/win32.c win32/win32.h
1539 ____________________________________________________________________________
1540 [  3565] By: gsar                                  on 1999/07/04  01:26:02
1541         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
1542              for win32 issues)
1543      Branch: perl
1544            ! pod/perlxstut.pod
1545 ____________________________________________________________________________
1546 [  3564] By: gsar                                  on 1999/07/02  03:09:04
1547         Log: avoid warnings
1548      Branch: perl
1549            ! ext/Thread/Thread/Specific.pm lib/fields.pm
1550 ____________________________________________________________________________
1551 [  3563] By: gsar                                  on 1999/06/28  19:23:47
1552         Log: inc version (for CPAN.pm sanity)
1553      Branch: perl
1554            ! lib/Text/ParseWords.pm
1555 ____________________________________________________________________________
1556 [  3562] By: gsar                                  on 1999/06/28  19:19:01
1557         Log: regen perltoc
1558      Branch: perl
1559            ! pod/perltoc.pod
1560 ____________________________________________________________________________
1561 [  3561] By: gsar                                  on 1999/06/28  19:08:41
1562         Log: From: Damian Conway <damian@cs.monash.edu.au>
1563              Date: Wed, 26 May 1999 00:58:35 -0400
1564              Message-Id: <199905260458.AAA06411@defender.perl.org>
1565              Subject: [19990526.002] Misc. improvements to Class:Struct
1566      Branch: perl
1567            ! MANIFEST lib/Class/Struct.pm
1568 ____________________________________________________________________________
1569 [  3560] By: gsar                                  on 1999/06/28  18:50:52
1570         Log: remove bogus PL_optype_size
1571      Branch: perl
1572            ! bytecode.pl ext/ByteLoader/byterun.h
1573 ____________________________________________________________________________
1574 [  3559] By: gsar                                  on 1999/06/28  18:22:26
1575         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
1576      Branch: perl
1577            + lib/CGI/Pretty.pm
1578            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
1579            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
1580            ! t/lib/cgi-html.t t/lib/cgi-request.t
1581 ____________________________________________________________________________
1582 [  3558] By: jhi                                   on 1999/06/28  07:30:21
1583         Log: Change Olaf Lebbe's email address.
1584      Branch: cfgperl
1585            ! README.epoc
1586 ____________________________________________________________________________
1587 [  3557] By: gsar                                  on 1999/06/28  00:07:33
1588         Log: make autogenerated files writable
1589      Branch: perl
1590            - win32/perlhost.h
1591            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
1592            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
1593            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
1594            ! proto.h regnodes.h warning.h win32/config_H.bc
1595            ! win32/config_H.gc win32/config_H.vc
1596 ____________________________________________________________________________
1597 [  3556] By: jhi                                   on 1999/06/27  19:22:53
1598         Log: Update MANIFEST to match #3555.
1599      Branch: cfgperl
1600            ! MANIFEST
1601 ____________________________________________________________________________
1602 [  3555] By: jhi                                   on 1999/06/27  19:16:22
1603         Log: EPOC port to Psion5.
1604              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1605              To: Jarkko Hietaniemi <jhi@iki.fi>
1606              Cc: perl5-porters@perl.org
1607              Subject: Re: Psion5
1608              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
1609              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
1610      Branch: cfgperl
1611            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1612            + epoc/perl.mmp epoc/perl.pkg
1613            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
1614            ! perl.h sv.c util.c
1615 ____________________________________________________________________________
1616 [  3554] By: jhi                                   on 1999/06/27  18:50:52
1617         Log: Integrate from mainperl.
1618      Branch: cfgperl
1619           !> (integrate 48 files)
1620 ____________________________________________________________________________
1621 [  3553] By: gsar                                  on 1999/06/27  14:28:49
1622         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
1623              gone from the public API); PERL_OBJECT builds again on
1624              windows
1625              
1626              TODO: namespace-clean the typedefs in iperlsys.h and
1627              elsewhere; remove C++ remnants from public headers
1628      Branch: perl
1629            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
1630            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1631            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1632            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
1633            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
1634            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
1635            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
1636            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
1637            ! win32/config.gc win32/config.vc win32/dl_win32.xs
1638            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1639            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
1640            ! win32/win32sck.c
1641 ____________________________________________________________________________
1642 [  3552] By: gsar                                  on 1999/06/27  13:49:31
1643         Log: integrate cfgperl changes into mainline
1644      Branch: perl
1645           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1646           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1647           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1648           !> util.c
1649 ____________________________________________________________________________
1650 [  3551] By: gsar                                  on 1999/06/27  13:31:11
1651         Log: fix indents
1652      Branch: perl
1653            ! op.c
1654 ____________________________________________________________________________
1655 [  3550] By: gsar                                  on 1999/06/24  22:42:53
1656         Log: update Changes
1657      Branch: perl
1658            ! Changes
1659 ____________________________________________________________________________
1660 [  3549] By: gsar                                  on 1999/06/24  22:41:17
1661         Log: avoid race condition in the CAPI extension bootstrap handler
1662      Branch: perl
1663            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
1664 ____________________________________________________________________________
1665 [  3548] By: gsar                                  on 1999/06/24  22:39:53
1666         Log: sanity check to cover the case when perl is installed into the
1667              X:\ (drive root)
1668      Branch: perl
1669            ! win32/win32.c
1670 ____________________________________________________________________________
1671 [  3547] By: gsar                                  on 1999/06/22  19:30:32
1672         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
1673      Branch: perl
1674            ! lib/Tie/RefHash.pm
1675 ____________________________________________________________________________
1676 [  3544] By: jhi                                   on 1999/06/18  19:24:28
1677         Log: Tidy up #3542 and #3543. 
1678      Branch: cfgperl
1679            ! t/pragma/locale.t util.c
1680 ____________________________________________________________________________
1681 [  3543] By: jhi                                   on 1999/06/18  10:28:45
1682         Log: Spice up locale.t.
1683      Branch: cfgperl
1684            ! t/pragma/locale.t
1685 ____________________________________________________________________________
1686 [  3542] By: jhi                                   on 1999/06/17  22:42:03
1687         Log: Fixed two long-standing locale bugs.
1688              
1689              Both problems were related to numeric locale which
1690              controls the radix character aka the decimal separator.
1691              (1) printf (and sprintf) were resetting the numeric locale to C.
1692              (2) Using locale-numerically formatted floating point
1693              numbers (e.g. "1,23") together with -w caused warnings about
1694              "isn't numeric".  The operations were working fine, though,
1695              because atof() was using the local locale.
1696              Both problems reported by Stefan Vogtner.
1697              
1698              Introduced a wrapper for atof() that attempts to convert
1699              the string both ways.  This helps Perl to understand
1700              numbers like this "4.56" even when using a local locale
1701              makes atof() understand only numbers like this "7,89".
1702              
1703              Remaining related problems, both of which existed before
1704              this patch and continue to exist after this patch:
1705              (a) The behaviour of print() is _not_ as documented by perllocale.
1706              Instead of always using the C locale, print() does use the
1707              local locale, just like the *printf() do.  This may be fixable
1708              now that switching to-and-fro between locales has been made
1709              more consistent, but fixing print() would change existing
1710              behaviour.  perllocale is not changed by this patch.
1711              (b) If a number has been stringified (say, via "$number") under
1712              a local locale, the cached string value persists even under
1713              "no locale".  This may or may not be a problem: operations
1714              work fine because the original number is still there, but
1715              that the string form keeps its locale-ish outlook may be
1716              somewhat confusing.
1717      Branch: cfgperl
1718            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1719            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1720            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1721            ! util.c
1722 ____________________________________________________________________________
1723 [  3541] By: jhi                                   on 1999/06/17  20:00:16
1724         Log: Integrate from mainperl.
1725      Branch: cfgperl
1726           !> ext/Data/Dumper/Dumper.pm op.c
1727 ____________________________________________________________________________
1728 [  3540] By: gsar                                  on 1999/06/16  16:49:55
1729         Log: dump C<0> as such, not C<'0'>
1730      Branch: perl
1731            ! ext/Data/Dumper/Dumper.pm
1732 ____________________________________________________________________________
1733 [  3539] By: gsar                                  on 1999/06/13  04:04:40
1734         Log: fix coredumper in change#3498
1735      Branch: perl
1736            ! op.c
1737 ____________________________________________________________________________
1738 [  3538] By: jhi                                   on 1999/06/12  22:01:26
1739         Log: Integrate from mainperl.
1740      Branch: cfgperl
1741           +> lib/caller.pm
1742           !> (integrate 36 files)
1743 ____________________________________________________________________________
1744 [  3537] By: gsar                                  on 1999/06/12  06:43:03
1745         Log: EXTERN_C declarations for global arrays in various
1746              headers, so perl can be built even in C++ mode; win32
1747              build fixups; regen headers
1748      Branch: perl
1749            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
1750            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
1751 ____________________________________________________________________________
1752 [  3536] By: gsar                                  on 1999/06/12  06:38:21
1753         Log: caller.pm typos
1754      Branch: perl
1755            ! lib/caller.pm
1756 ____________________________________________________________________________
1757 [  3535] By: gsar                                  on 1999/06/11  23:13:54
1758         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
1759              is temporarily gone
1760      Branch: perl
1761            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
1762            ! pod/perldelta.pod proto.h win32/perllib.c
1763 ____________________________________________________________________________
1764 [  3534] By: gsar                                  on 1999/06/11  20:41:51
1765         Log: implement C<use caller 'encoding'>
1766      Branch: perl
1767            + lib/caller.pm
1768            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
1769 ____________________________________________________________________________
1770 [  3533] By: gsar                                  on 1999/06/11  16:51:04
1771         Log: truncate() has a peculiar exemption from strict barewords, even
1772              though it has a non-filehandle prototype
1773      Branch: perl
1774            ! op.c t/io/fs.t
1775 ____________________________________________________________________________
1776 [  3532] By: gsar                                  on 1999/06/11  09:09:16
1777         Log: GDBM tweak
1778      Branch: perl
1779            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
1780 ____________________________________________________________________________
1781 [  3531] By: gsar                                  on 1999/06/10  23:34:19
1782         Log: part of the platform changes for IMPLICIT_CONTEXT
1783      Branch: perl
1784            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
1785            ! jpl/PerlInterpreter/PerlInterpreter.c
1786            ! jpl/PerlInterpreter/PerlInterpreter.h
1787            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
1788            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
1789 ____________________________________________________________________________
1790 [  3530] By: jhi                                   on 1999/06/10  20:55:56
1791         Log: Integrate from mainperl.
1792      Branch: cfgperl
1793           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1794 ____________________________________________________________________________
1795 [  3529] By: gsar                                  on 1999/06/10  20:40:01
1796         Log: DB_File tweaks for IMPLICIT CONTEXT
1797      Branch: perl
1798            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1799 ____________________________________________________________________________
1800 [  3528] By: jhi                                   on 1999/06/10  10:18:15
1801         Log: Integrate from mainperl.
1802      Branch: cfgperl
1803           !> (integrate 105 files)
1804 ____________________________________________________________________________
1805 [  3527] By: gsar                                  on 1999/06/10  09:30:35
1806         Log: most globals are now interpreter local; locale initialization
1807              was too early, defer it until interpreter is allocated and
1808              initialized; multiple interpreters should now be
1809              concurrency-safe (untested)
1810      Branch: perl
1811            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
1812            ! perlvars.h
1813 ____________________________________________________________________________
1814 [  3526] By: gsar                                  on 1999/06/10  08:38:00
1815         Log: fix small nits
1816      Branch: perl
1817            ! cc_runtime.h ext/B/B/CC.pm run.c
1818 ____________________________________________________________________________
1819 [  3525] By: gsar                                  on 1999/06/10  04:41:38
1820         Log: win32 build fixes
1821      Branch: perl
1822            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
1823            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1824            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
1825            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
1826            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1827            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
1828            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1829            ! win32/win32.c win32/win32.h win32/win32sck.c
1830            ! win32/win32thread.c win32/win32thread.h
1831 ____________________________________________________________________________
1832 [  3524] By: gsar                                  on 1999/06/09  18:03:01
1833         Log: more complete support for implicit thread/interpreter pointer,
1834              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
1835              without that enabled):
1836              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
1837              is a noop; tests pass on Solaris; should be faster now!
1838              - MULTIPLICITY has been tested with and without
1839              PERL_IMPLICIT_CONTEXT on Solaris
1840              - improved function database now merged with embed.pl
1841              - everything except the varargs functions have foo(a,b,c) macros
1842              to provide compatibility
1843              - varargs functions default to compatibility variants that
1844              get the context pointer using dTHX
1845              - there should be almost no source compatibility issues as a
1846              result of all this
1847              - dl_foo.xs changes other than dl_dlopen.xs untested
1848              - still needs documentation, fixups for win32 etc
1849              Next step: migrate most non-mutex variables from perlvars.h
1850              to intrpvar.h
1851      Branch: perl
1852            - proto.pl
1853            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
1854            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
1855            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1856            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1857            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
1858            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1859            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
1860            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1861            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1862            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
1863            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1864            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1865            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
1866            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
1867            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
1868            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
1869            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
1870            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
1871            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
1872            ! util.c win32/Makefile win32/makefile.mk writemain.SH
1873 ____________________________________________________________________________
1874 [  3523] By: gsar                                  on 1999/06/07  05:24:13
1875         Log: missed a file
1876      Branch: perl
1877            + proto.pl
1878            ! MANIFEST
1879 ____________________________________________________________________________
1880 [  3522] By: gsar                                  on 1999/06/07  05:18:34
1881         Log: initial stub implementation of implicit thread/this
1882              pointer    argument; builds/tests on Solaris, win32
1883              hasn't been fixed up yet; proto.h, global.sym and
1884              static function decls are now generated from a common
1885              database in proto.pl; some inconsistently named
1886              perl_foo() things are now Perl_foo(), compatibility
1887              #defines provided; perl_foo() (lowercase 'p') reserved
1888              for functions that take an explicit context argument;
1889              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
1890      Branch: perl
1891            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
1892            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
1893            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
1894            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
1895            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
1896            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
1897            ! universal.c utf8.c util.c
1898 ____________________________________________________________________________
1899 [  3521] By: gsar                                  on 1999/06/04  23:00:22
1900         Log: clean up some stray "global" symbols
1901      Branch: perl
1902            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
1903            ! pp_proto.h proto.h
1904 ____________________________________________________________________________
1905 [  3520] By: jhi                                   on 1999/06/02  21:33:28
1906         Log: Integrate from mainperl.
1907      Branch: cfgperl
1908           !> (integrate 94 files)
1909 ____________________________________________________________________________
1910 [  3519] By: gsar                                  on 1999/06/02  07:16:10
1911         Log: avoid dereferencing null pointer from getpwent() et al
1912      Branch: perl
1913            ! pp_sys.c
1914 ____________________________________________________________________________
1915 [  3518] By: gsar                                  on 1999/06/02  04:47:10
1916         Log: remove _() non-ansism
1917      Branch: perl
1918            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
1919            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
1920            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
1921            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
1922            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
1923            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
1924            ! ext/re/re.xs handy.h hv.c iperlsys.h
1925            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
1926            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
1927            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
1928            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
1929            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
1930            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
1931            ! vms/vmsish.h vms/writemain.pl vos/config.h
1932            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
1933            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
1934            ! win32/perllib.c win32/runperl.c win32/win32.h
1935            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
1936            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
1937 ____________________________________________________________________________
1938 [  3517] By: gsar                                  on 1999/06/02  02:17:51
1939         Log: missed a few files
1940      Branch: perl
1941            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
1942 ____________________________________________________________________________
1943 [  3516] By: gsar                                  on 1999/06/02  01:37:33
1944         Log: integrate cfgperl contents into mainline
1945      Branch: perl
1946           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1947           +> ext/ByteLoader/byterun.h
1948            - bytecode.h byterun.c byterun.h
1949            ! Changes
1950           !> (integrate 58 files)
1951 ____________________________________________________________________________
1952 [  3515] By: gsar                                  on 1999/06/02  00:48:50
1953         Log: remove stray K&R-isms
1954      Branch: perl
1955            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
1956            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
1957            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
1958            ! toke.c util.c win32/win32.c x2p/hash.c
1959 ____________________________________________________________________________
1960 [  3514] By: gsar                                  on 1999/06/01  15:55:55
1961         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
1962              strict 'subs'
1963      Branch: perl
1964            ! op.c t/pragma/strict-subs
1965 ____________________________________________________________________________
1966 [  3513] By: jhi                                   on 1999/06/01  07:17:05
1967         Log: Patch applying of #3499 had gone awry.
1968      Branch: cfgperl
1969            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
1970 ____________________________________________________________________________
1971 [  3512] By: gsar                                  on 1999/05/31  19:21:30
1972         Log: tighter -help output
1973      Branch: perl
1974            ! perl.c
1975 ____________________________________________________________________________
1976 [  3511] By: gsar                                  on 1999/05/31  17:18:23
1977         Log: fix memory leak in C<eval 'return sub {...}'>
1978      Branch: perl
1979            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
1980 ____________________________________________________________________________
1981 [  3510] By: gsar                                  on 1999/05/31  14:11:46
1982         Log: tweak C++isms
1983      Branch: perl
1984            ! win32/dl_win32.xs win32/win32.c
1985 ____________________________________________________________________________
1986 [  3509] By: jhi                                   on 1999/05/30  13:02:26
1987         Log: Cleanup of #3488.
1988      Branch: cfgperl
1989            ! Configure config_h.SH
1990 ____________________________________________________________________________
1991 [  3508] By: jhi                                   on 1999/05/30  11:16:01
1992         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1993              To: Mailing list Perl5 <perl5-porters@perl.org>
1994              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
1995              Date: Sat, 29 May 1999 20:18:13 -0400
1996              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
1997      Branch: cfgperl
1998            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
1999 ____________________________________________________________________________
2000 [  3507] By: jhi                                   on 1999/05/29  20:05:40
2001         Log: From: Mark-Jason Dominus <mjd@plover.com>
2002              To: perl5-porters@perl.com
2003              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
2004              Date: Sat, 29 May 1999 14:45:10 -0400
2005              Message-ID: <19990529184510.27557.qmail@plover.com>
2006      Branch: cfgperl
2007            ! op.h
2008 ____________________________________________________________________________
2009 [  3506] By: gsar                                  on 1999/05/29  16:49:39
2010         Log: avoid gv_check() recursive pit
2011      Branch: perl
2012            ! gv.c
2013 ____________________________________________________________________________
2014 [  3505] By: jhi                                   on 1999/05/29  11:38:16
2015         Log: From: jan.dubois@ibm.net (Jan Dubois)
2016              To: Gurusamy Sarathy <gsar@activestate.com>
2017              Cc: perl5-porters@perl.org
2018              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
2019              Date: Sat, 29 May 1999 08:46:22 +0200
2020              Message-ID: <374f8007.2016008@smtp1.ibm.net>
2021      Branch: cfgperl
2022            ! t/op/grent.t t/op/pwent.t
2023 ____________________________________________________________________________
2024 [  3504] By: jhi                                   on 1999/05/29  11:07:10
2025         Log: QNX needs <sys/select.h> to define fd_set.
2026              
2027              From: Norton Allen <allen@huarp.harvard.edu>
2028              To: perl5-porters@perl.org
2029              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
2030              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
2031              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
2032      Branch: cfgperl
2033            ! ext/IO/poll.c
2034 ____________________________________________________________________________
2035 [  3503] By: jhi                                   on 1999/05/29  10:53:31
2036         Log: From: jan.dubois@ibm.net (Jan Dubois)
2037              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
2038              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
2039              Date: Fri, 28 May 1999 20:14:35 +0200
2040              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
2041      Branch: cfgperl
2042            ! lib/Math/BigFloat.pm
2043 ____________________________________________________________________________
2044 [  3502] By: jhi                                   on 1999/05/29  10:44:44
2045         Log: Make Configure support the change #3367,
2046              SysV shadow passwords.
2047      Branch: cfgperl
2048            ! Configure config_h.SH pp_sys.c
2049 ____________________________________________________________________________
2050 [  3501] By: gsar                                  on 1999/05/28  21:22:23
2051         Log: add wide versions of win32 system calls (first step in
2052              globalization); delayload winsock for performance if compiling
2053              with VC 6.0
2054      Branch: perl
2055            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
2056            ! win32/win32.c win32/win32.h
2057 ____________________________________________________________________________
2058 [  3500] By: jhi                                   on 1999/05/28  21:17:24
2059         Log: The new t/lib/io_linenum.t was using stricture
2060              before @INC was set up.
2061      Branch: cfgperl
2062            ! t/lib/io_linenum.t
2063 ____________________________________________________________________________
2064 [  3499] By: jhi                                   on 1999/05/28  17:13:23
2065         Log: From: Tom Hughes <tom@compton.nu>
2066              To: perl5-porters@perl.org
2067              Subject: [PATCH 5.005_57] ByteLoader mark 2
2068              Date: Wed, 26 May 1999 23:59:49 +0100
2069              Message-ID: <bf337a0849.tom@compton.compton.nu>
2070              
2071              plus resolve tiny conflict with #3479
2072              plus regen_headers.
2073      Branch: cfgperl
2074            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2075            + ext/ByteLoader/byterun.h
2076            - bytecode.h byterun.c byterun.h
2077            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
2078            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
2079            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2080            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
2081            ! perl.h perlvars.h proto.h util.c utils/Makefile
2082 ____________________________________________________________________________
2083 [  3498] By: jhi                                   on 1999/05/28  16:53:04
2084         Log: From: Mark-Jason Dominus <mjd@plover.com>
2085              To: perl5-porters@perl.com
2086              Subject: PATCH (5.005_57): defined(@a) now deprecated
2087              Date: Thu, 27 May 1999 16:05:44 -0400
2088              Message-ID: <19990527200544.13330.qmail@plover.com>
2089      Branch: cfgperl
2090            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
2091            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
2092 ____________________________________________________________________________
2093 [  3497] By: jhi                                   on 1999/05/28  16:50:54
2094         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2095              To: perl5-porters@perl.org (Mailing list Perl5)
2096              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
2097              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
2098              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
2099      Branch: cfgperl
2100            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
2101            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
2102 ____________________________________________________________________________
2103 [  3496] By: jhi                                   on 1999/05/28  16:48:39
2104         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2105              To: perl5-porters@perl.org (Mailing list Perl5)
2106              Subject: [PATCH 5.00557] Required OS/2-related patches
2107              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
2108              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
2109      Branch: cfgperl
2110            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
2111            ! t/op/stat.t util.c
2112 ____________________________________________________________________________
2113 [  3495] By: jhi                                   on 1999/05/28  16:45:56
2114         Log: From: Paul Johnson <pjcj@transeda.com>
2115              To: perl5-porters <perl5-porters@perl.org>
2116              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
2117              Date: Fri, 28 May 1999 15:13:54 +0100
2118              Message-ID: <19990528151354.B289@west-tip.transeda.com>
2119      Branch: cfgperl
2120            ! t/TEST
2121 ____________________________________________________________________________
2122 [  3494] By: jhi                                   on 1999/05/28  16:44:34
2123         Log: From: Paul Johnson <pjcj@transeda.com>
2124              To: perl5-porters <perl5-porters@perl.org>
2125              Subject: [PATCH 5.005_57] Fixes related to working local $.
2126              Date: Fri, 28 May 1999 15:11:18 +0100
2127              Message-ID: <19990528151118.A289@west-tip.transeda.com>
2128      Branch: cfgperl
2129            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
2130 ____________________________________________________________________________
2131 [  3493] By: gsar                                  on 1999/05/28  16:37:26
2132         Log: change#3449 wasn't doing enough
2133      Branch: perl
2134            ! op.c t/comp/proto.t
2135 ____________________________________________________________________________
2136 [  3492] By: jhi                                   on 1999/05/28  08:12:23
2137         Log: From: paul.marquess@bt.com
2138              To: doughera@lafayette.edu
2139              Cc: perl5-porters@perl.org
2140              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
2141              Date: Thu, 27 May 1999 23:31:38 +0100
2142              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
2143              
2144              Had to be applied manually; some mailer had munged the patch slightly.
2145      Branch: cfgperl
2146            ! ext/NDBM_File/NDBM_File.xs
2147 ____________________________________________________________________________
2148 [  3491] By: jhi                                   on 1999/05/28  07:51:17
2149         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2150              To: perl5-porters@perl.org
2151              Subject: [PATCH 5.005_57] fixing eval in the compiler
2152              Date: Thu, 27 May 1999 07:56:54 -0700
2153              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
2154      Branch: cfgperl
2155            ! cc_runtime.h scope.h
2156 ____________________________________________________________________________
2157 [  3490] By: jhi                                   on 1999/05/28  07:47:06
2158         Log: From: Andy Dougherty <doughera@lafayette.edu>
2159              To: perlbug@perl.com
2160              Cc: Jarkko Hietaniemi <jhi@iki.fi>
2161              Subject: [PATCH] Configure updates for ISC 4.1
2162              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
2163              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
2164      Branch: cfgperl
2165            ! Configure config_h.SH
2166 ____________________________________________________________________________
2167 [  3489] By: jhi                                   on 1999/05/28  07:39:17
2168         Log: Integrate from mainperl.
2169      Branch: cfgperl
2170           !> malloc.c win32/makedef.pl win32/win32.c
2171 ____________________________________________________________________________
2172 [  3488] By: jhi                                   on 1999/05/27  16:57:19
2173         Log: From: Andy Dougherty <doughera@lafayette.edu>
2174              To: Perl Porters <perl5-porters@perl.org>
2175              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
2176              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
2177              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
2178      Branch: cfgperl
2179            ! Configure config_h.SH hints/sunos_4_1.sh util.c
2180 ____________________________________________________________________________
2181 [  3487] By: gsar                                  on 1999/05/27  03:56:20
2182         Log: make win32_spawnvp() inherit standard handles even when they
2183              may be redirected
2184      Branch: perl
2185            ! win32/win32.c
2186 ____________________________________________________________________________
2187 [  3486] By: jhi                                   on 1999/05/26  19:55:52
2188         Log: From: Andy Dougherty <doughera@lafayette.edu>
2189              To: perl5-porters@perl.org
2190              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
2191              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
2192              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
2193      Branch: cfgperl
2194            ! util.c
2195 ____________________________________________________________________________
2196 [  3485] By: chip                                  on 1999/05/26  17:19:11
2197         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
2198      Branch: maint-5.004/perl
2199            ! Configure
2200 ____________________________________________________________________________
2201 [  3484] By: gsar                                  on 1999/05/26  01:56:28
2202         Log: fix missing exported symbol
2203      Branch: perl
2204            ! malloc.c win32/makedef.pl
2205 ____________________________________________________________________________
2206 [  3483] By: jhi                                   on 1999/05/25  23:08:07
2207         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
2208              
2209              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2210              To: perlbug@perl.com
2211              Subject: OpenBSD hints file update
2212              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
2213              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
2214      Branch: cfgperl
2215            ! hints/openbsd.sh
2216 ____________________________________________________________________________
2217 [  3482] By: jhi                                   on 1999/05/25  23:01:25
2218         Log: From: Tom Hughes <tom@compton.nu>
2219              To: perl5-porters@perl.org
2220              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
2221              Date: Tue, 25 May 1999 23:10:23 +0100
2222              Message-ID: <1ed7f10749.tom@compton.compton.nu>
2223      Branch: cfgperl
2224            ! Configure config_h.SH
2225 ____________________________________________________________________________
2226 [  3481] By: jhi                                   on 1999/05/25  22:31:50
2227         Log: 3479, 3480, 3481 seems logical.
2228      Branch: cfgperl
2229           !> hints/aix.sh
2230 ____________________________________________________________________________
2231 [  3480] By: jhi                                   on 1999/05/25  22:13:39
2232         Log: The change #3479 wasn't perfect.
2233      Branch: perl
2234            ! hints/aix.sh
2235 ____________________________________________________________________________
2236 [  3479] By: jhi                                   on 1999/05/25  21:59:21
2237         Log: Cures for _57 in AIX 4.1.5.0.
2238              (1) The lddlflags lost its -lc by change #3660
2239              (and the politeness of change #3257).
2240              (2) optype_size must end up in perl.exp (as PL_optype_size).
2241              Added it to perlvars.h, fixed bytecode.pl,
2242              regen'ed the relevant headers.
2243      Branch: cfgperl
2244            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
2245            ! perlvars.h
2246      Branch: perl
2247            ! hints/aix.sh
2248 ____________________________________________________________________________
2249 [  3478] By: jhi                                   on 1999/05/25  20:13:47
2250         Log: Integrate from mainperl.
2251      Branch: cfgperl
2252           +> pod/perltootc.pod
2253           !> (integrate 101 files)
2254 ____________________________________________________________________________
2255 [  3477] By: gsar                                  on 1999/05/25  10:43:48
2256         Log: here be 5.005_57
2257      Branch: perl
2258            ! Changes MANIFEST Porting/makerel
2259           !> Changes5.005
2260
2261 ----------------
2262 Version 5.005_57
2263 ----------------
2264
2265 ____________________________________________________________________________
2266 [  3476] By: gsar                                  on 1999/05/25  09:23:43
2267         Log: up patchlevel &c
2268      Branch: perl
2269            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
2270            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2271            ! win32/makefile.mk
2272 ____________________________________________________________________________
2273 [  3475] By: gsar                                  on 1999/05/25  09:14:51
2274         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2275              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
2276              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
2277              Subject: [PATCH 5.005_56] REx engine improvements
2278      Branch: perl
2279            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
2280            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
2281            ! thrdvar.h util.c
2282 ____________________________________________________________________________
2283 [  3474] By: gsar                                  on 1999/05/25  08:39:56
2284         Log: test case for change#3470
2285      Branch: perl
2286            ! t/lib/bigintpm.t
2287 ____________________________________________________________________________
2288 [  3473] By: gsar                                  on 1999/05/25  08:36:52
2289         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
2290      Branch: perl
2291            ! Changes pod/perlport.pod
2292 ____________________________________________________________________________
2293 [  3472] By: gsar                                  on 1999/05/25  08:28:57
2294         Log: assorted tweaks
2295      Branch: perl
2296            ! doio.c iperlsys.h win32/config.bc win32/config.gc
2297            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2298            ! win32/config_H.vc win32/makedef.pl
2299 ____________________________________________________________________________
2300 [  3471] By: gsar                                  on 1999/05/25  06:06:04
2301         Log: perlref update from Tom Christiansen
2302      Branch: perl
2303            ! pod/perlref.pod
2304 ____________________________________________________________________________
2305 [  3470] By: gsar                                  on 1999/05/25  06:03:27
2306         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2307              Date: Mon, 24 May 1999 17:43:56 -0400
2308              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
2309              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
2310      Branch: perl
2311            ! hv.c
2312 ____________________________________________________________________________
2313 [  3469] By: gsar                                  on 1999/05/25  05:59:22
2314         Log: avoid temporary files that have a constant name (from a suggestion
2315              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
2316      Branch: perl
2317            ! lib/ExtUtils/MM_Unix.pm
2318 ____________________________________________________________________________
2319 [  3468] By: gsar                                  on 1999/05/25  05:54:29
2320         Log: From: pvhp@forte.com (Peter Prymmer)
2321              Date: Mon, 24 May 99 11:20:25 PDT
2322              Message-Id: <9905241820.AA28071@forte.com>
2323              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
2324      Branch: perl
2325            ! lib/Pod/Text.pm
2326 ____________________________________________________________________________
2327 [  3467] By: gsar                                  on 1999/05/25  04:08:50
2328         Log: fix glob() bug that resulted in missing symlinks that don't point
2329              anywhere
2330      Branch: perl
2331            ! pp_hot.c
2332 ____________________________________________________________________________
2333 [  3466] By: gsar                                  on 1999/05/25  03:00:00
2334         Log: avoid enumerating @INC contents in diagnostic if @INC was never
2335              searched
2336      Branch: perl
2337            ! pod/perldiag.pod pp_ctl.c
2338 ____________________________________________________________________________
2339 [  3465] By: gsar                                  on 1999/05/25  02:24:08
2340         Log: add caveat about close(PIPE) carelessness
2341      Branch: perl
2342            ! pod/perlfunc.pod
2343 ____________________________________________________________________________
2344 [  3464] By: gsar                                  on 1999/05/24  23:55:53
2345         Log: fix bogus line numbers for void context warnings
2346              (change#2548 was overeager)
2347      Branch: perl
2348            ! op.c
2349 ____________________________________________________________________________
2350 [  3463] By: gsar                                  on 1999/05/24  23:31:58
2351         Log: change#3455 had a typo
2352      Branch: perl
2353            ! pp_ctl.c
2354 ____________________________________________________________________________
2355 [  3462] By: gsar                                  on 1999/05/24  17:32:20
2356         Log: more pod updates from Tom Christiansen; regen perltoc
2357      Branch: perl
2358            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
2359            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
2360 ____________________________________________________________________________
2361 [  3461] By: gsar                                  on 1999/05/24  07:41:32
2362         Log: perlmod notes from Damian Conway (via Tom Christiansen)
2363      Branch: perl
2364            ! pod/perlmod.pod
2365 ____________________________________________________________________________
2366 [  3460] By: gsar                                  on 1999/05/24  07:24:11
2367         Log: major pod update from Tom Christiansen
2368      Branch: perl
2369            + pod/perltootc.pod
2370            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
2371            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
2372            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
2373            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
2374            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
2375            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
2376            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
2377            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
2378            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
2379            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
2380            ! pod/perlxs.pod pod/pod2man.PL
2381 ____________________________________________________________________________
2382 [  3459] By: gsar                                  on 1999/05/24  06:26:48
2383         Log: perlfaq update from Tom Christiansen
2384      Branch: perl
2385            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2386            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2387            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2388            ! pod/perlfaq9.pod
2389 ____________________________________________________________________________
2390 [  3458] By: gsar                                  on 1999/05/24  05:55:11
2391         Log: updated to v1.50 from CPAN
2392      Branch: perl
2393            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2394 ____________________________________________________________________________
2395 [  3457] By: gsar                                  on 1999/05/24  05:46:20
2396         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2397              Date: Sun, 23 May 1999 16:35:07 +0100
2398              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
2399              Subject: [PATCH 5.005_56] name PL_in_eval bits
2400      Branch: perl
2401            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
2402 ____________________________________________________________________________
2403 [  3456] By: gsar                                  on 1999/05/24  05:18:06
2404         Log: make -t mode the default on emacs/dumb terminals
2405      Branch: perl
2406            ! Changes utils/perldoc.PL
2407 ____________________________________________________________________________
2408 [  3455] By: gsar                                  on 1999/05/24  05:05:19
2409         Log: return 0 rather than "" when scalar grep has nothing to iterate
2410              on (brings behavior in line with documentation)
2411      Branch: perl
2412            ! pp_ctl.c
2413 ____________________________________________________________________________
2414 [  3454] By: gsar                                  on 1999/05/24  04:52:52
2415         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
2416              Date: Thu, 20 May 1999 13:27:02 -1000
2417              Message-Id: <E10kcDN-0007TA-00@lapaki>
2418              Subject: Problem with MM_Unix in 5.005_03
2419      Branch: perl
2420            ! lib/ExtUtils/MM_Unix.pm
2421 ____________________________________________________________________________
2422 [  3453] By: gsar                                  on 1999/05/24  04:39:49
2423         Log: avoid removing duplicates in user-generated warnings
2424              From: byron@omix.com (Byron Brummer)
2425              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
2426              Message-Id: <199905201101.EAA91175@thrush.omix.com>
2427              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
2428      Branch: perl
2429            ! lib/diagnostics.pm
2430 ____________________________________________________________________________
2431 [  3452] By: gsar                                  on 1999/05/24  04:23:10
2432         Log: straighten some code to avoid NeXT compiler bugs (from
2433              Geoff Kuenning <geoff@cs.hmc.edu>)
2434      Branch: perl
2435            ! pp_ctl.c
2436 ____________________________________________________________________________
2437 [  3451] By: gsar                                  on 1999/05/24  03:03:05
2438         Log: minor logic tweak for reserved word warning
2439      Branch: perl
2440            ! lib/Test/Harness.pm toke.c
2441 ____________________________________________________________________________
2442 [  3450] By: gsar                                  on 1999/05/24  02:34:20
2443         Log: oops, some files missing in change#3449
2444      Branch: perl
2445            ! op.c op.h toke.c
2446 ____________________________________________________________________________
2447 [  3449] By: gsar                                  on 1999/05/24  02:33:12
2448         Log: allow '*' prototype to autoquote even barewords that happen to be
2449              function names; parens or ampersand continue to force the other
2450              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
2451              do the right thing, for example
2452      Branch: perl
2453            ! t/comp/proto.t
2454 ____________________________________________________________________________
2455 [  3448] By: gsar                                  on 1999/05/24  01:51:24
2456         Log: remove vestiges of PL_last_proto
2457      Branch: perl
2458            ! embedvar.h intrpvar.h objXSUB.h
2459 ____________________________________________________________________________
2460 [  3447] By: gsar                                  on 1999/05/24  01:49:20
2461         Log: redo change#2061 and parts of change#1169 with code in the
2462              parser; PL_last_proto hackery gone, strict 'subs' in now
2463              implemented in the optimizer where specifying the exceptional
2464              cases is much more robust; '*' (bareword) prototype now works
2465              reliably when used in second and subsequent arguments
2466      Branch: perl
2467            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
2468 ____________________________________________________________________________
2469 [  3446] By: gsar                                  on 1999/05/23  05:00:55
2470         Log: remove redundant part of change#1169 superceded by change#2061;
2471              avoid "future reserved word" warning on prototypical bearwords
2472      Branch: perl
2473            ! t/lib/fatal.t toke.c
2474 ____________________________________________________________________________
2475 [  3445] By: gsar                                  on 1999/05/21  23:36:49
2476         Log: s/isspace/isSPACE/g and make sure the CRT version is always
2477              passed an unsigned char (fixes random occurrence of spaces in
2478              arguments containing high-bit chars passed to spawned children,
2479              on win32)
2480      Branch: perl
2481            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
2482 ____________________________________________________________________________
2483 [  3444] By: gsar                                  on 1999/05/21  23:08:55
2484         Log: integrate Configure changes from cfgperl
2485      Branch: perl
2486           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2487           !> config_h.SH
2488 ____________________________________________________________________________
2489 [  3443] By: jhi                                   on 1999/05/21  22:00:56
2490         Log: Integrate from mainperl.
2491      Branch: cfgperl
2492           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
2493           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
2494           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
2495           !> win32/perlhost.h win32/win32.c x2p/walk.c
2496 ____________________________________________________________________________
2497 [  3442] By: jhi                                   on 1999/05/21  21:59:46
2498         Log: fflush.
2499      Branch: cfgperl
2500            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2501            ! config_h.SH
2502 ____________________________________________________________________________
2503 [  3441] By: gsar                                  on 1999/05/21  17:48:55
2504         Log: integrate cfgperl changes
2505      Branch: perl
2506           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2507           !> config_h.SH hints/sunos_4_1.sh installperl
2508 ____________________________________________________________________________
2509 [  3440] By: gsar                                  on 1999/05/21  17:42:49
2510         Log: test tweak
2511      Branch: perl
2512            ! t/comp/proto.t
2513 ____________________________________________________________________________
2514 [  3439] By: gsar                                  on 1999/05/21  17:31:26
2515         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
2516              (Configure fflush(NULL) detection seems broken on Solaris, which
2517              is why I hit the problem)
2518      Branch: perl
2519            ! Changes perl.h
2520 ____________________________________________________________________________
2521 [  3438] By: gsar                                  on 1999/05/20  16:41:01
2522         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
2523      Branch: perl
2524            ! pod/perlport.pod
2525 ____________________________________________________________________________
2526 [  3437] By: jhi                                   on 1999/05/20  07:14:39
2527         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
2528              (via private email).
2529      Branch: cfgperl
2530            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2531            ! config_h.SH hints/sunos_4_1.sh
2532 ____________________________________________________________________________
2533 [  3436] By: gsar                                  on 1999/05/20  05:18:26
2534         Log: various little nits
2535      Branch: perl
2536            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
2537            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
2538            ! win32/perlhost.h win32/win32.c x2p/walk.c
2539 ____________________________________________________________________________
2540 [  3435] By: jhi                                   on 1999/05/18  16:25:49
2541         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2542              To: perl5-porters@perl.org
2543              Subject: installperl
2544              Date: Fri, 14 May 1999 21:34:58 +0100
2545              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
2546      Branch: cfgperl
2547            ! installperl
2548 ____________________________________________________________________________
2549 [  3434] By: jhi                                   on 1999/05/17  21:25:54
2550         Log: Integrate from mainperl.
2551      Branch: cfgperl
2552           +> lib/ExtUtils/MM_Cygwin.pm
2553            - cygwin32/impure_ptr.c
2554           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2555           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2556           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
2557           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
2558           !> x2p/find2perl.PL
2559 ____________________________________________________________________________
2560 [  3433] By: gsar                                  on 1999/05/17  09:49:01
2561         Log: integrate cfgperl changes into mainline
2562      Branch: perl
2563           !> Configure INSTALL config_h.SH configure.com embed.h
2564           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
2565           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
2566           !> util.c
2567 ____________________________________________________________________________
2568 [  3432] By: gsar                                  on 1999/05/17  09:06:45
2569         Log: emit more appropriate diagnostic for failed glob (variant
2570              of patch suggested by Graham Barr)
2571      Branch: perl
2572            ! gv.c pod/perldiag.pod pp.c pp_hot.c
2573 ____________________________________________________________________________
2574 [  3431] By: gsar                                  on 1999/05/17  08:38:09
2575         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2576              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
2577              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
2578              Subject: find2perl does not grok the 'c' suffix to the -size argument
2579      Branch: perl
2580            ! x2p/find2perl.PL
2581 ____________________________________________________________________________
2582 [  3430] By: gsar                                  on 1999/05/17  08:26:21
2583         Log: additional cleanups for cygwin32 port
2584              From: "Fifer, Eric" <EFifer@sanwaint.com>
2585              Date: Wed, 12 May 1999 20:25:54 +0100
2586              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
2587              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
2588      Branch: perl
2589            + lib/ExtUtils/MM_Cygwin.pm
2590            - cygwin32/impure_ptr.c
2591            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2592            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2593            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
2594            ! perl.h util.c
2595 ____________________________________________________________________________
2596 [  3429] By: gsar                                  on 1999/05/17  08:01:04
2597         Log: From: Andy Dougherty <doughera@lafayette.edu>
2598              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2599              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2600              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2601      Branch: perl
2602            ! INSTALL
2603 ____________________________________________________________________________
2604 [  3428] By: jhi                                   on 1999/05/17  07:03:26
2605         Log: Integrate from mainperl modulo the Socket.xs change.
2606      Branch: cfgperl
2607           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
2608           !> win32/win32.c win32/win32.h
2609 ____________________________________________________________________________
2610 [  3427] By: jhi                                   on 1999/05/16  22:09:11
2611         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2612              To: perl5-porters@perl.org (Mailing list Perl5)
2613              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
2614              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
2615              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
2616      Branch: cfgperl
2617            ! ext/Devel/Peek/Peek.xs
2618 ____________________________________________________________________________
2619 [  3426] By: jhi                                   on 1999/05/16  22:07:11
2620         Log: From: Mark-Jason Dominus <mjd@plover.com>
2621              To: perl5-porters@perl.com
2622              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
2623              Date: Sat, 15 May 1999 12:43:47 -0400
2624              Message-ID: <19990515164348.7313.qmail@plover.com>
2625      Branch: cfgperl
2626            ! pod/perldiag.pod
2627 ____________________________________________________________________________
2628 [  3425] By: nick                                  on 1999/05/15  15:56:10
2629         Log: Mingw32 + w32api-0.1.5 tweaks
2630              - now more like other Win32 compilers
2631      Branch: perl
2632            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
2633            ! win32/win32.h
2634 ____________________________________________________________________________
2635 [  3424] By: nick                                  on 1999/05/14  21:04:22
2636         Log: Experimental "slab" allocator for ops.
2637              To try it -DPL_OP_SLAB_ALLOC for op.c 
2638              This is for proof of concept only, it leaks memory 
2639              (ops are not free'd) so don't use in embedded apps.
2640              If this minimalist version does not show performance 
2641              gain then whole idea is worthless. 
2642              Nick see's approx 12% speed up vs perlmalloc running
2643              perl -Ilib -MCPAN -e '' 
2644              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
2645      Branch: perl
2646            ! op.c
2647 ____________________________________________________________________________
2648 [  3423] By: gsar                                  on 1999/05/14  19:55:04
2649         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
2650              found (brings sitelib intuition in line with privlib)
2651      Branch: perl
2652            ! win32/win32.c
2653 ____________________________________________________________________________
2654 [  3422] By: jhi                                   on 1999/05/14  08:08:01
2655         Log: From: pvhp@forte.com (Peter Prymmer)
2656              To: perl5-porters@perl.org, vmsperl@perl.org
2657              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
2658              Date: Thu, 13 May 99 15:29:57 PDT
2659              Message-Id: <9905132229.AA15854@forte.com>
2660      Branch: cfgperl
2661            ! configure.com
2662 ____________________________________________________________________________
2663 [  3421] By: jhi                                   on 1999/05/14  07:34:20
2664         Log: Integrate from mainperl.
2665      Branch: cfgperl
2666           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
2667 ____________________________________________________________________________
2668 [  3420] By: jhi                                   on 1999/05/14  07:33:26
2669         Log: Still fflushing.
2670      Branch: cfgperl
2671            ! Configure config_h.SH util.c
2672 ____________________________________________________________________________
2673 [  3419] By: gsar                                  on 1999/05/14  03:08:29
2674         Log: mortalize string allocations by win32_get_{priv,site}lib()
2675              (fixes small memory leak in interpreter)
2676      Branch: perl
2677            ! win32/win32.c
2678 ____________________________________________________________________________
2679 [  3418] By: gsar                                  on 1999/05/14  03:06:50
2680         Log: make win32_longname() preserve kind of slashes in argument
2681      Branch: perl
2682            ! win32/win32.c
2683 ____________________________________________________________________________
2684 [  3417] By: gsar                                  on 1999/05/14  03:04:44
2685         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
2686      Branch: perl
2687            ! lib/ExtUtils/MM_Unix.pm
2688 ____________________________________________________________________________
2689 [  3416] By: jhi                                   on 1999/05/13  21:18:06
2690         Log: Integrate from mainperl.
2691      Branch: cfgperl
2692           !> pp_ctl.c
2693 ____________________________________________________________________________
2694 [  3415] By: jhi                                   on 1999/05/13  21:16:49
2695         Log: Fixes from Andy Dougherty (via private email).
2696      Branch: cfgperl
2697            ! Configure config_h.SH
2698 ____________________________________________________________________________
2699 [  3414] By: nick                                  on 1999/05/13  20:04:26
2700         Log: valist vs va_list typo
2701      Branch: perl
2702            ! pp_ctl.c
2703 ____________________________________________________________________________
2704 [  3413] By: jhi                                   on 1999/05/13  15:04:05
2705         Log: From: Andy Dougherty <doughera@lafayette.edu>
2706              To: perlbug@perl.com
2707              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2708              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2709              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2710      Branch: cfgperl
2711            ! INSTALL
2712 ____________________________________________________________________________
2713 [  3412] By: jhi                                   on 1999/05/13  14:20:17
2714         Log: Integrate from mainperl.
2715      Branch: cfgperl
2716           !> pp_ctl.c
2717 ____________________________________________________________________________
2718 [  3411] By: gsar                                  on 1999/05/13  14:16:56
2719         Log: docatch_body() declaration mismatch
2720      Branch: perl
2721            ! pp_ctl.c
2722 ____________________________________________________________________________
2723 [  3410] By: jhi                                   on 1999/05/13  13:51:44
2724         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
2725      Branch: cfgperl
2726            ! Configure config_h.SH perl.h
2727 ____________________________________________________________________________
2728 [  3409] By: jhi                                   on 1999/05/13  13:31:53
2729         Log: Still fflushing strong.
2730      Branch: cfgperl
2731            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
2732            ! proto.h util.c
2733 ____________________________________________________________________________
2734 [  3408] By: jhi                                   on 1999/05/12  14:30:23
2735         Log: Integrate from mainperl.
2736      Branch: cfgperl
2737           !> (integrate 30 files)
2738 ____________________________________________________________________________
2739 [  3407] By: jhi                                   on 1999/05/12  12:28:31
2740         Log: Be tidier with fflush(NULL) testing.
2741      Branch: cfgperl
2742            ! Configure config_h.SH
2743 ____________________________________________________________________________
2744 [  3406] By: gsar                                  on 1999/05/12  11:26:03
2745         Log: better range-checking on list slices, with test
2746              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2747              Date: Sun, 02 May 1999 17:02:53 +0100
2748              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
2749              Subject: Re: List slice of undefs returns 0 items 
2750      Branch: perl
2751            ! pp.c t/op/list.t
2752 ____________________________________________________________________________
2753 [  3405] By: gsar                                  on 1999/05/12  11:22:27
2754         Log: change#3397 needs test tweak
2755      Branch: perl
2756            ! Changes t/pragma/warn/sv
2757 ____________________________________________________________________________
2758 [  3404] By: gsar                                  on 1999/05/12  11:07:44
2759         Log: typo in change#3397
2760      Branch: perl
2761            ! doop.c
2762 ____________________________________________________________________________
2763 [  3403] By: gsar                                  on 1999/05/12  10:49:01
2764         Log: From: Stephen Zander <gibreel@pobox.com>
2765              Date: 12 May 1999 01:22:31 -0700
2766              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
2767              Subject: Re: Test::Harness runs tainted tests with wrong library path
2768      Branch: perl
2769            ! lib/Test/Harness.pm
2770 ____________________________________________________________________________
2771 [  3402] By: gsar                                  on 1999/05/12  10:42:06
2772         Log: typo in change#3400
2773      Branch: perl
2774            ! ext/B/B/Deparse.pm
2775 ____________________________________________________________________________
2776 [  3401] By: jhi                                   on 1999/05/12  10:40:42
2777         Log: A better, shinier, and possibly even correctly working
2778              reincarnation of #3398.
2779      Branch: cfgperl
2780            ! Configure config_h.SH
2781 ____________________________________________________________________________
2782 [  3400] By: gsar                                  on 1999/05/12  10:40:11
2783         Log: deparse \&func() as \(&func()) for clarity
2784              From: Albert Dvornik <bert@genscan.com>
2785              Date: 11 May 1999 13:32:04 -0400
2786              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
2787              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
2788      Branch: perl
2789            ! ext/B/B/Deparse.pm
2790 ____________________________________________________________________________
2791 [  3399] By: gsar                                  on 1999/05/12  10:36:02
2792         Log: more testsuite smarts (many of them courtesy Ilya)
2793      Branch: perl
2794            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
2795            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
2796            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
2797            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
2798            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
2799            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
2800            ! t/op/pwent.t
2801 ____________________________________________________________________________
2802 [  3398] By: jhi                                   on 1999/05/12  09:33:08
2803         Log: Detect whether fflush(NULL) works as per change #3352.
2804      Branch: cfgperl
2805            ! Configure config_h.SH perl.h
2806 ____________________________________________________________________________
2807 [  3397] By: gsar                                  on 1999/05/12  08:56:03
2808         Log: From: jan.dubois@ibm.net (Jan Dubois)
2809              Date: Wed, 12 May 1999 01:01:00 +0200
2810              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
2811              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
2812      Branch: perl
2813            ! doop.c
2814 ____________________________________________________________________________
2815 [  3396] By: gsar                                  on 1999/05/12  08:23:27
2816         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
2817              stat() behaves similarly
2818      Branch: perl
2819            ! win32/win32.c
2820 ____________________________________________________________________________
2821 [  3395] By: jhi                                   on 1999/05/11  22:21:32
2822         Log: Redo parts of #3341 and #3358 that #3394 undid.
2823      Branch: cfgperl
2824            ! Configure config_h.SH
2825 ____________________________________________________________________________
2826 [  3394] By: jhi                                   on 1999/05/11  22:03:48
2827         Log: Add I_NETINET_TCP to help change #3391.
2828      Branch: cfgperl
2829            ! Configure config_h.SH ext/Socket/Socket.xs
2830 ____________________________________________________________________________
2831 [  3393] By: jhi                                   on 1999/05/11  21:44:59
2832         Log: Integrate from mainperl.
2833      Branch: cfgperl
2834           !> (integrate 55 files)
2835 ____________________________________________________________________________
2836 [  3392] By: gsar                                  on 1999/05/11  20:56:43
2837         Log: update embedvar.h
2838      Branch: perl
2839            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
2840 ____________________________________________________________________________
2841 [  3391] By: gsar                                  on 1999/05/11  16:32:05
2842         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2843              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
2844              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
2845              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
2846      Branch: perl
2847            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
2848 ____________________________________________________________________________
2849 [  3390] By: gsar                                  on 1999/05/11  15:27:40
2850         Log: display more frequent progress messages when STDOUT is a tty
2851      Branch: perl
2852            ! lib/Test/Harness.pm
2853 ____________________________________________________________________________
2854 [  3389] By: gsar                                  on 1999/05/11  14:40:58
2855         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2856              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
2857              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
2858              Subject: [PATCH 5.005_53] Explanations by Test::Harness
2859      Branch: perl
2860            ! lib/Test/Harness.pm
2861 ____________________________________________________________________________
2862 [  3388] By: gsar                                  on 1999/05/11  14:08:14
2863         Log: avoid creating spurious subroutine stubs on failed subroutine
2864              call and other places of sv_2cv() misuse; fixes problems with
2865              failed subroutine calls "hiding" later attempts to lookup methods
2866              in base classes
2867      Branch: perl
2868            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
2869 ____________________________________________________________________________
2870 [  3387] By: gsar                                  on 1999/05/11  09:34:13
2871         Log: various fixes for clean build and test on win32; configpm broken,
2872              needed to open myconfig.SH rather than myconfig; sundry adjustments
2873              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
2874              work under win32; getenv_sv() changed to getenv_len() since SVs
2875              aren't visible in the lower echelons; remove bogus exports from
2876              config.sym; PERL_OBJECT-ness for C++ exception support; null out
2877              IoDIRP in filter_del() or sv_free() will attempt to close it
2878      Branch: perl
2879            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
2880            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
2881            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
2882            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
2883            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
2884            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2885            ! win32/config.gc win32/config.vc win32/makedef.pl
2886            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
2887            ! win32/win32.c win32/win32.h
2888 ____________________________________________________________________________
2889 [  3386] By: gsar                                  on 1999/05/11  02:49:07
2890         Log: gutsupport for C++ exceptions
2891              From: Chip Salzenberg <chip@perlsupport.com>
2892              Date: Tue, 9 Mar 1999 11:51:57 -0500
2893              Message-ID: <19990309115157.E7911@perlsupport.com>
2894              Subject: [PATCH 5.005] Flexible Exceptions
2895      Branch: perl
2896            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
2897            ! scope.c scope.h thrdvar.h util.c
2898 ____________________________________________________________________________
2899 [  3385] By: gsar                                  on 1999/05/10  19:33:36
2900         Log: "weak" references internals, still needs perlguts documentation
2901              (somewhat modified version of patch suggested by Tuomas J. Lukka
2902              <lukka@fas.harvard.edu>)
2903      Branch: perl
2904            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
2905            ! pod/perldiag.pod proto.h sv.c sv.h util.c
2906 ____________________________________________________________________________
2907 [  3384] By: jhi                                   on 1999/05/10  18:21:43
2908         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
2909              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
2910      Branch: cfgperl
2911            ! INSTALL hints/dec_osf.sh
2912 ____________________________________________________________________________
2913 [  3381] By: jhi                                   on 1999/05/10  14:39:28
2914         Log: Integrate from mainperl.
2915      Branch: cfgperl
2916           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
2917           +> cygwin32/build-instructions.charles-wilson
2918           +> cygwin32/build-instructions.sebastien-barre
2919           +> cygwin32/build-instructions.steven-morlock
2920           +> cygwin32/build-instructions.steven-morlock2
2921           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
2922           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2923           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
2924           +> t/op/numconvert.t utils/perlbc.PL
2925            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2926            - cygwin32/perlld
2927           !> (integrate 105 files)
2928 ____________________________________________________________________________
2929 [  3380] By: gsar                                  on 1999/05/10  12:27:14
2930         Log: regen regnodes.h
2931      Branch: perl
2932            ! Changes regnodes.h
2933 ____________________________________________________________________________
2934 [  3379] By: gsar                                  on 1999/05/10  12:17:26
2935         Log: From: jan.dubois@ibm.net (Jan Dubois)
2936              Date: Sat, 01 May 1999 22:55:36 +0200
2937              Message-ID: <373067e9.56194713@smtp1.ibm.net>
2938              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
2939      Branch: perl
2940            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
2941            ! win32/config_H.vc
2942 ____________________________________________________________________________
2943 [  3378] By: gsar                                  on 1999/05/10  12:07:13
2944         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2945              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
2946              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
2947              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
2948      Branch: perl
2949            + t/op/numconvert.t
2950            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
2951            ! util.c
2952 ____________________________________________________________________________
2953 [  3377] By: gsar                                  on 1999/05/10  11:39:48
2954         Log: pp_modulo comment tweak from Ilya
2955      Branch: perl
2956            ! pp.c
2957 ____________________________________________________________________________
2958 [  3376] By: gsar                                  on 1999/05/10  11:30:40
2959         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2960              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
2961              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
2962              Subject: Test.pm update [PATCH _56]
2963      Branch: perl
2964            ! lib/Test.pm
2965 ____________________________________________________________________________
2966 [  3375] By: gsar                                  on 1999/05/10  11:28:30
2967         Log: From: jan.dubois@ibm.net (Jan Dubois)
2968              Date: Fri, 07 May 1999 00:59:54 +0200
2969              Message-ID: <373318ae.19292461@smtp1.ibm.net>
2970              Subject: Re: Using existing memory for an SV's PV 
2971      Branch: perl
2972            ! sv.c
2973 ____________________________________________________________________________
2974 [  3374] By: gsar                                  on 1999/05/10  11:23:44
2975         Log: From: jan.dubois@ibm.net (Jan Dubois)
2976              Date: Fri, 07 May 1999 00:59:52 +0200
2977              Message-ID: <37321800.19118320@smtp1.ibm.net>
2978              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
2979      Branch: perl
2980            ! perl.h
2981 ____________________________________________________________________________
2982 [  3373] By: gsar                                  on 1999/05/10  11:22:10
2983         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2984              Date: Thu, 6 May 1999 18:17:28 -0400
2985              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
2986              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
2987      Branch: perl
2988            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
2989            ! util.c
2990 ____________________________________________________________________________
2991 [  3372] By: gsar                                  on 1999/05/10  10:57:49
2992         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2993              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
2994              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
2995              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
2996      Branch: perl
2997            ! regcomp.c regcomp.pl
2998 ____________________________________________________________________________
2999 [  3371] By: gsar                                  on 1999/05/10  10:54:01
3000         Log: From: lane@duphy4.physics.drexel.edu
3001              Date: Tue, 04 May 1999 10:19:25 -0700
3002              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
3003              Subject: [PATCH 5.005.56] pod->html VMS fixes
3004      Branch: perl
3005            ! installhtml lib/Pod/Html.pm
3006 ____________________________________________________________________________
3007 [  3370] By: gsar                                  on 1999/05/10  10:45:52
3008         Log: testsuite nits
3009      Branch: perl
3010            ! t/lib/io_linenum.t t/op/filetest.t
3011 ____________________________________________________________________________
3012 [  3369] By: gsar                                  on 1999/05/10  10:35:22
3013         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3014              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
3015              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
3016              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
3017      Branch: perl
3018            ! os2/os2ish.h os2/os2thread.h
3019 ____________________________________________________________________________
3020 [  3368] By: gsar                                  on 1999/05/10  10:00:11
3021         Log: From: Albert Dvornik <bert@genscan.com>
3022              Date: 03 May 1999 12:20:57 -0400
3023              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
3024              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
3025      Branch: perl
3026            ! dump.c
3027 ____________________________________________________________________________
3028 [  3367] By: gsar                                  on 1999/05/10  09:55:51
3029         Log: shadow password support for Solaris (needs Configure help to
3030              determine HAS_GETSPENT)
3031              From: "Patrick O'Brien" <pdo@cs.umd.edu>
3032              Date: Sat, 01 May 1999 19:41:17 -0400
3033              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
3034              Subject: getpwent() under solaris
3035      Branch: perl
3036            ! pp_sys.c
3037 ____________________________________________________________________________
3038 [  3366] By: gsar                                  on 1999/05/10  09:45:58
3039         Log: From: jan.dubois@ibm.net (Jan Dubois)
3040              Date: Sat, 01 May 1999 23:45:47 +0200
3041              Message-ID: <373373fb.59284266@smtp1.ibm.net>
3042              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
3043      Branch: perl
3044            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3045            ! pod/perldelta.pod
3046 ____________________________________________________________________________
3047 [  3365] By: gsar                                  on 1999/05/10  09:34:22
3048         Log: test suite and fix input_line_number()
3049              From: Paul Johnson <pjcj@transeda.com>
3050              Date: Thu, 29 Apr 1999 06:28:14 +0100
3051              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
3052              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
3053      Branch: perl
3054            + t/lib/io_linenum.t
3055            ! MANIFEST ext/IO/lib/IO/Handle.pm
3056 ____________________________________________________________________________
3057 [  3364] By: gsar                                  on 1999/05/10  09:20:56
3058         Log: fix overeager [:foo:] parsing
3059              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3060              Date: Fri, 30 Apr 1999 09:26:18 +0100
3061              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
3062              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
3063      Branch: perl
3064            ! regcomp.c t/op/re_tests
3065 ____________________________________________________________________________
3066 [  3363] By: gsar                                  on 1999/05/10  09:09:21
3067         Log: documentation for Win32 builtins (somewhat modified)
3068              From: jan.dubois@ibm.net (Jan Dubois)
3069              Date: Tue, 30 Mar 1999 08:05:03 +0200
3070              Message-ID: <37006783.1926460@smtp1.ibm.net>
3071              Subject: Re: Issues with build 509 
3072      Branch: perl
3073            + pod/Win32.pod
3074            ! MANIFEST
3075 ____________________________________________________________________________
3076 [  3362] By: gsar                                  on 1999/05/10  08:22:07
3077         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
3078      Branch: perl
3079            ! lib/File/Copy.pm win32/win32.c
3080 ____________________________________________________________________________
3081 [  3361] By: gsar                                  on 1999/05/10  08:11:29
3082         Log: escape ampersands in <pre> sections
3083      Branch: perl
3084            ! Changes lib/Pod/Html.pm
3085 ____________________________________________________________________________
3086 [  3360] By: gsar                                  on 1999/05/10  08:04:14
3087         Log: AIX hints enhancements (threads build, SOCKS support)
3088              From: "David R. Favor" <dfavor@austin.ibm.com>
3089              Date: Wed, 28 Apr 1999 08:45:28 -0500
3090              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
3091              Subject: Working build for AIX + gcc + threading
3092      Branch: perl
3093            ! hints/aix.sh
3094 ____________________________________________________________________________
3095 [  3359] By: gsar                                  on 1999/05/10  07:49:26
3096         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
3097              Date: Tue, 27 Apr 1999 23:47:24 PDT
3098              Message-ID: <19990428064724.95244.qmail@hotmail.com>
3099              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
3100              --
3101              Date: Thu, 29 Apr 1999 18:21:06 -0700
3102              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
3103              Subject: [PATCH 5.005_56] double constants ( C.pm)
3104              --
3105              Date: Mon, 03 May 1999 20:21:31 PDT
3106              Message-ID: <19990504032131.81113.qmail@hotmail.com>
3107              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
3108              --
3109              Date: Thu, 06 May 1999 17:57:09 -0700
3110              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
3111              Subject: Stash.pm
3112      Branch: perl
3113            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
3114            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
3115 ____________________________________________________________________________
3116 [  3358] By: gsar                                  on 1999/05/10  04:39:15
3117         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
3118              From: alexander smishlajev <als@turnhere.com>
3119              Date: Sun, 25 Apr 1999 14:58:29 +0300
3120              Message-ID: <37230365.5F68B460@turnhere.com>
3121              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
3122      Branch: perl
3123            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
3124            + cygwin32/build-instructions.charles-wilson
3125            + cygwin32/build-instructions.sebastien-barre
3126            + cygwin32/build-instructions.steven-morlock
3127            + cygwin32/build-instructions.steven-morlock2
3128            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
3129            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3130            - cygwin32/perlld
3131            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
3132            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
3133            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
3134            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
3135            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
3136            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
3137 ____________________________________________________________________________
3138 [  3357] By: gsar                                  on 1999/05/10  04:07:07
3139         Log: applied suggested patch, modulo already applied parts
3140              From: Charles Bailey <BAILEY@newman.upenn.edu>
3141              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
3142              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
3143              Subject: [Patch 5.005_56] VMS consolidated patch #2
3144      Branch: perl
3145            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
3146            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
3147            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
3148            ! vms/subconfigure.com vms/test.com vms/vms.c
3149 ____________________________________________________________________________
3150 [  3356] By: gsar                                  on 1999/05/10  03:48:08
3151         Log: applied suggested patch, with win32 and PERL_OBJECT additions
3152              From: Tom Hughes <tom@compton.nu>
3153              Date: Sat, 24 Apr 1999 18:11:59 +0100
3154              Message-ID: <609bdff748.tom@compton.compton.nu>
3155              Subject: ByteLoader patch
3156      Branch: perl
3157            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3158            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
3159            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
3160            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
3161            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
3162            ! utils/Makefile win32/Makefile win32/makefile.mk
3163 ____________________________________________________________________________
3164 [  3355] By: gsar                                  on 1999/05/10  03:22:49
3165         Log: document 'test' attribute (from Andreas Koenig)
3166      Branch: perl
3167            ! lib/ExtUtils/MakeMaker.pm
3168 ____________________________________________________________________________
3169 [  3354] By: gsar                                  on 1999/05/10  03:12:37
3170         Log: From: pmarquess@bfsec.bt.co.uk
3171              Date: Thu, 22 Apr 1999 23:12:08 +0100
3172              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
3173              Subject: PATCH for small bug in scan_bin
3174      Branch: perl
3175            ! util.c
3176 ____________________________________________________________________________
3177 [  3353] By: gsar                                  on 1999/05/10  02:39:33
3178         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
3179              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
3180      Branch: perl
3181            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
3182            ! win32/win32iop.h
3183 ____________________________________________________________________________
3184 [  3352] By: gsar                                  on 1999/05/09  22:47:39
3185         Log: flush all open output buffers before fork(), exec(), system, qx//
3186              and pipe open() operations, simplifying buffering headaches faced
3187              by users; uses fflush(NULL), which may need Configure test
3188      Branch: perl
3189            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
3190            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
3191 ____________________________________________________________________________
3192 [  3351] By: gsar                                  on 1999/05/09  21:11:51
3193         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
3194              Leroy <jll@skynet.be>)
3195      Branch: perl
3196            ! utils/perlcc.PL
3197 ____________________________________________________________________________
3198 [  3350] By: gsar                                  on 1999/05/09  20:39:11
3199         Log: normalize $^X to full pathname on win32
3200      Branch: perl
3201            ! win32/runperl.c
3202 ____________________________________________________________________________
3203 [  3349] By: gsar                                  on 1999/05/09  20:23:07
3204         Log: allow readline($globref), <$globref> already works
3205      Branch: perl
3206            ! pp_hot.c
3207 ____________________________________________________________________________
3208 [  3348] By: gsar                                  on 1999/05/09  20:00:09
3209         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
3210              <lemburg@online-club.de>)
3211      Branch: perl
3212            ! utils/perldoc.PL
3213 ____________________________________________________________________________
3214 [  3347] By: gsar                                  on 1999/05/09  18:47:21
3215         Log: additions to Thread.pm docs from Tuomas J. Lukka
3216              <lukka@fas.harvard.edu>
3217      Branch: perl
3218            ! ext/Thread/Thread.pm
3219 ____________________________________________________________________________
3220 [  3346] By: gsar                                  on 1999/05/09  18:38:00
3221         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3222              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
3223              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
3224              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
3225      Branch: perl
3226            ! ext/B/B/Xref.pm
3227 ____________________________________________________________________________
3228 [  3345] By: gsar                                  on 1999/05/09  18:22:43
3229         Log: work around mangled archname on win32 while finding privlib/sitelib;
3230              normalize lib paths to forward slashes internally
3231      Branch: perl
3232            ! win32/win32.c
3233 ____________________________________________________________________________
3234 [  3344] By: gsar                                  on 1999/05/09  03:20:06
3235         Log: fix typo in dbm filters that caused odbm.t to fail
3236      Branch: perl
3237            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
3238 ____________________________________________________________________________
3239 [  3343] By: gsar                                  on 1999/05/09  02:02:59
3240         Log: tweak test totals
3241      Branch: perl
3242            ! Changes t/lib/tie-stdhandle.t
3243 ____________________________________________________________________________
3244 [  3342] By: gsar                                  on 1999/05/09  01:42:06
3245         Log: import list propagation busted (pointed out by Ton Hospel
3246              <thospel@mail.dma.be>)
3247      Branch: perl
3248            ! lib/autouse.pm
3249 ____________________________________________________________________________
3250 [  3341] By: gsar                                  on 1999/05/09  00:54:18
3251         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
3252              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
3253      Branch: perl
3254            ! Configure Makefile.SH
3255 ____________________________________________________________________________
3256 [  3340] By: gsar                                  on 1999/05/09  00:40:41
3257         Log: generate manpages for newly added utils
3258      Branch: perl
3259            ! installman
3260 ____________________________________________________________________________
3261 [  3339] By: gsar                                  on 1999/05/09  00:33:50
3262         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3263              Date: Sun, 02 May 1999 17:59:24 +0100
3264              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
3265              Subject: [PATCH] Re: ptr to realloced memory in yylex
3266      Branch: perl
3267            ! toke.c
3268 ____________________________________________________________________________
3269 [  3338] By: jhi                                   on 1999/05/08  22:40:29
3270         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
3271      Branch: cfgperl
3272            ! INSTALL
3273 ____________________________________________________________________________
3274 [  3337] By: jhi                                   on 1999/05/08  22:22:26
3275         Log: Integrate from mainperl.
3276      Branch: cfgperl
3277           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
3278           !> (integrate 54 files)
3279 ____________________________________________________________________________
3280 [  3336] By: gsar                                  on 1999/05/08  21:48:22
3281         Log: make perldoc -f grok nested =items
3282      Branch: perl
3283            ! utils/perldoc.PL
3284 ____________________________________________________________________________
3285 [  3335] By: gsar                                  on 1999/05/08  19:48:11
3286         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
3287      Branch: perl
3288            ! op.c t/lib/fields.t
3289 ____________________________________________________________________________
3290 [  3334] By: gsar                                  on 1999/05/08  19:09:41
3291         Log: update test totals
3292      Branch: perl
3293            ! t/lib/bigintpm.t
3294 ____________________________________________________________________________
3295 [  3333] By: gsar                                  on 1999/05/08  16:56:02
3296         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
3297      Branch: perl
3298            ! pod/perlfunc.pod
3299 ____________________________________________________________________________
3300 [  3332] By: gsar                                  on 1999/05/08  16:46:44
3301         Log: applied suggested patch, added tests
3302              From: William Mann <wmann@avici.com>
3303              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
3304              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
3305              Subject: BigInt.pm extensions for logical operations
3306      Branch: perl
3307            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
3308 ____________________________________________________________________________
3309 [  3331] By: gsar                                  on 1999/05/08  16:09:33
3310         Log: avoid temporary files named 'tmp'
3311      Branch: perl
3312            ! Makefile.SH pp.c
3313 ____________________________________________________________________________
3314 [  3330] By: nick                                  on 1999/05/08  14:16:30
3315         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
3316              Provide Tie::StdHandle
3317              Basic update of docs.
3318      Branch: perl
3319            + t/lib/tie-stdhandle.t
3320            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
3321 ____________________________________________________________________________
3322 [  3329] By: nick                                  on 1999/05/08  12:03:45
3323         Log: Tweaks to open(my $fh,...) stuff
3324      Branch: perl
3325            ! op.c pp.c pp_sys.c t/io/open.t
3326 ____________________________________________________________________________
3327 [  3328] By: nick                                  on 1999/05/08  11:18:42
3328         Log: Bring SDBM_File.xs into line with new typemap
3329      Branch: perl
3330            ! ext/SDBM_File/SDBM_File.xs
3331 ____________________________________________________________________________
3332 [  3327] By: gsar                                  on 1999/05/08  00:07:11
3333         Log: add test case for AUTOLOAD reentrancy fix in change#3279
3334      Branch: perl
3335            ! t/lib/autoloader.t
3336 ____________________________________________________________________________
3337 [  3326] By: nick                                  on 1999/05/07  21:24:50
3338         Log: Implement open( my $fh, ...) and similar.
3339              Set flag in op.c for "constructor ops"
3340              In pp_rv2gv, if flag is set and arg is PADSV and uninit
3341              vivify as reference to a detached GV.
3342              (Name of GV is the pad name.)
3343              This scheme should "just work" for pipe/socket etc. too.
3344              
3345              #if 0 out the open(FH,undef) for now.
3346              Change t/io/open.t to test open(my $fh,...)
3347      Branch: perl
3348            ! op.c pp.c pp_sys.c t/io/open.t
3349 ____________________________________________________________________________
3350 [  3325] By: nick                                  on 1999/05/07  21:18:42
3351         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
3352      Branch: perl
3353            ! util.c
3354 ____________________________________________________________________________
3355 [  3324] By: gsar                                  on 1999/05/07  20:28:31
3356         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
3357              intervening code has to allocate SVs)
3358      Branch: perl
3359            ! util.c
3360 ____________________________________________________________________________
3361 [  3323] By: gsar                                  on 1999/05/07  19:45:08
3362         Log: allow line numbers to show in diagnostics during global destruction
3363      Branch: perl
3364            ! util.c
3365 ____________________________________________________________________________
3366 [  3322] By: gsar                                  on 1999/05/07  09:38:11
3367         Log: From: Dan Sugalski <sugalskd@ous.edu>
3368              Date: Fri, 09 Apr 1999 16:16:39 -0700
3369              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
3370              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
3371      Branch: perl
3372            ! lib/ExtUtils/MM_VMS.pm
3373 ____________________________________________________________________________
3374 [  3321] By: gsar                                  on 1999/05/07  09:08:23
3375         Log: From: kwzh@gnu.org (Karl Heuer)
3376              Date: Wed, 7 Apr 1999 23:58:58 -0400
3377              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
3378              Subject: [perl-5.005.02] detect lack of /dev/tty
3379      Branch: perl
3380            ! Makefile.SH
3381 ____________________________________________________________________________
3382 [  3320] By: gsar                                  on 1999/05/07  08:52:14
3383         Log: allow distinct prefix for versioned executables
3384              From: Roderick Schertler <roderick@argon.org>
3385              Date: Wed, 07 Apr 1999 15:34:56 -0400
3386              Message-ID: <3003.923513696@eeyore.ibcinc.com>
3387              Subject: perl55.00503 -> perl5.00503 patch for installperl
3388      Branch: perl
3389            ! INSTALL installperl
3390 ____________________________________________________________________________
3391 [  3319] By: gsar                                  on 1999/05/07  08:07:02
3392         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3393              Date: Mon, 05 Apr 1999 15:38:42 -0700
3394              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
3395              Subject: Re: chomp fails with $/ in fixed-length record mode
3396              --
3397              From: Roderick Schertler <roderick@argon.org>
3398              Date: Tue, 06 Apr 1999 21:11:37 -0400
3399              Message-ID: <2795.923447497@eeyore.ibcinc.com>
3400              Subject: Re: chomp fails with $/ in fixed-length record mode
3401      Branch: perl
3402            ! doop.c pod/perlfunc.pod t/op/chop.t
3403 ____________________________________________________________________________
3404 [  3318] By: gsar                                  on 1999/05/07  07:56:35
3405         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3406              Date: Tue, 6 Apr 1999 01:40:36 -0400
3407              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
3408              Subject: [PATCH 5.005_*] Make % use fmod()
3409      Branch: perl
3410            ! pp.c t/op/arith.t
3411 ____________________________________________________________________________
3412 [  3317] By: gsar                                  on 1999/05/07  04:18:11
3413         Log: DBM Filters (via private mail)
3414              From: pmarquess@bfsec.bt.co.uk
3415              Date: Sun, 18 Apr 1999 21:05:52 +0100
3416              Message-Id: <199904182009.NAA19152@activestate.com>
3417              Subject: DBM Filters
3418      Branch: perl
3419            + pod/perldbmfilter.pod
3420            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
3421            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
3422            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3423            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
3424            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
3425            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
3426            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
3427            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
3428            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
3429            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
3430            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3431            ! t/lib/sdbm.t
3432 ____________________________________________________________________________
3433 [  3316] By: gsar                                  on 1999/05/07  03:28:53
3434         Log: avoid negative return value from Win32::GetTickCount()
3435              From: jan.dubois@ibm.net (Jan Dubois)
3436              Date: Sat, 03 Apr 1999 19:04:18 +0200
3437              Message-ID: <37084742.22824479@smtp1.ibm.net>
3438              Subject: Re: Win32::GetTickCount
3439      Branch: perl
3440            ! win32/win32.c
3441 ____________________________________________________________________________
3442 [  3315] By: nick                                  on 1999/05/06  21:44:38
3443         Log: open(FH,undef) # creates new_tmpfile opened read/write
3444              Add t/io/open.t with test for above.
3445      Branch: perl
3446            + t/io/open.t
3447            ! pp_sys.c
3448 ____________________________________________________________________________
3449 [  3314] By: gsar                                  on 1999/05/06  08:01:23
3450         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
3451              Date: Tue, 30 Mar 1999 23:40:34 PST
3452              Message-ID: <19990331074034.6117.qmail@hotmail.com>
3453              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
3454              --
3455              Date: Wed, 07 Apr 1999 00:28:23 -0800
3456              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
3457              Subject: [PATCH 5.005_56] function prototypes(B.pm)
3458              --
3459              Date: Thu, 22 Apr 1999 23:40:52 -0700
3460              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
3461              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
3462              --
3463              Date: Tue, 27 Apr 1999 01:14:49 PDT
3464              Message-ID: <19990427081449.28615.qmail@hotmail.com>
3465              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
3466      Branch: perl
3467            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
3468            ! t/op/ref.t
3469 ____________________________________________________________________________
3470 [  3313] By: jhi                                   on 1999/05/06  07:59:52
3471         Log: Integrate from mainperl.
3472      Branch: cfgperl
3473           !> (integrate 33 files)
3474 ____________________________________________________________________________
3475 [  3312] By: gsar                                  on 1999/05/06  07:11:50
3476         Log: add Ethiopic section to unicode master database (from Ken
3477              Whistler <kenw@sybase.com>)
3478      Branch: perl
3479            ! lib/unicode/UnicodeData-Latest.txt
3480 ____________________________________________________________________________
3481 [  3311] By: gsar                                  on 1999/05/06  05:37:55
3482         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
3483              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
3484              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
3485              Subject: Largefiles for Solaris
3486      Branch: perl
3487            ! hints/solaris_2.sh
3488 ____________________________________________________________________________
3489 [  3310] By: gsar                                  on 1999/05/06  05:14:35
3490         Log: emit more accurate diagnostic for syntax errors involving <>
3491              within eval""
3492      Branch: perl
3493            ! toke.c utils/perldoc.PL
3494 ____________________________________________________________________________
3495 [  3309] By: gsar                                  on 1999/05/06  04:36:31
3496         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
3497      Branch: perl
3498            ! t/lib/open3.t
3499 ____________________________________________________________________________
3500 [  3308] By: gsar                                  on 1999/05/06  03:19:16
3501         Log: applied first part of suggested patch (bug described cannot be
3502              reproduced any longer, so the second inconclusive part has not
3503              been applied)
3504              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3505              Date: Sun, 28 Mar 1999 04:51:34 +0100
3506              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
3507              Subject: [PATCH 5.005_56] Re: A core dump 
3508      Branch: perl
3509            ! toke.c
3510 ____________________________________________________________________________
3511 [  3307] By: gsar                                  on 1999/05/06  01:56:06
3512         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
3513              change#3180)
3514      Branch: perl
3515            ! op.c
3516 ____________________________________________________________________________
3517 [  3306] By: gsar                                  on 1999/05/05  17:17:34
3518         Log: applied non-conflicting parts of suggested patch
3519              From: Charles Bailey <BAILEY@newman.upenn.edu>
3520              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
3521              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
3522              Subject: [Patch 5.005_56] Revised VMS patch
3523      Branch: perl
3524            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
3525            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
3526 ____________________________________________________________________________
3527 [  3305] By: gsar                                  on 1999/05/05  16:20:19
3528         Log: make perldoc use backslashed pathnames within system() on win32
3529      Branch: perl
3530            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
3531 ____________________________________________________________________________
3532 [  3304] By: gsar                                  on 1999/05/05  07:29:43
3533         Log: upgrade Pod::Parser to v1.081 from CPAN
3534      Branch: perl
3535            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3536            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3537            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
3538 ____________________________________________________________________________
3539 [  3303] By: gsar                                  on 1999/05/05  07:02:07
3540         Log: From: Andy Dougherty <doughera@lafayette.edu>
3541              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
3542              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
3543              Subject: [PATCH 5.005_03-MT3] INSTALL patches
3544      Branch: perl
3545            ! INSTALL
3546 ____________________________________________________________________________
3547 [  3302] By: gsar                                  on 1999/05/05  06:55:21
3548         Log: load base packages based on nonexistent $VERSION
3549              From: andreas.koenig@anima.de (Andreas J. Koenig)
3550              Date: 19 Mar 1999 06:00:28 +0100
3551              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
3552              Subject: Re: base.pm flaw
3553      Branch: perl
3554            ! lib/base.pm lib/locale.pm
3555 ____________________________________________________________________________
3556 [  3301] By: gsar                                  on 1999/05/04  05:41:08
3557         Log: pod2man outputs switched date and revision label (fix suggested by
3558              EthanSasiela@mede.com)
3559      Branch: perl
3560            ! pod/pod2man.PL
3561 ____________________________________________________________________________
3562 [  3300] By: gsar                                  on 1999/05/03  18:48:25
3563         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
3564              (makes opendir(D,"c:") work reliably)
3565      Branch: perl
3566            ! win32/win32.c
3567 ____________________________________________________________________________
3568 [  3299] By: gsar                                  on 1999/05/02  19:39:55
3569         Log: add test case for change#3298
3570      Branch: perl
3571            ! sv.c t/op/readdir.t
3572 ____________________________________________________________________________
3573 [  3298] By: gsar                                  on 1999/05/02  19:24:41
3574         Log: close directory handles properly when localized
3575      Branch: perl
3576            ! sv.c
3577 ____________________________________________________________________________
3578 [  3297] By: jhi                                   on 1999/04/30  11:42:14
3579         Log: Integrate from mainperl.
3580      Branch: cfgperl
3581           !> Changes config_h.SH configure.com lib/AutoLoader.pm
3582           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
3583           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
3584           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
3585           !> vms/subconfigure.com win32/win32.c
3586 ____________________________________________________________________________
3587 [  3293] By: chip                                  on 1999/04/29  18:50:49
3588         Log: Fix shebang lines.
3589      Branch: maint-5.004/perl
3590            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
3591            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
3592            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
3593            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
3594            ! x2p/find2perl.PL x2p/s2p.PL
3595 ____________________________________________________________________________
3596 [  3284] By: gsar                                  on 1999/04/27  00:48:42
3597         Log: integrate change#3279 from maint-5.004
3598      Branch: perl
3599            ! lib/AutoLoader.pm
3600 ____________________________________________________________________________
3601 [  3279] By: chip                                  on 1999/04/26  23:09:26
3602         Log: Make &AutoLoad::AUTOLOAD reentrant.
3603      Branch: maint-5.004/perl
3604            ! lib/AutoLoader.pm
3605 ____________________________________________________________________________
3606 [  3276] By: chip                                  on 1999/04/26  22:34:36
3607         Log: Make porting scripts executable.
3608      Branch: maint-5.004/perl
3609            ! Changes Porting/genlog Porting/makerel Porting/p4desc
3610            ! Porting/patchls
3611 ____________________________________________________________________________
3612 [  3274] By: gsar                                  on 1999/04/26  17:30:31
3613         Log: allow embedded null characters in diagnostics
3614      Branch: perl
3615            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
3616 ____________________________________________________________________________
3617 [  3273] By: gsar                                  on 1999/04/26  08:27:22
3618         Log: hand-applied conflicting parts of suggested patch
3619              From: Charles Bailey <BAILEY@newman.upenn.edu>
3620              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
3621              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
3622              Subject: [PATCH 5.005_56] VMS configuration/build
3623      Branch: perl
3624            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3625            ! vms/munchconfig.c vms/subconfigure.com
3626 ____________________________________________________________________________
3627 [  3272] By: gsar                                  on 1999/04/26  08:25:41
3628         Log: update Changes; tweak minor regressions
3629      Branch: perl
3630            ! Changes lib/AutoSplit.pm lib/File/Path.pm
3631 ____________________________________________________________________________
3632 [  3271] By: gsar                                  on 1999/04/26  07:52:51
3633         Log: integrate change#3229 from maint-5.004
3634      Branch: perl
3635            ! pp_ctl.c util.c
3636 ____________________________________________________________________________
3637 [  3270] By: gsar                                  on 1999/04/25  22:58:27
3638         Log: fix buggy reference count on refs to SVs with autoviv magic
3639              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
3640              accessing free()d memory)
3641      Branch: perl
3642            ! pp.c t/op/ref.t
3643 ____________________________________________________________________________
3644 [  3269] By: gsar                                  on 1999/04/24  17:07:55
3645         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
3646              on win32)
3647      Branch: perl
3648            ! win32/win32.c
3649 ____________________________________________________________________________
3650 [  3268] By: gsar                                  on 1999/04/24  16:38:25
3651         Log: kill dup hunk
3652      Branch: perl
3653            ! config_h.SH
3654 ____________________________________________________________________________
3655 [  3267] By: gsar                                  on 1999/04/24  16:35:57
3656         Log: integrate cfgperl changes into mainline
3657      Branch: perl
3658           +> myconfig.SH
3659            - myconfig
3660            ! pod/perlre.pod
3661           !> (integrate 38 files)
3662 ____________________________________________________________________________
3663 [  3266] By: jhi                                   on 1999/04/23  18:42:44
3664         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3665              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
3666              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
3667              Cc: Lionel Cons <lionel.cons@cern.ch>,
3668              Ilya Zakharevich <ilya@math.ohio-state.edu>,
3669              David Hayes <david@bdel.com>
3670              Subject: [PATCH] h2ph
3671              Date: Fri, 23 Apr 1999 12:37:23 -0400
3672              Message-ID: <19990423123723.A49550@O2.chapin.edu>
3673      Branch: cfgperl
3674            ! utils/h2ph.PL
3675 ____________________________________________________________________________
3676 [  3265] By: jhi                                   on 1999/04/21  18:17:12
3677         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
3678              To: perlbug@perl.org
3679              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
3680              Date: Wed, 21 Apr 1999 08:17:54 -0700
3681              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
3682      Branch: cfgperl
3683            ! vms/descrip_mms.template
3684 ____________________________________________________________________________
3685 [  3264] By: jhi                                   on 1999/04/20  08:50:54
3686         Log: From: Andy Dougherty <doughera@lafayette.edu>
3687              To: The Perl Porters Mailing List <perl5-porters@perl.org>
3688              Subject: [PATCH 5.005_56] Re: 5.006 Todo
3689              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
3690              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
3691      Branch: cfgperl
3692            ! Porting/pumpkin.pod
3693 ____________________________________________________________________________
3694 [  3263] By: jhi                                   on 1999/04/20  08:05:01
3695         Log: From: Chip Salzenberg <chip@perlsupport.com>
3696              To: Perl 5 Porters <perl5-porters@perl.org>
3697              Subject: [PATCH 5.005_56] Configure: $sig_count
3698              Date: Sun, 18 Apr 1999 17:54:36 -0400
3699              Message-ID: <19990418175436.A27496@perlsupport.com>
3700      Branch: cfgperl
3701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3702            ! config_h.SH
3703 ____________________________________________________________________________
3704 [  3262] By: jhi                                   on 1999/04/19  18:23:50
3705         Log: Subject: PATCH wrong faq reference in perlbook.pod
3706              From: Robin Barker <rmb1@cise.npl.co.uk>
3707              To: perlbug@perl.com
3708              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
3709              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
3710      Branch: cfgperl
3711            ! pod/perlbook.pod
3712 ____________________________________________________________________________
3713 [  3261] By: jhi                                   on 1999/04/15  13:59:04
3714         Log: From: Andy Dougherty <doughera@lafayette.edu>
3715              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
3716              Cc: Perl Porters <perl5-porters@perl.org>
3717              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
3718              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
3719              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
3720      Branch: cfgperl
3721            ! hints/solaris_2.sh
3722 ____________________________________________________________________________
3723 [  3260] By: jhi                                   on 1999/04/15  13:56:53
3724         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3725              To: pumpkings@jhereg.perl.com
3726              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
3727              Date: Thu, 15 Apr 1999 07:13:41 -0600
3728              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
3729      Branch: cfgperl
3730            ! pod/perldata.pod
3731 ____________________________________________________________________________
3732 [  3259] By: jhi                                   on 1999/04/13  23:12:52
3733         Log: LDLIBPTH also on 'clean' targets.
3734      Branch: cfgperl
3735            ! Makefile.SH
3736 ____________________________________________________________________________
3737 [  3258] By: jhi                                   on 1999/04/13  21:38:46
3738         Log: Add information about the two DEC C compiler optimizer bugs
3739              (what patch levels of the compilers fix them).
3740      Branch: cfgperl
3741            ! pp.c t/op/repeat.t
3742 ____________________________________________________________________________
3743 [  3257] By: jhi                                   on 1999/04/13  14:25:08
3744         Log: Be polite about ccdlflags and lddflags, too.
3745              Avoid Perl's malloc only when threaded.
3746      Branch: cfgperl
3747            ! hints/aix.sh
3748 ____________________________________________________________________________
3749 [  3256] By: jhi                                   on 1999/04/13  10:21:33
3750         Log: Croak if no known ways to semctl() (don't assume union semun).
3751      Branch: cfgperl
3752            ! doio.c perl.h
3753 ____________________________________________________________________________
3754 [  3255] By: jhi                                   on 1999/04/13  09:10:26
3755         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3756              To: perl5-porters@perl.org, vmsperl@perl.org
3757              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
3758              Date: Mon, 12 Apr 1999 13:36:48 -0700
3759              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
3760      Branch: cfgperl
3761            ! lib/ExtUtils/MM_VMS.pm
3762 ____________________________________________________________________________
3763 [  3254] By: jhi                                   on 1999/04/13  06:56:26
3764         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3765              To: perlbug@perl.com
3766              Subject: Update for OpenBSD hints
3767              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
3768              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
3769      Branch: cfgperl
3770            ! hints/openbsd.sh
3771 ____________________________________________________________________________
3772 [  3229] By: chip                                  on 1999/04/13  04:04:14
3773         Log: Preserve errno from importunities of sfio.
3774      Branch: maint-5.004/perl
3775            ! pp_ctl.c util.c
3776 ____________________________________________________________________________
3777 [  3226] By: jhi                                   on 1999/04/11  12:52:26
3778         Log: If both ways to call semctl are broken,    skip the tests.
3779      Branch: cfgperl
3780            ! t/lib/ipc_sysv.t
3781 ____________________________________________________________________________
3782 [  3225] By: jhi                                   on 1999/04/10  22:27:28
3783         Log: From: Andy Dougherty <doughera@lafayette.edu>
3784              To: dsembr01@ox.slug.louisville.edu
3785              Cc: perlbug@perl.com
3786              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
3787              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
3788              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
3789      Branch: cfgperl
3790            ! ext/POSIX/POSIX.xs
3791 ____________________________________________________________________________
3792 [  3224] By: jhi                                   on 1999/04/09  18:50:32
3793         Log: From: Andy Dougherty <doughera@lafayette.edu>
3794              To: Perl Porters <perl5-porters@perl.org>
3795              Subject: [PATCH 5.005_56] Re: prefix= in hints
3796              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
3797              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
3798              
3799              (Overrides change #3204 from Kurt)
3800      Branch: cfgperl
3801            ! hints/linux.sh
3802 ____________________________________________________________________________
3803 [  3223] By: jhi                                   on 1999/04/09  18:37:55
3804         Log: Understand Apollo's //node notation.
3805              
3806              From: Johann Klasek <jk@auto.tuwien.ac.at>
3807              To: jhi@iki.fi
3808              Subject: Re: DomainPerl
3809              Date: Fri, 9 Apr 1999 18:21:37 +0200
3810              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
3811      Branch: cfgperl
3812            ! lib/Cwd.pm
3813 ____________________________________________________________________________
3814 [  3220] By: jhi                                   on 1999/04/04  16:33:49
3815         Log: Integrate from mainperl.
3816      Branch: cfgperl
3817           !> (integrate 39 files)
3818 ____________________________________________________________________________
3819 [  3219] By: gsar                                  on 1999/04/04  02:48:17
3820         Log: tweak previous change
3821      Branch: maint-5.005/perl
3822            ! win32/win32.c
3823 ____________________________________________________________________________
3824 [  3218] By: gsar                                  on 1999/04/04  02:44:47
3825         Log: be careful about extending the stack for the Win32:: builtins
3826      Branch: maint-5.005/perl
3827            ! win32/win32.c
3828 ____________________________________________________________________________
3829 [  3217] By: gsar                                  on 1999/04/04  01:59:26
3830         Log: correct places that said newSVpv() when they meant newSVpvn()
3831      Branch: perl
3832            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
3833            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
3834            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3835            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
3836            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
3837            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
3838            ! win32/win32.c
3839 ____________________________________________________________________________
3840 [  3216] By: gsar                                  on 1999/04/03  23:58:27
3841         Log: avoid duplicate code
3842      Branch: perl
3843            ! sv.c
3844 ____________________________________________________________________________
3845 [  3215] By: gsar                                  on 1999/04/03  23:14:34
3846         Log: grow PL_tmps_stack more efficiently; make it more amenable to
3847              STRESS_REALLOC testing
3848      Branch: perl
3849            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
3850            ! sv.c
3851 ____________________________________________________________________________
3852 [  3214] By: gsar                                  on 1999/04/03  21:01:09
3853         Log: scrounge and save three extra branches in pp_entersub()
3854      Branch: perl
3855            ! cv.h pp_ctl.c pp_hot.c
3856 ____________________________________________________________________________
3857 [  3213] By: gsar                                  on 1999/04/03  17:43:23
3858         Log: remove duplicate code and an extra branch in sv_setsv() and
3859              other hot code by making SvTHINKFIRST() think about FAKE SVs
3860      Branch: perl
3861            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
3862            ! proto.h scope.c sv.c sv.h
3863 ____________________________________________________________________________
3864 [  3212] By: jhi                                   on 1999/04/03  16:20:09
3865         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
3866              
3867              From: John Bley <jbb6@acpub.duke.edu>
3868              To: perlbug@perl.org
3869              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
3870              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
3871              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
3872      Branch: cfgperl
3873            ! doio.c pp_sys.c
3874 ____________________________________________________________________________
3875 [  3211] By: jhi                                   on 1999/04/03  13:27:26
3876         Log: Change #3210 was rather unportable.  This is better.
3877      Branch: cfgperl
3878            ! Configure config_h.SH
3879 ____________________________________________________________________________
3880 [  3210] By: jhi                                   on 1999/04/03  13:16:20
3881         Log: Avoid Digital UNIX' ksh.
3882              
3883              From: Jarkko Hietaniemi <jhi@iki.fi> 
3884              To: Henrik Tougaard <ht000@siberut.foa.dk> 
3885              Cc: perlbug@perl.com, ht000@foa.dk 
3886              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
3887              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
3888              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
3889      Branch: cfgperl
3890            ! Configure config_h.SH
3891 ____________________________________________________________________________
3892 [  3209] By: jhi                                   on 1999/04/03  12:49:04
3893         Log: Integrate from mainperl.
3894      Branch: cfgperl
3895           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
3896 ____________________________________________________________________________
3897 [  3208] By: jhi                                   on 1999/04/03  12:27:24
3898         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
3899              
3900              From: Lionel Cons <lionel.cons@cern.ch>
3901              To: jhi@iki.fi
3902              Cc: perlbug@perl.com, kstar@isinet.com,
3903              Philippe Defert <philippe.defert@cern.ch>
3904              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
3905              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
3906              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
3907      Branch: cfgperl
3908            ! hints/irix_6.sh
3909 ____________________________________________________________________________
3910 [  3207] By: jhi                                   on 1999/04/03  12:20:21
3911         Log: Be polite about usemymalloc.
3912      Branch: cfgperl
3913            ! hints/aix.sh
3914 ____________________________________________________________________________
3915 [  3206] By: gsar                                  on 1999/04/02  23:31:59
3916         Log: a typo in change#3205
3917      Branch: perl
3918            ! t/lib/bigfloatpm.t
3919 ____________________________________________________________________________
3920 [  3205] By: gsar                                  on 1999/04/02  23:20:31
3921         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
3922              returns NaNs faithfully)
3923      Branch: perl
3924            ! t/lib/bigfloatpm.t
3925 ____________________________________________________________________________
3926 [  3204] By: jhi                                   on 1999/04/02  22:03:23
3927         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
3928              
3929              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3930              To: perl5-porters@perl.org
3931              Subject: linux hints nit
3932              Date: Fri, 2 Apr 1999 16:49:47 -0500
3933              Message-ID: <19990402164947.E80926@O2.chapin.edu>
3934      Branch: cfgperl
3935            ! hints/linux.sh
3936 ____________________________________________________________________________
3937 [  3203] By: jhi                                   on 1999/04/02  22:00:56
3938         Log: Display exact glibc version in Linux. 
3939              
3940              From: Andy Dougherty <doughera@lafayette.edu>
3941              To: Perl Porters <perl5-porters@perl.org>
3942              Subject: Displaying glibc version on Linux
3943              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
3944              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
3945      Branch: cfgperl
3946            ! hints/linux.sh
3947 ____________________________________________________________________________
3948 [  3202] By: gsar                                  on 1999/04/02  21:23:18
3949         Log: various little goofs
3950      Branch: perl
3951            ! Changes Makefile.SH README installperl
3952 ____________________________________________________________________________
3953 [  3201] By: jhi                                   on 1999/04/02  13:13:39
3954         Log: Configure regen.
3955              
3956              Add llseek + offset_t probing.
3957              Change CONFIG to CONFIGDOTSH.
3958              'unset foo' is unportable, use foo=''.
3959      Branch: cfgperl
3960            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3961            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
3962            ! perl_exp.SH writemain.SH
3963 ____________________________________________________________________________
3964 [  3200] By: jhi                                   on 1999/04/02  12:06:22
3965         Log: Introduce myconfig.SH.
3966              
3967              From: Andy Dougherty <doughera@lafayette.edu>
3968              To: Jarkko Hietaniemi <jhi@iki.fi>
3969              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
3970              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
3971              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
3972              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
3973      Branch: cfgperl
3974            + myconfig.SH
3975            - myconfig
3976            ! MANIFEST
3977 ____________________________________________________________________________
3978 [  3195] By: jhi                                   on 1999/03/28  16:42:54
3979         Log: Update perlhist on 5_03.
3980      Branch: maint-5.005/perl
3981            ! pod/perlhist.pod
3982 ____________________________________________________________________________
3983 [  3194] By: jhi                                   on 1999/03/28  12:30:01
3984         Log: Integrate from mainperl.
3985      Branch: cfgperl
3986           +> t/op/grep.t
3987            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
3988            ! t/lib/bigintpm.t
3989           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
3990           !> t/lib/thread.t
3991 ____________________________________________________________________________
3992 [  3189] By: gsar                                  on 1999/03/28  08:22:00
3993         Log: various pod niggles
3994      Branch: maint-5.005/perl
3995            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
3996            ! pod/perlfunc.pod pod/perlhist.pod
3997 ____________________________________________________________________________
3998 [  3187] By: gsar                                  on 1999/03/28  07:31:16
3999         Log: regularize CAPI declarations (CAPI extensions now build under
4000              the Borland compiler)
4001      Branch: maint-5.005/perl
4002            ! win32/GenCAPI.pl
4003 ____________________________________________________________________________
4004 [  3186] By: gsar                                  on 1999/03/28  07:26:33
4005         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
4006              -DPERL_CAPI
4007      Branch: maint-5.005/perl
4008            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4009 ____________________________________________________________________________
4010 [  3183] By: gsar                                  on 1999/03/28  06:00:46
4011         Log: update p4 utility to ignore non-text files
4012      Branch: perl
4013            ! Porting/p4desc
4014 ____________________________________________________________________________
4015 [  3181] By: gsar                                  on 1999/03/28  03:37:23
4016         Log: integrate change#3179 from maint-5.005
4017      Branch: perl
4018           !> ext/Thread/Thread.xs t/lib/thread.t
4019 ____________________________________________________________________________
4020 [  3180] By: gsar                                  on 1999/03/28  02:28:20
4021         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
4022              (sometimes caused bizarreness in the BLOCK)
4023      Branch: perl
4024            + t/op/grep.t
4025            ! MANIFEST op.c
4026 ____________________________________________________________________________
4027 [  3179] By: gsar                                  on 1999/03/28  02:14:04
4028         Log: fix thread segfault when passing large number of arguments to child
4029              a la C<Thread->new($foo, 1..1000)>
4030      Branch: maint-5.005/perl
4031            ! ext/Thread/Thread.xs t/lib/thread.t
4032 ____________________________________________________________________________
4033 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
4034         Log: fix $Config{'usethreads'} typo in perlthrtut
4035              
4036              From: Ian Maloney <szhmf9@wsblob.ubs.com>
4037              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
4038              Message-Id: <199903251540.QAA02439@wsblob.>
4039              Subject: perlthrtut documentation error
4040      Branch: maint-5.005/perl
4041            ! pod/perlthrtut.pod
4042 ____________________________________________________________________________
4043 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
4044         Log: Update Test.pm to VERSION 1.122 from CPAN
4045      Branch: maint-5.005/perl
4046            ! lib/Test.pm
4047 ____________________________________________________________________________
4048 [  3171] By: jhi                                   on 1999/03/26  22:38:28
4049         Log: Integrate from mainperl.
4050      Branch: cfgperl
4051           !> (integrate 37 files)
4052 ____________________________________________________________________________
4053 [  3170] By: gsar                                  on 1999/03/26  01:30:25
4054         Log: specify type of bracket in "Unmatched bracket" diagnostic;
4055              prefer 'brace' or 'curly bracket' over 'curly brace'
4056      Branch: perl
4057            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
4058            ! t/op/misc.t t/op/re_tests toke.c
4059 ____________________________________________________________________________
4060 [  3169] By: gsar                                  on 1999/03/26  00:50:51
4061         Log: better description of "Integer overflow" diagnostic
4062      Branch: perl
4063            ! pod/perldiag.pod
4064 ____________________________________________________________________________
4065 [  3168] By: gsar                                  on 1999/03/25  11:02:46
4066         Log: applied needful parts of suggested patch
4067              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
4068              Date: Tue, 23 Mar 1999 16:21:43 -0800
4069              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
4070              Subject: [PATCH 5.005_56] pp_formline correction
4071      Branch: perl
4072            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
4073 ____________________________________________________________________________
4074 [  3167] By: gsar                                  on 1999/03/25  10:39:02
4075         Log: clarify what a "comment" means (due to Mark-Jason Dominus
4076              <mjd@plover.com>)
4077      Branch: perl
4078            ! pod/perlsyn.pod
4079 ____________________________________________________________________________
4080 [  3166] By: gsar                                  on 1999/03/25  10:33:18
4081         Log: describe current behavior on local($foo{nothere}) (suggested by
4082              Lionel Cons <lionel.cons@cern.ch>)
4083      Branch: perl
4084            ! pod/perlsub.pod
4085 ____________________________________________________________________________
4086 [  3165] By: gsar                                  on 1999/03/25  06:21:05
4087         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
4088              <vishalb@hotmail.com>)
4089      Branch: perl
4090            ! ext/B/B/C.pm
4091 ____________________________________________________________________________
4092 [  3164] By: gsar                                  on 1999/03/25  06:17:27
4093         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4094              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
4095              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
4096              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
4097      Branch: perl
4098            ! ext/B/B.xs op.h opcode.pl
4099 ____________________________________________________________________________
4100 [  3163] By: gsar                                  on 1999/03/25  06:15:49
4101         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
4102              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
4103              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
4104              Subject: [PATCH _56] B::Deparse 0.57
4105              --
4106              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
4107              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
4108              Subject: Re: [PATCH _56] B::Deparse 0.57 
4109      Branch: perl
4110            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
4111 ____________________________________________________________________________
4112 [  3162] By: gsar                                  on 1999/03/25  06:11:46
4113         Log: fix a few places that said 'int', but meant 'STRLEN'
4114      Branch: perl
4115            ! pod/perlguts.pod proto.h sv.c
4116 ____________________________________________________________________________
4117 [  3161] By: gsar                                  on 1999/03/25  06:01:18
4118         Log: From: Russ Allbery <rra@stanford.edu>
4119              Date: 22 Mar 1999 04:26:26 -0800
4120              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
4121              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
4122      Branch: perl
4123            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
4124            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
4125            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
4126            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
4127 ____________________________________________________________________________
4128 [  3160] By: gsar                                  on 1999/03/25  02:26:31
4129         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
4130      Branch: perl
4131            ! opcode.h opcode.pl
4132 ____________________________________________________________________________
4133 [  3159] By: gsar                                  on 1999/03/25  02:18:17
4134         Log: add statement-modifier loops to :base_loop class
4135      Branch: perl
4136            ! ext/Opcode/Opcode.pm
4137 ____________________________________________________________________________
4138 [  3158] By: gsar                                  on 1999/03/25  00:36:57
4139         Log: integrate changes#3105,3130,3154 from maint-5.005
4140      Branch: perl
4141           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
4142 ____________________________________________________________________________
4143 [  3157] By: gsar                                  on 1999/03/25  00:24:17
4144         Log: remove bogus panic()
4145      Branch: perl
4146            ! Changes lib/Math/BigFloat.pm
4147 ____________________________________________________________________________
4148 [  3156] By: jhi                                   on 1999/03/24  22:43:43
4149         Log: Integrate from mainperl.
4150      Branch: cfgperl
4151           +> (branch 38 files)
4152           !> (integrate 68 files)
4153 ____________________________________________________________________________
4154 [  3155] By: jhi                                   on 1999/03/24  22:12:17
4155         Log: Configure regenerated because of changes #3130/#3154 and #3147.
4156      Branch: cfgperl
4157            ! Configure config_h.SH
4158 ____________________________________________________________________________
4159 [  3154] By: jhi                                   on 1999/03/24  21:40:51
4160         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
4161              based on suggestions from Andy Dougherty.
4162      Branch: maint-5.005/perl
4163            ! INSTALL
4164 ____________________________________________________________________________
4165 [  3153] By: gsar                                  on 1999/03/24  10:38:05
4166         Log: applied suggested patch, modulo superceded parts
4167              From: Charles Bailey <BAILEY@newman.upenn.edu>
4168              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
4169              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
4170              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
4171      Branch: perl
4172            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
4173            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
4174            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
4175            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
4176 ____________________________________________________________________________
4177 [  3152] By: gsar                                  on 1999/03/24  10:30:51
4178         Log: applied suggested patch, modulo superceded parts
4179              From: Charles Bailey <BAILEY@newman.upenn.edu>
4180              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
4181              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
4182              Subject: [PATCH 5.005_56] Miscellaneous small fixes
4183      Branch: perl
4184            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
4185            ! lib/File/Basename.pm
4186 ____________________________________________________________________________
4187 [  3151] By: gsar                                  on 1999/03/24  10:15:00
4188         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
4189      Branch: perl
4190            ! pod/perlop.pod
4191 ____________________________________________________________________________
4192 [  3150] By: gsar                                  on 1999/03/24  10:09:13
4193         Log: missing integration in previous change
4194      Branch: perl
4195           !> README.apollo
4196 ____________________________________________________________________________
4197 [  3149] By: gsar                                  on 1999/03/24  10:06:44
4198         Log: integrate changes#3116,3119 from maint-5.005
4199      Branch: perl
4200            + README.apollo
4201           +> apollo/netinet/in.h
4202           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
4203 ____________________________________________________________________________
4204 [  3148] By: gsar                                  on 1999/03/24  10:01:56
4205         Log: integrate changes#3091-3094 from maint-5.005
4206      Branch: perl
4207           !> README.hurd vms/subconfigure.com vos/config.h
4208           !> vos/config_h.SH_orig
4209 ____________________________________________________________________________
4210 [  3147] By: gsar                                  on 1999/03/24  09:31:49
4211         Log: warn about newfangled vfork() caveats
4212      Branch: perl
4213            ! Configure
4214 ____________________________________________________________________________
4215 [  3146] By: jhi                                   on 1999/03/24  09:20:14
4216         Log: Bring in changes #2808 and #2812 (from mainline perl)
4217              that enhance the perlbug checklist.
4218      Branch: maint-5.005/perl
4219            ! utils/perlbug.PL
4220 ____________________________________________________________________________
4221 [  3145] By: gsar                                  on 1999/03/24  08:37:02
4222         Log: integrate change#3115 from maint-5.005
4223      Branch: perl
4224           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
4225           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
4226 ____________________________________________________________________________
4227 [  3144] By: gsar                                  on 1999/03/24  08:33:59
4228         Log: add note about map in scalar context
4229      Branch: perl
4230            ! pod/perlfunc.pod
4231 ____________________________________________________________________________
4232 [  3143] By: gsar                                  on 1999/03/24  08:25:59
4233         Log: doc tweak
4234      Branch: perl
4235            ! lib/Time/Local.pm
4236 ____________________________________________________________________________
4237 [  3142] By: gsar                                  on 1999/03/24  08:20:37
4238         Log: applied suggested patch, modulo bogus hunk
4239              From: "Vishal Bhatia" <vishalb@hotmail.com>
4240              Date: Thu, 11 Mar 1999 07:40:27 PST
4241              Message-ID: <19990311154027.25891.qmail@hotmail.com>
4242              Subject: [PATCH 5.005_56] Minor fixes in perlcc
4243      Branch: perl
4244            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
4245 ____________________________________________________________________________
4246 [  3141] By: gsar                                  on 1999/03/24  08:06:12
4247         Log: integrate change#3104 from maint-5.005
4248      Branch: perl
4249           !> README.os390 t/lib/posix.t
4250 ____________________________________________________________________________
4251 [  3140] By: gsar                                  on 1999/03/24  06:34:56
4252         Log: fix failure of C<&locked_sub;> under -Dusethreads
4253      Branch: perl
4254            ! pp_hot.c t/lib/thread.t
4255 ____________________________________________________________________________
4256 [  3139] By: gsar                                  on 1999/03/24  05:52:00
4257         Log: debugger tweak (wasn't printing a newline after recalled commands)
4258      Branch: perl
4259            ! lib/perl5db.pl
4260 ____________________________________________________________________________
4261 [  3138] By: gsar                                  on 1999/03/24  05:33:28
4262         Log: document OO exceptions (based on a suggestion by Andreas Koenig
4263              <andreas.koenig@anima.de>)
4264      Branch: perl
4265            ! pod/perlfunc.pod
4266 ____________________________________________________________________________
4267 [  3137] By: gsar                                  on 1999/03/24  02:50:20
4268         Log: better "Illegal %s digit ignored" warnings
4269      Branch: perl
4270            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
4271            ! toke.c util.c
4272 ____________________________________________________________________________
4273 [  3136] By: gsar                                  on 1999/03/24  02:26:38
4274         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
4275      Branch: perl
4276            + t/pragma/utf8.t
4277            ! regcomp.c
4278 ____________________________________________________________________________
4279 [  3135] By: gsar                                  on 1999/03/24  01:29:09
4280         Log: flip release & version in win32_uname()
4281      Branch: perl
4282            ! win32/win32.c
4283 ____________________________________________________________________________
4284 [  3134] By: gsar                                  on 1999/03/24  01:08:33
4285         Log: support POSIX::uname() via win32_uname()
4286      Branch: perl
4287            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
4288            ! win32/config.gc win32/config.vc win32/config_H.bc
4289            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
4290            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
4291 ____________________________________________________________________________
4292 [  3133] By: gsar                                  on 1999/03/23  22:20:10
4293         Log: From: jan.dubois@ibm.net (Jan Dubois)
4294              Date: Sat, 06 Mar 1999 21:42:56 +0100
4295              Message-ID: <36e49281.50337171@smtp1.ibm.net>
4296              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
4297      Branch: perl
4298            ! pod/perldelta.pod
4299 ____________________________________________________________________________
4300 [  3132] By: gsar                                  on 1999/03/23  22:17:45
4301         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
4302              Date: Sat, 06 Mar 1999 17:50:49 +0100
4303              Message-ID: <36e25209.33833760@smtp1.ibm.net>
4304              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
4305              --
4306              Date: Sat, 06 Mar 1999 18:15:00 +0100
4307              Message-ID: <36e36222.37954195@smtp1.ibm.net>
4308              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
4309      Branch: perl
4310            + t/lib/filefunc.t
4311            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
4312            ! pod/perldelta.pod pod/perlmodlib.pod
4313 ____________________________________________________________________________
4314 [  3131] By: gsar                                  on 1999/03/23  22:07:59
4315         Log: integrate cfgperl changes into mainline
4316      Branch: perl
4317           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
4318           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
4319           !> installperl malloc.c perl.c perl.h pod/perl.pod
4320           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
4321 ____________________________________________________________________________
4322 [  3130] By: jhi                                   on 1999/03/23  22:02:23
4323         Log: Don't use config.msg to remind about the
4324              LD_LIBRARY_PATH because Makefile.SH takes
4325              care of that.
4326              
4327              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
4328              This used to be the default but in some MT or another it
4329              was dropped because of some transient error or another.
4330      Branch: maint-5.005/perl
4331            ! Configure hints/dec_osf.sh
4332 ____________________________________________________________________________
4333 [  3129] By: gsar                                  on 1999/03/23  21:38:03
4334         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
4335              to size    and better maintainability)
4336      Branch: perl
4337            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
4338            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
4339            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4340            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
4341            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
4342            + t/pod/include.xr t/pod/included.t t/pod/included.xr
4343            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
4344            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
4345            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
4346            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
4347            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
4348            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
4349            ! win32/Makefile win32/makefile.mk win32/pod.mak
4350 ____________________________________________________________________________
4351 [  3128] By: jhi                                   on 1999/03/23  10:14:54
4352         Log: Integrate from mainperl.
4353      Branch: cfgperl
4354           !> (integrate 46 files)
4355 ____________________________________________________________________________
4356 [  3127] By: gsar                                  on 1999/03/23  06:57:30
4357         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
4358              Date: Thu, 4 Mar 1999 10:54:01 -0800
4359              Message-Id: <9903041854.AA46868@frc0000>
4360              Subject: patch for useless Math::BigInt warnings
4361      Branch: perl
4362            ! lib/Math/BigInt.pm
4363 ____________________________________________________________________________
4364 [  3126] By: gsar                                  on 1999/03/23  05:54:37
4365         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
4366              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4367              Date: Fri, 19 Feb 1999 15:47:59 -0500
4368              Message-ID: <19990219154759.A32350@O2.chapin.edu>
4369              Subject: [PATCH] OSF/1 hints
4370      Branch: perl
4371            ! hints/dec_osf.sh
4372 ____________________________________________________________________________
4373 [  3125] By: gsar                                  on 1999/03/23  00:56:38
4374         Log: avoid typeglob persistence in pp_readline()
4375      Branch: perl
4376            ! sv.c t/op/gv.t
4377 ____________________________________________________________________________
4378 [  3124] By: gsar                                  on 1999/03/22  21:12:23
4379         Log: update copyright years
4380      Branch: perl
4381            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
4382            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
4383            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
4384            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
4385            ! sv.c sv.h toke.c utf8.c utf8.h util.c
4386 ____________________________________________________________________________
4387 [  3123] By: gsar                                  on 1999/03/22  07:07:06
4388         Log: implement win32_spawnvp() internally, making it return true PIDs
4389              for asynchronous spawns; fix win32_kill() to always deal with
4390              PIDs
4391      Branch: perl
4392            ! win32/win32.c win32/win32.h
4393 ____________________________________________________________________________
4394 [  3122] By: jhi                                   on 1999/03/19  21:12:14
4395         Log: Describe the new Benchmark feature in more detail.
4396      Branch: cfgperl
4397            ! pod/perldelta.pod
4398      Branch: maint-5.005/perl
4399            ! pod/perldelta.pod
4400 ____________________________________________________________________________
4401 [  3121] By: jhi                                   on 1999/03/19  08:16:12
4402         Log: AVAILABILITY tuning.
4403      Branch: cfgperl
4404            ! pod/perl.pod
4405      Branch: maint-5.005/perl
4406            ! pod/perl.pod
4407 ____________________________________________________________________________
4408 [  3120] By: jhi                                   on 1999/03/17  14:52:17
4409         Log: Rhapsody change assumed too much.
4410      Branch: cfgperl
4411            ! t/op/stat.t
4412 ____________________________________________________________________________
4413 [  3119] By: jhi                                   on 1999/03/17  14:33:43
4414         Log: More Apollo fixes.
4415      Branch: maint-5.005/perl
4416            ! README.apollo hints/apollo.sh t/lib/io_udp.t
4417 ____________________________________________________________________________
4418 [  3118] By: jhi                                   on 1999/03/16  17:23:39
4419         Log: Nada.
4420      Branch: maint-5.005/perl
4421            ! README.apollo
4422 ____________________________________________________________________________
4423 [  3117] By: jhi                                   on 1999/03/16  17:18:49
4424         Log: Apollo DomainOS AVAILABILITY.
4425      Branch: cfgperl
4426            ! pod/perl.pod
4427      Branch: maint-5.005/perl
4428            ! pod/perl.pod
4429 ____________________________________________________________________________
4430 [  3116] By: jhi                                   on 1999/03/16  17:14:00
4431         Log: Apollo DomainOS patch
4432              From: Johann Klasek <jk@auto.tuwien.ac.at>
4433              Subject: Re: DomainPerl
4434              Date: Tue, 16 Mar 1999 17:46:32 +0100
4435              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
4436      Branch: maint-5.005/perl
4437            + README.apollo apollo/netinet/in.h
4438            ! MANIFEST hints/apollo.sh
4439 ____________________________________________________________________________
4440 [  3115] By: jhi                                   on 1999/03/16  14:23:54
4441         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
4442              To: Gurusamy Sarathy <gsar@activestate.com>,
4443              Graham Barr <gbarr@pobox.com>
4444              Cc: Perl5 Porters <perl5-porters@perl.org>,
4445              "Paul.Marquess" <Paul.Marquess@btinternet.com>
4446              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
4447              Date: Sun, 14 Mar 1999 14:43:57 -0000
4448              Message-Id: <199903141841.NAA17040@defender.perl.org>
4449      Branch: maint-5.005/perl
4450            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4451            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4452 ____________________________________________________________________________
4453 [  3114] By: jhi                                   on 1999/03/16  12:42:20
4454         Log: Mention Rhapsody in 5.005_5X perldelta,
4455              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
4456              *planned* AVAILABILITY.
4457      Branch: cfgperl
4458            ! pod/perl.pod pod/perldelta.pod
4459      Branch: maint-5.005/perl
4460            ! pod/perl.pod
4461 ____________________________________________________________________________
4462 [  3113] By: jhi                                   on 1999/03/16  10:38:53
4463         Log: perldelta niggling.
4464      Branch: cfgperl
4465            ! pod/perldelta.pod
4466      Branch: maint-5.005/perl
4467            ! pod/perldelta.pod
4468 ____________________________________________________________________________
4469 [  3112] By: jhi                                   on 1999/03/16  10:35:21
4470         Log: Integrate from mainperl.
4471      Branch: cfgperl
4472           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
4473           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
4474 ____________________________________________________________________________
4475 [  3111] By: jhi                                   on 1999/03/16  10:28:10
4476         Log: AVAILABILITY update: still mention PowerUX,
4477              Novell Netware now has sources available.
4478      Branch: cfgperl
4479            ! pod/perl.pod
4480      Branch: maint-5.005/perl
4481            ! pod/perl.pod
4482 ____________________________________________________________________________
4483 [  3110] By: gsar                                  on 1999/03/16  04:34:23
4484         Log: sundry pod niggles
4485      Branch: perl
4486            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
4487            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
4488 ____________________________________________________________________________
4489 [  3109] By: jhi                                   on 1999/03/15  17:00:11
4490         Log: Integrate from mainperl.
4491      Branch: cfgperl
4492           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4493           +> lib/unicode/Is/Syllable.pl
4494           +> lib/unicode/MakeEthiopicSyllables.PL
4495           +> lib/unicode/README.Ethiopic
4496           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4497           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4498           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4499           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4500           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4501           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4502           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4503           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
4504 ____________________________________________________________________________
4505 [  3108] By: jhi                                   on 1999/03/15  16:58:12
4506         Log: First pass of integrating the Rhapsody port,
4507              
4508              From: Wilfredo Sanchez <wsanchez@apple.com> 
4509              Subject: Keeping the world in sync.
4510              Reply-To: wsanchez@apple.com 
4511              To: perlbug@perl.com 
4512              Date: Fri, 13 Nov 1998 17:11:30 -0800 
4513              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
4514      Branch: cfgperl
4515            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
4516            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
4517            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
4518            ! x2p/util.c
4519 ____________________________________________________________________________
4520 [  3107] By: gsar                                  on 1999/03/15  03:22:10
4521         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
4522              From: Daniel Yacob <dmulholl@cs.indiana.edu>
4523              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
4524              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
4525              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
4526      Branch: perl
4527            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4528            + lib/unicode/Is/Syllable.pl
4529            + lib/unicode/MakeEthiopicSyllables.PL
4530            + lib/unicode/README.Ethiopic
4531            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4532            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4533            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4534            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4535            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4536            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4537            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4538            ! lib/unicode/Name.pl lib/unicode/Number.pl
4539 ____________________________________________________________________________
4540 [  3106] By: gsar                                  on 1999/03/12  20:35:36
4541         Log: change#3067 failed package.t due to needless creation of $a and $b;
4542              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
4543      Branch: perl
4544            ! op.c
4545 ____________________________________________________________________________
4546 [  3105] By: jhi                                   on 1999/03/12  15:54:57
4547         Log: Recognize the NetBSD packages collection.
4548      Branch: maint-5.005/perl
4549            ! hints/netbsd.sh
4550 ____________________________________________________________________________
4551 [  3104] By: jhi                                   on 1999/03/12  09:07:04
4552         Log: From: pvhp@forte.com (Peter Prymmer)
4553              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
4554              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
4555              Date: Thu, 11 Mar 99 14:24:54 PST
4556              Message-Id: <9903112224.AA24346@forte.com>
4557      Branch: maint-5.005/perl
4558            ! README.os390 t/lib/posix.t
4559 ____________________________________________________________________________
4560 [  3103] By: jhi                                   on 1999/03/10  11:07:46
4561         Log: Integrate from mainperl.
4562      Branch: cfgperl
4563           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
4564           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
4565           !> t/pragma/warn/1global toke.c win32/makedef.pl
4566 ____________________________________________________________________________
4567 [  3102] By: jhi                                   on 1999/03/10  11:01:20
4568         Log: From: pvhp@forte.com (Peter Prymmer)
4569              To: perl5-porters@perl.org
4570              Subject: [5.005_03-MT6]Patch: time passes
4571              Date: Tue, 9 Mar 99 18:42:17 PST
4572              Message-Id: <9903100242.AA29057@forte.com>
4573      Branch: maint-5.005/perl
4574            ! perl.c
4575 ____________________________________________________________________________
4576 [  3101] By: jhi                                   on 1999/03/10  10:30:15
4577         Log: From: Mark-Jason Dominus <mjd@plover.com>
4578              To: perl5-porters@perl.com
4579              Subject: Minor fix to perlfunc.pod
4580              Date: Mon, 08 Mar 1999 20:05:53 -0500
4581              Message-ID: <19990309010553.13757.qmail@plover.com>
4582      Branch: maint-5.005/perl
4583            ! pod/perlfunc.pod
4584 ____________________________________________________________________________
4585 [  3100] By: gsar                                  on 1999/03/09  23:04:44
4586         Log: change#3060 had the wrong quotes
4587      Branch: perl
4588            ! pod/pod2man.PL
4589 ____________________________________________________________________________
4590 [  3099] By: jhi                                   on 1999/03/09  12:52:21
4591         Log: d_uname was broken (probably since _53), reported by
4592              
4593              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4594              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
4595              cpan-testers@perl.org
4596              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
4597              Date: Mon, 08 Mar 1999 13:22:31 +0000
4598              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
4599              
4600              and
4601              
4602              From: lvirden@cas.org (Larry W. Virden)
4603              To: perlbug@perl.com
4604              Subject: configure not correctly identifying uname posix compatibility
4605              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
4606              Message-Id: <199903081136.GAA23682@cas.org>
4607      Branch: cfgperl
4608            ! Configure config_h.SH
4609 ____________________________________________________________________________
4610 [  3098] By: gsar                                  on 1999/03/09  03:16:07
4611         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
4612      Branch: perl
4613            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
4614 ____________________________________________________________________________
4615 [  3097] By: gsar                                  on 1999/03/09  02:50:43
4616         Log: use yyerror() instead of croak() so that compile-time failures in
4617              my(LIST) don't confuse globals with lexicals
4618      Branch: perl
4619            ! op.c toke.c
4620 ____________________________________________________________________________
4621 [  3096] By: gsar                                  on 1999/03/09  02:47:36
4622         Log: adjust testsuite for change#3067
4623      Branch: perl
4624            ! t/pragma/warn/1global
4625 ____________________________________________________________________________
4626 [  3095] By: gsar                                  on 1999/03/08  21:04:48
4627         Log: remove bogus symbols from global.sym
4628      Branch: perl
4629            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
4630            ! perl.h win32/makedef.pl
4631 ____________________________________________________________________________
4632 [  3094] By: jhi                                   on 1999/03/06  16:16:15
4633         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4634              To: jhi@iki.fi
4635              Subject: Oops
4636              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
4637              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
4638      Branch: maint-5.005/perl
4639            ! README.hurd
4640 ____________________________________________________________________________
4641 [  3093] By: jhi                                   on 1999/03/06  15:59:46
4642         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4643              To: jhi@iki.fi
4644              Subject: New Hurd README
4645              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
4646              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
4647      Branch: maint-5.005/perl
4648            ! README.hurd
4649 ____________________________________________________________________________
4650 [  3092] By: jhi                                   on 1999/03/06  12:52:06
4651         Log: From: Paul_Green@stratus.com
4652              To: perl5-porters@perl.org
4653              Cc: jhi@iki.fi, Paul_Green@stratus.com
4654              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
4655              Date: Fri, 5 Mar 1999 18:08:49 -0500 
4656              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
4657      Branch: maint-5.005/perl
4658            ! vos/config.h vos/config_h.SH_orig
4659 ____________________________________________________________________________
4660 [  3091] By: jhi                                   on 1999/03/06  12:42:21
4661         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4662              To: perl5-porters@perl.org, vmsperl@perl.org
4663              Subject: [PATCH 5.005_03-MT6]VMS build patch
4664              Date: Fri, 05 Mar 1999 12:36:19 -0800
4665              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
4666      Branch: maint-5.005/perl
4667            ! vms/subconfigure.com
4668 ____________________________________________________________________________
4669 [  3090] By: gsar                                  on 1999/03/06  04:40:03
4670         Log: integrate change#3089 from mainline
4671              
4672              tolerate CRs after options
4673      Branch: maint-5.005/perl
4674           !> perl.c
4675 ____________________________________________________________________________
4676 [  3089] By: gsar                                  on 1999/03/06  04:30:40
4677         Log: tolerate CRs after options
4678      Branch: perl
4679            ! perl.c
4680 ____________________________________________________________________________
4681 [  3088] By: jhi                                   on 1999/03/05  12:49:01
4682         Log: Integrate from mainperl.
4683      Branch: cfgperl
4684           +> README.hurd
4685           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
4686 ____________________________________________________________________________
4687 [  3087] By: gsar                                  on 1999/03/05  06:41:16
4688         Log: adjust timeouts to accomodate slow/busy systems
4689      Branch: perl
4690            ! t/lib/io_sock.t
4691 ____________________________________________________________________________
4692 [  3083] By: gsar                                  on 1999/03/05  01:32:47
4693         Log: integrate change#3081 from maint-5.005
4694      Branch: perl
4695           !> ext/Errno/Errno_pm.PL
4696 ____________________________________________________________________________
4697 [  3082] By: gsar                                  on 1999/03/05  01:31:06
4698         Log: integrate change#2904 from maint-5.005
4699      Branch: perl
4700           +> README.hurd
4701           !> MANIFEST
4702 ____________________________________________________________________________
4703 [  3081] By: gsar                                  on 1999/03/05  00:14:33
4704         Log: protect against doubled backslashes
4705      Branch: maint-5.005/perl
4706            ! ext/Errno/Errno_pm.PL
4707 ____________________________________________________________________________
4708 [  3077] By: jhi                                   on 1999/03/04  08:10:13
4709         Log: Integrate from mainperl.
4710      Branch: cfgperl
4711           +> ext/B/B/Stash.pm
4712           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
4713           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
4714           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
4715           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
4716 ____________________________________________________________________________
4717 [  3076] By: jhi                                   on 1999/03/04  08:07:59
4718         Log: Regen config_h.SH once more because of *size, 
4719              noticed by
4720              
4721              From: Hans Mulder <hansm@icgned.icgroup.nl>
4722              To: Jarkko Hietaniemi <jhi@iki.fi>
4723              Cc: perl5-porters@perl.org
4724              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4725              Date: Thu,  4 Mar 99 00:10:45 +0100
4726              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4727      Branch: cfgperl
4728            ! Configure config_h.SH
4729 ____________________________________________________________________________
4730 [  3068] By: gsar                                  on 1999/03/04  05:48:03
4731         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
4732              Date: Thu,  4 Mar 99 00:10:45 +0100
4733              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4734              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4735      Branch: perl
4736            ! config_h.SH
4737 ____________________________________________________________________________
4738 [  3067] By: gsar                                  on 1999/03/04  05:44:32
4739         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
4740              From: Graham Barr <gbarr@ti.com>
4741              Date: Wed, 3 Mar 1999 17:23:56 -0600
4742              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
4743              Subject: Re: 'use strict' doesn't work for one-letter variables
4744      Branch: perl
4745            ! gv.c op.c
4746 ____________________________________________________________________________
4747 [  3066] By: gsar                                  on 1999/03/04  05:20:50
4748         Log: updates to compiler modules
4749              From: "Vishal Bhatia" <vishalb@hotmail.com>
4750              Date: Tue, 02 Mar 1999 23:27:25 PST
4751              Message-ID: <19990303072725.779.qmail@hotmail.com>
4752              Subject: PATCH 5.005_56 + Test procedure
4753      Branch: perl
4754            + ext/B/B/Stash.pm
4755            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
4756            ! lib/Test/Harness.pm utils/perlcc.PL
4757 ____________________________________________________________________________
4758 [  3065] By: gsar                                  on 1999/03/04  05:03:30
4759         Log: more s/s_/s!/ etc.
4760      Branch: perl
4761            ! pod/perldelta.pod pod/perlfunc.pod
4762 ____________________________________________________________________________
4763 [  3064] By: gsar                                  on 1999/03/04  04:50:45
4764         Log: integrate cfgperl contents into mainline
4765      Branch: perl
4766           !> Configure README.vms bytecode.h config_h.SH configure.com
4767           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
4768           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
4769           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4770 ____________________________________________________________________________
4771 [  3063] By: gsar                                  on 1999/03/04  04:44:13
4772         Log: HP-UX has yet another spelling for /NaNQ?/
4773      Branch: perl
4774            ! t/lib/bigfloatpm.t
4775 ____________________________________________________________________________
4776 [  3062] By: gsar                                  on 1999/03/04  04:36:08
4777         Log: error-check for accept() test
4778      Branch: perl
4779            ! t/lib/io_sock.t
4780 ____________________________________________________________________________
4781 [  3061] By: gsar                                  on 1999/03/04  03:40:25
4782         Log: allow custom comparison function in File::Compare::compare_text()
4783              From: jan.dubois@ibm.net (Jan Dubois)
4784              Date: Fri, 26 Feb 1999 21:56:09 +0100
4785              Message-ID: <36db0838.8805651@smtp1.ibm.net>
4786              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4787      Branch: perl
4788            ! lib/File/Compare.pm
4789 ____________________________________________________________________________
4790 [  3060] By: gsar                                  on 1999/03/04  03:37:38
4791         Log: better version of change#3038
4792              From: abigail@fnx.com
4793              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
4794              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
4795              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
4796      Branch: perl
4797            ! pod/pod2man.PL
4798 ____________________________________________________________________________
4799 [  3058] By: jhi                                   on 1999/03/03  22:30:40
4800         Log: Configure regen to
4801              (1) match maint-5.005 patches #3056 and #3057
4802              (2) better version of PHOSTNAME of #3050
4803              (3) the crosscompile/multiarch config_h.SH trouble solved for now
4804      Branch: cfgperl
4805            ! Configure config_h.SH
4806 ____________________________________________________________________________
4807 [  3054] By: jhi                                   on 1999/03/03  09:57:59
4808         Log: Change #3053 missed perldelta.
4809      Branch: cfgperl
4810            ! pod/perldelta.pod
4811 ____________________________________________________________________________
4812 [  3053] By: jhi                                   on 1999/03/03  08:29:43
4813         Log: Use '!' to mark native integer packings instead of '_'.
4814      Branch: cfgperl
4815            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
4816 ____________________________________________________________________________
4817 [  3052] By: jhi                                   on 1999/03/02  23:12:36
4818         Log: The HP-UX threads patch (change #3028) is needed also here.
4819      Branch: cfgperl
4820            ! hints/hpux.sh thread.h
4821 ____________________________________________________________________________
4822 [  3051] By: jhi                                   on 1999/03/02  08:24:52
4823         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4824              To: perl5-porters@perl.org, vmsperl@perl.org
4825              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
4826              Date: Mon, 01 Mar 1999 16:10:57 -0800
4827              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
4828      Branch: cfgperl
4829            ! README.vms
4830      Branch: maint-5.005/perl
4831            ! README.vms
4832 ____________________________________________________________________________
4833 [  3050] By: jhi                                   on 1999/03/02  08:22:29
4834         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4835              To: perl5-porters@perl.org, vmsperl@perl.org
4836              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
4837              Date: Mon, 01 Mar 1999 16:06:29 -0800
4838              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
4839              
4840              From: Dan Sugalski <sugalskd@osshe.edu>
4841              To: perl5-porters@perl.org, vmsperl@perl.org
4842              Subject: [PATCH 5.005_56]vmsish.pm patch
4843              Date: Mon, 01 Mar 1999 20:19:04 -0800
4844              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
4845              
4846              plus Configure regen containing a "solution" to the
4847              crosscompile/multiarch problem.
4848      Branch: cfgperl
4849            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
4850            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4851 ____________________________________________________________________________
4852 [  3049] By: jhi                                   on 1999/03/02  07:34:21
4853         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
4854              To: perl5-porters@perl.org
4855              Subject: [PATCH] Eliminate (valid) warning in byterun.c
4856              Date: Mon, 01 Mar 1999 17:27:59 -0500
4857              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
4858      Branch: cfgperl
4859            ! bytecode.h
4860      Branch: maint-5.005/perl
4861            ! bytecode.h
4862 ____________________________________________________________________________
4863 [  3048] By: gsar                                  on 1999/03/02  06:41:21
4864         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4865      Branch: perl
4866            ! MANIFEST README.hpux
4867 ____________________________________________________________________________
4868 [  3047] By: jhi                                   on 1999/03/01  06:34:43
4869         Log: Integrate from mainperl.
4870      Branch: cfgperl
4871           +> README.hpux lib/File/Spec/Functions.pm
4872           !> (integrate 28 files)
4873 ____________________________________________________________________________
4874 [  3046] By: gsar                                  on 1999/03/01  05:34:28
4875         Log: this is 5.005_56
4876      Branch: perl
4877            ! Changes
4878
4879 ----------------
4880 Version 5.005_56
4881 ----------------
4882
4883 ____________________________________________________________________________
4884 [  3045] By: gsar                                  on 1999/03/01  03:32:30
4885         Log: destroy PL_svref_mutex in perl_destruct()
4886      Branch: perl
4887            ! perl.c
4888 ____________________________________________________________________________
4889 [  3044] By: gsar                                  on 1999/03/01  00:38:50
4890         Log: up patchlevel &c.
4891      Branch: perl
4892            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
4893            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4894            ! win32/makefile.mk
4895 ____________________________________________________________________________
4896 [  3043] By: gsar                                  on 1999/03/01  00:14:15
4897         Log: integrate cfgperl contents into mainline
4898      Branch: perl
4899            ! pod/perldelta.pod
4900           !> Configure config_h.SH
4901 ____________________________________________________________________________
4902 [  3042] By: gsar                                  on 1999/02/28  23:55:08
4903         Log: slightly edited version of suggested patch
4904              From: jan.dubois@ibm.net (Jan Dubois)
4905              Date: Mon, 01 Mar 1999 00:32:05 +0100
4906              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
4907              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
4908      Branch: perl
4909            + lib/File/Spec/Functions.pm
4910            ! MANIFEST lib/File/Spec.pm
4911 ____________________________________________________________________________
4912 [  3041] By: gsar                                  on 1999/02/28  22:47:19
4913         Log: fix subtle bug in eval'' testsuite
4914      Branch: perl
4915            ! t/op/eval.t
4916 ____________________________________________________________________________
4917 [  3040] By: gsar                                  on 1999/02/28  22:46:24
4918         Log: avoid literal control characters in change#3039
4919      Branch: perl
4920            ! t/base/lex.t
4921 ____________________________________________________________________________
4922 [  3039] By: gsar                                  on 1999/02/28  21:47:18
4923         Log: todo item: permit extended control variables a la ${^Foo} (patch
4924              courtesy Mark-Jason Dominus <mjd@plover.com>)
4925      Branch: perl
4926            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
4927            ! t/base/lex.t toke.c
4928 ____________________________________________________________________________
4929 [  3038] By: gsar                                  on 1999/02/28  21:21:05
4930         Log: From: abigail@fnx.com
4931              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
4932              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
4933              Subject: Recognize -> and => inside [A-Z]<> sequences.
4934      Branch: perl
4935            ! pod/pod2man.PL
4936 ____________________________________________________________________________
4937 [  3037] By: gsar                                  on 1999/02/28  21:12:22
4938         Log: fix longstanding bug: searches for lexicals originating within eval''
4939              weren't stopping at the subroutine boundary correctly
4940      Branch: perl
4941            ! op.c proto.h t/op/eval.t
4942 ____________________________________________________________________________
4943 [  3036] By: gsar                                  on 1999/02/28  20:02:29
4944         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
4945              as stacked list values
4946              From: jan.dubois@ibm.net (Jan Dubois)
4947              Date: Sat, 27 Feb 1999 18:24:17 +0100
4948              Message-ID: <36e22849.36531259@smtp1.ibm.net>
4949              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
4950      Branch: perl
4951            ! win32/win32.c
4952 ____________________________________________________________________________
4953 [  3035] By: gsar                                  on 1999/02/28  19:48:54
4954         Log: remove superfluous stack_sp decl
4955      Branch: perl
4956            ! jpl/JNI/JNI.xs
4957 ____________________________________________________________________________
4958 [  3034] By: gsar                                  on 1999/02/28  19:34:58
4959         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
4960      Branch: perl
4961            ! lib/Getopt/Std.pm
4962 ____________________________________________________________________________
4963 [  3033] By: gsar                                  on 1999/02/28  19:23:41
4964         Log: add File::Compare::compare_text()
4965              From: jan.dubois@ibm.net (Jan Dubois)
4966              Date: Fri, 26 Feb 1999 00:20:41 +0100
4967              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
4968              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4969      Branch: perl
4970            ! lib/File/Compare.pm pod/perltodo.pod
4971 ____________________________________________________________________________
4972 [  3032] By: gsar                                  on 1999/02/28  19:01:33
4973         Log: add README.hpux
4974      Branch: perl
4975            + README.hpux
4976            ! MAINTAIN MANIFEST
4977 ____________________________________________________________________________
4978 [  3031] By: gsar                                  on 1999/02/28  18:49:08
4979         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
4980              James Cromie <jcromie@fossil.uswc.uswest.com>
4981      Branch: perl
4982            ! lib/Pod/Html.pm
4983 ____________________________________________________________________________
4984 [  3030] By: gsar                                  on 1999/02/28  18:35:09
4985         Log: From: jan.dubois@ibm.net (Jan Dubois)
4986              Date: Wed, 24 Feb 1999 22:34:56 +0100
4987              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
4988              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
4989      Branch: perl
4990            ! lib/Test/Harness.pm
4991 ____________________________________________________________________________
4992 [  3029] By: gsar                                  on 1999/02/28  18:28:18
4993         Log: add note about env pollution
4994      Branch: perl
4995            ! INSTALL pod/perltodo.pod
4996 ____________________________________________________________________________
4997 [  3028] By: jhi                                   on 1999/02/26  14:40:00
4998         Log: HP-UX 11 threads.
4999              
5000              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5001              To: perl5-porters@perl.org
5002              Cc: jhi@cc.hut.fi
5003              Subject: Maint 5 and _54 with threading on HP-UX 11.00
5004              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
5005              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
5006              
5007              NOTE from jhi: the hpux hints could still be more robust by
5008              disabling gdbm when necessary.
5009              
5010              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
5011              linking -lgdbm -lpthread creates an executable that instantly
5012              core dumps on a pthreads internal panic:
5013              
5014              ./gdpt
5015              
5016              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
5017              Return Pointer is 0xc082bf33
5018              17639 quit (core dumped)  ./gdpt
5019              
5020              You don't have to *use* either gdbm or pthreads in the executable,
5021              just linking them together is enough.  Workaround is to recompile
5022              the GDBM under HP-UX 11, that makes the problem go away.
5023      Branch: maint-5.005/perl
5024            ! hints/hpux.sh thread.h
5025 ____________________________________________________________________________
5026 [  3025] By: jhi                                   on 1999/02/25  20:41:07
5027         Log: Temporary workaround for the config_h.SH versus
5028              crosscompile and multiarch plus introduce 'rt'
5029              to $libswanted: in UNIX98 sched_yield() lives there.
5030      Branch: cfgperl
5031            ! Configure config_h.SH
5032 ____________________________________________________________________________
5033 [  3024] By: jhi                                   on 1999/02/24  12:54:59
5034         Log: Integrate from mainperl.
5035      Branch: cfgperl
5036           +> t/lib/fatal.t
5037           !> (integrate 44 files)
5038 ____________________________________________________________________________
5039 [  3023] By: gsar                                  on 1999/02/24  07:02:12
5040         Log: integrate cfgperl contents
5041      Branch: perl
5042           !> (integrate 30 files)
5043 ____________________________________________________________________________
5044 [  3022] By: gsar                                  on 1999/02/24  05:59:47
5045         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
5046              Date: 23 Feb 1999 17:53:22 -0700
5047              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
5048              Subject: [PATCH: _55] perldoc -q broken
5049      Branch: perl
5050            ! utils/perldoc.PL
5051 ____________________________________________________________________________
5052 [  3021] By: gsar                                  on 1999/02/24  05:51:53
5053         Log: ansify perlio.c, fix PerlIO-ish typos
5054      Branch: perl
5055            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
5056            ! iperlsys.h perlio.c
5057 ____________________________________________________________________________
5058 [  3020] By: gsar                                  on 1999/02/24  05:28:06
5059         Log: adjust a Perl_malloc() flag for NeXT
5060              From: Hans Mulder <hansm@icgned.icgroup.nl>
5061              Date: Tue, 23 Feb 99 00:26:25 +0100
5062              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
5063              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
5064      Branch: perl
5065            ! perl.h
5066 ____________________________________________________________________________
5067 [  3019] By: gsar                                  on 1999/02/24  05:19:42
5068         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
5069      Branch: perl
5070            ! pod/perltodo.pod
5071 ____________________________________________________________________________
5072 [  3018] By: gsar                                  on 1999/02/24  04:15:18
5073         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5074              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
5075              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
5076              Subject: improved error message [PATCH _55] [RESEND]
5077      Branch: perl
5078            ! sv.c
5079 ____________________________________________________________________________
5080 [  3017] By: gsar                                  on 1999/02/24  03:50:34
5081         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
5082              Date: Sun, 21 Feb 1999 20:02:18 -0700
5083              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
5084              Subject: perlfunc updates (against 55)
5085      Branch: perl
5086            ! pod/perlfunc.pod
5087 ____________________________________________________________________________
5088 [  3016] By: gsar                                  on 1999/02/24  03:17:05
5089         Log: testsuite adjustments
5090              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5091              Date: Sat, 20 Feb 1999 15:24:57 +0000
5092              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
5093              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
5094      Branch: perl
5095            ! t/lib/io_sock.t t/op/lex_assign.t
5096 ____________________________________________________________________________
5097 [  3015] By: gsar                                  on 1999/02/24  02:54:47
5098         Log: avoid modifying readonly values from qw()
5099      Branch: perl
5100            ! lib/ExtUtils/MM_Unix.pm
5101 ____________________________________________________________________________
5102 [  3014] By: gsar                                  on 1999/02/24  02:49:04
5103         Log: more "correct" utbuf for utime()
5104      Branch: perl
5105            ! doio.c
5106 ____________________________________________________________________________
5107 [  3013] By: jhi                                   on 1999/02/22  19:27:44
5108         Log: Fix MacPerl version, change PowerUX to PowerMAX.
5109              
5110              From: Chris Nandor <pudge@pobox.com>
5111              To: jhi@iki.fi
5112              Cc: perl5-porters@perl.org
5113              Subject: Re: perl current availability as documented by perl.pod
5114              Date: Sun, 21 Feb 1999 11:06:03 -0500
5115              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
5116              
5117              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
5118              To: jhi@iki.fi
5119              Cc: perl5-porters@perl.org
5120              Subject: Re: perl current availability as documented by perl.pod
5121              Date: Mon, 22 Feb 1999 13:08:30 GMT
5122              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
5123      Branch: cfgperl
5124            ! pod/perl.pod
5125      Branch: maint-5.005/perl
5126            ! pod/perl.pod
5127 ____________________________________________________________________________
5128 [  3012] By: jhi                                   on 1999/02/22  10:26:11
5129         Log: Snapshot the cross-compilation/multiarchitecture stuff
5130              (currently broken in next)
5131      Branch: cfgperl
5132            ! Configure config_h.SH pp.c
5133 ____________________________________________________________________________
5134 [  3011] By: jhi                                   on 1999/02/22  10:24:51
5135         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
5136              To: gsar@activestate.com (Gurusamy Sarathy)
5137              Cc: perl5-porters@perl.org (Perl5 Porters)
5138              Subject: [PATCH 5.005_55] DB_File 1.64 patch
5139              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
5140              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
5141      Branch: cfgperl
5142            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5143            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
5144 ____________________________________________________________________________
5145 [  3009] By: jhi                                   on 1999/02/22  09:14:26
5146         Log: Scratch #3008 and introduce $crosscompile and $multiarch
5147              also in non-Configure lands.
5148      Branch: cfgperl
5149            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
5150            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
5151            ! win32/config.gc win32/config.vc win32/config_H.bc
5152            ! win32/config_H.gc win32/config_H.vc
5153 ____________________________________________________________________________
5154 [  3008] By: jhi                                   on 1999/02/22  08:58:04
5155         Log: Add -DMULTIARCH (see change #3006).
5156      Branch: cfgperl
5157            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
5158 ____________________________________________________________________________
5159 [  3007] By: jhi                                   on 1999/02/22  08:54:06
5160         Log: Undo the references to local{lib,arch} introduced by #3006.
5161      Branch: cfgperl
5162            ! Configure config_h.SH
5163 ____________________________________________________________________________
5164 [  3006] By: jhi                                   on 1999/02/22  08:43:50
5165         Log: From: hansm@icgned.icgroup.nl
5166              To: perlbug@perl.com
5167              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
5168              Date: Sun, 21 Feb 1999 22:58:55 +0100
5169              Reply-To: hansmu@xs4all.nl
5170              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
5171              
5172              plus other Configure changes: prepare for cross-compilation/
5173              multiarchitecture builds.
5174      Branch: cfgperl
5175            ! Configure config_h.SH
5176 ____________________________________________________________________________
5177 [  3005] By: jhi                                   on 1999/02/22  08:35:30
5178         Log: Configure/Perl knew how to look for use Mach cthreads
5179              but Configure didn't let them to be used ($osname 'next').
5180      Branch: cfgperl
5181            ! Configure config_h.SH
5182      Branch: maint-5.005/perl
5183            ! Configure
5184 ____________________________________________________________________________
5185 [  3004] By: jhi                                   on 1999/02/21  15:46:02
5186         Log: Update Acorn AVAILABILITY.
5187      Branch: cfgperl
5188            ! pod/perl.pod
5189      Branch: maint-5.005/perl
5190            ! pod/perl.pod
5191 ____________________________________________________________________________
5192 [  3003] By: jhi                                   on 1999/02/21  14:50:42
5193         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
5194              To: perl5-porters@perl.org (Perl 5 Porters)
5195              Subject: PATCH: perlref.pod - symbolic ref example
5196              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
5197              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
5198      Branch: cfgperl
5199            ! pod/perlref.pod
5200      Branch: maint-5.005/perl
5201            ! pod/perlref.pod
5202 ____________________________________________________________________________
5203 [  3002] By: jhi                                   on 1999/02/21  14:35:22
5204         Log: Sync cfgperl with maint-5.005 change #3000.
5205      Branch: cfgperl
5206            ! pod/perlfunc.pod t/op/pack.t
5207 ____________________________________________________________________________
5208 [  2999] By: gsar                                  on 1999/02/20  22:48:30
5209         Log: From:    John Bley <jbb6@acpub.duke.edu>
5210              Date:    Sat, 20 Feb 1999 16:02:34 EST
5211              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
5212              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
5213      Branch: perl
5214            ! regcomp.c
5215 ____________________________________________________________________________
5216 [  2998] By: jhi                                   on 1999/02/20  14:13:06
5217         Log: Enhanced the endianness description.
5218      Branch: cfgperl
5219            ! pod/perlfunc.pod
5220 ____________________________________________________________________________
5221 [  2996] By: jhi                                   on 1999/02/20  13:55:41
5222         Log: Glossary now mostly fixed.
5223      Branch: cfgperl
5224            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5225            ! config_h.SH
5226 ____________________________________________________________________________
5227 [  2994] By: jhi                                   on 1999/02/20  11:58:33
5228         Log: Perldeltify GNU/Hurd.
5229      Branch: cfgperl
5230            ! pod/perldelta.pod
5231 ____________________________________________________________________________
5232 [  2993] By: gsar                                  on 1999/02/20  00:59:10
5233         Log: fix typo in Perl_sbrk()
5234              From: hansm@icgned.icgroup.nl
5235              Date: Fri, 19 Feb 1999 23:19:31 +0100
5236              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
5237              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
5238      Branch: perl
5239            ! malloc.c
5240 ____________________________________________________________________________
5241 [  2992] By: gsar                                  on 1999/02/20  00:51:08
5242         Log: integrate change#2980 from maint-5.005
5243      Branch: perl
5244           !> utils/h2xs.PL
5245 ____________________________________________________________________________
5246 [  2991] By: gsar                                  on 1999/02/20  00:34:01
5247         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5248              Date: Thu, 18 Feb 1999 18:51:38 +0000
5249              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
5250              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
5251      Branch: perl
5252            ! pp_hot.c t/op/pat.t
5253 ____________________________________________________________________________
5254 [  2990] By: gsar                                  on 1999/02/20  00:30:48
5255         Log: From: jan.dubois@ibm.net (Jan Dubois)
5256              Date: Thu, 18 Feb 1999 19:14:07 +0100
5257              Message-ID: <36d15809.40853323@smtp1.ibm.net>
5258              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
5259      Branch: perl
5260            ! win32/win32.c
5261 ____________________________________________________________________________
5262 [  2989] By: gsar                                  on 1999/02/20  00:27:01
5263         Log: do poll() emulation unless HAS_POLL && I_POLL
5264      Branch: perl
5265            ! ext/IO/poll.h
5266 ____________________________________________________________________________
5267 [  2988] By: gsar                                  on 1999/02/19  23:52:12
5268         Log: tweak RE for NaNQ? recognition
5269      Branch: perl
5270            ! t/lib/bigfloatpm.t
5271 ____________________________________________________________________________
5272 [  2987] By: gsar                                  on 1999/02/19  23:29:59
5273         Log: mention C<use utf8> and C<use warning> in perldelta
5274      Branch: perl
5275            ! pod/perldelta.pod
5276 ____________________________________________________________________________
5277 [  2985] By: jhi                                   on 1999/02/19  20:43:19
5278         Log: pack/unpack better in (network-)short-non-16-bits and
5279              (network-)long-non-32-bits systems such as Cray C90.
5280      Branch: cfgperl
5281            ! perl.h pp.c t/op/pack.t
5282 ____________________________________________________________________________
5283 [  2984] By: jhi                                   on 1999/02/19  20:38:54
5284         Log: Regen Configure.
5285      Branch: cfgperl
5286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5287            ! perl.c
5288 ____________________________________________________________________________
5289 [  2982] By: jhi                                   on 1999/02/19  19:51:49
5290         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
5291              not probed for and         
5292              
5293              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5294              To: Chaim Frenkel <chaimf@pobox.com>,
5295              Russ Allbery <rra@stanford.edu>,
5296              Jarkko Hietaniemi <jhi@iki.fi>,
5297              Gurusamy Sarathy <gsar@activestate.com>,
5298              Graham Barr <gbarr@pobox.com>
5299              Cc: bdensch@ameritech.net, perlbug@perl.com
5300              Subject: [PATCH] Re: Solaris 7 for Intel
5301              Message-ID: <19990219124404.A30182@O2.chapin.edu>
5302              
5303              Glossary is still missing some terms because
5304              mkglossary is misbehaving (change #2981 updated
5305              Glossary manually)
5306      Branch: cfgperl
5307            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
5308            ! Porting/config_H
5309 ____________________________________________________________________________
5310 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
5311         Log: Make result of h2xs work when user adds C<use strict>
5312      Branch: maint-5.005/perl
5313            ! utils/h2xs.PL
5314 ____________________________________________________________________________
5315 [  2979] By: gsar                                  on 1999/02/19  05:24:29
5316         Log: doc for change#2978
5317      Branch: perl
5318            ! pod/perlsub.pod
5319 ____________________________________________________________________________
5320 [  2978] By: gsar                                  on 1999/02/19  05:08:29
5321         Log: bring '*' prototype closer to how it behaves internally
5322      Branch: perl
5323            + t/lib/fatal.t
5324            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
5325 ____________________________________________________________________________
5326 [  2977] By: gsar                                  on 1999/02/19  02:50:31
5327         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
5328      Branch: perl
5329            ! perly.h
5330 ____________________________________________________________________________
5331 [  2975] By: gsar                                  on 1999/02/18  21:41:57
5332         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
5333              of lexical searches in BEGIN|INIT|END)
5334      Branch: perl
5335            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
5336            ! vms/perly_c.vms
5337 ____________________________________________________________________________
5338 [  2974] By: gsar                                  on 1999/02/18  21:03:06
5339         Log: missing PERL_POLLUTE_MALLOC
5340      Branch: perl
5341            ! ext/SDBM_File/sdbm/sdbm.h
5342 ____________________________________________________________________________
5343 [  2973] By: gsar                                  on 1999/02/18  17:10:49
5344         Log: From:    Andy Dougherty <doughera@lafayette.edu>
5345              Date:    Wed, 17 Feb 1999 17:22:50 EST
5346              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
5347              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
5348      Branch: perl
5349            ! lib/dotsh.pl
5350 ____________________________________________________________________________
5351 [  2972] By: gsar                                  on 1999/02/18  17:04:12
5352         Log: s/#defined/#define/
5353      Branch: perl
5354            ! ext/Data/Dumper/Dumper.xs
5355 ____________________________________________________________________________
5356 [  2970] By: gsar                                  on 1999/02/18  03:26:43
5357         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
5358      Branch: perl
5359            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5360            ! ext/GDBM_File/typemap
5361 ____________________________________________________________________________
5362 [  2969] By: gsar                                  on 1999/02/17  23:30:47
5363         Log: correct slurp mode doc
5364      Branch: perl
5365            ! pod/perlfunc.pod pod/perlop.pod
5366 ____________________________________________________________________________
5367 [  2968] By: jhi                                   on 1999/02/17  23:15:49
5368         Log: Ultrix hints update.
5369              
5370              From: Spider Boardman <spider@zk3.dec.com>
5371              To: perlbug@perl.com
5372              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
5373              Date: Tue, 16 Feb 1999 23:04:28 -0500
5374              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
5375      Branch: cfgperl
5376            ! hints/ultrix_4.sh
5377 ____________________________________________________________________________
5378 [  2966] By: jhi                                   on 1999/02/17  23:09:21
5379         Log: Change #2965 wiped out some Sarathy's _55 changes.
5380              Now unwiped.
5381      Branch: cfgperl
5382            ! Configure pp.c t/op/pack.t
5383 ____________________________________________________________________________
5384 [  2965] By: jhi                                   on 1999/02/17  23:00:04
5385         Log: Configure tweaks.
5386              
5387              Fix the Unixware/SCO uname scan:
5388              
5389              From: Tom Hughes <thh@cyberscience.com>
5390              To: perlbug@perl.com
5391              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
5392              Date: 17 Feb 1999 15:34:15 +0000    
5393              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
5394              
5395              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
5396              
5397              From: Joe Buehler <jhpb@hekimian.com>
5398              To: perl5-porters@perl.org
5399              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
5400              Date: 12 Feb 1999 11:25:21 -0500
5401              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
5402              
5403              Make the pthreads joinable constant scan to output to fd 4, not 2.
5404      Branch: cfgperl
5405            ! Configure
5406 ____________________________________________________________________________
5407 [  2964] By: gsar                                  on 1999/02/17  21:30:07
5408         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
5409              Date: Wed, 17 Feb 1999 06:53:13 -0700
5410              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
5411              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
5412      Branch: perl
5413            ! lib/Pod/Functions.pm
5414 ____________________________________________________________________________
5415 [  2963] By: gsar                                  on 1999/02/17  21:18:21
5416         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
5417              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5418              Date: Wed, 17 Feb 1999 10:06:01 +0000
5419              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
5420              Subject: Re: [5.005_53] panic: pad_free curpad 
5421      Branch: perl
5422            ! regcomp.c regexec.c t/op/misc.t
5423 ____________________________________________________________________________
5424 [  2962] By: gsar                                  on 1999/02/16  21:26:28
5425         Log: NaNQ? tweak
5426      Branch: perl
5427            ! t/lib/bigfloatpm.t
5428 ____________________________________________________________________________
5429 [  2961] By: jhi                                   on 1999/02/16  19:26:38
5430         Log: Integrate from mainperl.
5431      Branch: cfgperl
5432           !> (integrate 37 files)
5433 ____________________________________________________________________________
5434 [  2960] By: gsar                                  on 1999/02/16  18:04:29
5435         Log: undo change#2465 (qw[] is a real list now)
5436      Branch: perl
5437            ! pod/perlop.pod
5438 ____________________________________________________________________________
5439 [  2959] By: gsar                                  on 1999/02/16  07:09:33
5440         Log: this was 5.005_55
5441      Branch: perl
5442            ! Changes
5443
5444 ----------------
5445 Version 5.005_55
5446 ----------------
5447
5448 ____________________________________________________________________________
5449 [  2958] By: gsar                                  on 1999/02/16  06:18:27
5450         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
5451              elide dups and non-dependents from Changes
5452      Branch: perl
5453            ! Changes pod/perlhist.pod
5454           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
5455           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
5456           !> pod/perlport.pod pp.c t/op/pack.t
5457 ____________________________________________________________________________
5458 [  2957] By: gsar                                  on 1999/02/16  04:09:47
5459         Log: propagate PERL_VERSION everywhere, add to pod
5460      Branch: perl
5461            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
5462            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
5463            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
5464            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
5465            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
5466            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
5467            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
5468            ! win32/config.gc win32/config.vc win32/config_sh.PL
5469            ! win32/win32.c x2p/a2py.c
5470 ____________________________________________________________________________
5471 [  2955] By: jhi                                   on 1999/02/15  16:15:03
5472         Log: The pack tests now better in C90 (after the packnative patches).
5473      Branch: cfgperl
5474            ! t/op/pack.t
5475 ____________________________________________________________________________
5476 [  2954] By: gsar                                  on 1999/02/15  14:11:50
5477         Log: tweak Configure to follow new PERL_VERSION etc.
5478      Branch: perl
5479            ! Configure patchlevel.h pod/perlhist.pod
5480 ____________________________________________________________________________
5481 [  2953] By: jhi                                   on 1999/02/15  14:02:21
5482         Log: Integrate from mainperl.
5483      Branch: cfgperl
5484           !> MANIFEST Porting/makerel
5485 ____________________________________________________________________________
5486 [  2952] By: jhi                                   on 1999/02/15  13:50:07
5487         Log: Enhance the packnative patch: use the packnative code
5488              only if required.  Also added hefty testing (hopefully
5489              I didn't assume too much...).  Tested on alpha, ix86, sparc.
5490      Branch: cfgperl
5491            ! pod/perlfunc.pod pp.c t/op/pack.t
5492 ____________________________________________________________________________
5493 [  2951] By: jhi                                   on 1999/02/15  13:46:56
5494         Log: AVAILABILITY from 5.005_03-tobe, will of course
5495              require updating when 5.006 comes out.
5496      Branch: cfgperl
5497            ! pod/perl.pod
5498 ____________________________________________________________________________
5499 [  2949] By: gsar                                  on 1999/02/15  13:28:51
5500         Log: will this be it for 5.005_55?
5501      Branch: perl
5502            ! MANIFEST Porting/makerel
5503 ____________________________________________________________________________
5504 [  2948] By: jhi                                   on 1999/02/15  13:23:52
5505         Log: Integrate from mainperl.
5506      Branch: cfgperl
5507           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
5508           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5509           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5510           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
5511           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
5512           !> win32/config.gc win32/config.vc win32/config_H.bc
5513           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5514 ____________________________________________________________________________
5515 [  2947] By: jhi                                   on 1999/02/15  13:20:41
5516         Log: perlport.pod 1.39 from Chris.
5517      Branch: cfgperl
5518            ! pod/perlport.pod
5519 ____________________________________________________________________________
5520 [  2946] By: jhi                                   on 1999/02/15  13:09:58
5521         Log: Import Ultrix update, change #2864, 
5522              
5523              From: Spider Boardman <spider@zk3.dec.com>
5524              To: perlbug@perl.com
5525              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
5526              Date: Wed, 10 Feb 1999 23:33:31 -0500
5527              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
5528      Branch: cfgperl
5529            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
5530 ____________________________________________________________________________
5531 [  2945] By: jhi                                   on 1999/02/15  13:04:50
5532         Log: OpenBSD sparc SHMLBA.
5533      Branch: cfgperl
5534            ! ext/IPC/SysV/SysV.xs
5535 ____________________________________________________________________________
5536 [  2944] By: gsar                                  on 1999/02/15  12:09:52
5537         Log: update win32/config* stuff, Changes
5538      Branch: perl
5539            ! Changes win32/Makefile win32/config.bc win32/config.gc
5540            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5541            ! win32/config_H.vc win32/makefile.mk
5542 ____________________________________________________________________________
5543 [  2943] By: gsar                                  on 1999/02/15  11:54:08
5544         Log: #include patchlevel.h by default, provide
5545              PERL_{REVISION,VERSION,SUBVERSION}
5546      Branch: perl
5547            ! patchlevel.h perl.h
5548 ____________________________________________________________________________
5549 [  2942] By: gsar                                  on 1999/02/15  10:26:59
5550         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
5551              misc fixes
5552      Branch: perl
5553            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
5554 ____________________________________________________________________________
5555 [  2941] By: gsar                                  on 1999/02/15  10:24:37
5556         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
5557              Message-ID: <19990207002851.B9185@toldyouso.com>
5558              Message-ID: <19990207212152.A9765@toldyouso.com>
5559              Message-ID: <19990207212041.A9622@toldyouso.com>
5560              Message-ID: <19990207213127.A10244@toldyouso.com>
5561              Message-ID: <19990207212559.A9950@toldyouso.com>
5562              Message-ID: <19990207212842.A9994@toldyouso.com>
5563              Message-ID: <19990207212500.A9860@toldyouso.com>
5564              Message-ID: <19990207213013.A10105@toldyouso.com>
5565      Branch: perl
5566            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5567            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5568            ! pod/perlmodlib.pod pod/perltoc.pod
5569 ____________________________________________________________________________
5570 [  2940] By: gsar                                  on 1999/02/15  10:07:08
5571         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
5572              of suggested patch)
5573              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
5574              Date: Mon, 08 Feb 1999 01:14:41 -0000
5575              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
5576              Subject: [PATCH 5.005_54] some pending C.pm stuff 
5577      Branch: perl
5578            ! ext/B/B/C.pm
5579 ____________________________________________________________________________
5580 [  2939] By: jhi                                   on 1999/02/15  08:40:18
5581         Log: Integrate from mainperl.
5582      Branch: cfgperl
5583           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
5584            - lib/File/PathConvert.pm
5585           !> (integrate 81 files)
5586 ____________________________________________________________________________
5587 [  2938] By: gsar                                  on 1999/02/15  06:56:39
5588         Log: change#2839 was bogus, redo
5589      Branch: perl
5590           !> t/lib/h2ph.pht
5591 ____________________________________________________________________________
5592 [  2937] By: gsar                                  on 1999/02/15  06:38:15
5593         Log: support Win32::GetFullPathName() and Win32::SetLastError()
5594              From: jan.dubois@ibm.net (Jan Dubois)
5595              Date: Tue, 09 Feb 1999 22:27:31 +0100
5596              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
5597              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
5598      Branch: perl
5599            ! win32/win32.c
5600 ____________________________________________________________________________
5601 [  2936] By: gsar                                  on 1999/02/15  06:26:39
5602         Log: support native integers, pack("L_",...) etc. (via private mail)
5603              From: Jarkko Hietaniemi <jhi@iki.fi>
5604              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
5605              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
5606              Subject: the "packnative" patch
5607      Branch: perl
5608            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
5609            ! t/lib/ipc_sysv.t t/op/pack.t
5610 ____________________________________________________________________________
5611 [  2935] By: gsar                                  on 1999/02/15  06:04:02
5612         Log: From: Michael G Schwern <schwern@pobox.com>
5613              Date: Tue, 9 Feb 1999 04:13:12 -0500
5614              Message-ID: <19990209041312.A15788@toldyouso.com>
5615              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
5616      Branch: perl
5617            ! utils/h2xs.PL
5618 ____________________________________________________________________________
5619 [  2934] By: gsar                                  on 1999/02/15  05:30:13
5620         Log: fix bugs in the handling of negative numbers, among other things
5621              From: Steven Knight <knight@theopera.baldmt.citilink.com>
5622              Date: Mon, 8 Feb 1999 01:16:24 -0600
5623              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
5624              Subject: Math::BigFloat and Math::BigInt
5625      Branch: perl
5626            + t/lib/bigfloat.t t/lib/bigfloatpm.t
5627            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
5628            ! t/lib/bigintpm.t
5629 ____________________________________________________________________________
5630 [  2933] By: gsar                                  on 1999/02/15  04:57:52
5631         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
5632              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
5633              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
5634              Subject: s2p incorrectly handles hold space commands
5635      Branch: perl
5636            ! x2p/s2p.PL
5637 ____________________________________________________________________________
5638 [  2932] By: gsar                                  on 1999/02/15  04:45:55
5639         Log: clarify what a "line" is
5640      Branch: perl
5641            ! pod/perlfunc.pod pod/perlvar.pod
5642 ____________________________________________________________________________
5643 [  2931] By: gsar                                  on 1999/02/15  04:23:29
5644         Log: backout change#2811 and add newer version based on File::Spec
5645              From: Barrie Slaymaker <rbs@telerama.com>
5646              Date: Thu, 11 Feb 1999 16:29:24 -0500
5647              Message-ID: <36C34BB4.A62090E0@telerama.com>
5648              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
5649      Branch: perl
5650            - lib/File/PathConvert.pm
5651            ! MANIFEST installhtml lib/Pod/Html.pm
5652 ____________________________________________________________________________
5653 [  2930] By: gsar                                  on 1999/02/15  04:16:25
5654         Log: From: Barrie Slaymaker <rbs@telerama.com>
5655              Date: Thu, 11 Feb 1999 19:39:48 -0500
5656              Message-ID: <36C37854.707D139@telerama.com>
5657              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
5658      Branch: perl
5659            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
5660 ____________________________________________________________________________
5661 [  2929] By: gsar                                  on 1999/02/15  04:06:50
5662         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
5663              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
5664              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
5665              Subject: [PATCH]5.005_54 (DOC) fix many typos
5666              --
5667              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
5668              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
5669              Subject: [PATCH]5.005_54 (DOC) typos
5670      Branch: perl
5671            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
5672            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
5673            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5674            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5675            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
5676            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
5677            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
5678            ! pod/perlvar.pod pod/perlxs.pod
5679 ____________________________________________________________________________
5680 [  2928] By: gsar                                  on 1999/02/15  03:39:53
5681         Log: allow the Carp routines to pass through exception objects
5682      Branch: perl
5683            ! lib/Carp.pm
5684 ____________________________________________________________________________
5685 [  2927] By: gsar                                  on 1999/02/15  03:22:57
5686         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
5687      Branch: perl
5688            ! pod/perlfaq8.pod
5689 ____________________________________________________________________________
5690 [  2926] By: gsar                                  on 1999/02/15  03:19:39
5691         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
5692              have done that, but didn't)
5693      Branch: perl
5694           !> utils/h2ph.PL
5695 ____________________________________________________________________________
5696 [  2925] By: gsar                                  on 1999/02/15  03:17:01
5697         Log: integrate cfgperl changes into mainline
5698      Branch: perl
5699            ! Changes
5700           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5701           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
5702           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
5703           !> vms/subconfigure.com
5704 ____________________________________________________________________________
5705 [  2924] By: gsar                                  on 1999/02/15  03:07:08
5706         Log: add const qualifier to most char* prototypes, handle ripple effect
5707      Branch: perl
5708            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
5709            ! universal.c util.c
5710 ____________________________________________________________________________
5711 [  2923] By: gsar                                  on 1999/02/15  01:04:30
5712         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5713              Date: Thu, 04 Feb 1999 02:37:31 +0000
5714              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
5715              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
5716      Branch: perl
5717            ! pp_ctl.c t/op/range.t
5718 ____________________________________________________________________________
5719 [  2922] By: gsar                                  on 1999/02/15  00:24:34
5720         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5721              Date: Sun, 31 Jan 1999 01:50:06 +0000
5722              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
5723              Subject: [PATCH 5.005_03t4] regexp flags bug
5724      Branch: perl
5725            ! regcomp.c t/op/re_tests
5726 ____________________________________________________________________________
5727 [  2921] By: gsar                                  on 1999/02/15  00:13:02
5728         Log: use New() et al., rather than safemalloc() et al.
5729              From: jan.dubois@ibm.net (Jan Dubois)
5730              Date: Fri, 29 Jan 1999 23:27:22 +0100
5731              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
5732              Subject: [PATCH _03-MT5] POSIX.xs memory API
5733      Branch: perl
5734            ! ext/POSIX/POSIX.xs
5735 ____________________________________________________________________________
5736 [  2920] By: gsar                                  on 1999/02/15  00:05:33
5737         Log: tweak READ() docs to mention $buffer must be altered by reference
5738      Branch: perl
5739            ! pod/perltie.pod
5740 ____________________________________________________________________________
5741 [  2919] By: gsar                                  on 1999/02/14  23:50:39
5742         Log: applied suggested patch, with several language/readability tweaks
5743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5744              Date: Fri, 29 Jan 1999 00:25:02 -0500
5745              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
5746              Subject: Re: [PATCH 5.005_*] Better parsing docs
5747      Branch: perl
5748            ! pod/perlop.pod
5749 ____________________________________________________________________________
5750 [  2918] By: gsar                                  on 1999/02/14  23:20:42
5751         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
5752              of silently returning bogus values)
5753              From: Peter Chines <pchines@nhgri.nih.gov>
5754              Date: Wed, 27 Jan 1999 16:11:31 -0500
5755              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
5756              Subject: Time::Local
5757      Branch: perl
5758            ! lib/Time/Local.pm pod/perldelta.pod
5759 ____________________________________________________________________________
5760 [  2917] By: gsar                                  on 1999/02/14  11:21:43
5761         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5762              Date: Thu, 28 Jan 1999 10:02:20 -0500
5763              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
5764              Subject: Re: [PATCH 5.005_53] Better perldoc
5765      Branch: perl
5766            ! utils/perldoc.PL
5767 ____________________________________________________________________________
5768 [  2916] By: gsar                                  on 1999/02/14  10:59:38
5769         Log: back out change#2751, apply updated version 
5770              From: jan.dubois@ibm.net (Jan Dubois)
5771              Date: Sat, 06 Feb 1999 01:06:29 +0100
5772              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
5773              Subject: [PATCH] Cleanup of File::Spec module
5774      Branch: perl
5775            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
5776            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5777            ! lib/File/Spec/Win32.pm
5778 ____________________________________________________________________________
5779 [  2915] By: gsar                                  on 1999/02/14  10:48:01
5780         Log: tweak select() test
5781      Branch: perl
5782            ! pod/perlipc.pod t/op/fh.t
5783 ____________________________________________________________________________
5784 [  2914] By: gsar                                  on 1999/02/14  10:25:55
5785         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
5786      Branch: perl
5787            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
5788 ____________________________________________________________________________
5789 [  2913] By: gsar                                  on 1999/02/14  10:03:51
5790         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
5791              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
5792              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
5793              Subject: Re: SvOPV() or SvPV_nolen() or ...
5794      Branch: perl
5795            ! pod/perlguts.pod
5796 ____________________________________________________________________________
5797 [  2912] By: gsar                                  on 1999/02/14  09:57:29
5798         Log: provide SvPV_nolen(sv) to avoid use of PL_na
5799              From: jan.dubois@ibm.net (Jan Dubois)
5800              Date: Sun, 24 Jan 1999 02:45:32 +0100
5801              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
5802              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
5803      Branch: perl
5804            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
5805            ! sv.h
5806 ____________________________________________________________________________
5807 [  2911] By: gsar                                  on 1999/02/14  06:51:05
5808         Log: elide stray effluvium
5809      Branch: perl
5810            ! pod/perldelta.pod
5811 ____________________________________________________________________________
5812 [  2910] By: gsar                                  on 1999/02/14  05:51:56
5813         Log: slurping an empty file should return '' rather than undef, with
5814              commensurate effects on ARGV processing
5815      Branch: perl
5816            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5817            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
5818 ____________________________________________________________________________
5819 [  2909] By: gsar                                  on 1999/02/14  00:02:11
5820         Log: perly_c.diff typo
5821      Branch: perl
5822            ! perly.c perly_c.diff vms/perly_c.vms
5823 ____________________________________________________________________________
5824 [  2908] By: gsar                                  on 1999/02/13  18:20:13
5825         Log: From: jan.dubois@ibm.net (Jan Dubois)
5826              Date: Sat, 13 Feb 1999 13:25:53 +0100
5827              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
5828              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
5829      Branch: perl
5830            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
5831 ____________________________________________________________________________
5832 [  2907] By: jhi                                   on 1999/02/13  15:07:26
5833         Log: Integrate from mainperl.
5834      Branch: cfgperl
5835           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
5836           !> (integrate 150 files)
5837 ____________________________________________________________________________
5838 [  2903] By: gsar                                  on 1999/02/12  13:25:59
5839         Log: From: jan.dubois@ibm.net (Jan Dubois)
5840              Date: Sun, 24 Jan 1999 01:12:00 +0100
5841              Message-ID: <36b66479.62756298@smtp1.ibm.net>
5842              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
5843      Branch: perl
5844            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
5845            ! proto.h sv.c sv.h
5846 ____________________________________________________________________________
5847 [  2902] By: gsar                                  on 1999/02/12  12:55:11
5848         Log: script to generate ctags from etags
5849              From: Colin Kuskie <ckuskie@cadence.com>
5850              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
5851              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
5852              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
5853      Branch: perl
5854            + emacs/e2ctags.pl
5855            ! Makefile.SH pod/perlfaq3.pod
5856 ____________________________________________________________________________
5857 [  2901] By: gsar                                  on 1999/02/12  12:40:17
5858         Log: allow boolean assign ops to be lvalues
5859              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5860              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
5861              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
5862              --
5863              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5864              Date: Mon, 18 Jan 1999 10:04:00 +0000
5865              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
5866              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
5867      Branch: perl
5868            + t/op/lop.t
5869            ! MANIFEST op.c
5870 ____________________________________________________________________________
5871 [  2899] By: jhi                                   on 1999/02/12  12:03:48
5872         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
5873      Branch: cfgperl
5874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5875            ! config_h.SH hints/openbsd.sh
5876 ____________________________________________________________________________
5877 [  2898] By: gsar                                  on 1999/02/12  11:49:25
5878         Log: support win32_putenv()
5879      Branch: perl
5880            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
5881            ! win32/win32.c win32/win32iop.h
5882 ____________________________________________________________________________
5883 [  2894] By: gsar                                  on 1999/02/12  11:09:27
5884         Log: add missing hunk in change#2657
5885      Branch: perl
5886            ! ext/B/B/CC.pm
5887 ____________________________________________________________________________
5888 [  2893] By: gsar                                  on 1999/02/12  11:00:13
5889         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5890              Date: Tue, 19 Jan 1999 20:13:15 -0500
5891              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
5892              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
5893      Branch: perl
5894            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
5895            ! t/pragma/subs.t t/pragma/warning.t
5896 ____________________________________________________________________________
5897 [  2892] By: gsar                                  on 1999/02/12  10:44:38
5898         Log: update change#2670 to later version
5899              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5900              Date: Sun, 31 Jan 1999 16:16:14 +0000
5901              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
5902              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
5903      Branch: perl
5904            ! t/op/subst.t toke.c
5905 ____________________________________________________________________________
5906 [  2891] By: gsar                                  on 1999/02/12  10:31:17
5907         Log: make testsuite somewhat location independent
5908      Branch: perl
5909            ! (edit 117 files)
5910 ____________________________________________________________________________
5911 [  2890] By: gsar                                  on 1999/02/12  10:00:30
5912         Log: add $AutoLoader::VERSION
5913      Branch: perl
5914            ! lib/AutoLoader.pm
5915 ____________________________________________________________________________
5916 [  2889] By: gsar                                  on 1999/02/12  09:55:48
5917         Log: tweak PERL_STRICT_CR notes
5918      Branch: perl
5919            ! pod/perl5005delta.pod
5920 ____________________________________________________________________________
5921 [  2888] By: gsar                                  on 1999/02/12  09:41:45
5922         Log: add note about test-notty target
5923      Branch: perl
5924            ! README.win32
5925 ____________________________________________________________________________
5926 [  2887] By: gsar                                  on 1999/02/12  09:37:37
5927         Log: add perltodo.pod
5928      Branch: perl
5929            + pod/perltodo.pod
5930            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
5931            ! win32/pod.mak
5932 ____________________________________________________________________________
5933 [  2886] By: jhi                                   on 1999/02/12  08:52:14
5934         Log: Integrate from mainperl.
5935      Branch: cfgperl
5936           +> t/op/fh.t
5937           !> (integrate 30 files)
5938 ____________________________________________________________________________
5939 [  2885] By: gsar                                  on 1999/02/12  08:42:10
5940         Log: note how to find REG_INFTY limit
5941      Branch: perl
5942            ! pod/perlre.pod
5943 ____________________________________________________________________________
5944 [  2884] By: jhi                                   on 1999/02/12  08:36:14
5945         Log: OpenBSD pthreads awareness, thanks to
5946              David Leonard <david.leonard@csee.uq.edu.au>
5947      Branch: maint-5.005/perl
5948            ! Configure hints/openbsd.sh
5949 ____________________________________________________________________________
5950 [  2882] By: gsar                                  on 1999/02/12  08:05:20
5951         Log: IO is maintained by p5p (per Graham Barr's wishes)
5952      Branch: perl
5953            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
5954            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
5955            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5956            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5957 ____________________________________________________________________________
5958 [  2881] By: gsar                                  on 1999/02/12  07:57:13
5959         Log: fh.t typo
5960      Branch: perl
5961            ! t/op/fh.t
5962 ____________________________________________________________________________
5963 [  2880] By: gsar                                  on 1999/02/12  07:38:16
5964         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
5965      Branch: perl
5966            ! perl.c pod/perlrun.pod
5967 ____________________________________________________________________________
5968 [  2879] By: gsar                                  on 1999/02/12  05:39:29
5969         Log: fix ops that are not filehandle constructors to not create GV if it
5970              doesn't already exist (avoids leaks); extend semantics of defined()
5971              so that defined(*{$foo}) works (experimental)
5972      Branch: perl
5973            + t/op/fh.t
5974            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
5975            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
5976 ____________________________________________________________________________
5977 [  2877] By: jhi                                   on 1999/02/11  20:44:00
5978         Log: From: Chris Nandor <pudge@pobox.com>
5979              To: perl5-porters@perl.org
5980              Subject: [PATCH] perlport.pod 1.39
5981              Date: Thu, 11 Feb 1999 12:28:35 -0500
5982              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
5983      Branch: cfgperl
5984            ! pod/perlport.pod
5985 ____________________________________________________________________________
5986 [  2870] By: gsar                                  on 1999/02/11  11:17:08
5987         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
5988      Branch: perl
5989            ! ext/IO/lib/IO/Pipe.pm
5990 ____________________________________________________________________________
5991 [  2869] By: gsar                                  on 1999/02/11  11:00:56
5992         Log: update win32/pod.mak
5993      Branch: perl
5994            ! win32/pod.mak
5995 ____________________________________________________________________________
5996 [  2868] By: gsar                                  on 1999/02/11  10:42:44
5997         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
5998              Date: Fri, 08 Jan 1999 14:36:53 +1100
5999              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
6000              Subject: Re: [Fwd: IO::Socket::connect and blocking]
6001      Branch: perl
6002            ! ext/IO/lib/IO/Socket.pm
6003 ____________________________________________________________________________
6004 [  2867] By: gsar                                  on 1999/02/11  09:43:03
6005         Log: av_extend() doc tweak from Jan Dubois
6006      Branch: perl
6007            ! pod/perlguts.pod
6008 ____________________________________________________________________________
6009 [  2866] By: gsar                                  on 1999/02/11  09:27:17
6010         Log: display full pathname of unreadable files
6011      Branch: perl
6012            ! utils/perldoc.PL
6013 ____________________________________________________________________________
6014 [  2865] By: gsar                                  on 1999/02/11  09:02:31
6015         Log: missing patch in change#2522
6016      Branch: perl
6017            ! lib/Pod/Text.pm
6018 ____________________________________________________________________________
6019 [  2864] By: jhi                                   on 1999/02/11  08:45:00
6020         Log: From: Spider Boardman <spider@zk3.dec.com>
6021              To: perlbug@perl.com
6022              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
6023              Date: Wed, 10 Feb 1999 23:33:31 -0500
6024              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
6025      Branch: maint-5.005/perl
6026            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
6027 ____________________________________________________________________________
6028 [  2862] By: gsar                                  on 1999/02/11  08:14:34
6029         Log: integrate changes#2738,2740 from maint-5.005
6030      Branch: perl
6031           !> lib/ExtUtils/MakeMaker.pm
6032 ____________________________________________________________________________
6033 [  2861] By: jhi                                   on 1999/02/11  08:04:25
6034         Log: Integrate from mainperl.
6035      Branch: cfgperl
6036           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
6037           !> t/op/range.t win32/config.gc
6038 ____________________________________________________________________________
6039 [  2860] By: gsar                                  on 1999/02/11  07:30:08
6040         Log: binmode() support for cygwin32 (suggested by Steven Morlock
6041              <newspost@morlock.net>)
6042      Branch: perl
6043            ! perl.h
6044 ____________________________________________________________________________
6045 [  2859] By: gsar                                  on 1999/02/11  07:14:21
6046         Log: update Changes
6047      Branch: perl
6048            ! Changes
6049           !> pod/perl5005delta.pod
6050 ____________________________________________________________________________
6051 [  2856] By: gsar                                  on 1999/02/11  07:07:39
6052         Log: integrate perldelta changes from maint-5.005
6053      Branch: perl
6054           !> pod/perl5005delta.pod
6055 ____________________________________________________________________________
6056 [  2855] By: gsar                                  on 1999/02/11  06:31:50
6057         Log: applied suggested patch; added tests
6058              From: Adam Krolnik <adamk@gypsy.cyrix.com>
6059              Date: Sat, 12 Dec 98 15:30:18 -0600
6060              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
6061              Subject: Range operation doesn't handle IV_MAX
6062      Branch: perl
6063            ! pp_ctl.c t/op/range.t
6064 ____________________________________________________________________________
6065 [  2854] By: gsar                                  on 1999/02/11  05:00:55
6066         Log: compatibility fix: magic non-propagation in foreach implicit localization
6067      Branch: perl
6068            ! pp_ctl.c t/op/local.t win32/config.gc
6069 ____________________________________________________________________________
6070 [  2852] By: gsar                                  on 1999/02/10  23:17:49
6071         Log: fair warning about -Dusethreads
6072      Branch: maint-5.005/perl
6073            ! Configure INSTALL README.threads
6074 ____________________________________________________________________________
6075 [  2847] By: jhi                                   on 1999/02/09  19:13:28
6076         Log: Integrate from mainperl.
6077      Branch: cfgperl
6078           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
6079           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
6080 ____________________________________________________________________________
6081 [  2846] By: gsar                                  on 1999/02/09  13:53:28
6082         Log: a modified version of suggested patch for pack template 'Z'; added docs
6083              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
6084              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
6085              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
6086              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
6087      Branch: perl
6088            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
6089 ____________________________________________________________________________
6090 [  2845] By: gsar                                  on 1999/02/09  00:03:26
6091         Log: clarify docs for change#2835
6092      Branch: perl
6093            ! pod/perldelta.pod pod/perlop.pod
6094 ____________________________________________________________________________
6095 [  2844] By: gsar                                  on 1999/02/08  23:40:57
6096         Log: addendum to change#2823
6097              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6098              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
6099              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
6100              Subject: [PATCH] Docs and tests for method-call syntax
6101      Branch: perl
6102            ! pod/perlobj.pod t/op/method.t
6103 ____________________________________________________________________________
6104 [  2843] By: jhi                                   on 1999/02/08  21:06:28
6105         Log: Ultrix mmap tidbit.
6106      Branch: cfgperl
6107            ! hints/ultrix_4.sh
6108 ____________________________________________________________________________
6109 [  2842] By: jhi                                   on 1999/02/08  20:22:55
6110         Log: Integrate from mainperl.
6111      Branch: cfgperl
6112           +> t/op/subst_wamp.t
6113           !> (integrate 35 files)
6114 ____________________________________________________________________________
6115 [  2841] By: jhi                                   on 1999/02/08  18:23:26
6116         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6117              To: Mailing list Perl5 <perl5-porters@perl.org>
6118              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
6119              Date: Sun, 7 Feb 1999 17:25:22 -0500
6120              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
6121      Branch: cfgperl
6122            + t/op/subst_amp.t
6123            ! MANIFEST regcomp.c t/op/subst.t
6124 ____________________________________________________________________________
6125 [  2840] By: jhi                                   on 1999/02/08  18:16:54
6126         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6127              To: Mailing list Perl5 <perl5-porters@perl.org>
6128              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
6129              Date: Sun, 7 Feb 1999 17:00:10 -0500
6130              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
6131      Branch: cfgperl
6132            ! pp_hot.c t/op/pat.t
6133 ____________________________________________________________________________
6134 [  2839] By: jhi                                   on 1999/02/08  17:25:30
6135         Log: A require was missing.
6136      Branch: cfgperl
6137            ! t/lib/h2ph.pht
6138 ____________________________________________________________________________
6139 [  2838] By: jhi                                   on 1999/02/08  16:38:41
6140         Log: Bring in the change #2809 (the Configure part has been
6141              modified rather a lot since the #2809, though.)
6142      Branch: cfgperl
6143            ! Configure utils/h2ph.PL
6144 ____________________________________________________________________________
6145 [  2835] By: gsar                                  on 1999/02/08  14:40:23
6146         Log: make qw() into a true list at compile time (slightly modified
6147              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
6148      Branch: perl
6149            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
6150 ____________________________________________________________________________
6151 [  2834] By: gsar                                  on 1999/02/08  13:23:16
6152         Log: make safesysmalloc() etc., always available; safemalloc() et al are
6153              now macros that point to the right malloc; fix various places in
6154              sources that need to always use safesysmalloc() et al
6155      Branch: perl
6156            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
6157            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
6158 ____________________________________________________________________________
6159 [  2833] By: gsar                                  on 1999/02/08  10:56:16
6160         Log: remove spurious #endif in last change
6161      Branch: perl
6162            ! perl.h
6163 ____________________________________________________________________________
6164 [  2832] By: gsar                                  on 1999/02/08  10:34:55
6165         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
6166              them ask for insanity (untested)
6167      Branch: perl
6168            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
6169            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
6170            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
6171 ____________________________________________________________________________
6172 [  2831] By: jhi                                   on 1999/02/08  08:33:33
6173         Log: Update vms/subconfigure.com along the lines of change #2829.
6174      Branch: cfgperl
6175            ! vms/subconfigure.com
6176 ____________________________________________________________________________
6177 [  2830] By: gsar                                  on 1999/02/08  00:19:46
6178         Log: integrate cfgperl changes into mainline
6179      Branch: perl
6180           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
6181           +> lib/File/PathConvert.pm pod/perlthrtut.pod
6182            ! Changes
6183           !> (integrate 93 files)
6184 ____________________________________________________________________________
6185 [  2829] By: jhi                                   on 1999/02/07  23:49:46
6186         Log: Configure update.
6187              
6188              Probe for mmap() et alia.
6189              The *cc*symbols patch (just Configure, no h2ph).
6190      Branch: cfgperl
6191            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6192            ! config_h.SH perl.h
6193 ____________________________________________________________________________
6194 [  2828] By: gsar                                  on 1999/02/07  23:38:47
6195         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6196              Date: Sun, 7 Feb 1999 17:25:22 -0500
6197              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
6198              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
6199      Branch: perl
6200            + t/op/subst_amp.t t/op/subst_wamp.t
6201            ! MANIFEST regcomp.c t/op/subst.t
6202 ____________________________________________________________________________
6203 [  2827] By: gsar                                  on 1999/02/07  23:27:32
6204         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6205              Date: Sun, 7 Feb 1999 17:00:10 -0500
6206              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
6207              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
6208      Branch: perl
6209            ! pp_hot.c t/op/pat.t
6210 ____________________________________________________________________________
6211 [  2826] By: gsar                                  on 1999/02/07  23:26:04
6212         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
6213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6214              Date: Sun, 7 Feb 1999 15:07:27 -0500
6215              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
6216              Subject: Re: fixing memory leaks in REx compilation
6217      Branch: perl
6218            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
6219            ! regexec.c
6220 ____________________________________________________________________________
6221 [  2825] By: jhi                                   on 1999/02/07  18:05:13
6222         Log: Integrate from mainperl.
6223      Branch: cfgperl
6224           +> lib/DB.pm t/comp/bproto.t
6225           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
6226           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
6227           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
6228           !> toke.c vms/perly_c.vms
6229 ____________________________________________________________________________
6230 [  2824] By: gsar                                  on 1999/02/07  14:21:48
6231         Log: tweak doc on bitwise ops
6232      Branch: perl
6233            ! pod/perlop.pod
6234 ____________________________________________________________________________
6235 [  2823] By: gsar                                  on 1999/02/07  13:38:31
6236         Log: applied suggested patch; regen perly* and vms/perly*
6237              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6238              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
6239              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
6240              Subject: [PATCH] Re: Suggestion for perlobj man page
6241      Branch: perl
6242            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
6243 ____________________________________________________________________________
6244 [  2822] By: gsar                                  on 1999/02/07  12:39:09
6245         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
6246              disabled, fails tests)
6247      Branch: perl
6248            ! regcomp.h
6249 ____________________________________________________________________________
6250 [  2821] By: gsar                                  on 1999/02/07  11:09:39
6251         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
6252              <Alexander.Barilo@aexp.com>)
6253      Branch: perl
6254            ! lib/Pod/Html.pm
6255 ____________________________________________________________________________
6256 [  2820] By: gsar                                  on 1999/02/07  10:20:35
6257         Log: add draft debugging API implementation
6258      Branch: perl
6259            + lib/DB.pm
6260            ! MANIFEST
6261 ____________________________________________________________________________
6262 [  2819] By: gsar                                  on 1999/02/07  09:58:45
6263         Log: avoid garbage in db->dirbuf
6264              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
6265              Date: Sat, 05 Dec 1998 14:14:54 +0900
6266              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
6267              Subject: SDBM bug
6268      Branch: perl
6269            ! ext/SDBM_File/sdbm/sdbm.c
6270 ____________________________________________________________________________
6271 [  2818] By: gsar                                  on 1999/02/07  09:32:24
6272         Log: missing entry
6273      Branch: perl
6274            ! MANIFEST
6275 ____________________________________________________________________________
6276 [  2817] By: gsar                                  on 1999/02/07  09:30:47
6277         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
6278      Branch: perl
6279            + t/comp/bproto.t
6280            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
6281 ____________________________________________________________________________
6282 [  2816] By: gsar                                  on 1999/02/06  00:14:29
6283         Log: minor bug in dumping blessed subrefs
6284      Branch: perl
6285            ! ext/Data/Dumper/Dumper.pm
6286 ____________________________________________________________________________
6287 [  2812] By: jhi                                   on 1999/02/03  22:02:24
6288         Log: Enhance change #2808.
6289              
6290              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6291              To: perl5-porters@perl.org
6292              Subject: Re: [PATCH 5.00*]: perlbug checklist
6293              Date: Wed, 3 Feb 1999 19:02:27 +0000
6294              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
6295      Branch: cfgperl
6296            ! utils/perlbug.PL
6297 ____________________________________________________________________________
6298 [  2811] By: jhi                                   on 1999/02/03  21:53:23
6299         Log: From: Barrie Slaymaker <rbs@telerama.com>
6300              To: perl5-porters@perl.org
6301              CC: pod-people@perl.org
6302              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
6303              Date: Wed, 03 Feb 1999 10:34:18 -0500
6304              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
6305              
6306              Add File::PathConvert.pm.
6307              Fix Pod::Html and installhtml to understand relative urls.
6308      Branch: cfgperl
6309            + lib/File/PathConvert.pm
6310            ! MANIFEST installhtml lib/Pod/Html.pm
6311 ____________________________________________________________________________
6312 [  2810] By: jhi                                   on 1999/02/03  20:25:10
6313         Log: From: Francois Desarmenien <desar@club-internet.fr>
6314              To: Mailing list Perl5 <perl5-porters@perl.org>
6315              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
6316              Date: Wed, 03 Feb 1999 13:13:24 +0000
6317              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
6318              
6319              (note: this patch completely overrides Tom Wolfe's patch,
6320              change #2604)
6321      Branch: cfgperl
6322            + ext/GDBM_File/hints/sco.pl
6323            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
6324 ____________________________________________________________________________
6325 [  2809] By: jhi                                   on 1999/02/03  19:54:16
6326         Log: h2ph fixes + Configure patch to support them.
6327              
6328              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6329              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
6330              Gurusamy Sarathy <gsar@engin.umich.edu>
6331              Cc: perl5-porters@perl.org
6332              Subject: [PATCH 5.00503_MT5] h2ph.PL
6333              Date: Tue, 2 Feb 1999 19:48:06 -0500
6334              Message-ID: <19990202194806.E10647@O2.chapin.edu>
6335      Branch: maint-5.005/perl
6336            ! Configure utils/h2ph.PL
6337 ____________________________________________________________________________
6338 [  2808] By: jhi                                   on 1999/02/03  16:59:55
6339         Log: Enhance the perlbug checklist.
6340      Branch: cfgperl
6341            ! utils/perlbug.PL
6342 ____________________________________________________________________________
6343 [  2807] By: jhi                                   on 1999/02/03  14:01:37
6344         Log: Document the standard strftime %formats.
6345              
6346              From: Dominic Dunlop <domo@vo.lu>
6347              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
6348              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
6349              Date: Tue, 2 Feb 1999 15:55:29 +0100
6350              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
6351      Branch: cfgperl
6352            ! ext/POSIX/POSIX.pod
6353 ____________________________________________________________________________
6354 [  2806] By: jhi                                   on 1999/02/03  13:58:00
6355         Log: Integrate from mainperl.
6356      Branch: cfgperl
6357           !> perl.h
6358 ____________________________________________________________________________
6359 [  2805] By: gsar                                  on 1999/02/03  03:32:31
6360         Log: PL_uuemap[] init needs help for sizeof()
6361      Branch: perl
6362            ! perl.h
6363 ____________________________________________________________________________
6364 [  2804] By: jhi                                   on 1999/02/02  20:44:30
6365         Log: These should've been already in #2803.
6366      Branch: cfgperl
6367            ! Configure config_h.SH vms/subconfigure.com
6368 ____________________________________________________________________________
6369 [  2803] By: jhi                                   on 1999/02/02  20:38:45
6370         Log: telldir prototype issue, from mists of time...
6371      Branch: cfgperl
6372            ! hints/netbsd.sh pp_sys.c
6373 ____________________________________________________________________________
6374 [  2801] By: jhi                                   on 1999/02/02  17:40:14
6375         Log: From: John Bley <jbb6@acpub.duke.edu>
6376              To: perlbug@perl.org
6377              Subject: [PATCH]5.005_54 (DOC) fix minor typos
6378              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
6379              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
6380      Branch: cfgperl
6381            ! pod/perlre.pod
6382 ____________________________________________________________________________
6383 [  2800] By: jhi                                   on 1999/02/02  17:26:49
6384         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
6385      Branch: cfgperl
6386            ! Todo-5.005
6387 ____________________________________________________________________________
6388 [  2799] By: jhi                                   on 1999/02/02  17:18:51
6389         Log: Update FindBin from maint-5.005.
6390      Branch: cfgperl
6391            ! lib/FindBin.pm
6392 ____________________________________________________________________________
6393 [  2798] By: jhi                                   on 1999/02/02  17:16:07
6394         Log: Fix typecasts in #2797
6395              
6396              From: "G. Del Merritt" <del@intranetics.com>
6397              Date: Fri, 29 Jan 1999 11:47:25 -0700
6398              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
6399              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
6400      Branch: cfgperl
6401            ! ext/POSIX/POSIX.xs
6402 ____________________________________________________________________________
6403 [  2797] By: jhi                                   on 1999/02/02  17:14:37
6404         Log: From: Ted Law <tedlaw@cibcwg.com>
6405              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
6406              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
6407              Subject: POSIX::strftime buffer overflow problem
6408      Branch: cfgperl
6409            ! ext/POSIX/POSIX.xs
6410 ____________________________________________________________________________
6411 [  2796] By: jhi                                   on 1999/02/02  17:13:23
6412         Log: Do not use File::Slurp.
6413      Branch: cfgperl
6414            ! t/lib/textfill.t
6415 ____________________________________________________________________________
6416 [  2795] By: jhi                                   on 1999/02/02  17:11:48
6417         Log: perlhist update from maint-5.005.
6418      Branch: cfgperl
6419            ! pod/perlhist.pod
6420 ____________________________________________________________________________
6421 [  2794] By: jhi                                   on 1999/02/02  17:10:33
6422         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
6423      Branch: cfgperl
6424            ! ext/POSIX/POSIX.pm
6425 ____________________________________________________________________________
6426 [  2793] By: jhi                                   on 1999/02/02  17:08:39
6427         Log: Missed the html test from change #2787. 
6428      Branch: cfgperl
6429            ! t/lib/cgi-html.t
6430 ____________________________________________________________________________
6431 [  2792] By: jhi                                   on 1999/02/02  17:01:24
6432         Log: Update Getopt::Long to 2.19.
6433      Branch: cfgperl
6434            ! lib/Getopt/Long.pm
6435 ____________________________________________________________________________
6436 [  2791] By: jhi                                   on 1999/02/02  16:59:13
6437         Log: overload syntax is no longer experimental
6438      Branch: cfgperl
6439            ! lib/overload.pm
6440 ____________________________________________________________________________
6441 [  2789] By: jhi                                   on 1999/02/02  16:47:50
6442         Log: Still doc fixes.
6443      Branch: cfgperl
6444            ! lib/diagnostics.pm
6445 ____________________________________________________________________________
6446 [  2788] By: jhi                                   on 1999/02/02  16:47:07
6447         Log: Doc fixes.
6448      Branch: cfgperl
6449            ! lib/CGI.pm lib/diagnostics.pm
6450 ____________________________________________________________________________
6451 [  2787] By: jhi                                   on 1999/02/02  16:38:55
6452         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
6453              where applicable).
6454      Branch: cfgperl
6455            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
6456            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6457            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6458            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
6459            ! eg/cgi/frameset.cgi eg/cgi/index.html
6460            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6461            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6462            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6463            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
6464            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
6465            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
6466 ____________________________________________________________________________
6467 [  2786] By: jhi                                   on 1999/02/02  16:17:52
6468         Log: Update CPAN to 1.47.
6469      Branch: cfgperl
6470            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6471 ____________________________________________________________________________
6472 [  2785] By: jhi                                   on 1999/02/02  16:09:03
6473         Log: From: Mark-Jason Dominus <mjd@plover.com>
6474              Date: Sat, 16 Jan 1999 17:22:06 -0500
6475              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
6476              Message-ID: <19990116222206.3674.qmail@plover.com>
6477      Branch: cfgperl
6478            ! pod/perlsub.pod
6479 ____________________________________________________________________________
6480 [  2784] By: jhi                                   on 1999/02/02  16:01:31
6481         Log: Fix incorrect "used only once" warnings
6482              
6483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6484              Date: Fri, 8 Jan 1999 04:37:10 -0500
6485              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
6486              Subject: Re: change#965 flakiness
6487      Branch: cfgperl
6488            ! gv.c
6489 ____________________________________________________________________________
6490 [  2783] By: jhi                                   on 1999/02/02  15:50:38
6491         Log: perldelta updates.
6492      Branch: cfgperl
6493            ! pod/perldelta.pod
6494 ____________________________________________________________________________
6495 [  2782] By: jhi                                   on 1999/02/02  14:28:26
6496         Log: Mirror change #2781.
6497      Branch: cfgperl
6498            ! hints/linux.sh
6499 ____________________________________________________________________________
6500 [  2781] By: jhi                                   on 1999/02/02  14:27:01
6501         Log: Update the MkLinux note.
6502      Branch: maint-5.005/perl
6503            ! hints/linux.sh
6504 ____________________________________________________________________________
6505 [  2780] By: jhi                                   on 1999/02/02  14:10:59
6506         Log: Update todo.
6507      Branch: cfgperl
6508            ! Todo-5.005
6509 ____________________________________________________________________________
6510 [  2779] By: jhi                                   on 1999/02/02  14:00:25
6511         Log: Integrate from mainperl.
6512      Branch: cfgperl
6513            ! t/lib/textfill.t t/lib/textwrap.t
6514           !> (integrate 32 files)
6515 ____________________________________________________________________________
6516 [  2778] By: jhi                                   on 1999/02/02  13:56:23
6517         Log: VMS update, applicable parts of
6518              
6519              From: Dan Sugalski <sugalskd@osshe.edu>
6520              To: perl5-porters@perl.org
6521              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6522              Date: Wed, 20 Jan 1999 12:05:18 -0800
6523              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6524              
6525              From: Dan Sugalski <sugalskd@osshe.edu>
6526              To: perlbug@perl.com, vmsperl@perl.org
6527              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
6528              Date: Tue, 26 Jan 1999 14:40:38 -0800
6529              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
6530              
6531              From: Dan Sugalski <sugalskd@osshe.edu>
6532              To: perl5-porters@perl.org, vmsperl@perl.org
6533              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
6534              Date: Tue, 26 Jan 1999 14:55:29 -0800
6535              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
6536      Branch: cfgperl
6537            ! vms/ext/Stdio/test.pl vms/subconfigure.com
6538 ____________________________________________________________________________
6539 [  2777] By: jhi                                   on 1999/02/02  13:43:24
6540         Log: Synch usethreads parts from maint-5.005.
6541      Branch: cfgperl
6542            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
6543            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
6544            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6545            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
6546 ____________________________________________________________________________
6547 [  2776] By: jhi                                   on 1999/02/02  13:17:16
6548         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
6549      Branch: cfgperl
6550            ! Makefile.SH hints/freebsd.sh
6551 ____________________________________________________________________________
6552 [  2774] By: jhi                                   on 1999/02/02  13:10:39
6553         Log: Add perlthrtut, update pod/* machinery.
6554              (a pod/Makefile.SH is sorely needed)
6555      Branch: cfgperl
6556            + pod/perlthrtut.pod
6557            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
6558 ____________________________________________________________________________
6559 [  2773] By: jhi                                   on 1999/02/02  12:54:24
6560         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6561              To: perl5-porters@perl.org
6562              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
6563              Date: Tue, 26 Jan 1999 22:25:07 +0000
6564              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
6565      Branch: cfgperl
6566            ! pod/perlguts.pod
6567 ____________________________________________________________________________
6568 [  2771] By: jhi                                   on 1999/02/02  12:47:34
6569         Log: Use perlbug instead of personal email address.
6570      Branch: cfgperl
6571            ! Configure
6572 ____________________________________________________________________________
6573 [  2770] By: jhi                                   on 1999/02/02  12:42:06
6574         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6575              
6576              From: "G. Del Merritt" <del@intranetics.com>
6577              To: perlbug@perl.com
6578              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6579              Date: Tue, 26 Jan 1999 12:09:09 -0700
6580              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6581      Branch: cfgperl
6582            ! iperlsys.h
6583 ____________________________________________________________________________
6584 [  2769] By: jhi                                   on 1999/02/02  12:37:57
6585         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6586              To: Mailing list Perl5 <perl5-porters@perl.org>
6587              Subject: [PATCH 5.005_*] OS/2 threads
6588              Date: Tue, 26 Jan 1999 13:39:46 -0500
6589              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
6590      Branch: cfgperl
6591            ! os2/os2ish.h
6592 ____________________________________________________________________________
6593 [  2768] By: jhi                                   on 1999/02/02  12:36:16
6594         Log: Apply change #2711 from maint-5.005:
6595              
6596              make ok", "make okfile", and "make nok" were broken
6597              with -Duseshrplib, because of a shared typo.
6598              
6599              From: Spider Boardman <spider@web.zk3.dec.com>
6600              To: perlbug@perl.com
6601              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6602              Date: Wed, 27 Jan 1999 12:27:15 -0500
6603              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6604      Branch: cfgperl
6605            ! Makefile.SH
6606 ____________________________________________________________________________
6607 [  2766] By: jhi                                   on 1999/02/02  12:27:08
6608         Log: Make Configure use "int main()" instead of bare "main()".
6609              Like maint-5.005 change #2703 but now via metaconfig.
6610      Branch: cfgperl
6611            ! Configure
6612 ____________________________________________________________________________
6613 [  2765] By: jhi                                   on 1999/02/02  11:59:30
6614         Log: Undo part of change #2562.
6615      Branch: cfgperl
6616            ! Configure
6617 ____________________________________________________________________________
6618 [  2764] By: jhi                                   on 1999/02/02  11:52:39
6619         Log: NetBSD synch with maint-5.005.
6620      Branch: cfgperl
6621            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6622 ____________________________________________________________________________
6623 [  2763] By: jhi                                   on 1999/02/02  11:44:07
6624         Log: $Config{installusrbinperl}
6625              (maint-5.005 changes #2614 and #2709)
6626      Branch: cfgperl
6627            ! Configure installperl
6628 ____________________________________________________________________________
6629 [  2762] By: jhi                                   on 1999/02/02  11:29:13
6630         Log: Errno update from maint-5.005 (changes #2583, #2710).
6631      Branch: cfgperl
6632            ! Configure ext/Errno/Errno_pm.PL
6633 ____________________________________________________________________________
6634 [  2759] By: jhi                                   on 1999/02/02  10:53:20
6635         Log: Update Trig.pm from maint-5.005.
6636      Branch: cfgperl
6637            ! lib/Math/Trig.pm
6638 ____________________________________________________________________________
6639 [  2757] By: jhi                                   on 1999/02/02  10:41:26
6640         Log: MPE/iX update (mirror maint-5.005 change #2715)
6641      Branch: cfgperl
6642            ! hints/mpeix.sh mpeix/relink
6643 ____________________________________________________________________________
6644 [  2756] By: jhi                                   on 1999/02/02  10:38:08
6645         Log: BeOS update (Mirror maint-5.005 change #2727).
6646      Branch: cfgperl
6647            + ext/DynaLoader/dl_beos.xs
6648            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6649            ! lib/ExtUtils/MM_Unix.pm
6650 ____________________________________________________________________________
6651 [  2754] By: gsar                                  on 1999/02/02  08:52:13
6652         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
6653      Branch: perl
6654            ! Porting/pumpkin.pod Todo Todo-5.005
6655 ____________________________________________________________________________
6656 [  2753] By: gsar                                  on 1999/02/02  08:46:21
6657         Log: Todo tweaks
6658      Branch: perl
6659            ! Todo Todo-5.005
6660 ____________________________________________________________________________
6661 [  2752] By: jhi                                   on 1999/02/01  22:15:12
6662         Log: Add perlthrtut.pod.
6663              
6664              From: Dan Sugalski <sugalskd@osshe.edu>
6665              To: perl5-porters@perl.org
6666              Subject: perlthrtut.pod
6667              Date: Mon, 01 Feb 1999 10:57:11 -0800
6668              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
6669      Branch: maint-5.005/perl
6670            + pod/perlthrtut.pod
6671            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
6672            ! pod/roffitall
6673 ____________________________________________________________________________
6674 [  2751] By: gsar                                  on 1999/02/01  07:28:05
6675         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
6676      Branch: perl
6677            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6678            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
6679 ____________________________________________________________________________
6680 [  2750] By: gsar                                  on 1999/02/01  07:09:20
6681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6682              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
6683              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
6684              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
6685      Branch: perl
6686            ! regexec.c
6687 ____________________________________________________________________________
6688 [  2749] By: gsar                                  on 1999/02/01  07:07:59
6689         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6690              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
6691              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
6692              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
6693      Branch: perl
6694            ! regexec.c
6695 ____________________________________________________________________________
6696 [  2748] By: gsar                                  on 1999/02/01  06:47:06
6697         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
6698              Date: Thu, 3 Dec 1998 15:10:17 -0500
6699              Message-Id: <199812032010.PAA09692@jik.shore.net>
6700              Subject: sample checksum code in "perlfunc" man page is wrong
6701      Branch: perl
6702            ! pod/perlfunc.pod
6703 ____________________________________________________________________________
6704 [  2747] By: gsar                                  on 1999/02/01  06:35:13
6705         Log: typos in Pod/Text.pm
6706              From: "Greg Chapman" <glc@well.com>
6707              Date: Tue, 1 Dec 1998 10:50:18 -0800
6708              Message-Id: <199812011849.KAA08816@smtp.well.com>
6709              Subject: Glitch in Pod::Text
6710      Branch: perl
6711            ! lib/Pod/Text.pm
6712 ____________________________________________________________________________
6713 [  2746] By: gsar                                  on 1999/02/01  06:27:35
6714         Log: various win32-ish changes merged from maint-5.005
6715      Branch: perl
6716            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
6717            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
6718            ! win32/Makefile win32/config.bc win32/config.vc
6719            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
6720            ! win32/win32.c
6721 ____________________________________________________________________________
6722 [  2745] By: gsar                                  on 1999/02/01  04:51:54
6723         Log: integrate cfgperl changes into mainline
6724      Branch: perl
6725           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
6726 ____________________________________________________________________________
6727 [  2744] By: gsar                                  on 1999/02/01  04:31:09
6728         Log: improved diagnostic on syntax errors at EOL
6729      Branch: perl
6730            ! toke.c
6731 ____________________________________________________________________________
6732 [  2743] By: gsar                                  on 1999/02/01  03:59:13
6733         Log: don't attempt connect() to bogus IP addresses
6734              From:    Graham Barr <gbarr@pobox.com>
6735              Date:    Sun, 31 Jan 1999 21:50:45 CST
6736              Message-Id: <19990131215045.A633@pobox.com>
6737      Branch: perl
6738            ! t/lib/io_multihomed.t
6739 ____________________________________________________________________________
6740 [  2742] By: gsar                                  on 1999/02/01  03:08:58
6741         Log: update Changes
6742      Branch: perl
6743            ! Changes pod/perldelta.pod
6744 ____________________________________________________________________________
6745 [  2740] By: gsar                                  on 1999/02/01  02:43:07
6746         Log: CAPI inheritance tweak and doc
6747      Branch: maint-5.005/perl
6748            ! lib/ExtUtils/MakeMaker.pm
6749 ____________________________________________________________________________
6750 [  2739] By: jhi                                   on 1999/01/31  18:31:54
6751         Log: Undo changes #2730 and #2731 and replace them
6752              with an extensively tested patch from
6753              Anton Berezin <tobez@plab.ku.dk> (via private email).
6754      Branch: maint-5.005/perl
6755            ! Makefile.SH hints/freebsd.sh
6756 ____________________________________________________________________________
6757 [  2738] By: gsar                                  on 1999/01/31  05:04:32
6758         Log: fix bogus CAPI inheritance from change#2541
6759      Branch: maint-5.005/perl
6760            ! lib/ExtUtils/MakeMaker.pm
6761 ____________________________________________________________________________
6762 [  2731] By: jhi                                   on 1999/01/29  14:33:12
6763         Log: FreeBSD version numbers can be like "2.2.8-release".
6764      Branch: maint-5.005/perl
6765            ! hints/freebsd.sh
6766 ____________________________________________________________________________
6767 [  2730] By: jhi                                   on 1999/01/29  12:40:38
6768         Log: FreeBSD hints iteration (hopefully convergent).
6769              usethreads: require at least FreeBSD 2.2.8.
6770              signal type: mirror change #2429 in cfgperl.
6771      Branch: maint-5.005/perl
6772            ! hints/freebsd.sh
6773 ____________________________________________________________________________
6774 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
6775         Log: From: Tom Spindler <dogcow@isi.net>
6776              Date: Thu, 28 Jan 1999 17:15:11 -0800
6777              Message-ID: <19990128171510.A11778@isi.net>
6778              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
6779      Branch: maint-5.005/perl
6780            + ext/DynaLoader/dl_beos.xs
6781            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6782            ! lib/ExtUtils/MM_Unix.pm
6783 ____________________________________________________________________________
6784 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
6785         Log: Remove use of File::Slurp in t/lib/textfill.t
6786      Branch: maint-5.005/perl
6787            ! t/lib/textfill.t
6788 ____________________________________________________________________________
6789 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
6790         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
6791              Date: Wed, 27 Jan 1999 23:14:33 -0800
6792              Message-Id: <199901280714.XAA10176@activestate.com>
6793              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
6794      Branch: maint-5.005/perl
6795            ! win32/Makefile win32/makefile.mk
6796 ____________________________________________________________________________
6797 [  2720] By: gsar                                  on 1999/01/27  21:54:42
6798         Log: missing space while munging CCFLAGS for PERL_CAPI
6799      Branch: perl
6800            ! lib/ExtUtils/MM_Unix.pm
6801 ____________________________________________________________________________
6802 [  2718] By: jhi                                   on 1999/01/27  19:46:04
6803         Log: io/fs.t fails test #18 (sense of tests appears to have been
6804              changed incompletely; this patch just skips the test attached,
6805              a la test #17 preceding it).
6806              
6807              From: "G. Del Merritt" <del@intranetics.com>
6808              To: perlbug@perl.com
6809              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6810              Date: Tue, 26 Jan 1999 12:09:09 -0700
6811              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6812      Branch: maint-5.005/perl
6813            ! t/io/fs.t
6814 ____________________________________________________________________________
6815 [  2717] By: jhi                                   on 1999/01/27  19:44:46
6816         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6817              
6818              From: "G. Del Merritt" <del@intranetics.com>
6819              To: perlbug@perl.com
6820              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6821              Date: Tue, 26 Jan 1999 12:09:09 -0700
6822              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6823      Branch: maint-5.005/perl
6824            ! iperlsys.h
6825 ____________________________________________________________________________
6826 [  2715] By: jhi                                   on 1999/01/27  19:34:28
6827         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6828              To: perl5-porters@perl.org
6829              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
6830              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
6831              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
6832      Branch: maint-5.005/perl
6833            ! hints/mpeix.sh mpeix/relink
6834 ____________________________________________________________________________
6835 [  2710] By: jhi                                   on 1999/01/27  19:22:23
6836         Log: Errno fixes:
6837              
6838              From: Spider Boardman <spider@web.zk3.dec.com>
6839              To: perlbug@perl.com
6840              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6841              Date: Wed, 27 Jan 1999 12:27:15 -0500
6842              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6843              
6844              From: Spider Boardman <spider@web.zk3.dec.com>
6845              To: perlbug@perl.com
6846              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6847              Date: Wed, 27 Jan 1999 13:31:16 -0500
6848              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
6849      Branch: maint-5.005/perl
6850            ! Configure ext/Errno/Errno_pm.PL
6851 ____________________________________________________________________________
6852 [  2709] By: jhi                                   on 1999/01/27  19:17:35
6853         Log: Fix Configure installusrbinperl:
6854              
6855              From: Spider Boardman <spider@web.zk3.dec.com>
6856              To: jhi@iki.fi
6857              cc: perl5-porters@perl.org
6858              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6859              Date: Wed, 27 Jan 1999 13:03:35 -0500
6860              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
6861      Branch: maint-5.005/perl
6862            ! Configure
6863 ____________________________________________________________________________
6864 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
6865         Log: Add redef IO::Handle::* for setv?buf()
6866      Branch: maint-5.005/perl
6867            ! ext/POSIX/POSIX.pm
6868 ____________________________________________________________________________
6869 [  2705] By: jhi                                   on 1999/01/24  15:14:30
6870         Log: Mention year-1900 and month 0..11.
6871      Branch: cfgperl
6872            ! lib/Time/Local.pm
6873 ____________________________________________________________________________
6874 [  2704] By: jhi                                   on 1999/01/24  15:13:36
6875         Log: Document Configure -Uinstallusrbinperl.
6876      Branch: cfgperl
6877            ! INSTALL pod/perldelta.pod
6878 ____________________________________________________________________________
6879 [  2698] By: jhi                                   on 1999/01/24  12:46:00
6880         Log: Use only xlc_r for usethreads.
6881      Branch: cfgperl
6882            ! hints/aix.sh
6883 ____________________________________________________________________________
6884 [  2695] By: gsar                                  on 1999/01/24  07:09:05
6885         Log: integrate cfgperl changes into mainline
6886      Branch: perl
6887           +> lib/Exporter/Heavy.pm
6888           !> (integrate 65 files)
6889 ____________________________________________________________________________
6890 [  2694] By: gsar                                  on 1999/01/24  01:28:49
6891         Log: better notes on 'make' on win32
6892      Branch: perl
6893            ! README.win32
6894 ____________________________________________________________________________
6895 [  2683] By: jhi                                   on 1999/01/22  15:41:00
6896         Log: More de-cut-and-pastos.
6897      Branch: cfgperl
6898            ! hints/irix_6.sh hints/os2.sh
6899 ____________________________________________________________________________
6900 [  2682] By: jhi                                   on 1999/01/22  15:30:51
6901         Log: usethreads.cbu cut-and-pasto.
6902      Branch: cfgperl
6903            ! hints/solaris_2.sh
6904 ____________________________________________________________________________
6905 [  2681] By: jhi                                   on 1999/01/22  14:54:55
6906         Log: Better (I hope) LANGUAGE documentation.
6907      Branch: cfgperl
6908            ! pod/perllocale.pod
6909 ____________________________________________________________________________
6910 [  2680] By: jhi                                   on 1999/01/22  09:20:29
6911         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6912              To: perl5-porters@perl.org
6913              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6914              Date: Wed, 20 Jan 1999 12:05:18 -0800
6915              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6916      Branch: cfgperl
6917            ! vms/subconfigure.com
6918 ____________________________________________________________________________
6919 [  2679] By: jhi                                   on 1999/01/22  09:13:18
6920         Log: nosuid getmntent() branch.
6921      Branch: cfgperl
6922            ! perl.c perl.h
6923 ____________________________________________________________________________
6924 [  2678] By: jhi                                   on 1999/01/22  08:54:19
6925         Log: nosuid patch continued: *BSD needs <sys/param.h>.
6926      Branch: cfgperl
6927            ! Configure config_h.SH
6928 ____________________________________________________________________________
6929 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
6930         Log: Fixup FindBin to use File::Spec
6931              
6932              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
6933              Date: Wed, 20 Jan 1999 18:51:57 +0000
6934              From: Paul Johnson <pjcj@transeda.com>
6935              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
6936      Branch: maint-5.005/perl
6937            ! lib/FindBin.pm
6938 ____________________________________________________________________________
6939 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
6940         Log: Fix win32 for Borland compiler and spaces in paths
6941              
6942              From: Gurusamy Sarathy <gsar@activestate.com>
6943              Date: Mon, 18 Jan 1999 20:33:17 -0800
6944              Message-Id: <199901190433.UAA03656@activestate.com>
6945              Subject: [PATCH] 5.005_03-trial3 win32 issues
6946      Branch: maint-5.005/perl
6947            ! README.win32 win32/Makefile win32/config_sh.PL
6948            ! win32/makefile.mk win32/runperl.c
6949 ____________________________________________________________________________
6950 [  2670] By: jhi                                   on 1999/01/21  16:12:38
6951         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6952              To: perl5-porters@perl.org
6953              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
6954              Date: Thu, 21 Jan 1999 12:08:01 +0000
6955              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
6956      Branch: cfgperl
6957            ! pod/perldiag.pod t/op/subst.t toke.c
6958 ____________________________________________________________________________
6959 [  2669] By: jhi                                   on 1999/01/21  16:11:46
6960         Log: To: perl5-porters@perl.org
6961              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
6962              From: Anton Berezin <tobez@plab.ku.dk>
6963              Date: 21 Jan 1999 17:07:28 +0100
6964              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
6965      Branch: cfgperl
6966            ! hints/freebsd.sh
6967 ____________________________________________________________________________
6968 [  2668] By: jhi                                   on 1999/01/21  15:38:34
6969         Log: Add Daniel Grisinger <dgris@dimensional.com>.
6970      Branch: cfgperl
6971            ! AUTHORS MAINTAIN
6972 ____________________________________________________________________________
6973 [  2667] By: jhi                                   on 1999/01/21  15:32:28
6974         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6975              To: Mailing list Perl5 <perl5-porters@perl.org>
6976              Subject: [PATCH 5.005_53] Lean Exporter.pm
6977              Date: Thu, 21 Jan 1999 03:25:23 -0500
6978              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
6979      Branch: cfgperl
6980            + lib/Exporter/Heavy.pm
6981            ! MANIFEST lib/Exporter.pm
6982 ____________________________________________________________________________
6983 [  2666] By: jhi                                   on 1999/01/21  15:24:10
6984         Log: From: "W. Phillip Moore" <wpm@ms.com>
6985              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
6986              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
6987              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
6988              Message-ID: <13988.46383.298992.97303@zappa>
6989      Branch: cfgperl
6990            ! lib/File/Path.pm
6991 ____________________________________________________________________________
6992 [  2665] By: jhi                                   on 1999/01/21  15:20:48
6993         Log: CPAN update (CPAN-1.44_54) from Andreas and
6994              jumbo doc patch from Abigail.
6995              
6996              From: abigail@fnx.com
6997              To: perl5-porters@perl.org (Perl Porters)
6998              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
6999              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
7000              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
7001              
7002              From: abigail@fnx.com
7003              To: perl5-porters@perl.org (Perl Porters)
7004              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
7005              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
7006              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
7007              
7008              From: abigail@fnx.com
7009              To: perl5-porters@perl.org (Perl Porters)
7010              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
7011              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
7012              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
7013              
7014              From: abigail@fnx.com
7015              To: perl5-porters@perl.org (Perl Porters)
7016              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
7017              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
7018              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
7019              
7020              From: abigail@fnx.com
7021              To: perl5-porters@perl.org (Perl Porters)
7022              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
7023              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
7024              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
7025              
7026              From: abigail@fnx.com
7027              To: perl5-porters@perl.org (Perl Porters)
7028              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
7029              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
7030              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
7031              
7032              From: abigail@fnx.com
7033              To: perl5-porters@perl.org (Perl Porters)
7034              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
7035              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
7036              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
7037              
7038              From: abigail@fnx.com
7039              To: perl5-porters@perl.org (Perl Porters)
7040              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
7041              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
7042              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
7043              
7044              From: abigail@fnx.com
7045              To: perl5-porters@perl.org (Perl Porters)
7046              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
7047              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
7048              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
7049              
7050              From: abigail@fnx.com
7051              To: perl5-porters@perl.org (Perl Porters)
7052              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
7053              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
7054              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
7055              
7056              From: abigail@fnx.com
7057              To: perl5-porters@perl.org (Perl Porters)
7058              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
7059              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
7060              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
7061              
7062              From: abigail@fnx.com
7063              To: perl5-porters@perl.org (Perl Porters)
7064              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
7065              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
7066              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
7067              
7068              From: abigail@fnx.com
7069              To: perl5-porters@perl.org (Perl Porters)
7070              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
7071              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
7072              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
7073      Branch: cfgperl
7074            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
7075            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7076            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
7077            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
7078 ____________________________________________________________________________
7079 [  2664] By: jhi                                   on 1999/01/21  14:47:43
7080         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7081              To: Mailing list Perl5 <perl5-porters@perl.org>
7082              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
7083              Date: Thu, 21 Jan 1999 03:58:29 -0500
7084              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
7085      Branch: cfgperl
7086            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
7087 ____________________________________________________________________________
7088 [  2663] By: jhi                                   on 1999/01/21  14:43:58
7089         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7090              To: Mailing list Perl5 <perl5-porters@perl.org>
7091              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
7092              Date: Thu, 21 Jan 1999 02:46:34 -0500
7093              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
7094      Branch: cfgperl
7095            ! ext/Errno/Errno_pm.PL
7096 ____________________________________________________________________________
7097 [  2662] By: jhi                                   on 1999/01/21  14:42:42
7098         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
7099              To: Francois Desarmenien <desar@club-internet.fr>
7100              Cc: Gurusamy Sarathy <gsar@activestate.com>,
7101              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
7102              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
7103              Date: 21 Jan 1999 00:17:35 -0700
7104              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
7105      Branch: cfgperl
7106            ! Porting/patching.pod
7107 ____________________________________________________________________________
7108 [  2661] By: jhi                                   on 1999/01/21  14:41:13
7109         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7110              To: Mailing list Perl5 <perl5-porters@perl.org>
7111              Subject: [PATCH 5.00*] makedepend
7112              Date: Thu, 21 Jan 1999 02:08:27 -0500
7113              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
7114      Branch: cfgperl
7115            ! makedepend.SH
7116 ____________________________________________________________________________
7117 [  2660] By: jhi                                   on 1999/01/21  14:36:45
7118         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7119              To: Mailing list Perl5 <perl5-porters@perl.org>
7120              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
7121              Date: Tue, 19 Jan 1999 20:06:45 -0500
7122              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
7123      Branch: cfgperl
7124            ! os2/Changes os2/os2.c
7125 ____________________________________________________________________________
7126 [  2657] By: jhi                                   on 1999/01/21  11:40:35
7127         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7128              To: perl5-porters@perl.org
7129              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
7130              Date: Mon, 18 Jan 1999 01:32:31 PST
7131              Message-ID: <19990118093231.18443.qmail@hotmail.com>
7132      Branch: cfgperl
7133            ! ext/B/B/CC.pm
7134 ____________________________________________________________________________
7135 [  2656] By: jhi                                   on 1999/01/21  11:35:34
7136         Log: From: Achim Bohnet <ach@mpe.mpg.de>
7137              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
7138              Date: Wed, 20 Jan 1999 20:25:53 +0100
7139              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
7140      Branch: cfgperl
7141            ! pp.c
7142 ____________________________________________________________________________
7143 [  2655] By: jhi                                   on 1999/01/21  10:46:01
7144         Log: Handle NIS (and NetInfo) more robustly.
7145      Branch: cfgperl
7146            ! t/op/grent.t t/op/pwent.t
7147 ____________________________________________________________________________
7148 [  2654] By: jhi                                   on 1999/01/21  10:17:20
7149         Log: Two-argument eaccess() of SCO.
7150      Branch: cfgperl
7151            ! pp_sys.c
7152 ____________________________________________________________________________
7153 [  2653] By: jhi                                   on 1999/01/21  08:53:14
7154         Log: -DNO_NOSUID_CHECK for those platforms which have no way
7155              of checking for nosuid but still want suidperl.
7156      Branch: cfgperl
7157            ! perl.c
7158 ____________________________________________________________________________
7159 [  2652] By: jhi                                   on 1999/01/21  08:22:50
7160         Log: The LANGUAGE mirrors LC_ALL usage.
7161      Branch: cfgperl
7162            ! Configure config_h.SH
7163 ____________________________________________________________________________
7164 [  2651] By: jhi                                   on 1999/01/20  22:01:21
7165         Log: I_MNTENT was missing.
7166      Branch: cfgperl
7167            ! Configure config_h.SH
7168 ____________________________________________________________________________
7169 [  2650] By: jhi                                   on 1999/01/19  13:42:03
7170         Log: NetBSD update, based on patches from the NetBSD packages system.
7171      Branch: cfgperl
7172            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
7173 ____________________________________________________________________________
7174 [  2649] By: jhi                                   on 1999/01/19  12:44:02
7175         Log: Jumbo Configure update.
7176              * -Uinstallusrbinperl: disable /usr/bin/perl installation
7177              by installperl
7178              * usethreads.cbu
7179              * use64bits.cbu
7180              * "nosuid"
7181      Branch: cfgperl
7182            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
7183            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
7184            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
7185            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
7186            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
7187            ! pod/perldiag.pod
7188 ____________________________________________________________________________
7189 [  2648] By: jhi                                   on 1999/01/19  09:16:44
7190         Log: Mention /usr/share/locale.
7191      Branch: cfgperl
7192            ! pod/perllocale.pod
7193 ____________________________________________________________________________
7194 [  2647] By: jhi                                   on 1999/01/19  09:11:11
7195         Log: SHMLBA strikes back in NetBSD/sparc.
7196              
7197              From: Dave Nelson <David.Nelson@bellcow.com>
7198              To: jhi@iki.fi
7199              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
7200              Date: Mon, 18 Jan 1999 22:07:56 -0600
7201              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
7202      Branch: cfgperl
7203            ! ext/IPC/SysV/SysV.xs
7204 ____________________________________________________________________________
7205 [  2646] By: jhi                                   on 1999/01/19  08:58:17
7206         Log: Show LANGUAGE env var when needed. (Augment change #2645).
7207      Branch: cfgperl
7208            ! util.c utils/perlbug.PL
7209 ____________________________________________________________________________
7210 [  2645] By: jhi                                   on 1999/01/19  08:52:15
7211         Log: Document the GNU LANGUAGE env var.
7212      Branch: cfgperl
7213            ! pod/perllocale.pod
7214 ____________________________________________________________________________
7215 [  2644] By: jhi                                   on 1999/01/19  08:42:25
7216         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7217              To: Mailing list Perl5 <perl5-porters@perl.org>
7218              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
7219              Date: Mon, 18 Jan 1999 20:57:02 -0500
7220              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
7221      Branch: cfgperl
7222            ! pp_hot.c t/op/pat.t
7223 ____________________________________________________________________________
7224 [  2643] By: jhi                                   on 1999/01/18  11:23:41
7225         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
7226      Branch: cfgperl
7227            ! Makefile.SH
7228 ____________________________________________________________________________
7229 [  2642] By: jhi                                   on 1999/01/18  11:03:38
7230         Log: GNU libc locale system has LANGUAGE env var that partly
7231              overrides even LC_ALL.
7232      Branch: cfgperl
7233            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
7234 ____________________________________________________________________________
7235 [  2641] By: jhi                                   on 1999/01/18  10:55:04
7236         Log: Integrate from mainperl.
7237      Branch: cfgperl
7238           +> ext/B/defsubs.h.PL
7239            ! t/op/groups.t
7240           !> (integrate 38 files)
7241 ____________________________________________________________________________
7242 [  2640] By: gsar                                  on 1999/01/18  10:06:29
7243         Log: a few random cleanups
7244      Branch: perl
7245            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
7246 ____________________________________________________________________________
7247 [  2639] By: gsar                                  on 1999/01/18  05:56:21
7248         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
7249              Date:    Sun, 17 Jan 1999 16:41:10 PST
7250              Message-Id: <19990118004111.29667.qmail@hotmail.com>
7251              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
7252      Branch: perl
7253            ! ext/B/B/C.pm
7254 ____________________________________________________________________________
7255 [  2638] By: gsar                                  on 1999/01/18  05:41:21
7256         Log: From:    jan.dubois@ibm.net (Jan Dubois)
7257              Date:    Mon, 18 Jan 1999 00:37:41 +0100
7258              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
7259              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
7260      Branch: perl
7261            ! dump.c
7262 ____________________________________________________________________________
7263 [  2633] By: gsar                                  on 1999/01/17  13:39:59
7264         Log: bogus assert()
7265      Branch: perl
7266            ! pp.c t/op/groups.t
7267 ____________________________________________________________________________
7268 [  2632] By: gsar                                  on 1999/01/17  13:22:04
7269         Log: various tweaks for clean build and test on win32
7270      Branch: perl
7271            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
7272            ! op.c t/pragma/warn/doio
7273 ____________________________________________________________________________
7274 [  2631] By: gsar                                  on 1999/01/17  12:28:06
7275         Log: undo change#2336, and add clarification about subversive
7276              CPAN distributions from Andreas Koenig
7277      Branch: perl
7278            ! Porting/pumpkin.pod lib/CPAN.pm
7279 ____________________________________________________________________________
7280 [  2630] By: gsar                                  on 1999/01/17  12:04:06
7281         Log: fix silent taint failures under -U
7282      Branch: perl
7283            ! doio.c
7284 ____________________________________________________________________________
7285 [  2629] By: gsar                                  on 1999/01/17  12:00:23
7286         Log: sanity check piped opens (tweaked version of patch suggested
7287              by Mark-Jason Dominus)
7288      Branch: perl
7289            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
7290            ! t/op/taint.t t/pragma/warn/doio
7291 ____________________________________________________________________________
7292 [  2628] By: gsar                                  on 1999/01/17  11:26:21
7293         Log: regen headers
7294      Branch: perl
7295            ! embed.h embedvar.h objXSUB.h
7296 ____________________________________________________________________________
7297 [  2627] By: gsar                                  on 1999/01/17  11:23:37
7298         Log: PERL_OBJECTness for change#2595
7299      Branch: perl
7300            ! embed.pl op.c pod/perlport.pod proto.h
7301 ____________________________________________________________________________
7302 [  2626] By: gsar                                  on 1999/01/17  09:47:07
7303         Log: PERL_OBJECT tweaks for change#2426
7304      Branch: perl
7305            ! embed.pl proto.h regcomp.c
7306 ____________________________________________________________________________
7307 [  2625] By: gsar                                  on 1999/01/17  09:37:58
7308         Log: documentation in change#2596 is not quite right; fix it
7309      Branch: perl
7310            ! lib/Math/BigFloat.pm pod/perlguts.pod
7311 ____________________________________________________________________________
7312 [  2624] By: gsar                                  on 1999/01/17  09:28:34
7313         Log: undo change#2571; C<use File::Spec> instead
7314      Branch: perl
7315            ! lib/FindBin.pm
7316 ____________________________________________________________________________
7317 [  2623] By: gsar                                  on 1999/01/17  09:20:42
7318         Log: change#2572 is not applicable; undo, retaining scan_bin addition
7319              to global.sym
7320      Branch: perl
7321            ! global.sym perl.c proto.h
7322 ____________________________________________________________________________
7323 [  2622] By: gsar                                  on 1999/01/17  09:17:42
7324         Log: change#2576 is based on a wrong premise; undo it
7325      Branch: perl
7326            ! pp_ctl.c
7327 ____________________________________________________________________________
7328 [  2621] By: gsar                                  on 1999/01/17  09:12:42
7329         Log: fix change#2602 to not used hard coded constants
7330      Branch: perl
7331            ! ext/B/B/C.pm ext/B/defsubs.h.PL
7332 ____________________________________________________________________________
7333 [  2620] By: gsar                                  on 1999/01/17  09:02:07
7334         Log: integrate cfgperl changes into mainline, fix conflicts
7335      Branch: perl
7336           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
7337           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
7338           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
7339           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
7340           +> pod/perlopentut.pod
7341           !> (integrate 162 files)
7342 ____________________________________________________________________________
7343 [  2619] By: gsar                                  on 1999/01/17  08:42:04
7344         Log: a few doc typos
7345      Branch: perl
7346            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
7347 ____________________________________________________________________________
7348 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
7349         Log: Win32 changes from Jan
7350              
7351              From: jan.dubois@ibm.net (Jan Dubois)
7352              Date: Fri, 15 Jan 1999 23:38:35 +0100
7353              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
7354              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
7355              
7356              From: jan.dubois@ibm.net (Jan Dubois)
7357              Date: Sat, 16 Jan 1999 13:02:45 +0100
7358              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
7359              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
7360      Branch: maint-5.005/perl
7361            ! README.win32 win32/Makefile win32/makefile.mk
7362 ____________________________________________________________________________
7363 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
7364         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
7365              
7366              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7367              Date: Thu, 07 Jan 1999 00:12:00 -0500
7368              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
7369              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7370              
7371              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7372              Date: Thu, 14 Jan 1999 19:21:46 -0500
7373              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
7374              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7375      Branch: maint-5.005/perl
7376            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
7377            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
7378            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
7379            ! win32/makedef.pl win32/runperl.c win32/win32.c
7380 ____________________________________________________________________________
7381 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
7382         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7383              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
7384              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
7385              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
7386              
7387              From: Jarkko Hietaniemi <jhi@iki.fi>
7388              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
7389              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
7390              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
7391              
7392              From: Jarkko Hietaniemi <jhi@iki.fi>
7393              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
7394              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
7395              Subject: the promised "installusrbinperl + NetBSD" fix
7396      Branch: maint-5.005/perl
7397            ! Configure Makefile.SH hints/netbsd.sh installperl
7398            ! makedepend.SH unixish.h
7399 ____________________________________________________________________________
7400 [  2611] By: jhi                                   on 1999/01/14  12:16:14
7401         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
7402              To: pumpkings@jhereg.perl.com
7403              Subject: perlopentut.pod
7404              Date: Sat, 09 Jan 1999 08:13:18 -0700
7405              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
7406      Branch: cfgperl
7407            + pod/perlopentut.pod
7408            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
7409 ____________________________________________________________________________
7410 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
7411         Log: Added Carp::cluck to perldelta.pod
7412      Branch: maint-5.005/perl
7413            ! pod/perldelta.pod
7414 ____________________________________________________________________________
7415 [  2605] By: jhi                                   on 1999/01/13  18:26:19
7416         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
7417              To: "'cpan@perl.org'" <cpan@perl.org>
7418              Subject: "Bug" fix for File::Find.pm
7419              Date:   Thu, 31 Dec 1998 13:01:50 -0500
7420              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
7421      Branch: cfgperl
7422            ! lib/File/Find.pm
7423 ____________________________________________________________________________
7424 [  2604] By: jhi                                   on 1999/01/13  18:08:45
7425         Log: From: Peter Wolfe <wolfe@teloseng.com>
7426              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
7427              To: perlbug@perl.com
7428              Date: 11 Jan 1999 23:00:05 +0200
7429              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
7430      Branch: cfgperl
7431            ! hints/sco.sh
7432 ____________________________________________________________________________
7433 [  2603] By: jhi                                   on 1999/01/13  18:06:56
7434         Log: From: hans@icgroup.nl (Hans Mulder)
7435              Subject: [Patch for 5.005_54] re::debugcolors dumps core
7436              To: perlbug@perl.com
7437              Cc: hansmu@xs4all.nl
7438              Date: 11 Jan 1999 22:22:45 +0200
7439              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
7440      Branch: cfgperl
7441            ! ext/re/re.pm regcomp.c
7442 ____________________________________________________________________________
7443 [  2602] By: jhi                                   on 1999/01/13  18:05:43
7444         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7445              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
7446              Date: 11 Jan 1999 08:02:41 +0200
7447              Lines: 134
7448              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
7449      Branch: cfgperl
7450            ! ext/B/B.xs ext/B/B/C.pm
7451 ____________________________________________________________________________
7452 [  2601] By: jhi                                   on 1999/01/13  18:01:53
7453         Log: From: James FitzGibbon <james@ican.net>
7454              Subject: Trivial patch for HP-UX 11 and shared libperl
7455              To: perl5-porters@perl.org
7456              Date: 8 Jan 1999 19:13:23 +0200
7457              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
7458      Branch: cfgperl
7459            ! Makefile.SH
7460 ____________________________________________________________________________
7461 [  2600] By: jhi                                   on 1999/01/13  17:59:45
7462         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7463              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
7464              To: perl5-porters@perl.org
7465              Date: 8 Jan 1999 12:43:36 +0200
7466              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
7467      Branch: cfgperl
7468            ! ext/B/B/CC.pm
7469 ____________________________________________________________________________
7470 [  2599] By: jhi                                   on 1999/01/13  17:50:11
7471         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7472              Subject: PATCH to installperl
7473              To: perl5-porters@perl.org
7474              Date: 4 Jan 1999 16:15:18 +0200
7475              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
7476      Branch: cfgperl
7477            ! installperl
7478 ____________________________________________________________________________
7479 [  2598] By: jhi                                   on 1999/01/13  17:34:51
7480         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7481              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
7482              Cc: perl5-porters@perl.org
7483              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
7484              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
7485              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
7486      Branch: cfgperl
7487            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7488            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7489 ____________________________________________________________________________
7490 [  2597] By: jhi                                   on 1999/01/13  17:30:33
7491         Log: From: David Dyck <dcd@tc.fluke.com>
7492              To: Perl Porters <perl5-porters@perl.org>,
7493              Gurusamy Sarathy <gsar@engin.umich.edu>
7494              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
7495              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
7496              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
7497      Branch: cfgperl
7498            ! pod/perldsc.pod
7499 ____________________________________________________________________________
7500 [  2596] By: jhi                                   on 1999/01/13  17:26:44
7501         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7502              To: perl5-porters@perl.org
7503              Subject: [PATCH] modglobal w/ spelling fixes
7504              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
7505              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
7506      Branch: cfgperl
7507            ! pod/perlguts.pod
7508 ____________________________________________________________________________
7509 [  2595] By: jhi                                   on 1999/01/13  17:24:59
7510         Log: From: Hans Mulder <hansm@icgroup.nl>
7511              Optimize common sort routines.  Thread started by the message
7512              
7513              From: Hans Mulder <hansm@icgroup.nl>
7514              Sender: owner-perl5-porters@perl.org
7515              To: perl5-porters@perl.org
7516              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
7517              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
7518              
7519              and the patch from the message
7520              
7521              From: Hans Mulder <hans@icgroup.nl>
7522              To: jhi@iki.fi
7523              Cc: perl5-porters@perl.org
7524              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
7525              $b }
7526              Date: Wed, 13 Jan 1999 17:39:35 +0100
7527              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
7528      Branch: cfgperl
7529            ! Todo op.c op.h pp_ctl.c t/op/sort.t
7530 ____________________________________________________________________________
7531 [  2594] By: jhi                                   on 1999/01/13  16:50:17
7532         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
7533              (the diffs were based on 5.004_02).  Tested by Guido
7534              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
7535      Branch: cfgperl
7536            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
7537            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
7538            + mint/sys/time.h mint/time.h
7539            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
7540            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
7541 ____________________________________________________________________________
7542 [  2593] By: jhi                                   on 1999/01/09  16:54:26
7543         Log: Detypo.
7544      Branch: cfgperl
7545            ! hints/dec_osf.sh
7546 ____________________________________________________________________________
7547 [  2592] By: jhi                                   on 1999/01/09  16:17:13
7548         Log: Move usethreads and use64bits logic from hints to Configure.
7549      Branch: cfgperl
7550            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
7551            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
7552            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7553            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7554 ____________________________________________________________________________
7555 [  2591] By: jhi                                   on 1999/01/09  14:45:24
7556         Log: Missing dTHRs added.
7557      Branch: cfgperl
7558            ! regcomp.c toke.c
7559 ____________________________________________________________________________
7560 [  2590] By: jhi                                   on 1999/01/08  15:27:17
7561         Log: Finalize change #2589 and add better AIX nm scanning from:
7562              
7563              Message-Id: <m0zyNW0-00017VC@gentoo.com>
7564              From: bll@gentoo.com (Brad Lanam)
7565              Subject: Re: mailhelp returned a non-zero status
7566              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
7567              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
7568      Branch: cfgperl
7569            ! Configure hints/freebsd.sh hints/linux.sh
7570 ____________________________________________________________________________
7571 [  2589] By: jhi                                   on 1999/01/08  15:14:54
7572         Log: Undo change #2581.
7573      Branch: cfgperl
7574            ! Configure hints/freebsd.sh hints/linux.sh
7575 ____________________________________________________________________________
7576 [  2588] By: jhi                                   on 1999/01/08  11:51:52
7577         Log: FAQ jumbo patch from tchrist.
7578              
7579              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
7580              From: Tom Christiansen <tchrist@jhereg.perl.com>
7581              To: pumpkings@jhereg.perl.com
7582              Subject: newest version of perlfaq.pod
7583              Date: Thu, 7 Jan 1999 23:05:02 -0700
7584              
7585              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
7586              From: Tom Christiansen <tchrist@jhereg.perl.com>
7587              To: pumpkings@jhereg.perl.com
7588              Subject: newest version of perlfaq1.pod
7589              Date: Thu, 7 Jan 1999 23:05:02 -0700
7590              
7591              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
7592              From: Tom Christiansen <tchrist@jhereg.perl.com>
7593              To: pumpkings@jhereg.perl.com
7594              Subject: newest version of perlfaq2.pod
7595              Date: Thu, 7 Jan 1999 23:05:02 -0700
7596              
7597              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
7598              From: Tom Christiansen <tchrist@jhereg.perl.com>
7599              To: pumpkings@jhereg.perl.com
7600              Subject: newest version of perlfaq3.pod
7601              Date: Thu, 7 Jan 1999 23:05:02 -0700
7602              
7603              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
7604              From: Tom Christiansen <tchrist@jhereg.perl.com>
7605              To: pumpkings@jhereg.perl.com
7606              Subject: newest version of perlfaq4.pod
7607              Date: Thu, 7 Jan 1999 23:05:02 -0700
7608              
7609              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
7610              From: Tom Christiansen <tchrist@jhereg.perl.com>
7611              To: pumpkings@jhereg.perl.com
7612              Subject: newest version of perlfaq5.pod
7613              Date: Thu, 7 Jan 1999 23:05:02 -0700
7614              
7615              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
7616              From: Tom Christiansen <tchrist@jhereg.perl.com>
7617              To: pumpkings@jhereg.perl.com
7618              Subject: newest version of perlfaq6.pod
7619              Date: Thu, 7 Jan 1999 23:05:02 -0700
7620              
7621              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
7622              From: Tom Christiansen <tchrist@jhereg.perl.com>
7623              To: pumpkings@jhereg.perl.com
7624              Subject: newest version of perlfaq7.pod
7625              Date: Thu, 7 Jan 1999 23:05:03 -0700
7626              
7627              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
7628              From: Tom Christiansen <tchrist@jhereg.perl.com>
7629              To: pumpkings@jhereg.perl.com
7630              Subject: newest version of perlfaq8.pod
7631              Date: Thu, 7 Jan 1999 23:05:03 -0700
7632              
7633              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
7634              From: Tom Christiansen <tchrist@jhereg.perl.com>
7635              To: pumpkings@jhereg.perl.com
7636              Subject: newest version of perlfaq9.pod
7637              Date: Thu, 7 Jan 1999 23:05:03 -0700
7638      Branch: cfgperl
7639            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7640            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7641            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7642            ! pod/perlfaq9.pod
7643 ____________________________________________________________________________
7644 [  2587] By: jhi                                   on 1999/01/08  11:17:43
7645         Log: More doc fixes from Abigail.
7646      Branch: cfgperl
7647            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7648            ! lib/User/pwent.pm
7649 ____________________________________________________________________________
7650 [  2585] By: jhi                                   on 1999/01/08  08:31:02
7651         Log: Change #2584 from maint-5.005:
7652              
7653              implemented Ilya's suggested fix, and added a testcase
7654              
7655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7656              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
7657              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
7658              Subject: Re: Text::ParseWords: regex fix
7659      Branch: cfgperl
7660            ! lib/Text/ParseWords.pm t/lib/parsewords.t
7661 ____________________________________________________________________________
7662 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
7663         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7664              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
7665              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
7666              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
7667      Branch: maint-5.005/perl
7668            ! ext/Errno/Errno_pm.PL
7669 ____________________________________________________________________________
7670 [  2581] By: jhi                                   on 1999/01/07  16:38:03
7671         Log: Configure update:
7672              - usethreads, use64bits, and usemultiplicity
7673              are no more interactively asked by Configure
7674              - "int main()" (vs bare "main()") enforced in test programs
7675      Branch: cfgperl
7676            ! Configure hints/freebsd.sh hints/linux.sh
7677 ____________________________________________________________________________
7678 [  2580] By: jhi                                   on 1999/01/07  11:19:12
7679         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7680              Date: Wed, 06 Jan 1999 13:47:34 -0800
7681              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
7682              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
7683      Branch: cfgperl
7684            ! vms/vms.c
7685 ____________________________________________________________________________
7686 [  2579] By: jhi                                   on 1999/01/07  09:08:36
7687         Log: Another set of doc patches from Abigail
7688              
7689              From: abigail@fnx.com
7690              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
7691              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
7692              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
7693              
7694              From: abigail@fnx.com
7695              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
7696              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
7697              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
7698              
7699              From: abigail@fnx.com
7700              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
7701              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
7702              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
7703              
7704              From: abigail@fnx.com
7705              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
7706              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
7707              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
7708              
7709              From: abigail@fnx.com
7710              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
7711              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
7712              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
7713              
7714              From: abigail@fnx.com
7715              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
7716              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
7717              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
7718              
7719              From: abigail@fnx.com
7720              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
7721              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
7722              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
7723              
7724              From: abigail@fnx.com
7725              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
7726              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
7727              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
7728              
7729              From: abigail@fnx.com
7730              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
7731              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
7732              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
7733              
7734              From: abigail@fnx.com
7735              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
7736              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
7737              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
7738              
7739              From: abigail@fnx.com
7740              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
7741              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
7742              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
7743              
7744              From: abigail@fnx.com
7745              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
7746              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
7747              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
7748              
7749              From: abigail@fnx.com
7750              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
7751              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
7752              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
7753              
7754              From: abigail@fnx.com
7755              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
7756              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
7757              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
7758      Branch: cfgperl
7759            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
7760            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
7761            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
7762            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
7763            ! lib/Tie/Array.pm lib/Tie/Hash.pm
7764 ____________________________________________________________________________
7765 [  2576] By: jhi                                   on 1999/01/06  17:05:20
7766         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
7767      Branch: cfgperl
7768            ! pp_ctl.c
7769 ____________________________________________________________________________
7770 [  2575] By: jhi                                   on 1999/01/06  13:18:56
7771         Log: Enhance the great_circle_distance() documentation.
7772      Branch: cfgperl
7773            ! lib/Math/Trig.pm
7774 ____________________________________________________________________________
7775 [  2574] By: jhi                                   on 1999/01/06  12:58:03
7776         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7777              To: perlbug@perl.com
7778              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
7779              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
7780              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
7781      Branch: cfgperl
7782            ! t/op/sysio.t
7783 ____________________________________________________________________________
7784 [  2573] By: jhi                                   on 1999/01/06  12:40:19
7785         Log: From: "W. Phillip Moore" <wpm@ms.com>
7786              To: perlbug@perl.org
7787              Subject: [PATCH] POSIX getpgrp is not -w clean
7788              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7789              Message-ID: <13970.20107.190314.549471@zappa>
7790      Branch: cfgperl
7791            ! ext/POSIX/POSIX.pm
7792 ____________________________________________________________________________
7793 [  2572] By: jhi                                   on 1999/01/06  12:25:24
7794         Log: Based on
7795              From: jan.dubois@ibm.net (Jan Dubois)
7796              To: perl5-porters@perl.org
7797              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7798              Date: Wed, 06 Jan 1999 01:24:09 +0100
7799              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7800              except that
7801              - objXSUB.h was already okay
7802              - embed.h patching is futile, global.sym patched instead
7803              - objpp.h does not exist
7804              - proto.h addition applied manually
7805              - win32/GenCAPI.pl was already okay
7806              - win32/makedef.pl was already okay
7807      Branch: cfgperl
7808            ! global.sym perl.c proto.h
7809 ____________________________________________________________________________
7810 [  2571] By: jhi                                   on 1999/01/06  11:25:48
7811         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7812              To: perlbug@perl.com
7813              Subject: FindBin.pm on Win32 systems
7814              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7815              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7816      Branch: cfgperl
7817            ! lib/FindBin.pm
7818 ____________________________________________________________________________
7819 [  2570] By: jhi                                   on 1999/01/06  11:21:48
7820         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7821              To: perl5-porters@perl.org, vmsperl@perl.org
7822              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
7823              Date: Tue, 05 Jan 1999 16:47:31 -0800
7824              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
7825              
7826              (the ext/IO/lib/IO/Socket.pm was not really changed here;
7827              it was a leftover from #2569)
7828      Branch: cfgperl
7829            ! ext/IO/lib/IO/Socket.pm taint.c
7830 ____________________________________________________________________________
7831 [  2569] By: jhi                                   on 1999/01/06  11:18:22
7832         Log: Jumbo doc patch from Abigail (almost identical to
7833              the 5.005-maint change #2562 except for the
7834              ext/IO/lib/IO/Socket.pm patch which was not
7835              applicable because the IO version of 5.005-devel
7836              is somewhat different (why?))
7837              
7838              From: abigail@fnx.com
7839              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
7840              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
7841              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
7842              
7843              From: abigail@fnx.com
7844              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
7845              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
7846              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
7847              
7848              From: abigail@fnx.com
7849              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
7850              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
7851              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
7852              
7853              From: abigail@fnx.com
7854              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
7855              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
7856              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
7857              
7858              From: abigail@fnx.com
7859              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
7860              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
7861              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
7862              
7863              From: abigail@fnx.com
7864              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
7865              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
7866              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
7867              
7868              From: abigail@fnx.com
7869              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
7870              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
7871              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
7872              
7873              From: abigail@fnx.com
7874              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
7875              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
7876              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
7877              
7878              From: abigail@fnx.com
7879              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
7880              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
7881              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
7882              
7883              From: abigail@fnx.com
7884              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
7885              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
7886              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
7887      Branch: cfgperl
7888            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7889            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
7890            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
7891            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7892            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
7893 ____________________________________________________________________________
7894 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
7895         Log: From: jan.dubois@ibm.net (Jan Dubois)
7896              Date: Wed, 06 Jan 1999 01:24:09 +0100
7897              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7898              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7899      Branch: maint-5.005/perl
7900            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
7901            ! win32/GenCAPI.pl win32/makedef.pl
7902 ____________________________________________________________________________
7903 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
7904         Log: From: "W. Phillip Moore" <wpm@ms.com>
7905              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7906              Message-ID: <13970.20107.190314.549471@zappa>
7907              Subject: [PATCH] POSIX getpgrp is not -w clean
7908      Branch: maint-5.005/perl
7909            ! ext/POSIX/POSIX.pm
7910 ____________________________________________________________________________
7911 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
7912         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7913              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7914              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7915              Subject: FindBin.pm on Win32 systems
7916      Branch: maint-5.005/perl
7917            ! lib/FindBin.pm
7918 ____________________________________________________________________________
7919 [  2561] By: jhi                                   on 1999/01/05  10:49:10
7920         Log: Reword the setlocale() 1-arg case better.
7921      Branch: cfgperl
7922            ! ext/POSIX/POSIX.pod
7923 ____________________________________________________________________________
7924 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
7925         Log: From: Blair Zajac <bzajac@geostaff.com>
7926              Date: Wed, 23 Dec 1998 17:13:32 -0800
7927              Message-ID: <3681953C.8B6A90AA@geostaff.com>
7928              Subject: Tie::SubstrHash patch
7929      Branch: maint-5.005/perl
7930            ! lib/Tie/SubstrHash.pm
7931 ____________________________________________________________________________
7932 [  2554] By: jhi                                   on 1999/01/02  14:55:06
7933         Log: Object destruction order testing.
7934      Branch: cfgperl
7935            ! t/op/misc.t
7936 ____________________________________________________________________________
7937 [  2553] By: jhi                                   on 1999/01/02  14:49:40
7938         Log: perldelta the Dumpvalue.pm of change #2513.
7939      Branch: cfgperl
7940            ! lib/Dumpvalue.pm pod/perldelta.pod
7941 ____________________________________________________________________________
7942 [  2552] By: nick                                  on 1999/01/02  14:45:38
7943         Log: Tone down Makefile.PL so it works on Win32
7944      Branch: perl
7945            ! ext/B/Makefile.PL
7946 ____________________________________________________________________________
7947 [  2551] By: nick                                  on 1999/01/02  14:06:30
7948         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
7949              Use them in various B::* rather than have local defs.
7950      Branch: perl
7951            + ext/B/defsubs.h.PL
7952            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
7953            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7954            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
7955 ____________________________________________________________________________
7956 [  2550] By: nick                                  on 1999/01/02  10:04:02
7957         Log: Integrate ext/B changes from //depot/cfgperl
7958      Branch: perl
7959           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7960 ____________________________________________________________________________
7961 [  2549] By: jhi                                   on 1999/01/01  13:54:16
7962         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
7963              To: perlbug@perl.com
7964              Subject: op/groups.t fails test 1 on HP-UX 10.20
7965              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
7966              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
7967      Branch: cfgperl
7968            ! t/op/groups.t
7969 ____________________________________________________________________________
7970 [  2548] By: jhi                                   on 1999/01/01  13:53:31
7971         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7972              To: perl5-porters@perl.org
7973              cc: hv@crypt0.demon.co.uk
7974              Subject: [bug 5.004_54] duplicate error message
7975              Date: Thu, 31 Dec 1998 04:05:25 +0000
7976              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
7977              
7978              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
7979              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7980              To: hv@crypt0.demon.co.uk
7981              Cc: perl5-porters@perl.org
7982              Subject: [PATCH _54] Re: duplicate error message
7983              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
7984              
7985              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
7986              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7987              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
7988              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
7989              Subject: [TEST PATCH _54] Re: duplicate error message 
7990              Date: Fri, 01 Jan 1999 07:32:14 +0000
7991      Branch: cfgperl
7992            ! op.c t/pragma/warn/op
7993 ____________________________________________________________________________
7994 [  2547] By: jhi                                   on 1998/12/31  14:15:04
7995         Log: From: Chris Nandor <pudge@pobox.com>
7996              To: jhi@iki.fi
7997              Cc: perl5-porters@perl.org
7998              Subject: Re: [PATCH] perlport.pod 1.38
7999              Date: Thu, 31 Dec 1998 09:06:48 -0500
8000              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
8001      Branch: cfgperl
8002            ! pod/perlport.pod
8003 ____________________________________________________________________________
8004 [  2546] By: jhi                                   on 1998/12/31  11:18:17
8005         Log: From: Wilson P. Snyder II
8006              To: perl5-porters@perl.org
8007              Subject: [PATCH v5.5.53] REV2: Binary number support
8008              Date: 1998/11/30
8009              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
8010      Branch: cfgperl
8011            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
8012            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
8013            ! toke.c util.c
8014 ____________________________________________________________________________
8015 [  2545] By: jhi                                   on 1998/12/31  09:27:40
8016         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8017              To: perlbug@perl.com
8018              Subject: "perl -T -P" dumps core on OpenBSD and Linux
8019              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
8020              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
8021      Branch: cfgperl
8022            ! taint.c
8023 ____________________________________________________________________________
8024 [  2544] By: jhi                                   on 1998/12/31  09:21:45
8025         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
8026              To: perlbug@perl.com 
8027              Subject: bug in pod2man search for perl binary [5.005_5x]
8028              Date: Sat, 12 Dec 1998 23:08:51 +0000 
8029              Message-ID: <19981212230851.A20578@ig.co.uk> 
8030      Branch: cfgperl
8031            ! pod/pod2man.PL
8032 ____________________________________________________________________________
8033 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
8034         Log: From: jan.dubois@ibm.net (Jan Dubois)
8035              Date: Wed, 23 Dec 1998 21:26:38 +0100
8036              Message-ID: <36895086.8849224@smtp1.ibm.net>
8037              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
8038      Branch: maint-5.005/perl
8039            ! lib/ExtUtils/MakeMaker.pm
8040 ____________________________________________________________________________
8041 [  2540] By: jhi                                   on 1998/12/30  08:42:04
8042         Log: Evermore AUTHORS and MAINTAIN.
8043      Branch: cfgperl
8044            ! AUTHORS MAINTAIN
8045 ____________________________________________________________________________
8046 [  2539] By: jhi                                   on 1998/12/29  15:10:34
8047         Log: More AUTHORS and MAINTAIN.
8048      Branch: cfgperl
8049            ! AUTHORS MAINTAIN
8050 ____________________________________________________________________________
8051 [  2537] By: jhi                                   on 1998/12/29  14:34:47
8052         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
8053              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
8054              Message-ID: <13942.32480.700000.640927@utensil>
8055              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
8056              (mirror change#2531 in the 5.005-maint)
8057      Branch: cfgperl
8058            ! lib/AutoSplit.pm
8059 ____________________________________________________________________________
8060 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
8061         Log: change in_pod pattern to /^=\w/ from /^=/
8062              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
8063              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
8064              Message-ID: <13942.32480.700000.640927@utensil>
8065              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
8066      Branch: maint-5.005/perl
8067            ! lib/AutoSplit.pm
8068 ____________________________________________________________________________
8069 [  2525] By: jhi                                   on 1998/12/29  13:06:26
8070         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8071              To: perl5-porters@perl.org
8072              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
8073              Date: 16 Dec 1998 03:17:03 +0200
8074              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
8075      Branch: cfgperl
8076            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8077 ____________________________________________________________________________
8078 [  2524] By: jhi                                   on 1998/12/29  13:00:06
8079         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8080              To: perl5-porters@perl.org
8081              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
8082              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
8083              Date: 10 Dec 1998 08:30:02 +0200
8084              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
8085              
8086              (Nick's part was applied earlier, in change #2460)
8087      Branch: cfgperl
8088            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8089 ____________________________________________________________________________
8090 [  2523] By: jhi                                   on 1998/12/29  12:41:31
8091         Log: From: "vishal bhatia" <vishalb@hotmail.com>
8092              To: nick@ni-s.u-net.com
8093              Cc: perl5-porters@perl.org
8094              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
8095              Date: 9 Dec 1998 06:50:30 +0200
8096              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
8097      Branch: cfgperl
8098            ! ext/B/B/CC.pm
8099 ____________________________________________________________________________
8100 [  2522] By: jhi                                   on 1998/12/29  12:15:18
8101         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
8102              To: perl5-porters@perl.org (Perl 5 Porters)
8103              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
8104              Date: 25 Dec 1998 23:02:28 +0200
8105              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
8106      Branch: cfgperl
8107            ! lib/Pod/Text.pm
8108 ____________________________________________________________________________
8109 [  2521] By: jhi                                   on 1998/12/29  12:07:54
8110         Log: Undo #2519 (breaks universal.c).
8111      Branch: cfgperl
8112            ! XSUB.h
8113 ____________________________________________________________________________
8114 [  2519] By: jhi                                   on 1998/12/29  11:41:10
8115         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8116              To: perl5-porters@perl.org
8117              Cc: perl-xs@perl.org
8118              Subject: XSUB.h refinement [PATCH]
8119              Date: 18 Dec 1998 03:58:44 +0200
8120              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
8121      Branch: cfgperl
8122            ! XSUB.h
8123 ____________________________________________________________________________
8124 [  2518] By: jhi                                   on 1998/12/29  11:36:19
8125         Log: From: abigail@fnx.com
8126              To: perl5-porters@perl.org (Perl Porters)
8127              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
8128              Date: 28 Dec 1998 21:39:15 +0200
8129              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
8130      Branch: cfgperl
8131            ! lib/fields.pm
8132 ____________________________________________________________________________
8133 [  2517] By: jhi                                   on 1998/12/29  11:35:03
8134         Log: Document change #2516.
8135      Branch: cfgperl
8136            ! pod/perldelta.pod
8137 ____________________________________________________________________________
8138 [  2516] By: jhi                                   on 1998/12/29  11:32:26
8139         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8140              To: perl5-porters@perl.org (Mailing list Perl5)
8141              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
8142              Date: 9 Dec 1998 10:39:31 +0200
8143              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
8144      Branch: cfgperl
8145            ! pod/perldiag.pod regcomp.c toke.c
8146 ____________________________________________________________________________
8147 [  2515] By: jhi                                   on 1998/12/29  11:27:11
8148         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8149              To: perl5-porters@perl.org (Mailing list Perl5)
8150              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
8151              Date: 8 Dec 1998 09:02:04 +0200
8152              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
8153              
8154              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
8155      Branch: cfgperl
8156            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
8157 ____________________________________________________________________________
8158 [  2514] By: jhi                                   on 1998/12/29  11:21:31
8159         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8160              To: perl5-porters@perl.org (Mailing list Perl5)
8161              Subject: [PATCH 5.005_53] Regexp tests and UTF8
8162              Date: 8 Dec 1998 07:02:01 +0200
8163              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
8164      Branch: cfgperl
8165            ! regcomp.c
8166 ____________________________________________________________________________
8167 [  2513] By: jhi                                   on 1998/12/29  11:18:34
8168         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8169              Subject: [PATCH 5.005_*] Dumpvar.pm
8170              To: perl5-porters@perl.org (Mailing list Perl5)
8171              Date: 7 Dec 1998 10:17:35 +0200
8172              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
8173      Branch: cfgperl
8174            + lib/Dumpvalue.pm
8175            ! MANIFEST
8176 ____________________________________________________________________________
8177 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
8178         Log: From: jan.dubois@ibm.net (Jan Dubois)
8179              Date: Tue, 01 Dec 1998 00:07:33 +0100
8180              Message-ID: <366921b5.14512598@smtp1.ibm.net>
8181              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
8182              
8183              From: jan.dubois@ibm.net (Jan Dubois)
8184              Date: Wed, 02 Dec 1998 00:24:54 +0100
8185              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
8186              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
8187      Branch: maint-5.005/perl
8188            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
8189            ! win32/config.bc win32/config.gc win32/config.vc
8190            ! win32/config_sh.PL win32/makedef.pl
8191 ____________________________________________________________________________
8192 [  2509] By: jhi                                   on 1998/12/28  13:00:31
8193     Log: Kickstart AUTHORS and MAINTAIN.
8194  Branch: cfgperl
8195        + AUTHORS MAINTAIN
8196        ! MANIFEST
8197 ____________________________________________________________________________
8198 [  2508] By: jhi                                   on 1998/12/28  08:04:00
8199     Log: From: Nathan Torkington <gnat@frii.com>
8200          To: perlbug@perl.com
8201          Subject: [PATCH] perlxstut.pod fix
8202          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
8203          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
8204  Branch: cfgperl
8205        ! pod/perlxstut.pod
8206 ____________________________________________________________________________
8207 [  2507] By: jhi                                   on 1998/12/28  07:59:00
8208     Log: From: abigail@fnx.com
8209          To: perlbug@perl.com
8210          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
8211          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
8212          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
8213          (slightly modified, a part of the patch was rejected)
8214          (strange, I thought I had already submitted this one
8215          but Perforce disagrees with me...)
8216  Branch: cfgperl
8217        ! pod/perlop.pod
8218 ____________________________________________________________________________
8219 [  2506] By: jhi                                   on 1998/12/28  07:56:59
8220     Log: From: Artur <artur@vogon-solutions.com>
8221          To: perlbug@perl.com
8222          Subject: PATCH: perlmodlib.pod
8223          Date: Fri, 25 Dec 1998 00:48:39 +0000
8224          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
8225  Branch: cfgperl
8226        ! pod/perlmodlib.pod pod/perlop.pod
8227 ____________________________________________________________________________
8228 [  2505] By: jhi                                   on 1998/12/28  07:46:06
8229     Log: From: abigail@fnx.com
8230          To: perl5-porters@perl.org (Perl Porters)
8231          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
8232          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
8233          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
8234  Branch: cfgperl
8235        ! pod/pod2html.PL
8236 ____________________________________________________________________________
8237 [  2504] By: jhi                                   on 1998/12/28  07:44:35
8238     Log: From: Jim Avera <avera@fjst.com>
8239          To: perlbug@perl.com
8240          Subject: perlbug bug - shows dates reversed
8241          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
8242          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
8243  Branch: cfgperl
8244        ! utils/perlbug.PL
8245 ____________________________________________________________________________
8246 [  2503] By: jhi                                   on 1998/12/28  07:41:39
8247     Log: From: jan.dubois@ibm.net (Jan Dubois)
8248          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
8249          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
8250          Date: Wed, 23 Dec 1998 21:26:38 +0100
8251          Message-ID: <36895086.8849224@smtp1.ibm.net>
8252  Branch: cfgperl
8253        ! lib/ExtUtils/MakeMaker.pm
8254 ____________________________________________________________________________
8255 [  2502] By: jhi                                   on 1998/12/28  07:39:20
8256     Log: From: Blair Zajac <bzajac@geostaff.com>
8257          To: perl5-porters@perl.org
8258          Subject: Tie::SubstrHash patch
8259          Date: Wed, 23 Dec 1998 17:13:32 -0800
8260          Message-ID: <3681953C.8B6A90AA@geostaff.com>
8261  Branch: cfgperl
8262        ! lib/Tie/SubstrHash.pm
8263 ____________________________________________________________________________
8264 [  2501] By: jhi                                   on 1998/12/28  07:37:16
8265     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
8266          To: perlbug@perl.com
8267          Subject: perlfaq9 minor error
8268          Date: Wed, 23 Dec 1998 14:54:19 -0800
8269          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
8270  Branch: cfgperl
8271        ! pod/perlfaq9.pod
8272 ____________________________________________________________________________
8273 [  2500] By: jhi                                   on 1998/12/23  10:38:18
8274     Log: More porting notes about filesystems, AmigaOS, and MiNT.
8275  Branch: cfgperl
8276        ! pod/perlport.pod
8277 ____________________________________________________________________________
8278 [  2499] By: jhi                                   on 1998/12/22  09:26:49
8279     Log: Add few MSG_ and uio constants.
8280  Branch: cfgperl
8281        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
8282 ____________________________________________________________________________
8283 [  2498] By: jhi                                   on 1998/12/22  08:39:30
8284     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
8285          a Digital C compiler optimizer bug that broke the 'x'
8286          operator under certain circumstances.  See t/op/repeat.t
8287          test #20 for graphic details.  Reported in
8288          
8289          From: Gisle Aas <gisle@aas.no>
8290          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
8291          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
8292          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
8293          Date: 18 Dec 1998 14:27:40 +0100
8294          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
8295          
8296          and discussed further in the thread
8297          
8298          From: Jarkko Hietaniemi <jhi@iki.fi>
8299          To: Gisle Aas <gisle@aas.no>
8300          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
8301          cpan-testers@perl.org, perl5-porters@perl.org
8302          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
8303          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
8304          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
8305  Branch: cfgperl
8306        ! t/op/repeat.t util.c
8307 ____________________________________________________________________________
8308 [  2497] By: jhi                                   on 1998/12/21  14:18:57
8309     Log: Change #2483 update.
8310  Branch: cfgperl
8311        ! t/op/tr.t
8312 ____________________________________________________________________________
8313 [  2496] By: jhi                                   on 1998/12/21  14:07:41
8314     Log: Update on change #2493.
8315  Branch: cfgperl
8316        ! t/pragma/warn/op
8317 ____________________________________________________________________________
8318 [  2495] By: jhi                                   on 1998/12/21  13:52:00
8319     Log: Change #2487 aftershock.
8320  Branch: cfgperl
8321        ! warning.pl
8322 ____________________________________________________________________________
8323 [  2494] By: jhi                                   on 1998/12/21  12:35:00
8324     Log: From: Chris Nandor <pudge@pobox.com>
8325          To: perl5-porters@perl.org
8326          Subject: [PATCH] perlport.pod v1.37
8327          Date: Sat, 19 Dec 1998 12:54:34 -0500
8328          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
8329  Branch: cfgperl
8330        ! pod/perlport.pod
8331 ____________________________________________________________________________
8332 [  2493] By: jhi                                   on 1998/12/21  12:22:44
8333     Log: From: Mark-Jason Dominus <mjd@plover.com>
8334          To: perl5-porters@perl.com
8335          Subject: PATCH (5.005_02): Dejargonizing
8336          Date: Sun, 20 Dec 1998 14:35:20 -0500
8337          Message-ID: <19981220193520.11230.qmail@plover.com>
8338          
8339          From: Mark-Jason Dominus <mjd@plover.com>
8340          To: perl5-porters@perl.com
8341          Subject: PATCH (5.005_02): Spelling correction in warning message
8342          Date: Sun, 20 Dec 1998 13:51:30 -0500
8343          Message-ID: <19981220185130.11067.qmail@plover.com>
8344  Branch: cfgperl
8345        ! doio.c op.c
8346 ____________________________________________________________________________
8347 [  2492] By: jhi                                   on 1998/12/21  09:00:05
8348     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8349          To: perl5-porters@perl.org
8350          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
8351          Date: Sun, 20 Dec 1998 19:03:25 PST
8352          Message-ID: <19981221030326.27660.qmail@hotmail.com>
8353          
8354          (slightly reformatted)
8355  Branch: cfgperl
8356        ! ext/B/B/CC.pm
8357 ____________________________________________________________________________
8358 [  2491] By: nick                                  on 1998/12/20  14:21:29
8359     Log: Save _all_ GV's which have SV, AV or HV set.
8360  Branch: perl
8361        ! ext/B/B/C.pm
8362 ____________________________________________________________________________
8363 [  2490] By: jhi                                   on 1998/12/18  15:13:19
8364     Log: Add idea about generalising cpp symbol probing of Errno.
8365  Branch: cfgperl
8366        ! Todo
8367 ____________________________________________________________________________
8368 [  2489] By: jhi                                   on 1998/12/18  14:47:57
8369     Log: Address some of the issues of:
8370          
8371          From: Tom Christiansen <tchrist@jhereg.perl.com>
8372          To: perl-porters-active@jhereg.perl.com
8373          Subject: Undocumentation Issues for 5.005
8374          Date: Thu, 17 Dec 1998 14:46:24 -0700
8375          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
8376  Branch: cfgperl
8377        ! pod/perl5005delta.pod
8378 ____________________________________________________________________________
8379 [  2488] By: jhi                                   on 1998/12/18  11:26:32
8380     Log: From: root <root@dubravka.in-berlin.de>
8381          To: perlbug@perl.com
8382          Cc: k@dubravka.in-berlin.de
8383          Subject: Please add no_modify to PERL_POLLUTE
8384          Date: Fri, 18 Dec 1998 10:45:52 +0100
8385          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
8386          
8387          (Really from Andreas König)
8388  Branch: cfgperl
8389        ! embed.pl
8390 ____________________________________________________________________________
8391 [  2487] By: jhi                                   on 1998/12/17  14:05:52
8392     Log: Some (by far not all) issues of the below message addressed.
8393          
8394          From: Tom Christiansen <tchrist@jhereg.perl.com>
8395          To: The Perl Porters Mailing List <perl5-porters@perl.org>
8396          Subject: important UNDOC issues for 5.005_54
8397          Date: Wed, 16 Dec 1998 21:14:53 -0700
8398          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
8399  Branch: cfgperl
8400        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
8401 ____________________________________________________________________________
8402 [  2486] By: jhi                                   on 1998/12/17  12:47:15
8403     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8404          To: domo@computer.org
8405          Cc: jhi@iki.fi, perl5-porters@perl.org
8406          Subject: Re: stuff related to malloc.c
8407          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
8408          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
8409  Branch: cfgperl
8410        ! malloc.c
8411 ____________________________________________________________________________
8412 [  2485] By: jhi                                   on 1998/12/17  12:17:19
8413     Log: More porting notes.
8414  Branch: cfgperl
8415        ! Porting/pumpkin.pod
8416 ____________________________________________________________________________
8417 [  2484] By: jhi                                   on 1998/12/15  08:38:05
8418     Log: Undo #2386 and #2205.
8419  Branch: cfgperl
8420        ! pod/perlfunc.pod
8421 ____________________________________________________________________________
8422 [  2483] By: jhi                                   on 1998/12/14  17:58:35
8423     Log: lib was missing from @INC.
8424  Branch: cfgperl
8425        ! t/op/tr.t
8426 ____________________________________________________________________________
8427 [  2482] By: jhi                                   on 1998/12/14  17:52:42
8428     Log: Was missing use Text::Wrap.
8429  Branch: cfgperl
8430        ! t/lib/textfill.t
8431 ____________________________________________________________________________
8432 [  2481] By: jhi                                   on 1998/12/14  16:00:22
8433     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
8434          
8435          From: Jonathan Roy <roy@idle.com>
8436          To: perl5-porters@perl.org
8437          Subject: nlist.h add to Configure checks?
8438          Date: Sun, 13 Dec 1998 22:22:49 -0500
8439          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
8440  Branch: cfgperl
8441        + ext/DynaLoader/hints/linux.pl
8442        ! MANIFEST
8443 ____________________________________________________________________________
8444 [  2480] By: jhi                                   on 1998/12/14  15:02:44
8445     Log: Give up completely using nm in AIX.
8446          
8447          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8448          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
8449          Cc: perl5-porters@perl.org
8450          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
8451          Date: Thu, 10 Dec 1998 00:51:46 -0500
8452          Message-ID: <19981210005146.B29986@O2.chapin.edu>
8453  Branch: cfgperl
8454        ! hints/aix.sh
8455 ____________________________________________________________________________
8456 [  2479] By: jhi                                   on 1998/12/14  14:39:52
8457     Log: AIX' error messages are different.
8458          
8459          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8460          To: Gurusamy Sarathy <gsar@engin.umich.edu>
8461          Cc: perl5-porters@perl.org
8462          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
8463          Date: Thu, 10 Dec 1998 00:42:36 -0500
8464          Message-ID: <19981210004236.A29986@O2.chapin.edu>
8465          
8466          From: Michael Engel <engel@nms1.cc.huji.ac.il>
8467          To: perlbug@perl.com
8468          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
8469          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
8470          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
8471  Branch: cfgperl
8472        ! t/pragma/warn/doio
8473 ____________________________________________________________________________
8474 [  2475] By: jhi                                   on 1998/12/13  12:35:55
8475     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8476          To: jhi@iki.fi
8477          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
8478          Subject: Re: stuff related to malloc.c
8479          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
8480          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
8481  Branch: cfgperl
8482        ! malloc.c
8483 ____________________________________________________________________________
8484 [  2474] By: jhi                                   on 1998/12/13  12:32:42
8485     Log: Some notes about porting issues.
8486  Branch: cfgperl
8487        ! Porting/pumpkin.pod
8488 ____________________________________________________________________________
8489 [  2473] By: jhi                                   on 1998/12/13  12:03:58
8490     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
8491          To: Perl 5 Porters <perl5-porters@perl.org>
8492          Subject: [patch 5.005_02] dos-djgpp update
8493          Date: Sun, 13 Dec 1998 00:08:44 +0100
8494          Message-ID: <19981213000844.C264@beeblebrox>
8495  Branch: cfgperl
8496        ! djgpp/config.over
8497 ____________________________________________________________________________
8498 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
8499     Log: undo changes to Exporter.pm from #2312
8500  Branch: maint-5.005/perl
8501        ! lib/Exporter.pm
8502 ____________________________________________________________________________
8503 [  2465] By: jhi                                   on 1998/12/12  12:31:21
8504     Log: Document that qw() taints.
8505          
8506          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
8507          To: perlbug@perl.com 
8508          Subject: taint problems
8509          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
8510          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
8511  Branch: cfgperl
8512        ! pod/perlop.pod
8513 ____________________________________________________________________________
8514 [  2464] By: jhi                                   on 1998/12/11  14:09:51
8515     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
8516          To: dist-users@foretune.co.jp
8517          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
8518          Date: Mon, 07 Dec 1998 20:13:04 -0400
8519          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
8520  Branch: cfgperl
8521        ! Configure
8522 ____________________________________________________________________________
8523 [  2463] By: jhi                                   on 1998/12/11  13:29:54
8524     Log: MAXPATHLEN.
8525  Branch: cfgperl
8526        ! perl.h
8527 ____________________________________________________________________________
8528 [  2462] By: jhi                                   on 1998/12/11  08:37:58
8529     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
8530          To: perl5-porters@perl.org
8531          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
8532          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
8533          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
8534  Branch: cfgperl
8535        + hints/gnu.sh
8536 ____________________________________________________________________________
8537 [  2461] By: nick                                  on 1998/12/10  21:00:50
8538     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
8539          From: Vishal Bhatia <vishalb@hotmail.com>
8540          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
8541          2. Fixes the bug  regarding return value of c-functions generated out 
8542          of perl subs. ( Just includes the patch I sent earlier)
8543          3. Incorporates the other changes that need to be done to get CC.pm
8544          use ISA search for packages and methods on the same lines as C.pm
8545          
8546          Vishal would appreciate comments about B::Stackobj changes from 
8547          someone knowing that module well.
8548  Branch: perl
8549        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8550 ____________________________________________________________________________
8551 [  2460] By: jhi                                   on 1998/12/08  08:11:27
8552     Log: Integrate from mainperl.
8553  Branch: cfgperl
8554       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8555       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
8556       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
8557       !> toke.c util.c
8558 ____________________________________________________________________________
8559 [  2459] By: jhi                                   on 1998/12/07  07:50:11
8560     Log: From: hansm@icgroup.nl 
8561          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8562          Reply-To: hansmu@xs4all.nl 
8563          To: perlbug@perl.com 
8564          Date: Sun, 6 Dec 98 22:19:54 +0100 
8565          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
8566  Branch: cfgperl
8567        ! util.c
8568 ____________________________________________________________________________
8569 [  2458] By: gsar                                  on 1998/12/07  06:00:55
8570     Log: fix dup lexical
8571  Branch: perl
8572        ! ext/B/B/Deparse.pm t/lib/io_unix.t
8573 ____________________________________________________________________________
8574 [  2457] By: gsar                                  on 1998/12/06  14:38:59
8575     Log: mention limit on line numbers reported by diagnostics
8576  Branch: perl
8577        ! pod/perl.pod toke.c
8578 ____________________________________________________________________________
8579 [  2456] By: gsar                                  on 1998/12/06  13:49:02
8580     Log: branch perldelta.pod
8581  Branch: maint-5.005/perl
8582       +> pod/perldelta.pod
8583 ____________________________________________________________________________
8584 [  2455] By: gsar                                  on 1998/12/06  13:47:21
8585     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
8586  Branch: maint-5.005/perl
8587        - pod/perldelta.pod
8588 ____________________________________________________________________________
8589 [  2454] By: gsar                                  on 1998/12/06  13:35:31
8590     Log: fix outdated/incorrect info about arbitrary limits
8591  Branch: perl
8592        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
8593        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
8594 ____________________________________________________________________________
8595 [  2453] By: nick                                  on 1998/12/05  16:14:42
8596     Log: Avoid hard-coding op numbers
8597          Update CC.pm to save %INC, and to co-exist with new C.pm
8598  Branch: perl
8599        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8600 ____________________________________________________________________________
8601 [  2452] By: nick                                  on 1998/12/05  10:44:28
8602     Log: B.xs had its own code to calculate hash() which differed from
8603          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
8604          which meant that run-time require was re-done.
8605          Removed some debug from C.pm
8606  Branch: perl
8607        ! ext/B/B.xs ext/B/B/C.pm
8608 ____________________________________________________________________________
8609 [  2451] By: nick                                  on 1998/12/04  21:58:49
8610     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
8611          well as _54, but with pre-scan for classes and save the ISA scheme.
8612  Branch: perl
8613        ! ext/B/B/C.pm
8614 ____________________________________________________________________________
8615 [  2450] By: nick                                  on 1998/12/04  17:58:44
8616     Log: Vishal Bhatia's patch as a basis.
8617  Branch: perl
8618        ! ext/B/B/C.pm ext/B/B/CC.pm
8619 ____________________________________________________________________________
8620 [  2449] By: jhi                                   on 1998/12/04  16:39:21
8621     Log: Integrate from mainperl.
8622  Branch: cfgperl
8623       !> t/op/goto.t t/op/tr.t
8624 ____________________________________________________________________________
8625 [  2448] By: gsar                                  on 1998/12/04  06:06:49
8626     Log: tweak test for UTEST
8627  Branch: perl
8628        ! t/op/tr.t
8629 ____________________________________________________________________________
8630 [  2444] By: jhi                                   on 1998/12/03  14:37:22
8631     Log: s/\bthe the\b/the/g *.pod
8632  Branch: cfgperl
8633        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
8634 ____________________________________________________________________________
8635 [  2443] By: jhi                                   on 1998/12/03  13:39:53
8636     Log: Change#2441 aftermath.
8637  Branch: cfgperl
8638        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8639        ! config_h.SH thread.h vms/subconfigure.com
8640 ____________________________________________________________________________
8641 [  2441] By: jhi                                   on 1998/12/03  08:15:13
8642     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8643          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
8644          Subject: [PATCH 5.005_54]Initial VMS patches
8645          Date: 3 Dec 1998 01:05:55 +0200
8646          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
8647          
8648          The patch to config_h.SH requires more study because
8649          metaconfig needs to agree.
8650  Branch: cfgperl
8651        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
8652        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
8653        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
8654 ____________________________________________________________________________
8655 [  2440] By: gsar                                  on 1998/12/03  01:32:16
8656     Log: add failed check-in of goto.t from change#1867
8657  Branch: perl
8658        ! t/op/goto.t
8659 ____________________________________________________________________________
8660 [  2437] By: jhi                                   on 1998/12/02  18:03:51
8661     Log: Fix most of the bad L<> links of
8662          
8663          From: Tom Christiansen <tchrist@jhereg.perl.com> 
8664          Subject: bad L<> links
8665          Reply-to: tchrist@perl.com 
8666          To: perlbug@jhereg.perl.com 
8667          Date: Tue, 11 Aug 1998 10:58:07 -0500 
8668          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
8669          
8670          The ones not fixed may require darker Pod::HTML magic,
8671          for example the perlguts.html#tags should work fine, IMHO.
8672  Branch: cfgperl
8673        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
8674        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
8675        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
8676        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
8677        ! pod/perlvar.pod
8678 ____________________________________________________________________________
8679 [  2436] By: jhi                                   on 1998/12/02  16:35:04
8680     Log: One paste too many in #2345.
8681  Branch: cfgperl
8682        ! lib/Pod/Html.pm
8683 ____________________________________________________________________________
8684 [  2435] By: jhi                                   on 1998/12/02  16:32:33
8685     Log: Pod::Html and Pod::Text were not locale-savvy:
8686          for example in =head1 all non-ASCII-\w-runs were
8687          turned into underscores in NAME tags.  This could
8688          result in several NAME tags becoming identical.
8689          Reported by:
8690          
8691          From: Fyodor Krasnov <fyodor@aha.ru> 
8692          Subject: pod2html vs Russian Characters
8693          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
8694          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
8695          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
8696  Branch: cfgperl
8697        ! lib/Pod/Html.pm lib/Pod/Text.pm
8698 ____________________________________________________________________________
8699 [  2434] By: jhi                                   on 1998/12/02  10:29:00
8700     Log: The real Mc5_54 integration.
8701  Branch: cfgperl
8702       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
8703 ____________________________________________________________________________
8704 [  2433] By: jhi                                   on 1998/12/02  08:52:13
8705     Log: From: Andy Dougherty <doughera@lafayette.edu>
8706          To: Perl Porters <perl5-porters@perl.org>
8707          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
8708          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
8709          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
8710  Branch: cfgperl
8711        ! Configure
8712 ____________________________________________________________________________
8713 [  2432] By: jhi                                   on 1998/12/02  08:49:47
8714     Log: From: Andy Dougherty <doughera@lafayette.edu>
8715          To: Perl Porters <perl5-porters@perl.org>
8716          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
8717          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
8718          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
8719  Branch: cfgperl
8720        ! Configure
8721 ____________________________________________________________________________
8722 [  2431] By: jhi                                   on 1998/12/01  16:11:50
8723     Log: From: achampio@lehman.com (Alan Champion)
8724          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
8725          To: perlbug@perl.com
8726          Date: 1 Dec 1998 17:36:33 +0200
8727          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
8728          
8729          Skip NIS includes.
8730  Branch: cfgperl
8731        ! t/op/pwent.t
8732 ____________________________________________________________________________
8733 [  2430] By: gsar                                  on 1998/12/01  12:12:50
8734     Log: 5.005_54, as released
8735  Branch: perl
8736        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
8737 ____________________________________________________________________________
8738 [  2429] By: jhi                                   on 1998/12/01  11:28:39
8739     Log: From: Anton Berezin <tobez@plab.ku.dk>
8740          To: perl5-porters@perl.org
8741          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
8742          Date: 30 Nov 1998 19:46:24 +0100
8743          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
8744  Branch: cfgperl
8745        ! hints/freebsd.sh
8746 ____________________________________________________________________________
8747 [  2428] By: jhi                                   on 1998/12/01  11:08:16
8748     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
8749  Branch: cfgperl
8750       +> (branch 30 files)
8751       !> (integrate 71 files)
8752 ____________________________________________________________________________
8753 [  2427] By: jhi                                   on 1998/12/01  10:51:37
8754     Log: Default to accepting a hinted $randfunc even when $csym
8755          does not find it.  (the previous defaylt behaviour was not
8756          to accept).
8757  Branch: cfgperl
8758        ! Configure
8759 ____________________________________________________________________________
8760 [  2426] By: jhi                                   on 1998/12/01  10:13:03
8761     Log: Separated the [:foo:] parsing to its own function.
8762          Passes all tests.
8763  Branch: cfgperl
8764        ! regcomp.c
8765 ____________________________________________________________________________
8766 [  2425] By: jhi                                   on 1998/12/01  08:22:49
8767     Log: Typo in comments.
8768  Branch: cfgperl
8769        ! regexec.c
8770 ____________________________________________________________________________
8771 [  2424] By: jhi                                   on 1998/12/01  08:21:38
8772     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8773          Subject: [PATCH 5.005_*] Debugger 'v' command
8774          To: perl5-porters@perl.org (Mailing list Perl5)
8775          Date: 1 Dec 1998 07:55:11 +0200
8776          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
8777  Branch: cfgperl
8778        ! lib/perl5db.pl
8779 ____________________________________________________________________________
8780 [  2423] By: jhi                                   on 1998/12/01  08:19:08
8781     Log: From: pvhp@forte.com (Peter Prymmer)
8782          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
8783          To: perl5-porters@perl.org
8784          Date: 1 Dec 1998 07:27:11 +0200
8785          Message-ID: <MLIST_9812010508.AA07791@forte.com>
8786  Branch: cfgperl
8787        ! hints/os390.sh
8788 ____________________________________________________________________________
8789 [  2417] By: jhi                                   on 1998/11/30  08:14:00
8790     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
8791  Branch: cfgperl
8792        ! ext/Socket/Socket.xs
8793 ____________________________________________________________________________
8794 [  2416] By: jhi                                   on 1998/11/30  08:00:15
8795     Log: Undo #2395, seems more like a problem in netbsd-current.
8796  Branch: cfgperl
8797        ! util.c
8798
8799 ----------------
8800 Version 5.005_54
8801 ----------------
8802
8803 ____________________________________________________________________________
8804 [  2414] By: gsar                                  on 1998/11/30  02:23:55
8805     Log: more JPL tweaks
8806  Branch: perl
8807        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
8808        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
8809 ____________________________________________________________________________
8810 [  2413] By: gsar                                  on 1998/11/30  01:35:56
8811     Log: stub bin/jpl that just runs JPL::Compile::files()
8812  Branch: perl
8813        + jpl/bin/jpl
8814 ____________________________________________________________________________
8815 [  2412] By: gsar                                  on 1998/11/30  01:32:14
8816     Log: delete symlink
8817  Branch: perl
8818        - jpl/bin/jpl
8819 ____________________________________________________________________________
8820 [  2410] By: gsar                                  on 1998/11/30  01:30:44
8821     Log: branch jpl from perlext to perl
8822  Branch: perl
8823       +> (branch 30 files)
8824 ____________________________________________________________________________
8825 [  2407] By: gsar                                  on 1998/11/30  01:24:53
8826     Log: JPL tweaks to build with 5.005
8827  Branch: perlext
8828        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
8829        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
8830 ____________________________________________________________________________
8831 [  2406] By: gsar                                  on 1998/11/30  00:55:54
8832     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
8833  Branch: perl
8834        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
8835 ____________________________________________________________________________
8836 [  2405] By: gsar                                  on 1998/11/30  00:28:55
8837     Log: patchlevel up to 54
8838  Branch: perl
8839        ! patchlevel.h win32/Makefile win32/config_H.bc
8840        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8841 ____________________________________________________________________________
8842 [  2403] By: gsar                                  on 1998/11/29  23:35:50
8843     Log: integrate cfgperl changes into mainline
8844  Branch: perl
8845       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8846       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
8847 ____________________________________________________________________________
8848 [  2402] By: gsar                                  on 1998/11/29  23:08:42
8849     Log: sync Text::Wrap version number
8850  Branch: perl
8851        ! lib/Text/Wrap.pm
8852 ____________________________________________________________________________
8853 [  2401] By: gsar                                  on 1998/11/29  22:56:21
8854     Log: textfill.t tweak
8855  Branch: perl
8856        ! t/lib/textfill.t
8857 ____________________________________________________________________________
8858 [  2400] By: gsar                                  on 1998/11/29  22:50:41
8859     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
8860          <muir@idiom.com>
8861  Branch: perl
8862        + t/lib/textfill.t
8863        ! MANIFEST lib/Text/Wrap.pm
8864 ____________________________________________________________________________
8865 [  2399] By: gsar                                  on 1998/11/29  22:28:05
8866     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
8867          has happened without the authors knowledge or consent; the subversive
8868          version (which is in 5.00502) breaks one of the tests in the
8869          authors testsuite; attempts are being made to find a fix that
8870          avoids breaking code already running with the 5.005_02 version
8871          From:    David Muir Sharnoff <muir@idiom.com>
8872          Date:    Sat, 28 Nov 1998 04:34:17 PST
8873          Message-Id: <199811281234.EAA03082@idiom.com>
8874          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
8875  Branch: perl
8876        ! lib/Text/Wrap.pm t/lib/textwrap.t
8877 ____________________________________________________________________________
8878 [  2397] By: nick                                  on 1998/11/29  20:13:58
8879     Log: Update docs and English.pm for $^C
8880  Branch: perl
8881        ! lib/English.pm pod/perlvar.pod
8882 ____________________________________________________________________________
8883 [  2396] By: jhi                                   on 1998/11/29  20:13:03
8884     Log: Mirror #2384.
8885  Branch: cfgperl
8886        ! t/op/pwent.t
8887 ____________________________________________________________________________
8888 [  2395] By: jhi                                   on 1998/11/29  19:59:12
8889     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
8890  Branch: cfgperl
8891        ! util.c
8892 ____________________________________________________________________________
8893 [  2394] By: gsar                                  on 1998/11/29  19:49:08
8894     Log: updated perlreftut.pod
8895  Branch: perl
8896        ! pod/perlreftut.pod
8897 ____________________________________________________________________________
8898 [  2393] By: gsar                                  on 1998/11/29  19:31:56
8899     Log: misc tweaks
8900  Branch: perl
8901        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
8902 ____________________________________________________________________________
8903 [  2392] By: gsar                                  on 1998/11/29  19:31:18
8904     Log: notes about -DPERL_POLLUTE
8905  Branch: perl
8906        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
8907 ____________________________________________________________________________
8908 [  2391] By: gsar                                  on 1998/11/29  19:13:52
8909     Log: explain various win32 build caveats more clearly
8910  Branch: perl
8911        ! README.win32 win32/Makefile win32/makefile.mk
8912 ____________________________________________________________________________
8913 [  2390] By: gsar                                  on 1998/11/29  16:51:59
8914     Log: remove I_POLL detection (Configure will do that now)
8915  Branch: perl
8916        ! ext/IO/Makefile.PL
8917 ____________________________________________________________________________
8918 [  2389] By: jhi                                   on 1998/11/29  16:39:16
8919     Log: Add I_POLL for IO 1.20.
8920  Branch: cfgperl
8921        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8922        ! config_h.SH
8923 ____________________________________________________________________________
8924 [  2388] By: gsar                                  on 1998/11/29  16:23:30
8925     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
8926  Branch: perl
8927        + Porting/p4desc
8928        ! MANIFEST
8929 ____________________________________________________________________________
8930 [  2387] By: gsar                                  on 1998/11/29  16:08:03
8931     Log: another threads reliability fix: serialize writes to thr->threadsv
8932          avoid most uses of PL_na (which is much more inefficient than a
8933          simple local); update docs to suit; PL_na now being thr->Tna may
8934          be a minor compatibility issue for extensions--will require dTHR
8935          outside of XSUBs (those get automatic dTHR)
8936  Branch: perl
8937        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
8938        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8939        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8940        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
8941        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
8942        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
8943        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
8944        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
8945        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
8946 ____________________________________________________________________________
8947 [  2386] By: jhi                                   on 1998/11/29  15:40:42
8948     Log: Tune the "if" entry.
8949  Branch: cfgperl
8950        ! pod/perlfunc.pod
8951 ____________________________________________________________________________
8952 [  2385] By: gsar                                  on 1998/11/29  12:40:28
8953     Log: various fixes for race conditions under threads: mutex locks based
8954          on PL_threadnum were seriously flawed, since it means more than one
8955          thread could enter the critical region; PL_na was global instead of
8956          thread-local; child thread could finish and free thr structures
8957          before Thread->new() got around to creating the Thread object;
8958          cv_clone() needed locking, as it mucks with PL_comppad and other
8959          global data; new_struct_thread() needed to lock template-thread's
8960          mutex while copying its data
8961  Branch: perl
8962        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
8963        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
8964 ____________________________________________________________________________
8965 [  2384] By: gsar                                  on 1998/11/29  10:54:38
8966     Log: s/warn/print/ on multiply defined groups
8967  Branch: perl
8968        ! t/op/grent.t
8969 ____________________________________________________________________________
8970 [  2383] By: gsar                                  on 1998/11/29  10:48:39
8971     Log: backout change#2334
8972  Branch: perl
8973        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8974 ____________________________________________________________________________
8975 [  2382] By: jhi                                   on 1998/11/29  10:33:40
8976     Log: Better NetInfo behaviour.
8977  Branch: cfgperl
8978        ! t/op/grent.t t/op/pwent.t
8979 ____________________________________________________________________________
8980 [  2381] By: jhi                                   on 1998/11/29  10:08:15
8981     Log: Integrate from mainperl.
8982  Branch: cfgperl
8983       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
8984       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8985       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
8986       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
8987       +> t/lib/io_poll.t t/lib/io_unix.t
8988       !> (integrate 58 files)
8989 ____________________________________________________________________________
8990 [  2380] By: gsar                                  on 1998/11/29  08:22:49
8991     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
8992          Tim Bunce)
8993  Branch: perl
8994        ! gv.c
8995 ____________________________________________________________________________
8996 [  2379] By: gsar                                  on 1998/11/29  07:06:43
8997     Log: fix for pat.t failure under USE_THREADS
8998  Branch: perl
8999        ! pp_ctl.c regexec.c
9000 ____________________________________________________________________________
9001 [  2378] By: nick                                  on 1998/11/28  22:46:57
9002     Log: More C.pm tweaks
9003          Save globs even if we have saved cv itself before - may be imported.
9004          
9005          While we don't save "bootstrap" CV we need to provide a stub,
9006          so that if we require it later we don't fall through and attempt
9007          to DynaLoad module again.
9008          
9009          Attempt to save %INC so that "require" does not reload things
9010          we have compiled-in (does not work right yet - seems to be due
9011          to PL_incgv being created in perl_parse() current scheme setting 
9012          GvHV() is "better" than saving the glob, but still does not 
9013          work as I expect). 
9014  Branch: perl
9015        ! ext/B/B/C.pm
9016 ____________________________________________________________________________
9017 [  2377] By: gsar                                  on 1998/11/28  22:30:38
9018     Log: various tweaks; result passes all tests for normal build on Solaris;
9019          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
9020          win32 due to lack of select() that works on non-socket fds
9021  Branch: perl
9022        ! ext/IO/poll.c regcomp.c regexec.c scope.c
9023        ! t/lib/io_multihomed.t win32/makefile.mk
9024 ____________________________________________________________________________
9025 [  2376] By: gsar                                  on 1998/11/28  20:44:39
9026     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
9027  Branch: perl
9028        ! myconfig
9029 ____________________________________________________________________________
9030 [  2375] By: gsar                                  on 1998/11/28  20:42:58
9031     Log: integrate cfgperl changes into mainline
9032  Branch: perl
9033       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
9034       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
9035 ____________________________________________________________________________
9036 [  2374] By: gsar                                  on 1998/11/28  20:02:03
9037     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9038          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
9039          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
9040          Subject: [PATCH 5.00553] Yet another OS/2 patch
9041  Branch: perl
9042        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
9043 ____________________________________________________________________________
9044 [  2373] By: gsar                                  on 1998/11/28  19:30:06
9045     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9046          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
9047          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
9048          Subject: [PATCH 5.005_53] Change $#+
9049  Branch: perl
9050        ! mg.c pod/perlvar.pod t/op/pat.t
9051 ____________________________________________________________________________
9052 [  2372] By: gsar                                  on 1998/11/28  19:28:00
9053     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9054          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
9055          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
9056          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
9057  Branch: perl
9058        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
9059        ! thrdvar.h
9060 ____________________________________________________________________________
9061 [  2371] By: gsar                                  on 1998/11/28  19:23:53
9062     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9063          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
9064          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
9065          Subject: [PATCH 5.005_53] better -Mre=debugcolor
9066  Branch: perl
9067        ! embedvar.h objXSUB.h regexec.c thrdvar.h
9068 ____________________________________________________________________________
9069 [  2370] By: gsar                                  on 1998/11/28  19:21:17
9070     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9071          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
9072          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
9073          Subject: [PATCH 5.005_*] regcolors
9074  Branch: perl
9075        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
9076 ____________________________________________________________________________
9077 [  2369] By: gsar                                  on 1998/11/28  19:00:15
9078     Log: allow final period in a file (not followed by a newline) to
9079          terminate format spec
9080  Branch: perl
9081        ! toke.c
9082 ____________________________________________________________________________
9083 [  2368] By: gsar                                  on 1998/11/28  18:58:25
9084     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
9085          add C<$Config{installarchlib}/CORE> to the default locations searched
9086          on win32
9087  Branch: perl
9088        ! lib/ExtUtils/Liblist.pm
9089 ____________________________________________________________________________
9090 [  2367] By: gsar                                  on 1998/11/28  18:46:05
9091     Log: applied suggested patch with PERL_OBJECT tweaks
9092          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9093          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
9094          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
9095          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
9096  Branch: perl
9097        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
9098        ! regexec.c t/op/pat.t thrdvar.h
9099 ____________________________________________________________________________
9100 [  2366] By: gsar                                  on 1998/11/28  18:38:34
9101     Log: additional documentation for qr//
9102          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9103          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
9104          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
9105          Subject: [PATCH 5.005_*] Documentation (fwd)
9106  Branch: perl
9107        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
9108 ____________________________________________________________________________
9109 [  2365] By: gsar                                  on 1998/11/28  18:35:35
9110     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9111          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
9112          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
9113          Subject: [PATCH 5.005_*] Fix \G in REx without //g
9114  Branch: perl
9115        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
9116        ! regexp.h t/op/pat.t thrdvar.h
9117 ____________________________________________________________________________
9118 [  2364] By: gsar                                  on 1998/11/28  18:24:20
9119     Log: update Test.pm to Test-1.12; tweak 're' detection
9120  Branch: perl
9121        ! lib/Test.pm
9122 ____________________________________________________________________________
9123 [  2363] By: gsar                                  on 1998/11/28  18:12:04
9124     Log: avoid command-line quoting portability problems in lex_assign.t
9125  Branch: perl
9126        ! t/op/lex_assign.t
9127 ____________________________________________________________________________
9128 [  2362] By: gsar                                  on 1998/11/28  18:08:50
9129     Log: From: John Tobey <jtobey@channel1.com>
9130          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
9131          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
9132          Subject: PATCH: document English.pm sawampersand and thread issues
9133  Branch: perl
9134        ! lib/English.pm pod/perlvar.pod
9135 ____________________________________________________________________________
9136 [  2361] By: gsar                                  on 1998/11/28  18:03:04
9137     Log: fix uninitialized warnings
9138          From: Brian Callaghan <callagh@itginc.com>
9139          Date: Thu, 19 Nov 1998 17:49:10 -0800
9140          Message-Id: <3654CA96.B64FCAEB@itginc.com>
9141          Subject: Complete.pm patch (version 1.1)
9142  Branch: perl
9143        ! lib/Term/Complete.pm
9144 ____________________________________________________________________________
9145 [  2360] By: gsar                                  on 1998/11/28  17:59:16
9146     Log: s/Array/List/ suggested by John Tobey
9147  Branch: perl
9148        ! pod/perldata.pod
9149 ____________________________________________________________________________
9150 [  2359] By: gsar                                  on 1998/11/28  17:47:48
9151     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
9152  Branch: perl
9153        ! lib/Tie/Handle.pm pod/perlfunc.pod
9154 ____________________________________________________________________________
9155 [  2358] By: jhi                                   on 1998/11/28  17:23:15
9156     Log: Revamp the locale tests.
9157          (0) Instead of rewiring a few locales scan for them.
9158          (1) Bogus test #101 removed.
9159          (2) All the locales are checked, the lists of failed
9160          and non-failed ones are displayed.
9161          (3) The test #103 is again 'active' so that it may fail.
9162          (4) To balance (3) a hopefully pacifying message is shown
9163          if the #103 fails.
9164  Branch: cfgperl
9165        ! t/pragma/locale.t
9166 ____________________________________________________________________________
9167 [  2357] By: gsar                                  on 1998/11/28  17:21:07
9168     Log: add perlreftut.pod
9169  Branch: perl
9170        + pod/perlreftut.pod
9171        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
9172        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
9173        ! win32/pod.mak
9174 ____________________________________________________________________________
9175 [  2356] By: jhi                                   on 1998/11/28  16:58:01
9176     Log: Change #2346 fallout.
9177  Branch: cfgperl
9178        ! t/op/undef.t
9179 ____________________________________________________________________________
9180 [  2355] By: gsar                                  on 1998/11/28  16:46:43
9181     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
9182          ANSI prototypes
9183  Branch: perl
9184        ! ext/IO/IO.xs
9185 ____________________________________________________________________________
9186 [  2354] By: gsar                                  on 1998/11/28  16:08:07
9187     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
9188          keep platform hacks that aren't in the 1.20 dist; add new files
9189          to MANIFEST; hack Makefile.PL; result hasn't been tested
9190          anywhere
9191  Branch: perl
9192        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
9193        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9194        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
9195        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
9196        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
9197        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9198        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9199        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
9200        ! t/lib/io_sock.t t/lib/io_udp.t
9201 ____________________________________________________________________________
9202 [  2353] By: jhi                                   on 1998/11/28  15:51:03
9203     Log: Locale collation, ctype, and numeric, were initialized wrong
9204          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
9205          as reported by
9206          
9207          From: Ilya.Sandler@etak.com (Ilya Sandler)
9208          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
9209          To: perlbug@perl.com
9210          Date: 25 Nov 1998 04:53:52 +0200
9211          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
9212  Branch: cfgperl
9213        ! util.c
9214 ____________________________________________________________________________
9215 [  2352] By: nick                                  on 1998/11/28  15:21:59
9216     Log: Implement $^C to allow perl access to -c flag - I think this 
9217          was agreed once...
9218  Branch: perl
9219        ! gv.c mg.c
9220 ____________________________________________________________________________
9221 [  2351] By: jhi                                   on 1998/11/28  15:14:24
9222     Log: Change #2251 fixup.
9223  Branch: cfgperl
9224        ! myconfig
9225 ____________________________________________________________________________
9226 [  2350] By: jhi                                   on 1998/11/28  14:58:19
9227     Log: Integrate from mainperl.
9228  Branch: cfgperl
9229       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
9230       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9231       +> pod/perl5005delta.pod
9232       !> (integrate 49 files)
9233 ____________________________________________________________________________
9234 [  2349] By: jhi                                   on 1998/11/28  14:27:36
9235     Log: Passwd and group file groveling.
9236  Branch: cfgperl
9237        ! t/op/grent.t t/op/pwent.t
9238 ____________________________________________________________________________
9239 [  2348] By: gsar                                  on 1998/11/28  14:09:50
9240     Log: more conservative version of changes#2345,2346,2347; those break
9241          C<defined(@{"foo::ISA"})> which seems to be extensively used in
9242          the libs :-(
9243  Branch: perl
9244        ! pp.c t/op/method.t
9245 ____________________________________________________________________________
9246 [  2347] By: gsar                                  on 1998/11/28  13:36:08
9247     Log: tweak bogus test
9248  Branch: perl
9249        ! t/op/method.t
9250 ____________________________________________________________________________
9251 [  2346] By: gsar                                  on 1998/11/28  13:20:34
9252     Log: test cases for previous change
9253  Branch: perl
9254        ! t/op/undef.t
9255 ____________________________________________________________________________
9256 [  2345] By: gsar                                  on 1998/11/28  13:07:17
9257     Log: fix typo in pp_defined() causing C<defined %tied> to fail
9258  Branch: perl
9259        ! pp.c
9260 ____________________________________________________________________________
9261 [  2344] By: gsar                                  on 1998/11/28  13:03:29
9262     Log: s/comment/comment_t/ tweak (suggested by John Gorman
9263          <jgorman@webbysoft.com>)
9264  Branch: perl
9265        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
9266 ____________________________________________________________________________
9267 [  2343] By: gsar                                  on 1998/11/28  12:52:40
9268     Log: add (stub) perldelta.pod
9269  Branch: perl
9270        + pod/perldelta.pod
9271 ____________________________________________________________________________
9272 [  2342] By: gsar                                  on 1998/11/28  12:49:26
9273     Log: rename perldelta.pod to perl5005delta.pod in preparation for
9274          starting a new one
9275  Branch: perl
9276       +> pod/perl5005delta.pod
9277        - pod/perldelta.pod
9278        ! MANIFEST pod/perl.pod
9279 ____________________________________________________________________________
9280 [  2341] By: gsar                                  on 1998/11/28  12:41:55
9281     Log: fix MALLOC_LOCK #define
9282  Branch: perl
9283        ! malloc.c
9284 ____________________________________________________________________________
9285 [  2340] By: gsar                                  on 1998/11/28  12:18:23
9286     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9287          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
9288          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
9289          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
9290  Branch: perl
9291        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
9292 ____________________________________________________________________________
9293 [  2339] By: jhi                                   on 1998/11/28  11:59:01
9294     Log: Add -lm to dynix/ptx POSIX hints.
9295          From: "Martin J. Bligh" <mbligh@sequent.com>
9296          To: jhi@iki.fi
9297          Subject: Re: Making Perl work on DYNIX/ptx
9298          Date: Wed, 25 Nov 1998 10:34:41 -0800
9299          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
9300  Branch: cfgperl
9301        ! ext/POSIX/hints/dynixptx.pl
9302 ____________________________________________________________________________
9303 [  2338] By: jhi                                   on 1998/11/28  11:57:19
9304     Log: Detypo.
9305  Branch: cfgperl
9306        ! lib/filetest.pm
9307 ____________________________________________________________________________
9308 [  2337] By: jhi                                   on 1998/11/28  11:56:29
9309     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
9310  Branch: cfgperl
9311        ! Configure
9312 ____________________________________________________________________________
9313 [  2336] By: gsar                                  on 1998/11/28  11:41:14
9314     Log: teach CPAN.pm to ignore beta perl distributions when looking for
9315          modules
9316          From: root@dogberry.rutgers.edu (root)
9317          Date: Thu, 12 Nov 1998 23:08:39 -0500
9318          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
9319          Subject: recompile tries getting a perl distribution
9320  Branch: perl
9321        ! lib/CPAN.pm
9322 ____________________________________________________________________________
9323 [  2335] By: gsar                                  on 1998/11/28  11:27:46
9324     Log: make $1 et al readonly under threads; make C<undef $1> fail like
9325          C<$1 = undef> does
9326  Branch: perl
9327        ! op.c pp.c t/op/undef.t
9328 ____________________________________________________________________________
9329 [  2334] By: gsar                                  on 1998/11/28  10:24:52
9330     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
9331  Branch: perl
9332        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
9333 ____________________________________________________________________________
9334 [  2333] By: gsar                                  on 1998/11/28  09:36:40
9335     Log: document changed PERL_HASH()
9336  Branch: perl
9337        ! pod/perlfunc.pod pod/perlguts.pod
9338 ____________________________________________________________________________
9339 [  2332] By: nick                                  on 1998/11/27  21:10:27
9340     Log: Handle INIT list in C.pm
9341          1. Provide init_av() from B.xs
9342          2. Export it in B.pm
9343          3. Use it in C.pm
9344          Also disable some pruning in savecv() which seems to undo
9345          my previous patch.
9346          Experimental feature - save pathnames of .so files in easily 
9347          grep-able form for use in wrapper to feed to linker.  
9348  Branch: perl
9349        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
9350 ____________________________________________________________________________
9351 [  2327] By: gsar                                  on 1998/11/27  15:12:01
9352     Log: integrate change#2315 from maint-5.005
9353  Branch: perl
9354        ! t/op/sort.t
9355       !> op.c sv.c
9356 ____________________________________________________________________________
9357 [  2326] By: gsar                                  on 1998/11/27  15:00:42
9358     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
9359  Branch: perl
9360       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
9361       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9362       !> lib/ExtUtils/typemap
9363 ____________________________________________________________________________
9364 [  2325] By: gsar                                  on 1998/11/27  14:46:18
9365     Log: malloc bugfix and documentation from Ilya Zakharevich
9366          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
9367          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
9368          Subject: [PATCH 5.005_*] Re: Internal coredump
9369          --
9370          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
9371          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
9372          Subject: [PATCH 5.005_*] malloc.c documentation
9373  Branch: perl
9374        ! malloc.c
9375 ____________________________________________________________________________
9376 [  2324] By: gsar                                  on 1998/11/27  14:41:38
9377     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
9378  Branch: perl
9379        ! ext/B/B/C.pm
9380 ____________________________________________________________________________
9381 [  2323] By: gsar                                  on 1998/11/27  14:33:44
9382     Log: From: maeda@src.ricoh.co.jp
9383          Date: Tue, 24 Nov 1998 10:37:45 +0900
9384          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
9385          Subject: format "..." bug
9386  Branch: perl
9387        ! pp_ctl.c t/op/write.t
9388 ____________________________________________________________________________
9389 [  2322] By: gsar                                  on 1998/11/27  14:20:12
9390     Log: add ext/Devel/Peek
9391          From: jan.dubois@ibm.net (Jan Dubois)
9392          Date: Mon, 23 Nov 1998 00:48:11 +0100
9393          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
9394          Subject: [PATCH 5.005_53] Devel::Peek integration
9395  Branch: perl
9396        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
9397        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9398        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
9399        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
9400        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
9401 ____________________________________________________________________________
9402 [  2321] By: gsar                                  on 1998/11/27  13:03:08
9403     Log: ensure 'make regen_headers' even without perl installed
9404          (suggested by Ilya Zakharevich)
9405  Branch: perl
9406        ! bytecode.pl warning.pl
9407 ____________________________________________________________________________
9408 [  2320] By: gsar                                  on 1998/11/27  12:58:36
9409     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9410          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
9411          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
9412          Subject: [PATCH 5.005_*] Cosmetic malloc patch
9413  Branch: perl
9414        ! malloc.c
9415 ____________________________________________________________________________
9416 [  2319] By: gsar                                  on 1998/11/27  12:56:13
9417     Log: eliminate dup hunk from integration
9418  Branch: perl
9419        ! lib/filetest.pm perl.h
9420 ____________________________________________________________________________
9421 [  2318] By: gsar                                  on 1998/11/27  12:50:08
9422     Log: integrate cfgperl changes into mainline
9423  Branch: perl
9424       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
9425        ! pod/perlfaq4.pod
9426       !> (integrate 30 files)
9427 ____________________________________________________________________________
9428 [  2317] By: jhi                                   on 1998/11/27  11:38:13
9429     Log: C<-x>.
9430  Branch: cfgperl
9431        ! lib/filetest.pm
9432 ____________________________________________________________________________
9433 [  2316] By: jhi                                   on 1998/11/27  11:10:22
9434     Log: Integrate from mainperl.
9435  Branch: cfgperl
9436       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
9437       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
9438       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
9439       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
9440       !> win32/win32sck.c
9441 ____________________________________________________________________________
9442 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
9443     Log: integrate change#2246 from mainline, while still allowing
9444          C<sort $globref @foo>
9445          
9446          allow C<sort $coderef @foo>
9447  Branch: maint-5.005/perl
9448        ! op.c sv.c
9449       !> t/op/sort.t
9450 ____________________________________________________________________________
9451 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
9452     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
9453          forwarded by Jarkko Hietaniemi from Mark Bixby
9454  Branch: maint-5.005/perl
9455        ! ext/DynaLoader/dl_mpeix.xs installperl
9456 ____________________________________________________________________________
9457 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
9458     Log: Allow PL_FILES to have multiple targets from one source by allowing
9459          an array ref as the value in the hash
9460  Branch: maint-5.005/perl
9461        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9462        ! lib/ExtUtils/MakeMaker.pm
9463 ____________________________________________________________________________
9464 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
9465     Log: fix unsigned variables to use SvUV and sv_setuv
9466  Branch: maint-5.005/perl
9467        ! lib/ExtUtils/typemap
9468 ____________________________________________________________________________
9469 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
9470     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
9471  Branch: maint-5.005/perl
9472        ! lib/ExtUtils/MM_Unix.pm
9473 ____________________________________________________________________________
9474 [  2301] By: gsar                                  on 1998/11/26  10:16:54
9475     Log: fix PL_defoutgv leak under threads
9476  Branch: perl
9477        ! ext/Thread/Thread.xs
9478 ____________________________________________________________________________
9479 [  2300] By: gsar                                  on 1998/11/26  09:04:44
9480     Log: properly free temporaries created by threads
9481  Branch: perl
9482        ! ext/Thread/Thread.xs
9483 ____________________________________________________________________________
9484 [  2299] By: gsar                                  on 1998/11/26  06:51:16
9485     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
9486          to set the package for the block properly
9487  Branch: perl
9488        ! op.c t/comp/package.t t/lib/dumper.t
9489 ____________________________________________________________________________
9490 [  2298] By: nick                                  on 1998/11/24  22:04:20
9491     Log: Part-1 of tweaks to allow Tk to be "compiled"
9492          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
9493          (May also need attention to exports etc. - to follow.)
9494  Branch: perl
9495        ! universal.c
9496 ____________________________________________________________________________
9497 [  2294] By: jhi                                   on 1998/11/23  10:44:26
9498     Log: The new socket tests need in some platforms
9499          to #include <sys/types.h>.
9500  Branch: cfgperl
9501        ! Configure
9502 ____________________________________________________________________________
9503 [  2293] By: jhi                                   on 1998/11/23  10:33:42
9504     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9505          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9506          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9507          Date: Mon, 23 Nov 1998 10:07:04 +0100
9508          Message-Id: <9811230907.AA06484@AWT.nl>
9509          
9510          NeXTstep NetInfo uses nidump to get the user/group databases.
9511  Branch: cfgperl
9512        ! t/op/grent.t t/op/pwent.t
9513 ____________________________________________________________________________
9514 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
9515     Log: Updated Porting/patchls utility.
9516  Branch: maint-5.004/perl
9517        ! Porting/patchls
9518 ____________________________________________________________________________
9519 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
9520     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
9521          From:  Henrik Tougaard <ht.000@foa.dk>
9522          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
9523          Files:  lib/Sys/Syslog.pm
9524  Branch: maint-5.004/perl
9525        ! lib/Sys/Syslog.pm
9526 ____________________________________________________________________________
9527 [  2286] By: jhi                                   on 1998/11/22  19:08:42
9528     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
9529  Branch: cfgperl
9530        ! ext/Socket/Socket.xs
9531 ____________________________________________________________________________
9532 [  2285] By: jhi                                   on 1998/11/22  18:21:07
9533     Log: MSG_PROXY for GNU/Hurd (previously we believed that
9534          all GNU libc platforms have MSG_PROXY.  Untrue).
9535          In fact this ended up as a major MSG_* and SCM_*
9536          update.  The MSG_XXX known to be enums in some
9537          versions of the glibc are now probed for and respective
9538          HAS_MSG_XXX are defined.  While I was at it I noticed
9539          SCM_RIGHTS being similarly an enum.  This reminded me of
9540          an ancient discussion in perl5-porters:
9541          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
9542          The BSD socket interface has a nifty feature for passing
9543          file descriptors and credentials--via sockets.  It may be
9544          too late to add this functionality to the CORE but
9545          at least Configure now probes for the functions,
9546          structs, and includes, defining the appropriate
9547          HAS_YYY and I_ZZZ, and the Socket extension exports
9548          the constants, in case somebody wants to write an
9549          extension for this interface.
9550  Branch: cfgperl
9551        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9552        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
9553        ! iperlsys.h
9554 ____________________________________________________________________________
9555 [  2284] By: jhi                                   on 1998/11/22  18:13:21
9556     Log: perlhist.pod 1.54, containing 5_53.
9557  Branch: cfgperl
9558        ! pod/perlhist.pod
9559 ____________________________________________________________________________
9560 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
9561     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
9562  Branch: maint-5.004/perl
9563        ! doio.c
9564 ____________________________________________________________________________
9565 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
9566     Log: Improve op/die_exit.t test for implicit close changing $!
9567  Branch: maint-5.004/perl
9568        ! t/op/die_exit.t
9569 ____________________________________________________________________________
9570 [  2268] By: jhi                                   on 1998/11/22  14:44:11
9571     Log: Fix thinko.
9572  Branch: cfgperl
9573        ! hints/dynixptx.sh
9574 ____________________________________________________________________________
9575 [  2267] By: jhi                                   on 1998/11/22  13:19:41
9576     Log: Document the d_socket override.
9577  Branch: cfgperl
9578        ! hints/dynixptx.sh
9579 ____________________________________________________________________________
9580 [  2266] By: jhi                                   on 1998/11/22  12:12:29
9581     Log: From: John Tobey <jtobey@channel1.com>
9582          Subject: [PATCH] perlfaq typos
9583          To: perl5-porters@perl.com
9584          Date: 22 Nov 1998 04:25:15 +0200
9585          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
9586  Branch: cfgperl
9587        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9588        ! pod/perlfaq7.pod pod/perlfaq8.pod
9589 ____________________________________________________________________________
9590 [  2265] By: jhi                                   on 1998/11/22  12:06:29
9591     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9592          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
9593          Newsgroups: hut.lists.perl5-porters
9594          To: gsar@engin.umich.edu (Gurusamy Sarathy)
9595          Cc: perl5-porters@perl.org (Perl5 Porters)
9596          Date: 20 Nov 1998 12:20:41 +0200
9597  Branch: cfgperl
9598        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9599        ! ext/DB_File/DB_File.xs
9600 ____________________________________________________________________________
9601 [  2264] By: jhi                                   on 1998/11/22  11:55:09
9602     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
9603          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9604          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9605          To: perlbug@perl.com
9606          Date: 20 Nov 1998 18:39:06 +0200
9607          Lines: 47
9608          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9609  Branch: cfgperl
9610        ! t/op/grent.t t/op/pwent.t
9611 ____________________________________________________________________________
9612 [  2263] By: jhi                                   on 1998/11/22  11:42:59
9613     Log: Permission testing is tricky when we have too much power.
9614          Problem reported in
9615          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9616          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9617          To: perlbug@perl.com
9618          Date: 20 Nov 1998 18:39:06 +0200
9619          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9620  Branch: cfgperl
9621        ! t/op/filetest.t
9622 ____________________________________________________________________________
9623 [  2262] By: gsar                                  on 1998/11/22  11:37:02
9624     Log: fix broken CAPI generation
9625  Branch: perl
9626        ! win32/GenCAPI.pl
9627 ____________________________________________________________________________
9628 [  2261] By: jhi                                   on 1998/11/22  11:17:00
9629     Log: -x should be C<-x>, reported by Gerben Wierda.
9630  Branch: cfgperl
9631        ! pod/perlfunc.pod
9632 ____________________________________________________________________________
9633 [  2260] By: gsar                                  on 1998/11/22  11:12:02
9634     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
9635  Branch: perl
9636        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
9637        ! proto.h
9638 ____________________________________________________________________________
9639 [  2259] By: jhi                                   on 1998/11/22  11:06:40
9640     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9641          Subject: Re: [PATCH] Re: pod2man bug in date generated line
9642          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
9643          Cc: perlbug@perl.com
9644          Date: 20 Nov 1998 21:30:17 +0200
9645          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
9646  Branch: cfgperl
9647        ! pod/pod2man.PL
9648 ____________________________________________________________________________
9649 [  2256] By: jhi                                   on 1998/11/21  10:44:01
9650     Log: From: Thomas Bowditch <bowditch@inmet.com>
9651          Subject: Benchmark.pm suggestion
9652          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
9653          Date: Fri, 20 Nov 1998 17:43:46 -0500
9654          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
9655          
9656          Added timesum().
9657  Branch: cfgperl
9658        ! lib/Benchmark.pm
9659 ____________________________________________________________________________
9660 [  2255] By: gsar                                  on 1998/11/21  08:45:06
9661     Log: another win32 portability fix: make sysread() and syswrite()
9662          work on sockets
9663  Branch: perl
9664        ! pp_sys.c win32/win32.h
9665 ____________________________________________________________________________
9666 [  2254] By: gsar                                  on 1998/11/21  07:49:06
9667     Log: win32_recvfrom() compatibility fix
9668  Branch: perl
9669        ! win32/win32sck.c
9670 ____________________________________________________________________________
9671 [  2253] By: jhi                                   on 1998/11/20  08:22:06
9672     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
9673          To: jhi@iki.fi
9674          Subject: MPE/iX Perl 5.005_02 oops
9675          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
9676          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
9677  Branch: cfgperl
9678        ! ext/DynaLoader/dl_mpeix.xs installperl
9679 ____________________________________________________________________________
9680 [  2252] By: gsar                                  on 1998/11/19  17:38:03
9681     Log: mess_sv tweak for change#2249
9682  Branch: perl
9683        ! util.c
9684 ____________________________________________________________________________
9685 [  2251] By: jhi                                   on 1998/11/18  12:32:19
9686     Log: Display use64bits and usemultiplicity but only if necessary.
9687  Branch: cfgperl
9688        ! myconfig
9689 ____________________________________________________________________________
9690 [  2250] By: jhi                                   on 1998/11/18  12:26:50
9691     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
9692          Subject: pp.c uses 'unsigned Quad_t'
9693          To: perlbug@perl.com 
9694          Date: Sun, 15 Nov 1998 20:57:05 -0300 
9695          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
9696  Branch: cfgperl
9697        ! perl.h pp.c
9698 ____________________________________________________________________________
9699 [  2249] By: gsar                                  on 1998/11/18  05:43:11
9700     Log: use PL_mess_sv only during global destruction (fixes problems with
9701          overlapping invocations of form()/warn()/die()/croak() trampling on
9702          each other's messages)
9703  Branch: perl
9704        ! mg.c util.c
9705 ____________________________________________________________________________
9706 [  2248] By: gsar                                  on 1998/11/18  05:39:36
9707     Log: tweak change#2245 to skip previous message if any
9708  Branch: perl
9709        ! pp_ctl.c t/pragma/warn/pp_ctl
9710 ____________________________________________________________________________
9711 [  2247] By: jhi                                   on 1998/11/17  11:46:56
9712     Log: Integrate from mainperl.
9713  Branch: cfgperl
9714       !> (integrate 26 files)
9715 ____________________________________________________________________________
9716 [  2246] By: gsar                                  on 1998/11/17  09:41:10
9717     Log: allow C<sort $coderef @foo>
9718  Branch: perl
9719        ! op.c t/op/sort.t t/pragma/overload.t
9720 ____________________________________________________________________________
9721 [  2245] By: gsar                                  on 1998/11/17  08:28:26
9722     Log: propagate failures in DESTROY() as (optional) warnings
9723  Branch: perl
9724        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
9725 ____________________________________________________________________________
9726 [  2244] By: gsar                                  on 1998/11/17  07:43:08
9727     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
9728  Branch: perl
9729        ! perl.c thrdvar.h
9730 ____________________________________________________________________________
9731 [  2243] By: gsar                                  on 1998/11/17  07:40:09
9732     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
9733  Branch: perl
9734        ! lib/warning.pm warning.h warning.pl
9735 ____________________________________________________________________________
9736 [  2242] By: gsar                                  on 1998/11/17  06:32:39
9737     Log: fix skipspace() to properly account for newlines in eval''-ed
9738          strings (caused bogus line numbers in diagnostics and debugger)
9739  Branch: perl
9740        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
9741 ____________________________________________________________________________
9742 [  2241] By: gsar                                  on 1998/11/17  03:48:12
9743     Log: s/Perl_utf8skip/PL_utf8skip/g
9744  Branch: perl
9745        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
9746 ____________________________________________________________________________
9747 [  2240] By: gsar                                  on 1998/11/14  06:09:06
9748     Log: rework op/groups.t
9749  Branch: perl
9750        ! t/op/filetest.t t/op/groups.t
9751 ____________________________________________________________________________
9752 [  2235] By: gsar                                  on 1998/11/14  00:17:05
9753     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
9754  Branch: perl
9755        ! op.c
9756 ____________________________________________________________________________
9757 [  2234] By: gsar                                  on 1998/11/14  00:14:02
9758     Log: update Changes
9759  Branch: perl
9760        ! Changes win32/config.bc win32/config.gc win32/config.vc
9761 ____________________________________________________________________________
9762 [  2233] By: gsar                                  on 1998/11/13  09:43:03
9763     Log: doc tweak
9764  Branch: perl
9765        ! README.win32
9766 ____________________________________________________________________________
9767 [  2230] By: jhi                                   on 1998/11/12  17:07:45
9768     Log: Allow hints file override for d_socket
9769          (based on Sequent-induced change #2229).
9770  Branch: cfgperl
9771        ! Configure
9772 ____________________________________________________________________________
9773 [  2229] By: jhi                                   on 1998/11/12  16:32:33
9774     Log: 
9775          From: "Martin J. Bligh" <mbligh@sequent.com>
9776          To: jhi@iki.fi
9777          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9778          Subject: Re: Making Perl work on DYNIX/ptx
9779          Date: Tue, 10 Nov 1998 16:24:26 -0800
9780          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
9781  Branch: cfgperl
9782        ! hints/dynixptx.sh
9783 ____________________________________________________________________________
9784 [  2228] By: jhi                                   on 1998/11/12  11:40:37
9785     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
9786          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
9787          To: jhi@iki.fi
9788          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9789          Subject: Re: Making Perl work on DYNIX/ptx
9790          Date: Tue, 10 Nov 1998 18:01:10 -0800
9791  Branch: cfgperl
9792        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
9793 ____________________________________________________________________________
9794 [  2227] By: jhi                                   on 1998/11/12  11:17:42
9795     Log: Integrate from mainperl.
9796  Branch: cfgperl
9797       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
9798       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
9799       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9800       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
9801       !> win32/win32.c x2p/s2p.PL
9802 ____________________________________________________________________________
9803 [  2226] By: gsar                                  on 1998/11/11  21:05:42
9804     Log: provide -DPERL_POLLUTE
9805  Branch: perl
9806        ! embed.pl embedvar.h
9807 ____________________________________________________________________________
9808 [  2225] By: jhi                                   on 1998/11/09  07:45:12
9809     Log: From: Hans Mulder <hansm@icgroup.nl>
9810          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
9811          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
9812          perl5-porters@perl.org
9813          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
9814          (UNINSTALLED)
9815          Date: Sun,  8 Nov 98 22:20:23 +0100
9816          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
9817  Branch: cfgperl
9818        ! malloc.c perl.h
9819 ____________________________________________________________________________
9820 [  2224] By: gsar                                  on 1998/11/09  03:13:14
9821     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
9822          Christoph <lupe@alanya.m.isar.de>)
9823  Branch: perl
9824        ! lib/Text/Wrap.pm
9825 ____________________________________________________________________________
9826 [  2223] By: gsar                                  on 1998/11/09  02:09:06
9827     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
9828          <lionel.fourquaux@wanadoo.fr>)
9829  Branch: perl
9830        ! x2p/s2p.PL
9831 ____________________________________________________________________________
9832 [  2222] By: gsar                                  on 1998/11/09  01:56:24
9833     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
9834          Date: Wed, 04 Nov 1998 12:19:44 +0000
9835          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
9836          Subject: [PATCH] Re: [5.005_53] read overflow? 
9837          --
9838          Date: Wed, 04 Nov 1998 13:15:18 +0000
9839          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
9840          Subject: [PATCH 5.005_53] perl -V fix
9841  Branch: perl
9842        ! perl.c regexec.c
9843 ____________________________________________________________________________
9844 [  2221] By: gsar                                  on 1998/11/09  01:34:56
9845     Log: From: jan.dubois@ibm.net (Jan Dubois)
9846          Date: Sun, 01 Nov 1998 00:05:01 +0100
9847          Message-ID: <364294bd.18052307@smtp1.ibm.net>
9848          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
9849  Branch: perl
9850        ! Changes win32/makedef.pl
9851 ____________________________________________________________________________
9852 [  2220] By: gsar                                  on 1998/11/08  21:13:07
9853     Log: integrate changes#2120,2168,2218 from maint-5.005;
9854          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
9855          enum; make regen_headers
9856  Branch: perl
9857        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
9858        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
9859 ____________________________________________________________________________
9860 [  2219] By: gsar                                  on 1998/11/08  19:42:57
9861     Log: integrate cfgperl changes into mainline
9862  Branch: perl
9863       +> README.vmesa
9864       !> Configure MANIFEST Porting/Glossary Porting/config.sh
9865       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
9866       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
9867       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
9868       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
9869       !> thread.h vms/subconfigure.com vos/config.h
9870 ____________________________________________________________________________
9871 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
9872     Log: From: Graham Barr <gbarr@ti.com>
9873          Date: Mon, 2 Nov 1998 07:38:52 -0600
9874          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
9875          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
9876  Branch: maint-5.005/perl
9877        ! ext/IPC/SysV/Msg.pm
9878 ____________________________________________________________________________
9879 [  2215] By: gsar                                  on 1998/11/08  02:52:52
9880     Log: set close-on-exec bit on pipe() FDs
9881  Branch: perl
9882        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9883 ____________________________________________________________________________
9884 [  2214] By: gsar                                  on 1998/11/08  02:27:57
9885     Log: typo in newHVhv()
9886  Branch: perl
9887        ! hv.c
9888 ____________________________________________________________________________
9889 [  2211] By: jhi                                   on 1998/11/07  21:14:18
9890     Log: Finalize the Mach CThreads support.
9891          
9892          From: Hans Mulder <hansm@icgroup.nl>
9893          Date: Sat,  7 Nov 98 22:06:20 +0100
9894          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9895          Cc: jhi@iki.fi, perl5-porters@perl.org
9896          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
9897          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
9898  Branch: cfgperl
9899        ! malloc.c perl.h
9900 ____________________________________________________________________________
9901 [  2210] By: gsar                                  on 1998/11/06  20:36:50
9902     Log: fix AvREALISH bogusness
9903  Branch: perl
9904        ! av.c t/op/array.t
9905 ____________________________________________________________________________
9906 [  2209] By: jhi                                   on 1998/11/06  08:05:31
9907     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
9908          ASSERT() causes problems in {NeXTStep,OpenStep}.
9909          
9910          From: Hans Mulder <hansm@icgroup.nl>
9911          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9912          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9913          Date: Fri,  6 Nov 98 01:27:41 +0100
9914          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
9915          
9916          and
9917          
9918          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9919          Subject: Re: ASSERT() in malloc.c
9920          To: jhi@iki.fi
9921          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
9922          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
9923  Branch: cfgperl
9924        ! malloc.c
9925 ____________________________________________________________________________
9926 [  2208] By: jhi                                   on 1998/11/06  07:55:38
9927     Log: Mach CThreads needs #include <mach/cthreads.h>.
9928  Branch: cfgperl
9929        ! perl.h
9930 ____________________________________________________________________________
9931 [  2206] By: jhi                                   on 1998/11/05  14:54:52
9932     Log: PERL_BADLANG wrongly documented.
9933          
9934          From: ts <decoux@moulon.inra.fr>
9935          To: jhi@cc.hut.fi
9936          Subject: Re: Locale warning messages
9937          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
9938          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
9939          
9940          and
9941          
9942          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9943          Subject: Re: PERL_BADLANG
9944          To: jhi@iki.fi
9945          Subject: Re: PERL_BADLANG
9946          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
9947          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
9948  Branch: cfgperl
9949        ! pod/perllocale.pod
9950 ____________________________________________________________________________
9951 [  2205] By: jhi                                   on 1998/11/05  14:24:33
9952     Log: Document all the control flow keywords in perlfunc
9953          so that "perlfunc -f while" works.
9954  Branch: cfgperl
9955        ! pod/perlfunc.pod
9956 ____________________________________________________________________________
9957 [  2204] By: jhi                                   on 1998/11/05  12:46:02
9958     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
9959          (from vos/config.h).  Update Porting/{Glossary,config*}.
9960  Branch: cfgperl
9961        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9962        ! config_h.SH vos/config.h
9963 ____________________________________________________________________________
9964 [  2203] By: jhi                                   on 1998/11/05  08:34:39
9965     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
9966  Branch: cfgperl
9967        ! hints/vmesa.sh vms/subconfigure.com
9968 ____________________________________________________________________________
9969 [  2202] By: jhi                                   on 1998/11/05  08:03:20
9970     Log: Integrate from mainperl.
9971  Branch: cfgperl
9972       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
9973       !> win32/Makefile win32/makefile.mk win32/win32.c
9974 ____________________________________________________________________________
9975 [  2201] By: gsar                                  on 1998/11/05  04:40:44
9976     Log: another POPSTACK victim
9977  Branch: perl
9978        ! cop.h sv.c
9979 ____________________________________________________________________________
9980 [  2196] By: gsar                                  on 1998/11/05  02:07:54
9981     Log: fix a location affected by change#2191, add note about POPSTACK
9982  Branch: perl
9983        ! cop.h gv.c pp_ctl.c
9984 ____________________________________________________________________________
9985 [  2195] By: gsar                                  on 1998/11/05  02:04:45
9986     Log: makefile notes
9987  Branch: perl
9988        ! win32/Makefile win32/makefile.mk
9989 ____________________________________________________________________________
9990 [  2192] By: gsar                                  on 1998/11/04  23:48:53
9991     Log: indeterminate order-of-evaluation fixes
9992  Branch: perl
9993        ! mg.c
9994 ____________________________________________________________________________
9995 [  2191] By: gsar                                  on 1998/11/04  23:02:16
9996     Log: refetch local stack pointer in POPSTACK
9997  Branch: perl
9998        ! cop.h perl.c
9999 ____________________________________________________________________________
10000 [  2190] By: jhi                                   on 1998/11/04  08:50:40
10001     Log: Configure update.
10002          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
10003          
10004          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10005          To: Martin Bligh <mbligh@sequent.com>
10006          Cc: Jarkko Hietaniemi <jhi@iki.fi>
10007          Subject: Re: Perl 5's configure on DYNIX/ptx
10008          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
10009          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
10010          
10011          find sockets also from libsocket, not just libnet.
10012          OS390: $compile_ok instead of $compile for <inttypes.h>,
10013          
10014          From: pvhp@forte.com (Peter Prymmer)
10015          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
10016          Subject: _53 not OK on os390 but looking better than ever
10017          Date: Tue, 3 Nov 98 17:33:22 PST
10018          Message-Id: <9811040133.AA09450@forte.com>
10019  Branch: cfgperl
10020        ! Configure
10021 ____________________________________________________________________________
10022 [  2189] By: jhi                                   on 1998/11/04  07:43:58
10023     Log: sysio.t failure: fix undefined order of evaluation, from
10024          
10025          From: Spider Boardman <spider@web.zk3.dec.com>
10026          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
10027          To: perlbug@perl.com
10028          Date: 4 Nov 1998 01:22:30 +0200
10029          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
10030  Branch: cfgperl
10031        ! pp_sys.c
10032 ____________________________________________________________________________
10033 [  2188] By: gsar                                  on 1998/11/04  02:59:16
10034     Log: fix return value of win32_pclose()
10035  Branch: perl
10036        ! win32/win32.c
10037 ____________________________________________________________________________
10038 [  2187] By: gsar                                  on 1998/11/04  02:56:34
10039     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
10040  Branch: perl
10041        ! Changes doop.c gv.c util.c
10042 ____________________________________________________________________________
10043 [  2186] By: jhi                                   on 1998/11/03  08:17:52
10044     Log: Document quads in pack.
10045  Branch: cfgperl
10046        ! pod/perlfunc.pod
10047 ____________________________________________________________________________
10048 [  2185] By: jhi                                   on 1998/11/03  07:49:35
10049     Log: (IV) vs (I32) vs I_V()
10050          
10051          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
10052          From: Anton Berezin <tobez@plab.ku.dk> 
10053          To: "p5p" <perl5-porters@perl.org> 
10054          Date: 01 Nov 1998 15:09:11 +0100 
10055          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
10056          
10057          and
10058          
10059          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
10060          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
10061          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
10062  Branch: cfgperl
10063        ! sv.c
10064 ____________________________________________________________________________
10065 [  2184] By: jhi                                   on 1998/11/03  07:42:46
10066     Log: VM/ESA updates.
10067  Branch: cfgperl
10068        + README.vmesa
10069        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
10070 ____________________________________________________________________________
10071 [  2183] By: jhi                                   on 1998/11/02  12:58:13
10072     Log: The id(1)-parsing is real fun.
10073  Branch: cfgperl
10074        ! t/op/groups.t
10075 ____________________________________________________________________________
10076 [  2182] By: jhi                                   on 1998/11/02  12:07:43
10077     Log: Decommission the symlink test.
10078  Branch: cfgperl
10079        ! t/op/lex_assign.t
10080 ____________________________________________________________________________
10081 [  2181] By: jhi                                   on 1998/11/02  12:03:08
10082     Log: Replace ATTR_JOINABLE with true Configure probe
10083          for PTHREAD_CREATE_JOINABLE (or equivalent:
10084          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
10085          Remove ATTR_JOINABLE itself: Thread.xs uses
10086          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
10087          
10088          Really scan for <mach/cthreads.h> only if usethreads.
10089  Branch: cfgperl
10090        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
10091 ____________________________________________________________________________
10092 [  2180] By: jhi                                   on 1998/11/02  11:07:34
10093     Log: In HP-UX 10.X usethreads only if the required files are present.
10094  Branch: cfgperl
10095        ! hints/hpux.sh
10096 ____________________________________________________________________________
10097 [  2179] By: jhi                                   on 1998/11/02  09:10:33
10098     Log: Prefer groups(1).
10099          id -Gn can be broken.
10100          id -a can save the day.
10101  Branch: cfgperl
10102        ! t/op/groups.t
10103 ____________________________________________________________________________
10104 [  2178] By: jhi                                   on 1998/11/02  08:35:29
10105     Log: Detrail enum comma.
10106  Branch: cfgperl
10107        ! perl.h
10108 ____________________________________________________________________________
10109 [  2177] By: jhi                                   on 1998/11/02  08:24:12
10110     Log: 0**0 = 1, from
10111          
10112          From: d-lewart@uiuc.edu (Daniel S. Lewart)
10113          Subject: Math::Complex 0**0 patches
10114          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
10115          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
10116          To: jhi@iki.fi (Jarkko Hietaniemi),
10117          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
10118  Branch: cfgperl
10119        ! lib/Math/Complex.pm t/lib/complex.t
10120 ____________________________________________________________________________
10121 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
10122     Log: From: jan.dubois@ibm.net (Jan Dubois)   
10123          Date: Fri, 09 Oct 1998 23:28:31 +0200
10124          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
10125          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
10126  Branch: maint-5.005/perl
10127        ! XSUB.h
10128 ____________________________________________________________________________
10129 [  2164] By: jhi                                   on 1998/10/31  15:50:02
10130     Log: Integrate from mainperl.
10131  Branch: cfgperl
10132       +> t/op/lex_assign.t
10133       !> (integrate 45 files)
10134
10135 ----------------
10136 Version 5.005_53
10137 ----------------
10138
10139 ____________________________________________________________________________
10140 [  2163] By: gsar                                  on 1998/10/31  11:31:12
10141     Log: bump patchlevel; other minor fixes for clean build and test on
10142          Solaris and win32
10143  Branch: perl
10144        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
10145        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
10146        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
10147        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10148        ! x2p/a2p.c
10149 ____________________________________________________________________________
10150 [  2162] By: gsar                                  on 1998/10/31  09:40:31
10151     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10152          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
10153          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
10154          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
10155  Branch: perl
10156        ! pp.h
10157 ____________________________________________________________________________
10158 [  2161] By: gsar                                  on 1998/10/31  09:39:13
10159     Log: From: Albert Dvornik <bert@genscan.com>
10160          Date: 30 Oct 1998 17:50:04 -0500
10161          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
10162          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
10163  Branch: perl
10164        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
10165 ____________________________________________________________________________
10166 [  2160] By: gsar                                  on 1998/10/31  09:35:03
10167     Log: fix for bugs in -x mode
10168          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10169          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
10170          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
10171          Subject: [PATCH 5.00552] Fix h2xs
10172  Branch: perl
10173        ! utils/h2xs.PL
10174 ____________________________________________________________________________
10175 [  2159] By: gsar                                  on 1998/10/31  09:31:36
10176     Log: Data::Dumper update
10177  Branch: perl
10178        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
10179        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
10180 ____________________________________________________________________________
10181 [  2153] By: gsar                                  on 1998/10/30  21:40:09
10182     Log: add testsuite portion of patch
10183          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10184          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
10185          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
10186          Subject: [PATCH 5.00321 ;-)] 87% speedup
10187  Branch: perl
10188        + t/op/lex_assign.t
10189        ! MANIFEST
10190 ____________________________________________________________________________
10191 [  2152] By: gsar                                  on 1998/10/30  21:08:11
10192     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
10193  Branch: perl
10194        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
10195 ____________________________________________________________________________
10196 [  2151] By: gsar                                  on 1998/10/30  20:18:09
10197     Log: From: Mark-Jason Dominus <mjd@plover.com>
10198          Date: Fri, 30 Oct 1998 14:24:23 EST
10199          Message-Id: <19981030192423.27276.qmail@plover.com>
10200          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
10201  Branch: perl
10202        ! x2p/walk.c
10203 ____________________________________________________________________________
10204 [  2150] By: gsar                                  on 1998/10/30  20:08:57
10205     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10206          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
10207          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
10208          Subject: [PATCH 5.00552] Overloaded <> and deref again
10209  Branch: perl
10210        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
10211        ! t/pragma/overload.t toke.c
10212 ____________________________________________________________________________
10213 [  2149] By: gsar                                  on 1998/10/30  19:38:15
10214     Log: From: Roderick Schertler <roderick@argon.org>
10215          Date: Thu, 29 Oct 1998 14:50:18 -0500
10216          Message-ID: <17625.909690618@eeyore.ibcinc.com>
10217          Subject: patch for daemonization docs in perlipc
10218  Branch: perl
10219        ! pod/perlipc.pod
10220 ____________________________________________________________________________
10221 [  2148] By: gsar                                  on 1998/10/30  19:36:07
10222     Log: From: Anton Berezin <tobez@plab.ku.dk>
10223          Date: 29 Oct 1998 17:06:25 +0100
10224          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
10225          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
10226  Branch: perl
10227        ! win32/win32.c
10228 ____________________________________________________________________________
10229 [  2147] By: gsar                                  on 1998/10/30  19:31:37
10230     Log: tweaked version of suggested patch
10231          From: Anton Berezin <tobez@plab.ku.dk>
10232          Date: 29 Oct 1998 14:48:54 +0100
10233          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
10234          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
10235  Branch: perl
10236        ! win32/win32.c
10237 ____________________________________________________________________________
10238 [  2146] By: gsar                                  on 1998/10/30  19:03:50
10239     Log: hand-apply whitespace-mutiliated patch
10240          From: "vishal bhatia" <vishalb@hotmail.com>
10241          Date: Wed, 28 Oct 1998 23:45:32 PST
10242          Message-ID: <19981029074534.2334.qmail@hotmail.com>
10243          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
10244  Branch: perl
10245        ! ext/B/B/C.pm ext/B/B/CC.pm
10246 ____________________________________________________________________________
10247 [  2145] By: gsar                                  on 1998/10/30  18:46:58
10248     Log: remaining PL_foo stragglers
10249  Branch: perl
10250        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
10251        ! op.h os2/os2.c vms/gen_shrfls.pl
10252 ____________________________________________________________________________
10253 [  2144] By: gsar                                  on 1998/10/30  17:38:36
10254     Log: integrate cfgperl tweaks into mainline
10255  Branch: perl
10256       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
10257       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
10258 ____________________________________________________________________________
10259 [  2143] By: jhi                                   on 1998/10/30  13:27:39
10260     Log: There can be multiple yacc/bison errors.
10261  Branch: cfgperl
10262        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
10263 ____________________________________________________________________________
10264 [  2142] By: jhi                                   on 1998/10/30  13:18:43
10265     Log: README.posix-bc update.
10266  Branch: cfgperl
10267        ! README.posix-bc
10268 ____________________________________________________________________________
10269 [  2141] By: jhi                                   on 1998/10/30  09:12:59
10270     Log: #2133 fallout.
10271  Branch: cfgperl
10272        ! doio.c ext/POSIX/POSIX.xs
10273 ____________________________________________________________________________
10274 [  2140] By: jhi                                   on 1998/10/30  08:43:18
10275     Log: Integrate from mainperl.
10276  Branch: cfgperl
10277       +> globvar.sym pp.sym
10278        - objpp.h thread.sym
10279       !> (integrate 61 files)
10280 ____________________________________________________________________________
10281 [  2133] By: gsar                                  on 1998/10/30  02:51:39
10282     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
10283          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
10284          should soon be automated also; the global variables that
10285          escaped the PL_foo conversion are now reined in; renamed
10286          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
10287          type of same name; duplicated lists of pp_things in various
10288          places is now gone; result has only been tested on win32
10289  Branch: perl
10290        + globvar.sym pp.sym
10291        - objpp.h thread.sym
10292        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
10293        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
10294        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
10295        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
10296        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
10297        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
10298        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
10299        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
10300        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10301        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10302        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
10303 ____________________________________________________________________________
10304 [  2130] By: jhi                                   on 1998/10/29  15:31:26
10305     Log: Pure bison yylex() proto was broken.
10306  Branch: cfgperl
10307        ! proto.h
10308 ____________________________________________________________________________
10309 [  2126] By: jhi                                   on 1998/10/29  08:35:54
10310     Log: Integrate mainperl.
10311  Branch: cfgperl
10312       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
10313       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
10314       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
10315       !> t/pragma/warn/doio toke.c win32/makefile.mk
10316 ____________________________________________________________________________
10317 [  2125] By: jhi                                   on 1998/10/29  08:32:38
10318     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
10319  Branch: cfgperl
10320        ! Makefile.SH
10321 ____________________________________________________________________________
10322 [  2124] By: jhi                                   on 1998/10/29  08:06:44
10323     Log: EBCDIC Makefile.SH tuneup.
10324  Branch: cfgperl
10325        ! Makefile.SH
10326 ____________________________________________________________________________
10327 [  2119] By: gsar                                  on 1998/10/28  23:24:04
10328     Log: remove doubled hunk from integration
10329  Branch: perl
10330        ! pp.c
10331 ____________________________________________________________________________
10332 [  2118] By: gsar                                  on 1998/10/28  22:03:31
10333     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10334          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
10335          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
10336          Subject: [PATCH 5.00552] Minor debugger tweaks
10337  Branch: perl
10338        ! lib/perl5db.pl
10339 ____________________________________________________________________________
10340 [  2117] By: gsar                                  on 1998/10/28  22:02:30
10341     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10342          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
10343          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
10344          Subject: [PATCH 5.00552] Make sort respect overloading
10345  Branch: perl
10346        ! pp_ctl.c proto.h t/pragma/overload.t
10347 ____________________________________________________________________________
10348 [  2116] By: gsar                                  on 1998/10/28  21:51:11
10349     Log: MM patches from Ilya Zakharevich
10350          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
10351          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
10352          Subject: [PATCH 5.00552] Make MakeMaker more verbose
10353          --
10354          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
10355          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
10356          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
10357  Branch: perl
10358        ! lib/ExtUtils/MakeMaker.pm
10359 ____________________________________________________________________________
10360 [  2115] By: gsar                                  on 1998/10/28  21:46:19
10361     Log: add explicit references to perl source path in ld2 and gcc2
10362  Branch: perl
10363        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
10364 ____________________________________________________________________________
10365 [  2114] By: gsar                                  on 1998/10/28  21:39:56
10366     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10367          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
10368          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
10369          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
10370  Branch: perl
10371        ! INSTALL
10372 ____________________________________________________________________________
10373 [  2113] By: gsar                                  on 1998/10/28  21:21:16
10374     Log: integrate cfgperl into mainline
10375  Branch: perl
10376       +> t/op/filetest.t
10377       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
10378       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
10379       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
10380       !> thread.h toke.c vmesa/Makefile
10381 ____________________________________________________________________________
10382 [  2112] By: gsar                                  on 1998/10/28  21:14:18
10383     Log: minor cleanup
10384  Branch: perl
10385        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
10386 ____________________________________________________________________________
10387 [  2111] By: gsar                                  on 1998/10/28  18:52:10
10388     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
10389  Branch: perl
10390        ! toke.c
10391 ____________________________________________________________________________
10392 [  2110] By: jhi                                   on 1998/10/28  15:07:54
10393     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
10394  Branch: cfgperl
10395        ! Makefile.SH
10396 ____________________________________________________________________________
10397 [  2109] By: jhi                                   on 1998/10/28  13:39:54
10398     Log: a2p.y needs to generate also y.tab.h.
10399  Branch: cfgperl
10400        ! Makefile.SH
10401 ____________________________________________________________________________
10402 [  2108] By: jhi                                   on 1998/10/28  10:33:36
10403     Log: The "parse error" must be converted to "syntax error",
10404          just matching it aint' enough.
10405  Branch: cfgperl
10406        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10407        ! t/pragma/warning.t
10408 ____________________________________________________________________________
10409 [  2107] By: jhi                                   on 1998/10/28  10:23:05
10410     Log: Regen sig_n{ame,umber}* if slightest doubt.
10411  Branch: cfgperl
10412        ! Configure
10413 ____________________________________________________________________________
10414 [  2106] By: jhi                                   on 1998/10/28  08:44:49
10415     Log: Bison says 'parse error', not 'parser error'.
10416  Branch: cfgperl
10417        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10418        ! t/pragma/warning.t
10419 ____________________________________________________________________________
10420 [  2105] By: jhi                                   on 1998/10/28  08:42:09
10421     Log: yylex() parametrization.
10422  Branch: cfgperl
10423        ! proto.h toke.c
10424 ____________________________________________________________________________
10425 [  2104] By: jhi                                   on 1998/10/28  08:25:09
10426     Log: Bring in #2102.
10427  Branch: cfgperl
10428        ! pp.c
10429 ____________________________________________________________________________
10430 [  2103] By: jhi                                   on 1998/10/28  08:22:04
10431     Log: From: Dominic Dunlop <domo@vo.lu>
10432          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
10433          Date: 27 Oct 1998 20:47:25 +0200
10434          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
10435  Branch: cfgperl
10436        ! t/op/groups.t
10437 ____________________________________________________________________________
10438 [  2102] By: larry                                 on 1998/10/27  18:58:55
10439     Log: utf8 change to quotemeta broke EBCDIC
10440  Branch: perl
10441        ! pp.c
10442 ____________________________________________________________________________
10443 [  2101] By: jhi                                   on 1998/10/27  12:55:34
10444     Log: $Config{sig_num_init}.
10445          Also, a new approach to the 'pthreads-created-joinable': drop
10446          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
10447          directly. (See also #2096).
10448  Branch: cfgperl
10449        ! Configure config_h.SH
10450 ____________________________________________________________________________
10451 [  2100] By: jhi                                   on 1998/10/27  10:48:55
10452     Log: Regenerated perly_c.diff.
10453  Branch: cfgperl
10454        ! perly_c.diff
10455 ____________________________________________________________________________
10456 [  2099] By: jhi                                   on 1998/10/27  08:42:25
10457     Log: First the mangler was Netscape, then it was me.
10458  Branch: cfgperl
10459        ! vmesa/Makefile
10460 ____________________________________________________________________________
10461 [  2098] By: jhi                                   on 1998/10/27  08:34:40
10462     Log: `id -Gn` might be available where `groups` is not.
10463  Branch: cfgperl
10464        ! t/op/groups.t
10465 ____________________________________________________________________________
10466 [  2097] By: jhi                                   on 1998/10/27  08:05:17
10467     Log: Netscape had mangled the tabs.
10468  Branch: cfgperl
10469        ! vmesa/Makefile
10470 ____________________________________________________________________________
10471 [  2096] By: jhi                                   on 1998/10/27  08:03:05
10472     Log: ATTR_JOINABLE logic, based on (private email)
10473          
10474          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10475          Subject: Some little diffs
10476          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
10477          Date: Tue, 27 Oct 1998 13:44:42 +1300
10478  Branch: cfgperl
10479        ! thread.h
10480 ____________________________________________________________________________
10481 [  2095] By: jhi                                   on 1998/10/27  07:56:57
10482     Log: Mach cthreads support based on:
10483          
10484          From: brie@corp.home.net (Brian Harrison)
10485          Subject: perl5.005_02 patch for mthreads
10486          To: perl5-porters@perl.org
10487          Date: 24 Oct 1998 01:01:55 +0300
10488          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
10489          
10490          Pthread yield probe (dejavu)
10491          Cosmetic nanochange for the union semun output.
10492          Better inttypes.h probe.
10493          Undo the 'void *' $selecttype probe from #1971 because
10494          it breaks the $selectminbits test.
10495  Branch: cfgperl
10496        ! Configure config_h.SH perl.h thread.h
10497 ____________________________________________________________________________
10498 [  2094] By: jhi                                   on 1998/10/26  13:02:07
10499     Log: Also posix-bc wants to reyacc.
10500  Branch: cfgperl
10501        ! Makefile.SH
10502 ____________________________________________________________________________
10503 [  2093] By: jhi                                   on 1998/10/26  10:17:21
10504     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
10505          5_02 and really breaking things in non-ASCII worlds.
10506  Branch: cfgperl
10507        ! pp.c
10508 ____________________________________________________________________________
10509 [  2092] By: jhi                                   on 1998/10/26  09:08:00
10510     Log: More robustness.
10511  Branch: cfgperl
10512        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10513        ! t/pragma/warning.t
10514 ____________________________________________________________________________
10515 [  2091] By: jhi                                   on 1998/10/26  08:47:32
10516     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
10517          Bison really wants YYLEX_PARAM.
10518  Branch: cfgperl
10519        ! perly.y proto.h toke.c
10520 ____________________________________________________________________________
10521 [  2090] By: jhi                                   on 1998/10/26  08:21:25
10522     Log: s/YYLEX_PARAM/YYLEXPARAM/
10523  Branch: cfgperl
10524        ! perly.y
10525 ____________________________________________________________________________
10526 [  2089] By: jhi                                   on 1998/10/26  08:17:33
10527     Log: Indicate skipped subtests.
10528  Branch: cfgperl
10529        ! t/io/pipe.t
10530 ____________________________________________________________________________
10531 [  2088] By: jhi                                   on 1998/10/26  08:11:36
10532     Log: Integrate from mainperl.
10533  Branch: cfgperl
10534       !> (integrate 54 files)
10535 ____________________________________________________________________________
10536 [  2087] By: jhi                                   on 1998/10/26  08:08:02
10537     Log: Add test for filetests.
10538  Branch: cfgperl
10539        + t/op/filetest.t
10540        ! MANIFEST
10541 ____________________________________________________________________________
10542 [  2086] By: gsar                                  on 1998/10/26  02:44:44
10543     Log: various win32 tweaks; disable new xs_cpp section (it creates
10544          ambiguous inference graph for %.xs --> %.o)
10545  Branch: perl
10546        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
10547        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
10548        ! win32/config.gc win32/config_H.gc win32/makedef.pl
10549        ! win32/makefile.mk win32/win32.h
10550 ____________________________________________________________________________
10551 [  2085] By: gsar                                  on 1998/10/26  00:50:02
10552     Log: sanity-check $Config{drand01} in rand.t
10553  Branch: perl
10554        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
10555        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10556 ____________________________________________________________________________
10557 [  2078] By: gsar                                  on 1998/10/25  10:22:04
10558     Log: update win32/config*.?c
10559  Branch: perl
10560        ! Changes win32/config.bc win32/config.gc win32/config.vc
10561        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10562 ____________________________________________________________________________
10563 [  2077] By: gsar                                  on 1998/10/25  08:39:25
10564     Log: From: Graham Barr <gbarr@pobox.com>
10565          Date: Sat, 24 Oct 1998 21:45:50 -0500
10566          Message-ID: <19981024214550.C508@pobox.com>
10567          Subject: Re: die with a reference  should use overload "" operator
10568  Branch: perl
10569        ! pp_ctl.c
10570 ____________________________________________________________________________
10571 [  2076] By: gsar                                  on 1998/10/25  08:37:49
10572     Log: From: Graham Barr <gbarr@pobox.com>
10573          Date: Sat, 24 Oct 1998 12:45:21 -0500
10574          Message-ID: <19981024124521.C512@pobox.com>
10575          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
10576  Branch: perl
10577        ! sv.c
10578 ____________________________________________________________________________
10579 [  2075] By: gsar                                  on 1998/10/25  08:24:09
10580     Log: fix C<print $n += 5;> etc.
10581  Branch: perl
10582        ! toke.c
10583 ____________________________________________________________________________
10584 [  2074] By: gsar                                  on 1998/10/25  08:12:28
10585     Log: list builtins with portability caveats
10586          From: Jarkko Hietaniemi <jhi@iki.fi>
10587          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
10588          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
10589          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
10590  Branch: perl
10591        ! pod/perlfunc.pod
10592 ____________________________________________________________________________
10593 [  2073] By: gsar                                  on 1998/10/25  07:55:43
10594     Log: fix stack overrun in file test operators
10595  Branch: perl
10596        ! pp_sys.c
10597 ____________________________________________________________________________
10598 [  2072] By: gsar                                  on 1998/10/25  07:29:45
10599     Log: implement C<goto &func> and other fixes (via private mail)
10600          From:    "vishal bhatia" <vishalb@hotmail.com>
10601          Date:    Wed, 21 Oct 1998 22:59:03 PDT
10602          Message-Id: <19981022055904.20083.qmail@hotmail.com>
10603          Subject: [PATCH 5.005_52] More fixes for B
10604  Branch: perl
10605        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
10606 ____________________________________________________________________________
10607 [  2071] By: gsar                                  on 1998/10/25  07:14:41
10608     Log: From: Graham Barr <gbarr@pobox.com>
10609          Date: Sat, 17 Oct 1998 20:42:41 -0500
10610          Message-ID: <19981017204241.G510@pobox.com>
10611          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
10612  Branch: perl
10613        ! pp_ctl.c
10614 ____________________________________________________________________________
10615 [  2070] By: gsar                                  on 1998/10/25  07:07:29
10616     Log: avoid bogus line number in XSUB redefined warnings
10617  Branch: perl
10618        ! op.c
10619 ____________________________________________________________________________
10620 [  2069] By: gsar                                  on 1998/10/25  06:59:03
10621     Log: From: Martijn Koster <mak@excitecorp.com>
10622          Date: Wed, 21 Oct 1998 13:12:03 +0100
10623          Message-ID: <19981021131203.A15661@excitecorp.com>
10624          Subject: File::Path::mkpath reports the wrong error
10625  Branch: perl
10626        ! lib/File/Path.pm
10627 ____________________________________________________________________________
10628 [  2068] By: gsar                                  on 1998/10/25  06:54:43
10629     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
10630          Date: Tue, 20 Oct 1998 20:52:20 -0500
10631          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
10632          Subject: Exporter.pm's export_to_level() argument handling buggy
10633  Branch: perl
10634        ! lib/Exporter.pm
10635 ____________________________________________________________________________
10636 [  2067] By: gsar                                  on 1998/10/25  06:50:19
10637     Log: From: jan.dubois@ibm.net (Jan Dubois)
10638          Date: Wed, 21 Oct 1998 00:55:51 +0200
10639          Message-ID: <36380269.55370608@smtp1.ibm.net>
10640          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
10641  Branch: perl
10642        ! ext/DynaLoader/DynaLoader_pm.PL
10643 ____________________________________________________________________________
10644 [  2066] By: gsar                                  on 1998/10/25  06:48:19
10645     Log: recognize '%' as a shell metachar for win32
10646          From: jan.dubois@ibm.net (Jan Dubois)
10647          Date: Tue, 20 Oct 1998 21:57:35 +0200
10648          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
10649          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
10650  Branch: perl
10651        ! win32/win32.c
10652 ____________________________________________________________________________
10653 [  2065] By: gsar                                  on 1998/10/25  06:46:30
10654     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
10655  Branch: perl
10656        ! sv.c
10657 ____________________________________________________________________________
10658 [  2064] By: gsar                                  on 1998/10/25  06:45:09
10659     Log: From: Gisle Aas <gisle@aas.no>
10660          Date: 20 Oct 1998 14:24:44 +0200
10661          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
10662          Subject: ord() and unpack("U*",...) should not be negative
10663  Branch: perl
10664        ! pp.c
10665 ____________________________________________________________________________
10666 [  2063] By: gsar                                  on 1998/10/25  06:42:29
10667     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10668          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
10669          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
10670          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
10671  Branch: perl
10672        ! os2/os2.c
10673 ____________________________________________________________________________
10674 [  2062] By: gsar                                  on 1998/10/25  06:41:26
10675     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10676          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
10677          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
10678          Subject: [PATCH 5.005_*] Speed up aassign
10679  Branch: perl
10680        ! pp_hot.c
10681 ____________________________________________________________________________
10682 [  2061] By: gsar                                  on 1998/10/25  06:39:04
10683     Log: From: Graham Barr <gbarr@pobox.com>
10684          Date: Sat, 17 Oct 1998 22:22:02 -0500
10685          Message-ID: <19981017222202.J510@pobox.com>
10686          Subject: Re: '*' prototype does not allow bareword with strict
10687  Branch: perl
10688        ! toke.c
10689 ____________________________________________________________________________
10690 [  2060] By: gsar                                  on 1998/10/25  06:37:34
10691     Log: handle '::' in section names properly
10692          From: Graham Barr <gbarr@pobox.com>
10693          Date: Sat, 17 Oct 1998 12:57:54 -0500
10694          Message-ID: <19981017125754.C510@pobox.com>
10695          Subject: Re: pod2html
10696  Branch: perl
10697        ! lib/Pod/Html.pm
10698 ____________________________________________________________________________
10699 [  2059] By: gsar                                  on 1998/10/25  06:33:43
10700     Log: integrate changes#1982,2014,2021 (from maint-5.005)
10701  Branch: perl
10702       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
10703       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
10704 ____________________________________________________________________________
10705 [  2058] By: gsar                                  on 1998/10/25  05:44:17
10706     Log: allow more win32 symbol exports (suggested by Jan Dubois)
10707  Branch: perl
10708        ! win32/makedef.pl
10709 ____________________________________________________________________________
10710 [  2057] By: gsar                                  on 1998/10/25  05:40:40
10711     Log: integrate change#2053 from maint-5.005
10712  Branch: perl
10713       !> cop.h t/cmd/while.t
10714 ____________________________________________________________________________
10715 [  2056] By: gsar                                  on 1998/10/25  05:16:41
10716     Log: commented version of a patch suggested by Drago Goricanec
10717          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10718          Date: 16 Oct 1998 15:24:45 +0300
10719          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
10720          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
10721  Branch: perl
10722        ! pp_sys.c
10723 ____________________________________________________________________________
10724 [  2055] By: gsar                                  on 1998/10/25  05:11:03
10725     Log: include eof() in description of buffering caveats
10726          From: Anton Berezin <tobez@plab.ku.dk>
10727          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
10728          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
10729          Subject: [DOCPATCH] pod/perlfunc.pod
10730  Branch: perl
10731        ! pod/perlfunc.pod
10732 ____________________________________________________________________________
10733 [  2054] By: gsar                                  on 1998/10/25  05:07:42
10734     Log: disallow 'x' in hex numbers (except leading '0x')
10735          From: Gisle Aas <gisle@aas.no>
10736          Date: 16 Oct 1998 16:33:12 +0200
10737          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
10738          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
10739  Branch: perl
10740        ! perlvars.h t/op/oct.t util.c
10741 ____________________________________________________________________________
10742 [  2052] By: gsar                                  on 1998/10/25  04:49:04
10743     Log: avoid the circular refcnt logic in magic_mutexfree()
10744  Branch: perl
10745        ! mg.c pp.c pp_hot.c
10746 ____________________________________________________________________________
10747 [  2051] By: gsar                                  on 1998/10/25  04:35:07
10748     Log: properly restore PL_rsfp_filters after require
10749  Branch: perl
10750        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
10751        ! scope.h
10752 ____________________________________________________________________________
10753 [  2050] By: gsar                                  on 1998/10/25  02:42:32
10754     Log: integrate cfgperl changes back into mainline
10755  Branch: perl
10756       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
10757       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
10758       !> (integrate 33 files)
10759 ____________________________________________________________________________
10760 [  2049] By: gsar                                  on 1998/10/25  01:30:48
10761     Log: avoid "mysterious" compile-time failures without messages
10762  Branch: perl
10763        ! gv.c
10764 ____________________________________________________________________________
10765 [  2041] By: gsar                                  on 1998/10/23  21:11:56
10766     Log: checkin jpl under //depot/perlext/jpl/...
10767  Branch: perlext
10768        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
10769        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
10770        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
10771        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
10772        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
10773        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
10774        + jpl/PerlInterpreter/Makefile.PL
10775        + jpl/PerlInterpreter/PerlInterpreter.c
10776        + jpl/PerlInterpreter/PerlInterpreter.h
10777        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
10778        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
10779        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
10780        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
10781        + jpl/get_jdk/jdk_hosts jpl/install-jpl
10782 ____________________________________________________________________________
10783 [  2040] By: larry                                 on 1998/10/23  19:31:42
10784     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
10785  Branch: perl
10786        ! pp.c
10787 ____________________________________________________________________________
10788 [  2039] By: larry                                 on 1998/10/23  18:48:34
10789     Log: tr///d does not seem to work
10790  Branch: perl
10791        ! lib/utf8_heavy.pl
10792 ____________________________________________________________________________
10793 [  2038] By: larry                                 on 1998/10/23  18:00:41
10794     Log: Program with utf8 identifiers fails to compile
10795  Branch: perl
10796        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
10797 ____________________________________________________________________________
10798 [  2037] By: jhi                                   on 1998/10/23  14:04:51
10799     Log: Test suite portability:
10800          - posix-bc does not write to broken pipes
10801          - filehand #11 only iff we have fork
10802          - warning.t can now match $expected using regular expressions
10803  Branch: cfgperl
10804        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
10805        ! t/pragma/warning.t
10806 ____________________________________________________________________________
10807 [  2036] By: jhi                                   on 1998/10/23  12:12:07
10808     Log: yacc clarification.
10809  Branch: cfgperl
10810        ! README.posix-bc
10811 ____________________________________________________________________________
10812 [  2035] By: jhi                                   on 1998/10/23  12:09:59
10813     Log: Some C compilers get upset about 8-bit characters in /* comments. */
10814  Branch: cfgperl
10815        ! mg.c
10816 ____________________________________________________________________________
10817 [  2034] By: jhi                                   on 1998/10/22  09:11:52
10818     Log: Configure update: both for pthread_yield more robust
10819          testing (all variants of pthread_attr_getdetachstate()) --
10820          and because Configure was broken in major way! About 1000
10821          last lines were truncated.
10822  Branch: cfgperl
10823        ! Configure
10824 ____________________________________________________________________________
10825 [  2033] By: jhi                                   on 1998/10/22  07:47:10
10826     Log: DJGPP feedback for #2028.
10827  Branch: cfgperl
10828        ! thread.h
10829 ____________________________________________________________________________
10830 [  2032] By: jhi                                   on 1998/10/21  13:03:57
10831     Log: yielding, the saga continues.
10832  Branch: cfgperl
10833        ! Configure config_h.SH
10834       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
10835       !> t/op/goto.t t/pragma/constant.t
10836 ____________________________________________________________________________
10837 [  2031] By: jhi                                   on 1998/10/21  09:15:42
10838     Log: VM/ESA feedback for #2028.
10839  Branch: cfgperl
10840        ! Configure config_h.SH thread.h
10841 ____________________________________________________________________________
10842 [  2030] By: gsar                                  on 1998/10/21  04:22:53
10843     Log: fix handling of mayhaps-extended @_ in goto &sub
10844  Branch: perl
10845        ! av.c pp_ctl.c t/op/goto.t
10846 ____________________________________________________________________________
10847 [  2029] By: gsar                                  on 1998/10/21  00:54:14
10848     Log: restore sanity to "constant" references
10849  Branch: perl
10850        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
10851 ____________________________________________________________________________
10852 [  2028] By: jhi                                   on 1998/10/20  15:01:20
10853     Log: OLD_PTHREADS_API reorganizing.
10854  Branch: cfgperl
10855        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
10856        ! vmesa/vmesaish.h
10857 ____________________________________________________________________________
10858 [  2027] By: jhi                                   on 1998/10/20  14:14:51
10859     Log: #2026 fallout.
10860  Branch: cfgperl
10861        ! Makefile.SH
10862 ____________________________________________________________________________
10863 [  2026] By: jhi                                   on 1998/10/20  11:47:21
10864     Log: VM/ESA update.
10865  Branch: cfgperl
10866        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
10867 ____________________________________________________________________________
10868 [  2025] By: jhi                                   on 1998/10/20  08:20:56
10869     Log: 64-bitness, based on
10870          
10871          From: Scott Henry <scotth@sgi.com>
10872          To: perl-64bit@perl.org
10873          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
10874          Subject: Re: Configure problems/questions...
10875          Date: 19 Oct 1998 22:38:06 -0700
10876  Branch: cfgperl
10877        ! hints/irix_6.sh perl.h
10878 ____________________________________________________________________________
10879 [  2024] By: jhi                                   on 1998/10/20  08:09:07
10880     Log: Add lseeksize.
10881  Branch: cfgperl
10882        ! config_h.SH
10883 ____________________________________________________________________________
10884 [  2023] By: jhi                                   on 1998/10/20  08:08:33
10885     Log: Mumble about _yields() only when threaded.
10886  Branch: cfgperl
10887        ! Configure
10888 ____________________________________________________________________________
10889 [  2022] By: jhi                                   on 1998/10/20  07:46:26
10890     Log: Thinko at PTHREADS_CREATED_JOINABLE.
10891  Branch: cfgperl
10892        ! thread.h
10893 ____________________________________________________________________________
10894 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
10895     Log: From: Chip Salzenberg <chip@perlsupport.com>
10896          Date: Tue, 6 Oct 1998 13:33:05 -0400
10897          Message-ID: <19981006133305.A2348@perlsupport.com>
10898          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
10899  Branch: maint-5.005/perl
10900        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
10901        ! t/op/tie.t
10902 ____________________________________________________________________________
10903 [  2020] By: jhi                                   on 1998/10/19  09:15:53
10904     Log: YIELD more robustly.
10905  Branch: cfgperl
10906        ! thread.h
10907 ____________________________________________________________________________
10908 [  2019] By: jhi                                   on 1998/10/19  08:48:33
10909     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
10910          the 'new' one (just like DJGPP, it seems).
10911  Branch: cfgperl
10912        ! thread.h
10913 ____________________________________________________________________________
10914 [  2018] By: jhi                                   on 1998/10/19  07:02:44
10915     Log: vmesaish.h doesn't exclude unixish.h.
10916  Branch: cfgperl
10917        ! perl.h
10918 ____________________________________________________________________________
10919 [  2017] By: jhi                                   on 1998/10/19  06:44:19
10920     Log: 1<<$randbits is not good for randbits=48.
10921  Branch: cfgperl
10922        ! t/op/rand.t
10923 ____________________________________________________________________________
10924 [  2016] By: jhi                                   on 1998/10/19  06:39:47
10925     Log: Make #2012 glob pattern more portable.
10926  Branch: cfgperl
10927        ! Makefile.SH
10928 ____________________________________________________________________________
10929 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
10930     Log: Fix POSIX::sigprocmask not to check type of $old parameter
10931          as it is output only
10932  Branch: maint-5.005/perl
10933        ! ext/POSIX/POSIX.xs
10934 ____________________________________________________________________________
10935 [  2012] By: jhi                                   on 1998/10/17  15:04:23
10936     Log: clean numbered core dumps and t/tmp[0-9]*.
10937  Branch: cfgperl
10938        ! Makefile.SH
10939 ____________________________________________________________________________
10940 [  2011] By: jhi                                   on 1998/10/17  14:59:15
10941     Log: More robust yacc/bison failure output handling.
10942  Branch: cfgperl
10943        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10944 ____________________________________________________________________________
10945 [  2010] By: jhi                                   on 1998/10/17  14:51:05
10946     Log: BC2000 POSIX update.
10947  Branch: cfgperl
10948        ! MANIFEST
10949 ____________________________________________________________________________
10950 [  2009] By: jhi                                   on 1998/10/17  14:49:46
10951     Log: POSIX BC2000 port from perl-mvs:
10952          
10953          Subject: Ported perl 5.005.02 to BS2000 / POSIX
10954          From: Dorner Thomas <Thomas.Dorner@start.de> 
10955          Date: Tue, 29 Sep 1998 13:29:36 +0100 
10956          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
10957  Branch: cfgperl
10958        + README.posix-bc hints/posix-bc.sh
10959        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
10960        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
10961        ! unixish.h
10962 ____________________________________________________________________________
10963 [  2008] By: jhi                                   on 1998/10/17  14:07:49
10964     Log: VM/ESA-update.
10965  Branch: cfgperl
10966        ! MANIFEST
10967 ____________________________________________________________________________
10968 [  2007] By: jhi                                   on 1998/10/17  13:55:34
10969     Log: Forgot few S_I* imports.
10970  Branch: cfgperl
10971        ! t/lib/ipc_sysv.t
10972 ____________________________________________________________________________
10973 [  2006] By: jhi                                   on 1998/10/17  13:43:54
10974     Log: The VM/ESA port essentials, based on
10975          
10976          perl-mvs:
10977          
10978          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10979          Subject: Re: Can't find Data/Dumper.pm
10980          Date: Mon, 28 Sep 1998 07:40:49 +1300
10981          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
10982          
10983          private email:
10984          
10985          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10986          Subject: Re: Perl thread problems in VM/ESA
10987          Date: Thu, 15 Oct 1998 07:18:35 +1300
10988          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
10989          
10990          and private email:
10991          
10992          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
10993          Subject:  perl archive
10994          Date:  Sun, 11 Oct 1998 19:28:54 EDT
10995          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
10996          which gave a pointer to
10997          
10998          http://pucc.princeton.edu/~neale/perl.tar
10999          
11000          (based on Perl 5.005_51)
11001  Branch: cfgperl
11002        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11003        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
11004        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
11005        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
11006 ____________________________________________________________________________
11007 [  2005] By: jhi                                   on 1998/10/17  13:17:19
11008     Log: Integrate mainperl.
11009  Branch: cfgperl
11010       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
11011       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11012       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
11013       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
11014       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
11015       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
11016       !> win32/makefile.mk
11017 ____________________________________________________________________________
11018 [  2004] By: jhi                                   on 1998/10/17  11:19:06
11019     Log: Removed an extra ' from the int64_t test.
11020  Branch: cfgperl
11021        ! Configure
11022 ____________________________________________________________________________
11023 [  2003] By: gsar                                  on 1998/10/17  04:11:40
11024     Log: silence -w noises (suggested by Greg Bacon)
11025  Branch: perl
11026        ! lib/Term/Complete.pm
11027 ____________________________________________________________________________
11028 [  2002] By: gsar                                  on 1998/10/17  04:07:48
11029     Log: From: Gisle Aas <gisle@aas.no>
11030          Date: 14 Oct 1998 15:53:14 +0200
11031          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
11032          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
11033  Branch: perl
11034        ! util.c
11035 ____________________________________________________________________________
11036 [  2001] By: gsar                                  on 1998/10/17  04:06:10
11037     Log: From: Gisle Aas <gisle@aas.no>
11038          Date: 14 Oct 1998 15:17:44 +0200
11039          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
11040          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
11041  Branch: perl
11042        ! toke.c
11043 ____________________________________________________________________________
11044 [  2000] By: gsar                                  on 1998/10/17  03:06:33
11045     Log: From: Gisle Aas <gisle@aas.no>
11046          Date: 14 Oct 1998 00:38:06 +0200
11047          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
11048          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
11049  Branch: perl
11050        ! sv.c
11051 ____________________________________________________________________________
11052 [  1999] By: gsar                                  on 1998/10/17  03:04:48
11053     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11054          Date: Tue, 13 Oct 1998 15:10:57 -0700
11055          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
11056          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
11057  Branch: perl
11058        ! vms/ext/Stdio/Stdio.pm
11059 ____________________________________________________________________________
11060 [  1998] By: gsar                                  on 1998/10/17  03:00:40
11061     Log: skip readonly vars and unref references when doing a reset()
11062  Branch: perl
11063        ! sv.c
11064 ____________________________________________________________________________
11065 [  1997] By: gsar                                  on 1998/10/17  02:49:19
11066     Log: fix buggy treatment of large checksums on unicode strings
11067          From: Gisle Aas <gisle@aas.no>
11068          Date: 13 Oct 1998 21:35:39 +0200
11069          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
11070          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
11071  Branch: perl
11072        ! pp.c
11073 ____________________________________________________________________________
11074 [  1996] By: gsar                                  on 1998/10/17  02:43:22
11075     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11076          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
11077          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
11078          Subject: [PATCH 5.005_52] Memory overrun in os2.c
11079  Branch: perl
11080        ! os2/Makefile.SHs os2/os2.c
11081 ____________________________________________________________________________
11082 [  1995] By: gsar                                  on 1998/10/17  02:42:01
11083     Log: clarify section name rules for typemaps
11084  Branch: perl
11085        ! pod/perlxs.pod
11086 ____________________________________________________________________________
11087 [  1994] By: gsar                                  on 1998/10/17  02:33:02
11088     Log: whitespace-proof grent.t
11089  Branch: perl
11090        ! t/op/grent.t
11091 ____________________________________________________________________________
11092 [  1993] By: gsar                                  on 1998/10/17  02:27:29
11093     Log: fix bug in B::CC::pp_sassign()
11094          From: "vishal bhatia" <vishalb@hotmail.com>
11095          Date: Sun, 11 Oct 1998 18:41:38 PDT
11096          Message-ID: <19981012014139.19614.qmail@hotmail.com>
11097          Subject: B::CC problems with pp_sassign routine
11098  Branch: perl
11099        ! ext/B/B/CC.pm
11100 ____________________________________________________________________________
11101 [  1992] By: gsar                                  on 1998/10/17  02:17:49
11102     Log: applied suggested patch with small doc tweak
11103          From: Gisle Aas <gisle@aas.no>
11104          Date: 11 Oct 1998 12:53:13 +0200
11105          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
11106          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
11107  Branch: perl
11108        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
11109        ! t/op/tiehandle.t
11110 ____________________________________________________________________________
11111 [  1991] By: gsar                                  on 1998/10/17  02:08:30
11112     Log: apply non-conflicting parts from suggested patch
11113          From: jan.dubois@ibm.net (Jan Dubois)
11114          Date: Sat, 10 Oct 1998 13:15:45 +0200
11115          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
11116          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
11117  Branch: perl
11118        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11119 ____________________________________________________________________________
11120 [  1990] By: gsar                                  on 1998/10/17  02:01:24
11121     Log: provide option to enable optimization with VC (suggested by Jan
11122          Dubois)
11123  Branch: perl
11124        ! win32/Makefile win32/makefile.mk
11125 ____________________________________________________________________________
11126 [  1989] By: gsar                                  on 1998/10/17  01:55:27
11127     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
11128          Dave Leppik <dleppik@gage.com>
11129  Branch: perl
11130        ! perl.h
11131 ____________________________________________________________________________
11132 [  1988] By: gsar                                  on 1998/10/17  01:49:05
11133     Log: stray typo found by Hugo van der Sanden
11134  Branch: perl
11135        ! op.c
11136 ____________________________________________________________________________
11137 [  1987] By: gsar                                  on 1998/10/17  01:45:52
11138     Log: perldoc pod update
11139          From: Daniel Grisinger <dgris@perrin.dimensional.com>
11140          Date: 06 Oct 1998 23:56:51 -0600
11141          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
11142          Subject: [PATCH _02 and _52] perldoc
11143  Branch: perl
11144        ! utils/perldoc.PL
11145 ____________________________________________________________________________
11146 [  1986] By: gsar                                  on 1998/10/17  01:41:40
11147     Log: qualify names of builtins
11148  Branch: perl
11149        ! ext/POSIX/POSIX.pm
11150 ____________________________________________________________________________
11151 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
11152     Log: From: Jochen Wiedmann <joe@ispsoft.de>
11153          Date: Thu, 17 Sep 1998 17:16:06 +0200
11154          Message-ID: <360127B6.E44564A@ispsoft.de>
11155          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
11156  Branch: maint-5.005/perl
11157        ! lib/ExtUtils/MakeMaker.pm
11158 ____________________________________________________________________________
11159 [  1978] By: gsar                                  on 1998/10/16  01:58:58
11160     Log: integrate cfgperl mods into mainline
11161  Branch: perl
11162       +> ext/DynaLoader/dl_vmesa.xs
11163        ! Porting/genlog
11164       !> Configure MANIFEST Makefile.SH config_h.SH
11165       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
11166       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
11167       !> x2p/Makefile.SH
11168 ____________________________________________________________________________
11169 [  1976] By: gsar                                  on 1998/10/16  00:10:52
11170     Log: stray tweak
11171  Branch: perl
11172        ! op.c
11173 ____________________________________________________________________________
11174 [  1975] By: gsar                                  on 1998/10/15  23:54:38
11175     Log: propagate typeness of lexicals while cloning them
11176  Branch: perl
11177        ! op.c
11178 ____________________________________________________________________________
11179 [  1974] By: gsar                                  on 1998/10/15  23:53:25
11180     Log: s/last/first/ typo in append_list()
11181  Branch: perl
11182        ! op.c
11183 ____________________________________________________________________________
11184 [  1973] By: gsar                                  on 1998/10/15  20:06:17
11185     Log: nuke confperl branch and contents
11186  Branch: confperl
11187        - (delete 1284 files)
11188 ____________________________________________________________________________
11189 [  1972] By: jhi                                   on 1998/10/15  07:07:35
11190     Log: Test #162 had been added but the "print 1..161" had not been updated.
11191  Branch: cfgperl
11192        ! t/op/pat.t
11193 ____________________________________________________________________________
11194 [  1971] By: gsar                                  on 1998/10/15  03:09:58
11195     Log: check in all confperl changes as of change#1964 into cfgperl
11196  Branch: cfgperl
11197        + ext/DynaLoader/dl_vmesa.xs
11198        ! Configure MANIFEST Makefile.SH config_h.SH
11199        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
11200        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
11201 ____________________________________________________________________________
11202 [  1970] By: gsar                                  on 1998/10/15  03:05:59
11203     Log: integrate mainline to get tr.t
11204  Branch: cfgperl
11205       +> t/op/tr.t
11206 ____________________________________________________________________________
11207 [  1969] By: gsar                                  on 1998/10/15  03:04:17
11208     Log: add missing tr.t to repository
11209  Branch: perl
11210        + t/op/tr.t
11211 ____________________________________________________________________________
11212 [  1968] By: gsar                                  on 1998/10/15  03:02:43
11213     Log: create cfgperl branch
11214  Branch: cfgperl
11215       +> (branch 1282 files)
11216 ____________________________________________________________________________
11217 [  1967] By: gsar                                  on 1998/10/15  02:46:08
11218     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
11219          (MAN3PODS cannot be set to ' '; stray stricture violation)
11220  Branch: perl
11221        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
11222        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
11223        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
11224        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
11225        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
11226        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
11227        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
11228        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
11229        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
11230        ! lib/ExtUtils/MM_Unix.pm
11231 ____________________________________________________________________________
11232 [  1966] By: gsar                                  on 1998/10/15  02:19:03
11233     Log: tweak to make fix in change#1944 behave correctly for closures
11234          created within eval''
11235  Branch: perl
11236        ! op.c t/op/eval.t
11237 ____________________________________________________________________________
11238 [  1965] By: gsar                                  on 1998/10/14  23:22:41
11239     Log: use better numbers for exitstatus test
11240  Branch: perl
11241        ! t/op/die_exit.t
11242 ____________________________________________________________________________
11243 [  1964] By: jhi                                   on 1998/10/14  17:25:41
11244     Log: Add VM/ESA dynaloading (uses <dll.h>).
11245  Branch: confperl
11246        + ext/DynaLoader/dl_vmesa.xs
11247        ! MANIFEST
11248 ____________________________________________________________________________
11249 [  1963] By: jhi                                   on 1998/10/14  17:17:10
11250     Log: Remove a2p.loadmap in 'clean' target.
11251  Branch: confperl
11252        ! x2p/Makefile.SH
11253 ____________________________________________________________________________
11254 [  1962] By: jhi                                   on 1998/10/14  17:13:11
11255     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
11256  Branch: confperl
11257        ! Makefile.SH
11258 ____________________________________________________________________________
11259 [  1961] By: jhi                                   on 1998/10/14  16:27:39
11260     Log: VM/ESA creates executable.loadmaps.
11261  Branch: confperl
11262        ! Makefile.SH
11263 ____________________________________________________________________________
11264 [  1960] By: jhi                                   on 1998/10/14  15:37:39
11265     Log: Introduce SCHED_YIELD (one of sched_yield(),
11266          pthread_yield(), or pthread_yield(NULL)).
11267          YIELD is then defined using SCHED_YIELD unless
11268          a platform-specific YIELD has already been defined.
11269          
11270          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
11271          
11272          The need for pthread_yield(NULL) and pthread_attr_setdet...
11273          introduced by (private email)
11274          
11275          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11276          Date: Sat, 10 Oct 1998 21:08:15 +1300
11277          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
11278          Subject: Re: Perl thread problems in VM/ESA
11279          
11280          Better select() protoprobe (for AIX), from (private email)
11281          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11282          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
11283          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
11284          Subject: AIX select (fwd)
11285          From: Lars Hecking <lhecking@nmrc.ucc.ie>
11286          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
11287          Date: Fri, 2 Oct 1998 10:40:01 +0100
11288          Subject: AIX select
11289          
11290          Linux-avoid-so.X.Y, based on
11291          From: "Kurt D. Starsinic" <kstar@chapin.edu>
11292          Date: Tue, 13 Oct 1998 15:55:07 -0400
11293          Message-ID: <19981013155507.B4004@O2.chapin.edu>
11294          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
11295  Branch: confperl
11296        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
11297        ! thread.h
11298 ____________________________________________________________________________
11299 [  1959] By: jhi                                   on 1998/10/14  12:51:26
11300     Log: Some old pthread implementations have
11301          pthread_attr_setdetachstate(pthread_attr_t*, int*).
11302  Branch: confperl
11303        ! ext/Thread/Thread.xs
11304 ____________________________________________________________________________
11305 [  1958] By: jhi                                   on 1998/10/14  12:41:11
11306     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
11307          counterparts will follow soon.
11308  Branch: confperl
11309        ! thread.h
11310 ____________________________________________________________________________
11311 [  1957] By: jhi                                   on 1998/10/14  12:38:11
11312     Log: Add tr.t (MANIFEST already knew about it, strange)
11313  Branch: confperl
11314        + t/op/tr.t
11315 ____________________________________________________________________________
11316 [  1956] By: jhi                                   on 1998/10/14  12:24:35
11317     Log: Mutexen should be initialized only once.
11318  Branch: confperl
11319        ! gv.c op.c
11320 ____________________________________________________________________________
11321 [  1955] By: jhi                                   on 1998/10/14  12:19:38
11322     Log: os390 has its own cppstdin.
11323  Branch: confperl
11324        ! hints/os390.sh
11325 ____________________________________________________________________________
11326 [  1954] By: jhi                                   on 1998/10/14  12:15:06
11327     Log: Integrate with mainperl.
11328  Branch: confperl
11329       !> (integrate 1280 files)
11330 ____________________________________________________________________________
11331 [  1953] By: jhi                                   on 1998/10/14  11:48:08
11332     Log: Removed duplicate CMA threads code for HPUX 10.X.
11333          (probably residue of patch(1) being too understanding)
11334          Enhanced 64-bit settings. (redo change#1940)
11335  Branch: confperl
11336        ! hints/hpux.sh
11337 ____________________________________________________________________________
11338 [  1952] By: jhi                                   on 1998/10/14  11:45:16
11339     Log: (redo change#1949) Detypo in the d_open64 warning about
11340          the impending WHOA.
11341  Branch: confperl
11342        ! hints/irix_6.sh
11343 ____________________________________________________________________________
11344 [  1951] By: jhi                                   on 1998/10/14  10:54:16
11345     Log: Mutexen should only be inited once, after they have been New()ed.
11346  Branch: confperl
11347        ! gv.c op.c
11348 ____________________________________________________________________________
11349 [  1950] By: jhi                                   on 1998/10/14  10:41:43
11350     Log: Own cppstdin.
11351  Branch: confperl
11352        ! hints/os390.sh
11353 ____________________________________________________________________________
11354 [  1949] By: jhi                                   on 1998/10/14  10:34:23
11355     Log: Detypo in the d_open64 warning about the impending WHOA.
11356  Branch: confperl
11357        ! hints/irix_6.sh
11358 ____________________________________________________________________________
11359 [  1948] By: gsar                                  on 1998/10/14  05:38:01
11360     Log: two typos
11361  Branch: perl
11362        ! pp_hot.c t/op/eval.t
11363 ____________________________________________________________________________
11364 [  1947] By: gsar                                  on 1998/10/14  05:37:10
11365     Log: let docatch() pass the buck when restartop turns out to be null,
11366          making exceptions in BEGIN{} propagate as expected
11367  Branch: perl
11368        ! pp_ctl.c t/op/misc.t
11369 ____________________________________________________________________________
11370 [  1946] By: gsar                                  on 1998/10/13  03:41:49
11371     Log: add missing file from change#1943
11372  Branch: perl
11373        ! proto.h
11374 ____________________________________________________________________________
11375 [  1945] By: gsar                                  on 1998/10/13  03:32:02
11376     Log: defer "deep recursion" warnings until CXt_SUB context is properly
11377          set up
11378  Branch: perl
11379        ! pp_hot.c t/pragma/warn/pp_hot
11380 ____________________________________________________________________________
11381 [  1944] By: gsar                                  on 1998/10/13  03:15:50
11382     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
11383          fixup the cop_seq value that must be seen by lexical lookups that
11384          emanate within eval''
11385  Branch: perl
11386        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
11387 ____________________________________________________________________________
11388 [  1943] By: gsar                                  on 1998/10/13  02:06:09
11389     Log: ensure recursive attempts to findlex()icals know enough about where
11390          the last eval'' context was encountered
11391  Branch: perl
11392        ! op.c t/op/eval.t
11393 ____________________________________________________________________________
11394 [  1942] By: gsar                                  on 1998/10/13  02:01:24
11395     Log: force copy of substrings when matching against temporaries
11396  Branch: perl
11397        ! pp_hot.c t/op/pat.t
11398 ____________________________________________________________________________
11399 [  1941] By: gsar                                  on 1998/10/13  01:49:16
11400     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
11401          implementation)
11402  Branch: perl
11403        ! pp_ctl.c t/op/runlevel.t
11404 ____________________________________________________________________________
11405 [  1940] By: jhi                                   on 1998/10/12  09:57:44
11406     Log: Removed duplicate CMA threads code for HPUX 10.X.
11407          (probably residue of patch(1) being too understanding)
11408          Enhanced 64-bit settings.
11409  Branch: confperl
11410        ! hints/hpux.sh
11411 ____________________________________________________________________________
11412 [  1939] By: jhi                                   on 1998/10/12  09:53:11
11413     Log: Initial sync from mainline perl.
11414  Branch: confperl
11415        + (add 1282 files)
11416 ____________________________________________________________________________
11417 [  1937] By: gsar                                  on 1998/10/06  21:16:34
11418     Log: fix $/ init for USE_THREADS
11419  Branch: perl
11420        ! perl.c
11421 ____________________________________________________________________________
11422 [  1936] By: gsar                                  on 1998/10/06  07:19:39
11423     Log: fix globals caught by change#1927; builds and tests on Solaris
11424  Branch: perl
11425        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
11426        ! warning.h warning.pl
11427 ____________________________________________________________________________
11428 [  1935] By: gsar                                  on 1998/10/06  06:50:35
11429     Log: add test for previous fix
11430  Branch: perl
11431        ! ext/Thread/create.t
11432 ____________________________________________________________________________
11433 [  1934] By: gsar                                  on 1998/10/06  06:37:36
11434     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
11435  Branch: perl
11436        ! util.c
11437 ____________________________________________________________________________
11438 [  1933] By: gsar                                  on 1998/10/06  05:04:20
11439     Log: undo bogus part of change#1903 (as pointed out by Larry)
11440  Branch: perl
11441        ! pp_ctl.c
11442 ____________________________________________________________________________
11443 [  1932] By: gsar                                  on 1998/10/06  04:21:31
11444     Log: added tweaked version of suggested patch
11445          From: jan.dubois@ibm.net (Jan Dubois)
11446          Date: Sat, 03 Oct 1998 19:04:48 +0200
11447          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
11448          Subject: [PATCH 5.005_52] More MakeMaker  patches
11449  Branch: perl
11450        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11451        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11452 ____________________________________________________________________________
11453 [  1931] By: gsar                                  on 1998/10/06  04:04:33
11454     Log: use cpp symbols instead of hardwired constants
11455          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11456          Date: Mon, 05 Oct 1998 09:23:33 +0100
11457          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
11458          Subject: [PATCH 5.005_52] By the numbers (resend)
11459  Branch: perl
11460        ! op.c
11461 ____________________________________________________________________________
11462 [  1930] By: gsar                                  on 1998/10/06  04:01:55
11463     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11464          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
11465          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
11466          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
11467  Branch: perl
11468        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
11469        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
11470 ____________________________________________________________________________
11471 [  1929] By: gsar                                  on 1998/10/06  03:50:36
11472     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11473          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
11474          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
11475          Subject: [PATCH 5.00552] Minor test improvement
11476  Branch: perl
11477        ! t/op/magic.t
11478 ____________________________________________________________________________
11479 [  1928] By: gsar                                  on 1998/10/06  03:49:03
11480     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11481          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
11482          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
11483          Subject: [PATCH 5.00552] emacs/ptags inprovements
11484  Branch: perl
11485        ! emacs/ptags
11486 ____________________________________________________________________________
11487 [  1927] By: gsar                                  on 1998/10/06  03:47:44
11488     Log: disable C<#define dirty PL_dirty> et al.
11489  Branch: perl
11490        ! embed.pl embedvar.h
11491 ____________________________________________________________________________
11492 [  1926] By: gsar                                  on 1998/10/06  03:43:32
11493     Log: From: Mark-Jason Dominus <mjd@plover.com>
11494          Date: Sun, 04 Oct 1998 14:48:11 -0400
11495          Message-ID: <19981004184811.16048.qmail@plover.com>
11496          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
11497  Branch: perl
11498        ! utils/perldoc.PL
11499 ____________________________________________________________________________
11500 [  1925] By: gsar                                  on 1998/10/06  03:27:35
11501     Log: disable USE_THREADS when PERL_OBJECT is enabled
11502  Branch: perl
11503        ! win32/Makefile win32/makefile.mk
11504 ____________________________________________________________________________
11505 [  1924] By: gsar                                  on 1998/10/06  03:26:54
11506     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
11507  Branch: perl
11508        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
11509        ! vms/perly_c.vms
11510 ____________________________________________________________________________
11511 [  1923] By: gsar                                  on 1998/10/03  05:19:56
11512     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
11513          overridden
11514  Branch: perl
11515        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
11516        ! proto.h vms/perly_c.vms
11517 ____________________________________________________________________________
11518 [  1922] By: gsar                                  on 1998/10/03  03:59:50
11519     Log: suppress manifypods leak in extensions
11520  Branch: perl
11521        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
11522 ____________________________________________________________________________
11523 [  1921] By: gsar                                  on 1998/10/02  22:30:15
11524     Log: os390 fixes (suggested by Peter Prymmer)
11525  Branch: perl
11526        ! Makefile.SH regcomp.c
11527 ____________________________________________________________________________
11528 [  1920] By: gsar                                  on 1998/10/02  21:41:19
11529     Log: squelch undef warnings
11530          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11531          Date: Fri, 02 Oct 1998 11:01:14 +0100
11532          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
11533          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
11534  Branch: perl
11535        ! Changes lib/Math/BigInt.pm
11536 ____________________________________________________________________________
11537 [  1919] By: gsar                                  on 1998/10/02  04:59:13
11538     Log: add note to INSTALL about ANSI C
11539  Branch: perl
11540        ! INSTALL
11541 ____________________________________________________________________________
11542 [  1918] By: gsar                                  on 1998/10/02  04:21:10
11543     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
11544          From: jan.dubois@ibm.net (Jan Dubois)
11545          Date: Wed, 30 Sep 1998 23:35:30 +0200
11546          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
11547          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
11548  Branch: perl
11549        ! lib/ExtUtils/xsubpp
11550 ____________________________________________________________________________
11551 [  1917] By: gsar                                  on 1998/10/02  04:16:02
11552     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11553          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
11554          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
11555          Subject: Re: Configure test for selectbits busted
11556  Branch: perl
11557        ! Configure
11558 ____________________________________________________________________________
11559 [  1916] By: gsar                                  on 1998/10/02  04:14:17
11560     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11561          Date: Wed, 30 Sep 1998 17:15:20 -0700
11562          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
11563          Subject: [PATCH 5.005_02]VMS config tweaks
11564  Branch: perl
11565        ! vms/descrip_mms.template vms/subconfigure.com
11566 ____________________________________________________________________________
11567 [  1915] By: gsar                                  on 1998/10/02  04:10:47
11568     Log: use Off_t to permit 64-bit seek()
11569          From: Scott Henry <scotth@sgi.com>
11570          Date: 29 Sep 1998 17:38:46 -0700
11571          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
11572          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
11573          --
11574          Date: 28 Sep 1998 18:55:37 -0700
11575          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
11576          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11577  Branch: perl
11578        ! doio.c pp_sys.c proto.h sv.c
11579 ____________________________________________________________________________
11580 [  1914] By: gsar                                  on 1998/10/02  04:05:36
11581     Log: normalize tm struct passed to strftime() with mktime()
11582          From: Spider Boardman <spider@orb.nashua.nh.us>
11583          Date: Wed, 30 Sep 1998 15:12:09 -0400
11584          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
11585          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
11586  Branch: perl
11587        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11588 ____________________________________________________________________________
11589 [  1913] By: gsar                                  on 1998/10/02  03:59:46
11590     Log: don't try to run foo_SH.orig etc.
11591  Branch: perl
11592        ! Configure
11593 ____________________________________________________________________________
11594 [  1912] By: gsar                                  on 1998/10/02  03:45:37
11595     Log: make warning about glob process failure optional
11596  Branch: perl
11597        ! pod/perldiag.pod pp_hot.c
11598 ____________________________________________________________________________
11599 [  1911] By: gsar                                  on 1998/10/02  02:52:21
11600     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
11601          From: Dominic Dunlop <domo@vo.lu>
11602          Date: Tue, 29 Sep 1998 21:06:30 +0000
11603          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
11604          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
11605          --
11606          Date: Wed, 30 Sep 1998 11:46:44 +0000
11607          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
11608          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
11609  Branch: perl
11610        ! pod/perldiag.pod regcomp.c
11611 ____________________________________________________________________________
11612 [  1910] By: gsar                                  on 1998/10/02  02:48:48
11613     Log: minor Configure tweaks (via private mail)
11614          From: Jarkko Hietaniemi <jhi@iki.fi>
11615          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
11616          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
11617          Subject: [PATCH] 5.005_52: the drizzle continues
11618  Branch: perl
11619        ! Configure config_h.SH handy.h
11620 ____________________________________________________________________________
11621 [  1909] By: gsar                                  on 1998/10/02  02:46:39
11622     Log: update SCO hints for dynamic loading
11623          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11624          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
11625          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
11626          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11627          --
11628          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
11629          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
11630          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11631  Branch: perl
11632        ! hints/sco.sh
11633 ____________________________________________________________________________
11634 [  1908] By: gsar                                  on 1998/10/02  02:33:39
11635     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
11636  Branch: perl
11637        ! lib/File/Find.pm
11638 ____________________________________________________________________________
11639 [  1907] By: gsar                                  on 1998/10/02  02:21:52
11640     Log: applied patches, but retained old behavior for win32 (where compilers
11641          can't read from stdin at all)
11642          From: Graham Barr <gbarr@ti.com>
11643          Date: Mon, 28 Sep 1998 09:41:49 -0500
11644          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
11645          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11646          --
11647          Date: Tue, 29 Sep 1998 12:35:43 -0500
11648          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
11649          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11650  Branch: perl
11651        ! ext/Errno/Errno_pm.PL
11652 ____________________________________________________________________________
11653 [  1906] By: gsar                                  on 1998/10/02  02:02:19
11654     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
11655          Hietaniemi)
11656  Branch: perl
11657        ! t/op/grent.t
11658 ____________________________________________________________________________
11659 [  1905] By: gsar                                  on 1998/10/02  01:59:56
11660     Log: win32 caveats about truncate()
11661  Branch: perl
11662        ! pod/perlport.pod
11663 ____________________________________________________________________________
11664 [  1904] By: gsar                                  on 1998/10/02  01:53:25
11665     Log: various Configure and hints updates (prefer drand48() or random()
11666          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
11667          applied modulo SCO hints superceded by later patch
11668          From: Jarkko Hietaniemi <jhi@iki.fi>
11669          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
11670          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
11671          Subject: [PATCH] 5.005_52: Configure et al:
11672  Branch: perl
11673        + ext/IPC/SysV/hints/next_3.pl
11674        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
11675        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
11676        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
11677 ____________________________________________________________________________
11678 [  1903] By: gsar                                  on 1998/10/02  01:42:37
11679     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
11680          Date: Mon, 28 Sep 1998 17:41:49 +0100
11681          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
11682          Subject: [PATCH 5.005_52] Re: More on ?p 
11683          --
11684          Date: Thu, 01 Oct 1998 09:10:58 +0100
11685          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
11686          Subject: [PATCH 5.005_52] ?p fix
11687          --
11688          Date: Thu, 01 Oct 1998 10:45:56 +0100
11689          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
11690          Subject: [PATCH 5.005_52] more on ?p
11691  Branch: perl
11692        ! pp_ctl.c
11693 ____________________________________________________________________________
11694 [  1902] By: gsar                                  on 1998/10/02  01:36:14
11695     Log: From: Kenneth Duda <kjd@cisco.com>
11696          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
11697          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
11698          Subject: writemain dies when there are more than 4000 characters of extensions
11699  Branch: perl
11700        ! writemain.SH
11701 ____________________________________________________________________________
11702 [  1901] By: gsar                                  on 1998/10/02  01:33:16
11703     Log: tweak run_byacc recipe
11704  Branch: perl
11705        ! Makefile.SH Porting/pumpkin.pod
11706 ____________________________________________________________________________
11707 [  1900] By: gsar                                  on 1998/10/02  01:02:09
11708     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
11709  Branch: perl
11710        ! perl.h pp_ctl.c
11711 ____________________________________________________________________________
11712 [  1899] By: gsar                                  on 1998/09/28  20:46:30
11713     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
11714          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
11715          Dvornik)
11716  Branch: perl
11717        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
11718 ____________________________________________________________________________
11719 [  1898] By: gsar                                  on 1998/09/28  20:42:52
11720     Log: flush unsubmitted 5.00552 change
11721  Branch: perl
11722        ! MANIFEST
11723 ____________________________________________________________________________
11724 [  1897] By: gsar                                  on 1998/09/27  04:43:06
11725     Log: run vms_yfix.pl
11726  Branch: perl
11727        ! vms/perly_c.vms
11728 ____________________________________________________________________________
11729 [  1896] By: gsar                                  on 1998/09/27  03:38:55
11730     Log: small tweak on last change
11731  Branch: perl
11732        ! win32/win32.c
11733 ____________________________________________________________________________
11734 [  1895] By: gsar                                  on 1998/09/27  03:17:17
11735     Log: fix win32_stat() to do the right thing for share names
11736  Branch: perl
11737        ! win32/win32.c
11738 ____________________________________________________________________________
11739 [  1891] By: larry                                 on 1998/09/25  18:50:40
11740     Log: Fixed apostrophe problem from Mark Knutsen.
11741  Branch: perl
11742        ! sv.h
11743
11744 ----------------
11745 Version 5.005_52
11746 ----------------
11747
11748 ____________________________________________________________________________
11749 [  1890] By: gsar                                  on 1998/09/25  10:25:00
11750     Log: update template config.sh, add new config vars to win32 stuff
11751  Branch: perl
11752        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
11753        ! pp_sys.c proto.h win32/config.bc win32/config.gc
11754        ! win32/config.vc win32/config_H.bc win32/config_H.gc
11755        ! win32/config_H.vc win32/win32.h
11756 ____________________________________________________________________________
11757 [  1889] By: gsar                                  on 1998/09/25  07:13:13
11758     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
11759          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
11760          of full-fledged 64-bit support (including support for: fseeko/ftello,
11761          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
11762          in Fcntl)
11763          From: Jarkko Hietaniemi <jhi@iki.fi>
11764          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
11765          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
11766          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
11767          --
11768          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11769          Date: 12 Sep 1998 09:44:25 +0300
11770          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
11771          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11772  Branch: perl
11773        + lib/filetest.pm
11774        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
11775        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
11776        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
11777        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
11778        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
11779        ! win32/makedef.pl
11780 ____________________________________________________________________________
11781 [  1888] By: gsar                                  on 1998/09/25  06:27:12
11782     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
11783  Branch: perl
11784        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
11785        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11786        ! win32/makedef.pl win32/makefile.mk win32/win32.c
11787 ____________________________________________________________________________
11788 [  1887] By: gsar                                  on 1998/09/25  04:50:49
11789     Log: win32.c tweak
11790  Branch: perl
11791        ! win32/win32.c
11792 ____________________________________________________________________________
11793 [  1886] By: gsar                                  on 1998/09/25  04:47:32
11794     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
11795  Branch: perl
11796        ! lib/ExtUtils/MakeMaker.pm
11797 ____________________________________________________________________________
11798 [  1885] By: gsar                                  on 1998/09/25  04:05:09
11799     Log: From: Dominic Dunlop <domo@vo.lu>
11800          Date: Thu, 10 Sep 1998 11:02:46 +0000
11801          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
11802          Subject: MM_Unix::canonpath erroneously turns leading // into /
11803  Branch: perl
11804        ! lib/ExtUtils/MM_Unix.pm
11805 ____________________________________________________________________________
11806 [  1884] By: gsar                                  on 1998/09/25  03:06:10
11807     Log: temporarily disable perl malloc for a2p until we clean up
11808          conflicting malloc() declarations everywhere
11809  Branch: perl
11810        ! x2p/Makefile.SH
11811 ____________________________________________________________________________
11812 [  1883] By: gsar                                  on 1998/09/25  02:27:00
11813     Log: remove obsolete win32/bin/*.pl
11814  Branch: perl
11815        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
11816        ! Changes MANIFEST win32/Makefile win32/makefile.mk
11817 ____________________________________________________________________________
11818 [  1882] By: gsar                                  on 1998/09/25  02:04:43
11819     Log: missing file in last submit
11820  Branch: perl
11821        ! proto.h
11822 ____________________________________________________________________________
11823 [  1881] By: gsar                                  on 1998/09/25  01:56:54
11824     Log: serial access to PL_x[inpr]v_root for USE_THREADS
11825  Branch: perl
11826        ! sv.c
11827 ____________________________________________________________________________
11828 [  1880] By: gsar                                  on 1998/09/25  01:19:38
11829     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
11830          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
11831          Date: Thu, 24 Sep 1998 22:01:09 +0900
11832          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
11833          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
11834  Branch: perl
11835        ! hv.c proto.h
11836 ____________________________________________________________________________
11837 [  1879] By: gsar                                  on 1998/09/25  00:20:07
11838     Log: tweaks to enable PERL_OBJECT to build & test on win32
11839  Branch: perl
11840        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
11841        ! win32/GenCAPI.pl
11842 ____________________________________________________________________________
11843 [  1878] By: gsar                                  on 1998/09/25  00:13:36
11844     Log: fix change#1861, which breaks default boot_xxx symbol generation
11845  Branch: perl
11846        ! lib/ExtUtils/Mksymlists.pm
11847 ____________________________________________________________________________
11848 [  1877] By: gsar                                  on 1998/09/24  10:29:54
11849     Log: two tweaks for clean build and test on Solaris
11850  Branch: perl
11851        ! op.c t/op/subst.t
11852 ____________________________________________________________________________
11853 [  1876] By: gsar                                  on 1998/09/24  09:04:43
11854     Log: From: Colin Kuskie <ckuskie@cadence.com>
11855          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
11856          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
11857          Subject: [PATCH 5.005_51] perlform.pod
11858  Branch: perl
11859        ! pod/perlform.pod
11860 ____________________________________________________________________________
11861 [  1875] By: gsar                                  on 1998/09/24  08:47:47
11862     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11863          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
11864          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
11865          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
11866  Branch: perl
11867        ! regexec.c
11868 ____________________________________________________________________________
11869 [  1874] By: gsar                                  on 1998/09/24  08:44:55
11870     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11871          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
11872          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
11873          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
11874  Branch: perl
11875        ! toke.c
11876 ____________________________________________________________________________
11877 [  1873] By: gsar                                  on 1998/09/24  08:39:41
11878     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11879          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
11880          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
11881          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
11882  Branch: perl
11883        ! Changes regcomp.c
11884 ____________________________________________________________________________
11885 [  1872] By: gsar                                  on 1998/09/24  08:37:00
11886     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
11887          Date: Sun, 23 Aug 1998 23:18:38 PDT
11888          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
11889          Subject: new irix_6.sh hints file
11890  Branch: perl
11891        ! hints/irix_6.sh
11892 ____________________________________________________________________________
11893 [  1871] By: gsar                                  on 1998/09/24  07:26:37
11894     Log: correct FSF address in various places
11895  Branch: perl
11896        ! Copying README ext/B/README lib/Getopt/Long.pm
11897 ____________________________________________________________________________
11898 [  1870] By: gsar                                  on 1998/09/24  07:11:56
11899     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
11900          Date:    Fri, 14 Aug 1998 09:20:16 PDT
11901          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
11902          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
11903  Branch: perl
11904        ! configure.com
11905 ____________________________________________________________________________
11906 [  1869] By: gsar                                  on 1998/09/24  06:55:59
11907     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
11908          From:    Scott Henry <scotth@sgi.com>
11909          Date:    13 Aug 1998 09:52:15 PDT
11910          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
11911          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
11912  Branch: perl
11913        ! hints/irix_6.sh
11914 ____________________________________________________________________________
11915 [  1868] By: gsar                                  on 1998/09/24  06:51:23
11916     Log: From:    Nathan Torkington <gnat@frii.com>
11917          Date:    Thu, 13 Aug 1998 10:59:48 MDT
11918          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
11919          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
11920  Branch: perl
11921        ! pod/perlfunc.pod
11922 ____________________________________________________________________________
11923 [  1867] By: gsar                                  on 1998/09/24  06:45:13
11924     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
11925          that are autoloaded)
11926  Branch: perl
11927        ! pp_ctl.c
11928 ____________________________________________________________________________
11929 [  1866] By: gsar                                  on 1998/09/24  05:21:19
11930     Log: grandfather deprecated "$$<digit>" no more
11931  Branch: perl
11932        ! pod/perldiag.pod toke.c
11933 ____________________________________________________________________________
11934 [  1865] By: gsar                                  on 1998/09/24  04:52:48
11935     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
11936          low bits (suggested by Ilya Zakharevich)
11937  Branch: perl
11938        ! hv.h
11939 ____________________________________________________________________________
11940 [  1864] By: gsar                                  on 1998/09/24  04:29:14
11941     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
11942          perly_c.diff
11943  Branch: perl
11944        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
11945        ! perly_c.diff toke.c
11946 ____________________________________________________________________________
11947 [  1863] By: gsar                                  on 1998/09/24  03:36:30
11948     Log: provide locked access to string table for USE_THREADS
11949  Branch: perl
11950        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
11951 ____________________________________________________________________________
11952 [  1862] By: gsar                                  on 1998/09/24  03:30:32
11953     Log: remove bogus warn()
11954  Branch: perl
11955        ! embed.pl
11956 ____________________________________________________________________________
11957 [  1861] By: gsar                                  on 1998/09/24  02:58:51
11958     Log: applied suggested patch, adapted for all platforms
11959          From: jan.dubois@ibm.net (Jan Dubois)
11960          Date: Sun, 20 Sep 1998 12:56:38 +0200
11961          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
11962          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
11963  Branch: perl
11964        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11965        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11966        ! lib/ExtUtils/MakeMaker.pm
11967 ____________________________________________________________________________
11968 [  1860] By: gsar                                  on 1998/09/24  02:16:14
11969     Log: upgrade to CPAN-1.40
11970  Branch: perl
11971        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
11972 ____________________________________________________________________________
11973 [  1859] By: gsar                                  on 1998/09/24  02:08:59
11974     Log: use $ENV{MAKEMAKEROPT} to set default command line args
11975  Branch: perl
11976        ! lib/ExtUtils/MakeMaker.pm
11977 ____________________________________________________________________________
11978 [  1857] By: gsar                                  on 1998/09/23  10:58:36
11979     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11980          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
11981          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
11982          Subject: More verbose Test::Harness [PATCH]
11983  Branch: perl
11984        ! lib/Test/Harness.pm
11985 ____________________________________________________________________________
11986 [  1856] By: gsar                                  on 1998/09/23  10:56:24
11987     Log: update hints for OPENSTEP 4.2 on i386
11988          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
11989          Date: Sun, 20 Sep 1998 01:03:18 +0200
11990          Message-Id: <9809192303.AA29190@Spike>
11991          Subject: Perl 5.005_02 compilation problems
11992  Branch: perl
11993        ! hints/next_4.sh
11994 ____________________________________________________________________________
11995 [  1855] By: gsar                                  on 1998/09/23  10:52:27
11996     Log: reset errno after C<require> search (as suggested by Larry)
11997  Branch: perl
11998        ! pp_ctl.c
11999 ____________________________________________________________________________
12000 [  1854] By: gsar                                  on 1998/09/23  10:50:26
12001     Log: misc pod tweaks
12002  Branch: perl
12003        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
12004 ____________________________________________________________________________
12005 [  1853] By: gsar                                  on 1998/09/23  10:46:06
12006     Log: make Pod/Html.pm handle the --title option properly (as suggested
12007          by gml4410@ggr.co.uk)
12008  Branch: perl
12009        ! lib/Pod/Html.pm
12010 ____________________________________________________________________________
12011 [  1852] By: gsar                                  on 1998/09/23  10:41:39
12012     Log: SSNEW() API for allocating memory on the savestack
12013          From: Albert Dvornik <bert@genscan.com>
12014          Date: 17 Sep 1998 19:23:07 -0400
12015          Message-Id: <tqemtae338.fsf@puma.genscan.com>
12016          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
12017  Branch: perl
12018        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
12019        ! perl.h proto.h scope.c scope.h t/io/tell.t
12020 ____________________________________________________________________________
12021 [  1851] By: gsar                                  on 1998/09/23  10:37:05
12022     Log: From: Jochen Wiedmann <joe@ispsoft.de>
12023          Date: Thu, 17 Sep 1998 17:16:06 +0200
12024          Message-ID: <360127B6.E44564A@ispsoft.de>
12025          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
12026  Branch: perl
12027        ! lib/ExtUtils/MakeMaker.pm
12028 ____________________________________________________________________________
12029 [  1850] By: gsar                                  on 1998/09/23  10:33:05
12030     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
12031          Date: 15 Sep 1998 01:32:31 +0200
12032          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
12033          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
12034  Branch: perl
12035        ! lib/ExtUtils/MM_Unix.pm
12036 ____________________________________________________________________________
12037 [  1849] By: gsar                                  on 1998/09/23  10:29:04
12038     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
12039          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
12040          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
12041          Subject: Re: extralibs.ld problem in MM_VMS.pm
12042  Branch: perl
12043        ! lib/ExtUtils/MM_VMS.pm
12044 ____________________________________________________________________________
12045 [  1848] By: gsar                                  on 1998/09/23  10:25:24
12046     Log: From: Roderick Schertler <roderick@argon.org>
12047          Date: 11 Sep 1998 16:19:21 -0400
12048          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
12049          Subject: Re: Open2 and memory leaks
12050  Branch: perl
12051        ! lib/IPC/Open3.pm
12052 ____________________________________________________________________________
12053 [  1847] By: gsar                                  on 1998/09/23  10:18:31
12054     Log: From: Roderick Schertler <roderick@argon.org>
12055          Date: Wed, 09 Sep 1998 23:52:48 -0400
12056          Message-ID: <20567.905399568@eeyore.ibcinc.com>
12057          Subject: seed srand from /dev/urandom when possible
12058  Branch: perl
12059        ! pod/perlfunc.pod pp.c
12060 ____________________________________________________________________________
12061 [  1846] By: gsar                                  on 1998/09/23  10:12:22
12062     Log: From: Roderick Schertler <roderick@argon.org>
12063          Date: Thu, 10 Sep 1998 00:32:17 -0400
12064          Message-ID: <21142.905401937@eeyore.ibcinc.com>
12065          Subject: doc update for crypt()'s salt
12066  Branch: perl
12067        ! pod/perlfunc.pod
12068 ____________________________________________________________________________
12069 [  1845] By: gsar                                  on 1998/09/23  10:09:23
12070     Log: fix h2ph handling of C<#error "foo">
12071          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
12072          Date: Thu, 10 Sep 1998 09:59:33 +0900
12073          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
12074          Subject: [5.005_02] h2ph problem
12075  Branch: perl
12076        ! utils/h2ph.PL
12077 ____________________________________________________________________________
12078 [  1844] By: gsar                                  on 1998/09/23  10:06:13
12079     Log: plug strictly private function leaks in API listing
12080  Branch: perl
12081        ! pod/perlguts.pod
12082 ____________________________________________________________________________
12083 [  1843] By: gsar                                  on 1998/09/23  10:02:57
12084     Log: hide symbol for static build
12085          From: Dominic Dunlop <domo@vo.lu>
12086          Date: Tue, 8 Sep 1998 21:40:46 +0000
12087          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
12088          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
12089  Branch: perl
12090        ! regcomp.c
12091 ____________________________________________________________________________
12092 [  1842] By: gsar                                  on 1998/09/23  09:52:46
12093     Log: define PUT_svindex(), PUT_opindex()
12094  Branch: perl
12095        ! ext/B/B/Assembler.pm
12096 ____________________________________________________________________________
12097 [  1841] By: gsar                                  on 1998/09/23  09:44:25
12098     Log: From: Dominic Dunlop <domo@vo.lu>
12099          Date: Tue, 8 Sep 1998 15:34:53 +0000
12100          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
12101          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
12102  Branch: perl
12103        ! t/pragma/warn/regexec
12104 ____________________________________________________________________________
12105 [  1840] By: gsar                                  on 1998/09/23  09:42:17
12106     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
12107  Branch: perl
12108        ! win32/bin/pl2bat.pl
12109 ____________________________________________________________________________
12110 [  1839] By: gsar                                  on 1998/09/23  09:38:18
12111     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
12112          Date: Mon, 7 Sep 1998 17:36:09 +0900
12113          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
12114          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
12115  Branch: perl
12116        ! ext/Thread/Thread.xs
12117 ____________________________________________________________________________
12118 [  1838] By: gsar                                  on 1998/09/23  09:21:11
12119     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
12120          Date: Thu, 10 Sep 1998 00:02:07 -0400
12121          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
12122          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
12123  Branch: perl
12124        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
12125        + vos/config.h vos/config_h.SH_orig vos/perl.bind
12126        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
12127        ! MANIFEST perl.c perl.h pod/perlport.pod
12128 ____________________________________________________________________________
12129 [  1837] By: gsar                                  on 1998/09/23  08:45:58
12130     Log: (via private mail)
12131          From: Charles Bailey <BAILEY@newman.upenn.edu>
12132          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
12133          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
12134          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
12135  Branch: perl
12136        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
12137        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12138        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
12139        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
12140        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
12141        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
12142        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
12143        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
12144        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
12145        ! vms/writemain.pl
12146 ____________________________________________________________________________
12147 [  1836] By: gsar                                  on 1998/09/23  08:17:42
12148     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12149          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
12150          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
12151          Subject: [PATCH 5.005_*] OS/2 spawning typos
12152  Branch: perl
12153        ! os2/os2.c
12154 ____________________________________________________________________________
12155 [  1835] By: gsar                                  on 1998/09/23  08:09:55
12156     Log: warn on C<my($foo,$foo)>
12157  Branch: perl
12158        ! op.c pod/perldiag.pod
12159 ____________________________________________________________________________
12160 [  1834] By: gsar                                  on 1998/09/23  07:35:56
12161     Log: From: pvhp@forte.com (Peter Prymmer)
12162          Date: Fri, 4 Sep 98 13:27:41 PDT
12163          Message-Id: <9809042027.AA04463@forte.com>
12164          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
12165  Branch: perl
12166        ! README.vms
12167 ____________________________________________________________________________
12168 [  1833] By: gsar                                  on 1998/09/23  07:27:34
12169     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12170          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
12171          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
12172          Subject: PATCH: 5.005_02 hint/hpux.sh
12173  Branch: perl
12174        ! hints/hpux.sh
12175 ____________________________________________________________________________
12176 [  1832] By: gsar                                  on 1998/09/23  07:22:40
12177     Log: fix (some) installhtml bugs
12178          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
12179          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
12180          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
12181          Subject: installhtml script needs work
12182  Branch: perl
12183        ! installhtml
12184 ____________________________________________________________________________
12185 [  1831] By: gsar                                  on 1998/09/23  07:19:30
12186     Log: document 'U' magic with examples
12187          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
12188          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
12189          Message-Id: <199809011455.PAA00631@sale-wts>
12190          Subject: Re: Looking for some XS MAGIC examples...
12191  Branch: perl
12192        ! pod/perlguts.pod
12193 ____________________________________________________________________________
12194 [  1830] By: gsar                                  on 1998/09/23  07:16:43
12195     Log: From: pvhp@forte.com (Peter Prymmer)
12196          Date: Mon, 31 Aug 98 17:13:49 PDT
12197          Message-Id: <9809010013.AA06737@forte.com>
12198          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
12199  Branch: perl
12200        ! README.os390
12201 ____________________________________________________________________________
12202 [  1829] By: gsar                                  on 1998/09/23  07:15:08
12203     Log: fix problematic typecast in filter_del()
12204          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
12205          Date: Mon, 31 Aug 1998 21:13:11 GMT
12206          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
12207          Subject: perl5.005_02 does not build on Cray T90
12208  Branch: perl
12209        ! toke.c
12210 ____________________________________________________________________________
12211 [  1828] By: gsar                                  on 1998/09/23  07:11:34
12212     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12213          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
12214          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
12215          Subject: [PATCH 5.005_5*] (?>) broken in RE
12216  Branch: perl
12217        ! regexec.c t/op/re_tests
12218 ____________________________________________________________________________
12219 [  1827] By: gsar                                  on 1998/09/23  07:09:50
12220     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
12221  Branch: perl
12222        ! t/op/grent.t t/op/groups.t
12223 ____________________________________________________________________________
12224 [  1826] By: gsar                                  on 1998/09/23  07:03:16
12225     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12226          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
12227          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
12228          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
12229  Branch: perl
12230        - interp.sym
12231        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
12232 ____________________________________________________________________________
12233 [  1825] By: gsar                                  on 1998/09/23  06:56:40
12234     Log: re-introduce change#1703
12235  Branch: perl
12236        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
12237 ____________________________________________________________________________
12238 [  1824] By: gsar                                  on 1998/09/23  06:44:19
12239     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12240          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
12241          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
12242          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
12243  Branch: perl
12244        ! lib/perl5db.pl
12245 ____________________________________________________________________________
12246 [  1823] By: gsar                                  on 1998/09/23  06:41:34
12247         Log: From: Joe Buehler <jhpb@hekimian.com>
12248              Date: 29 Aug 1998 17:13:28 -0400
12249              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
12250              Subject: patches for perl 5.005_51 under U/WIN
12251      Branch: perl
12252            + hints/uwin.sh
12253            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
12254            ! t/lib/posix.t
12255 ____________________________________________________________________________
12256 [  1822] By: gsar                                  on 1998/09/23  06:36:59
12257         Log: add missing C<no utf8;> tweak from Larry
12258      Branch: perl
12259            ! t/op/subst.t
12260 ____________________________________________________________________________
12261 [  1821] By: gsar                                  on 1998/09/23  06:27:51
12262         Log: s/runops/CALLRUNOPS/
12263      Branch: perl
12264            ! cc_runtime.h
12265 ____________________________________________________________________________
12266 [  1820] By: gsar                                  on 1998/09/23  06:24:49
12267         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
12268      Branch: perl
12269           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
12270           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
12271           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
12272           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
12273           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12274           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
12275           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
12276           +> t/pragma/warn/util
12277            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
12278            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
12279            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
12280            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
12281            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
12282            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
12283            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
12284            - t/pragma/warn-util
12285            ! MANIFEST t/pragma/warning.t
12286 ____________________________________________________________________________
12287 [  1819] By: gsar                                  on 1998/09/23  06:08:46
12288         Log: make \(%foo) return refs to values (not copies of values)
12289              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12290              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
12291              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
12292              --
12293              From: Roderick Schertler <roderick@argon.org>
12294              Date: Sat, 29 Aug 1998 00:58:33 -0400
12295              Message-ID: <29894.904366713@eeyore.ibcinc.com>
12296              Subject: Re: \(%x) problems
12297      Branch: perl
12298            ! doop.c pod/perlref.pod
12299 ____________________________________________________________________________
12300 [  1818] By: gsar                                  on 1998/09/23  06:05:08
12301         Log: make h2xs generate ANSI prototypes
12302      Branch: perl
12303            ! utils/h2xs.PL
12304 ____________________________________________________________________________
12305 [  1817] By: gsar                                  on 1998/09/23  05:57:16
12306         Log: updated usethreads hints for hpux 10.X
12307              From: Matthew T Harden <mthard@mthard1.monsanto.com>
12308              Date: Fri, 28 Aug 1998 14:10:42 GMT
12309              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
12310              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
12311      Branch: perl
12312            ! hints/hpux.sh perl.h
12313 ____________________________________________________________________________
12314 [  1816] By: gsar                                  on 1998/09/23  05:53:31
12315         Log: don't create empty directories in installperl
12316              From: Robin Barker <rmb1@cise.npl.co.uk>
12317              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
12318              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
12319              Subject: [PATCH 5.005_02] install: empty dirs
12320      Branch: perl
12321            ! installperl
12322 ____________________________________________________________________________
12323 [  1815] By: gsar                                  on 1998/09/23  05:50:36
12324         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
12325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12326              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
12327              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
12328              Subject: Re: your mail
12329      Branch: perl
12330            ! regexec.c t/op/re_tests
12331 ____________________________________________________________________________
12332 [  1814] By: gsar                                  on 1998/09/23  05:45:17
12333         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12334              Date: Thu, 20 Aug 1998 20:59:03 -0400
12335              Message-ID: <19980820205903.A12908@O2.chapin.edu>
12336              Subject: [PATCH] h2ph misquotes #error directives
12337      Branch: perl
12338            ! t/lib/h2ph.pht utils/h2ph.PL
12339 ____________________________________________________________________________
12340 [  1813] By: gsar                                  on 1998/09/23  05:42:41
12341         Log: patch to support computed regular subexpressions
12342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12343              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
12344              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
12345              Subject: [5.005_5* PATCH] Postponed RE - now!
12346      Branch: perl
12347            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
12348            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
12349 ____________________________________________________________________________
12350 [  1812] By: gsar                                  on 1998/09/23  05:26:26
12351         Log: better CR-handling on shebang line and in formats (fixed variant of
12352              patch suggested by Igor Sysoev <igor@nitek.ru>)
12353      Branch: perl
12354            ! perl.c toke.c
12355 ____________________________________________________________________________
12356 [  1811] By: gsar                                  on 1998/09/23  04:35:46
12357         Log: document non-loopish blocks better
12358              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12359              Date: Tue, 18 Aug 1998 12:28:36 +0100
12360              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
12361              Subject: Re: next in do {} while block gives error message
12362      Branch: perl
12363            ! pod/perlfunc.pod
12364 ____________________________________________________________________________
12365 [  1810] By: gsar                                  on 1998/09/23  04:12:05
12366         Log: fix bogus integerization of pop()'s return value
12367              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12368              Date: Sat, 15 Aug 1998 23:27:54 -0400
12369              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
12370              Subject: Re: Complex expression does integer arithmetic 
12371      Branch: perl
12372            ! opcode.h opcode.pl
12373 ____________________________________________________________________________
12374 [  1809] By: gsar                                  on 1998/09/23  04:09:43
12375         Log: tweak README.win32
12376      Branch: perl
12377            ! README.win32
12378 ____________________________________________________________________________
12379 [  1808] By: gsar                                  on 1998/09/23  03:40:57
12380         Log: better diagnostic for do{} used as lvalue
12381      Branch: perl
12382            ! op.c pod/perlport.pod
12383 ____________________________________________________________________________
12384 [  1807] By: gsar                                  on 1998/09/23  03:38:30
12385         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
12386              From: hansm@icgroup.nl
12387              Date: Tue, 11 Aug 98 21:08:51 +0200
12388              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
12389              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
12390      Branch: perl
12391            ! malloc.c
12392 ____________________________________________________________________________
12393 [  1806] By: gsar                                  on 1998/09/23  03:36:08
12394         Log: support make written in perl (aka "pmake") on win32
12395      Branch: perl
12396            ! lib/ExtUtils/MM_Win32.pm
12397 ____________________________________________________________________________
12398 [  1805] By: gsar                                  on 1998/09/23  03:30:07
12399         Log: fix mismatched UV/U32 types for to_utf8_*()
12400      Branch: perl
12401            ! utf8.c
12402 ____________________________________________________________________________
12403 [  1804] By: gsar                                  on 1998/09/23  03:22:22
12404         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12405              Date: Sun, 9 Aug 1998 22:38:23 +0200
12406              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
12407              Subject: [PATCH 5.5002] dos-djgpp update
12408      Branch: perl
12409            ! t/io/fs.t
12410 ____________________________________________________________________________
12411 [  1803] By: gsar                                  on 1998/09/23  03:20:13
12412         Log: apply minimal variant of patch (sent via private mail)
12413              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
12414              Date: Wed, 12 Aug 1998 15:42:35 +0300
12415              Message-Id: <199808121242.PAA29761@comanche.spices>
12416              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
12417      Branch: perl
12418            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
12419            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
12420 ____________________________________________________________________________
12421 [  1802] By: gsar                                  on 1998/09/23  03:03:39
12422         Log: adjust searchdict.t for EBCDIC (still needs documenting)
12423              From: pvhp@forte.com (Peter Prymmer)
12424              Date: Thu, 6 Aug 98 18:09:39 PDT
12425              Message-Id: <9808070109.AA06158@forte.com>
12426              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
12427      Branch: perl
12428            ! README.os390 t/lib/searchdict.t
12429 ____________________________________________________________________________
12430 [  1801] By: gsar                                  on 1998/09/23  02:54:15
12431         Log: silence redefined warning for XS(INIT) {}
12432      Branch: perl
12433            ! op.c
12434 ____________________________________________________________________________
12435 [  1800] By: gsar                                  on 1998/09/23  02:42:23
12436         Log: support match indices via special variables @- and @+
12437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12438              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
12439              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
12440              Subject: [PATCH 5.004_76] @- and @+
12441      Branch: perl
12442            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
12443            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
12444 ____________________________________________________________________________
12445 [  1799] By: gsar                                  on 1998/09/23  01:44:31
12446         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12447              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
12448              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
12449              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
12450      Branch: perl
12451            ! regcomp.c t/op/re_tests
12452 ____________________________________________________________________________
12453 [  1798] By: gsar                                  on 1998/09/23  01:39:23
12454         Log: integrate maint-5.005 changes (except conflicting change#1794)
12455      Branch: perl
12456            ! Changes
12457           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
12458           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
12459           !> win32/win32.h
12460 ____________________________________________________________________________
12461 [  1797] By: gsar                                  on 1998/09/23  01:32:36
12462         Log: add note to win32/Makefile about setting CCHOME
12463      Branch: perl
12464            ! win32/Makefile win32/makefile.mk
12465 ____________________________________________________________________________
12466 [  1796] By: gsar                                  on 1998/09/23  01:31:32
12467         Log: perl.pod tweak
12468      Branch: perl
12469            ! pod/perl.pod
12470 ____________________________________________________________________________
12471 [  1795] By: gsar                                  on 1998/09/21  20:34:10
12472         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
12473      Branch: perl
12474            ! lib/ExtUtils/xsubpp
12475 ____________________________________________________________________________
12476 [  1789] By: gsar                                  on 1998/09/18  18:01:37
12477         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
12478      Branch: perl
12479            ! cop.h t/cmd/for.t
12480 ____________________________________________________________________________
12481 [  1788] By: gsar                                  on 1998/09/17  02:19:11
12482         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
12483      Branch: perl
12484            ! win32/config.bc win32/config.gc win32/config.vc
12485 ____________________________________________________________________________
12486 [  1787] By: gsar                                  on 1998/09/17  01:45:14
12487         Log: suppress bogus warning on C<sub x {} x()>
12488      Branch: perl
12489            ! toke.c
12490 ____________________________________________________________________________
12491 [  1786] By: gsar                                  on 1998/09/17  01:42:51
12492         Log: ntohl typo in objXSUB.h
12493      Branch: perl
12494            ! objXSUB.h
12495 ____________________________________________________________________________
12496 [  1785] By: gsar                                  on 1998/09/17  01:41:48
12497         Log: fill gaps in sig_* entries in win32/config.?c
12498      Branch: perl
12499            ! win32/config.bc win32/config.gc win32/config.vc
12500 ____________________________________________________________________________
12501 [  1781] By: larry                                 on 1998/09/05  23:48:24
12502         Log: tr/// logic was hosed under utf8
12503      Branch: perl
12504            ! doop.c op.c op.h pp.c proto.h
12505 ____________________________________________________________________________
12506 [  1780] By: larry                                 on 1998/09/05  23:44:16
12507         Log: several new tests needed tweaking to work under utf8
12508      Branch: perl
12509            ! t/comp/require.t t/op/pack.t t/op/substr.t
12510 ____________________________________________________________________________
12511 [  1779] By: larry                                 on 1998/09/05  23:41:42
12512         Log: index() applied BM optimization to wrong argument
12513      Branch: perl
12514            ! op.c util.c
12515 ____________________________________________________________________________
12516 [  1778] By: larry                                 on 1998/09/05  23:38:29
12517         Log: Implicit require during compile reset line numbering
12518      Branch: perl
12519            ! pp_ctl.c
12520
12521 ----------------
12522 Version 5.005_51
12523 ----------------
12524
12525 ____________________________________________________________________________
12526 [  1777] By: gsar                                  on 1998/08/10  07:02:38
12527         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
12528              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
12529              lexical warning testsuite for win32
12530      Branch: perl
12531            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
12532            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
12533            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
12534            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
12535            ! win32/Makefile win32/makefile.mk
12536 ____________________________________________________________________________
12537 [  1776] By: gsar                                  on 1998/08/09  17:53:48
12538         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
12539      Branch: perl
12540            ! Changes MANIFEST perl.c pod/perlhist.pod
12541 ____________________________________________________________________________
12542 [  1775] By: gsar                                  on 1998/08/09  14:35:33
12543         Log: tweak warning test
12544      Branch: perl
12545            ! t/pragma/warn-toke
12546 ____________________________________________________________________________
12547 [  1774] By: gsar                                  on 1998/08/09  14:13:46
12548         Log: add missing dTHR; notes for test failures due to small stacksize
12549      Branch: perl
12550            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
12551            ! toke.c universal.c util.c
12552 ____________________________________________________________________________
12553 [  1773] By: gsar                                  on 1998/08/09  11:31:53
12554         Log: lexical warnings; tweaks to places that didn't apply correctly
12555              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
12556              Date:    Wed, 29 Jul 1998 09:28:45 BST
12557              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
12558              Subject: lexical warnings patch for 5.005_50
12559      Branch: perl
12560            + README.lexwarn lib/warning.pm t/pragma/warn-2use
12561            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
12562            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
12563            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
12564            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
12565            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
12566            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
12567            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
12568            + warning.h warning.pl
12569            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
12570            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
12571            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
12572            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
12573            ! universal.c util.c
12574 ____________________________________________________________________________
12575 [  1772] By: gsar                                  on 1998/08/08  23:06:00
12576         Log: bump patchlevel to 5.005_51
12577      Branch: perl
12578            ! patchlevel.h win32/Makefile win32/config_H.bc
12579            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12580 ____________________________________________________________________________
12581 [  1771] By: gsar                                  on 1998/08/08  23:01:57
12582         Log: fix bogus warning on "\x{123}"
12583              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
12584              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
12585              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
12586              Subject: [5.005_50 PATCH] Some unicode problems
12587      Branch: perl
12588            ! regcomp.c toke.c
12589 ____________________________________________________________________________
12590 [  1770] By: gsar                                  on 1998/08/08  22:56:55
12591         Log: hide dup symbol for static build of ext/re
12592              From: Dominic Dunlop <domo@ppp72.vo.lu>
12593              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
12594              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
12595              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
12596      Branch: perl
12597            ! regcomp.c
12598 ____________________________________________________________________________
12599 [  1769] By: gsar                                  on 1998/08/08  22:45:06
12600         Log: fix double free on -Mutf8 -e '$b=uc("")'
12601              From: larry@wall.org (Larry Wall)
12602              Date: Fri, 7 Aug 1998 14:42:43 -0700
12603              Message-Id: <199808072142.OAA14920@wall.org>
12604              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
12605      Branch: perl
12606            ! pp.c
12607 ____________________________________________________________________________
12608 [  1768] By: gsar                                  on 1998/08/08  22:42:29
12609         Log: substr() assumes utf8 without say-so
12610              From: larry@wall.org (Larry Wall)
12611              Date: Fri, 7 Aug 1998 12:25:12 -0700
12612              Message-Id: <199808071925.MAA13436@wall.org>
12613              Subject: [PATCH 5.005_50] substr bug?
12614      Branch: perl
12615            ! pp.c
12616 ____________________________________________________________________________
12617 [  1767] By: gsar                                  on 1998/08/08  22:38:25
12618         Log: fix intolerance of SWASHes for blank lines
12619              From: Gisle Aas <aas@sn.no>
12620              Date: 06 Aug 1998 23:28:57 +0200
12621              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
12622              Subject: Re: Re[2]: another joyride begins
12623      Branch: perl
12624            ! lib/utf8_heavy.pl
12625 ____________________________________________________________________________
12626 [  1766] By: gsar                                  on 1998/08/08  22:33:10
12627         Log: utf8 doc tweak
12628              From: Gisle Aas <aas@sn.no>
12629              Date: 05 Aug 1998 00:41:04 +0200
12630              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
12631              Subject: Matching clumps
12632      Branch: perl
12633            ! lib/utf8.pm
12634 ____________________________________________________________________________
12635 [  1765] By: gsar                                  on 1998/08/08  22:31:37
12636         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
12637              From: Gisle Aas <aas@sn.no>
12638              Date: 04 Aug 1998 22:56:11 +0200
12639              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
12640              Subject: Re: another joyride begins
12641      Branch: perl
12642            ! lib/utf8_heavy.pl
12643 ____________________________________________________________________________
12644 [  1764] By: gsar                                  on 1998/08/08  22:28:43
12645         Log: From: larry@wall.org (Larry Wall)
12646              Date: Tue, 4 Aug 1998 17:04:51 -0700
12647              Message-Id: <199808050004.RAA22592@wall.org>
12648              Subject: [PATCH 5.005_50] \pX not implemented!
12649      Branch: perl
12650            ! regcomp.c
12651 ____________________________________________________________________________
12652 [  1763] By: gsar                                  on 1998/08/08  22:27:15
12653         Log: From: Stephen McCamant <alias@mcs.com>
12654              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
12655              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
12656              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
12657      Branch: perl
12658            ! op.c
12659 ____________________________________________________________________________
12660 [  1762] By: gsar                                  on 1998/08/08  22:26:09
12661         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12662              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
12663              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
12664              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
12665      Branch: perl
12666            + t/op/grent.t t/op/pwent.t
12667            ! MANIFEST
12668 ____________________________________________________________________________
12669 [  1761] By: gsar                                  on 1998/08/08  22:21:52
12670         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12671              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
12672              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
12673              Subject: [5.005_50 PATCH] misprint in RE engine
12674      Branch: perl
12675            ! regexec.c t/op/re_tests
12676 ____________________________________________________________________________
12677 [  1760] By: gsar                                  on 1998/08/08  22:18:54
12678         Log: integrate maint-5.005 changes into mainline
12679      Branch: perl
12680           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
12681           !> (integrate 138 files)
12682 ____________________________________________________________________________
12683 [  1672] By: gsar                                  on 1998/07/27  18:35:28
12684         Log: create new Changes
12685      Branch: perl
12686            + Changes
12687            ! Changes5.005 MANIFEST
12688 ____________________________________________________________________________
12689 [  1671] By: gsar                                  on 1998/07/27  18:30:57
12690         Log: rename Changes --> Changes5.005
12691      Branch: perl
12692           +> Changes5.005
12693            - Changes
12694 ____________________________________________________________________________
12695 [  1670] By: gsar                                  on 1998/07/27  18:10:14
12696         Log: integrate 5.005_01 changes from maint
12697      Branch: perl
12698            ! Changes
12699           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
12700           !> win32/win32.c
12701 ____________________________________________________________________________
12702 [  1667] By: nick                                  on 1998/07/26  14:31:01
12703         Log: Add dTHR so that it compiles miniperl in threaded mode
12704      Branch: perl
12705            ! doop.c mg.c regcomp.c regexec.c
12706 ____________________________________________________________________________
12707 [  1666] By: nick                                  on 1998/07/26  13:01:10
12708         Log: Resolve ansiperl against mainline (@1648?)
12709              Unclear that change number has "taken".
12710      Branch: ansiperl
12711           +> (branch 169 files)
12712            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
12713           !> (integrate 131 files)
12714
12715 ----------------
12716 Version 5.005_50
12717 ----------------
12718
12719 ____________________________________________________________________________
12720 [  1665] By: gsar                                  on 1998/07/26  05:38:48
12721         Log: add trailing newline to file
12722      Branch: perl
12723            ! Changes lib/unicode/blocks.txt
12724 ____________________________________________________________________________
12725 [  1664] By: gsar                                  on 1998/07/26  05:08:48
12726         Log: integrate proto.h additions from maint-5.005
12727      Branch: perl
12728           !> pod/perlhist.pod proto.h
12729 ____________________________________________________________________________
12730 [  1663] By: gsar                                  on 1998/07/26  05:07:05
12731         Log: add new files to MANIFEST; add missing prototypes to proto.h;
12732              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
12733              add typecasts to silence warnings; tweaks for win32 builds
12734      Branch: perl
12735            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
12736            ! win32/Makefile win32/makefile.mk
12737 ____________________________________________________________________________
12738 [  1662] By: gsar                                  on 1998/07/26  05:01:52
12739         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
12740      Branch: maint-5.005/perl
12741            ! pod/perlhist.pod proto.h
12742 ____________________________________________________________________________
12743 [  1661] By: gsar                                  on 1998/07/26  02:52:48
12744         Log: up patchlevel to 5.005_50
12745      Branch: perl
12746            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12747            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12748 ____________________________________________________________________________
12749 [  1660] By: gsar                                  on 1998/07/26  02:43:57
12750         Log: integrate utfperl
12751      Branch: perl
12752           +> (branch 162 files)
12753           !> (integrate 29 files)
12754 ____________________________________________________________________________
12755 [  1659] By: gsar                                  on 1998/07/26  02:38:22
12756         Log: integrate maint-5.005 changes
12757      Branch: perl
12758           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
12759           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
12760           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
12761           !> vms/descrip_mms.template vms/subconfigure.com
12762 ____________________________________________________________________________
12763 [  1658] By: gsar                                  on 1998/07/26  02:23:46
12764         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
12765              Date: Fri, 24 Jul 1998 11:38:25 -0700
12766              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
12767              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
12768              --
12769              Date: Fri, 24 Jul 1998 12:30:36 -0700
12770              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
12771              Subject: [PATCH 5.005]Tweaks to README.vms
12772              --
12773              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
12774              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
12775              Subject: [PATCH 5.005] Final build cleanup patch
12776      Branch: maint-5.005/perl
12777            ! README.vms vms/descrip_mms.template vms/subconfigure.com
12778 ____________________________________________________________________________
12779 [  1657] By: gsar                                  on 1998/07/26  02:19:50
12780         Log: another platform where pp_sselect() needs a whole fd_set buffer
12781              From: Lupe Christoph <lupe@alanya.m.isar.de>
12782              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
12783              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
12784              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
12785      Branch: maint-5.005/perl
12786            ! pp_sys.c
12787 ____________________________________________________________________________
12788 [  1656] By: gsar                                  on 1998/07/26  02:12:46
12789         Log: fix problem building modules on dos-djgpp
12790              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12791              Date: Sat, 25 Jul 1998 00:53:39 +0200
12792              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
12793              Subject: [PATCH 5.005] dos-djgpp and modules problem
12794      Branch: maint-5.005/perl
12795            ! djgpp/fixpmain
12796 ____________________________________________________________________________
12797 [  1655] By: gsar                                  on 1998/07/26  02:11:09
12798         Log: From: Tom Spindler <dogcow@home.merit.edu>
12799              Date: Wed, 22 Jul 1998 16:11:07 -0400
12800              Message-ID: <19980722161107.A16813@home.merit.edu>
12801              Subject: [PATCH 5.005] BeOS tweak
12802      Branch: maint-5.005/perl
12803            ! hints/beos.sh
12804 ____________________________________________________________________________
12805 [  1654] By: gsar                                  on 1998/07/26  02:09:29
12806         Log: various pod tweaks
12807      Branch: maint-5.005/perl
12808            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
12809            ! pod/perltoc.pod
12810 ____________________________________________________________________________
12811 [  1653] By: gsar                                  on 1998/07/26  02:05:46
12812         Log: fix emacs/ptags for PL_* changes
12813              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12814              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
12815              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
12816              Subject: [PATCH 5.004_76] Yet better ptags
12817      Branch: maint-5.005/perl
12818            ! emacs/ptags
12819 ____________________________________________________________________________
12820 [  1652] By: gsar                                  on 1998/07/26  02:03:01
12821         Log: fix behavior of <=> on bigints
12822              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12823              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
12824              Date: Fri, 24 Jul 1998 18:29:53 +0100
12825              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
12826      Branch: maint-5.005/perl
12827            ! lib/Math/BigInt.pm t/lib/bigintpm.t
12828 ____________________________________________________________________________
12829 [  1651] By: larry                                 on 1998/07/24  05:44:33
12830         Log: Here are the long-expected Unicode/UTF-8 modifications.
12831      Branch: utfperl
12832            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
12833            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
12834            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
12835            + lib/unicode/Decomposition.pl
12836            + lib/unicode/In/AlphabeticPresentationForms.pl
12837            + lib/unicode/In/Arabic.pl
12838            + lib/unicode/In/ArabicPresentationForms-A.pl
12839            + lib/unicode/In/ArabicPresentationForms-B.pl
12840            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12841            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12842            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12843            + lib/unicode/In/BoxDrawing.pl
12844            + lib/unicode/In/CJKCompatibility.pl
12845            + lib/unicode/In/CJKCompatibilityForms.pl
12846            + lib/unicode/In/CJKCompatibilityIdeographs.pl
12847            + lib/unicode/In/CJKSymbolsandPunctuation.pl
12848            + lib/unicode/In/CJKUnifiedIdeographs.pl
12849            + lib/unicode/In/CombiningDiacriticalMarks.pl
12850            + lib/unicode/In/CombiningHalfMarks.pl
12851            + lib/unicode/In/CombiningMarksforSymbols.pl
12852            + lib/unicode/In/ControlPictures.pl
12853            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12854            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12855            + lib/unicode/In/EnclosedAlphanumerics.pl
12856            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
12857            + lib/unicode/In/GeneralPunctuation.pl
12858            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12859            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12860            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12861            + lib/unicode/In/HalfwidthandFullwidthForms.pl
12862            + lib/unicode/In/HangulCompatibilityJamo.pl
12863            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12864            + lib/unicode/In/Hebrew.pl
12865            + lib/unicode/In/HighPrivateUseSurrogates.pl
12866            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12867            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
12868            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12869            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
12870            + lib/unicode/In/LatinExtended-A.pl
12871            + lib/unicode/In/LatinExtended-B.pl
12872            + lib/unicode/In/LatinExtendedAdditional.pl
12873            + lib/unicode/In/LetterlikeSymbols.pl
12874            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12875            + lib/unicode/In/MathematicalOperators.pl
12876            + lib/unicode/In/MiscellaneousSymbols.pl
12877            + lib/unicode/In/MiscellaneousTechnical.pl
12878            + lib/unicode/In/NumberForms.pl
12879            + lib/unicode/In/OpticalCharacterRecognition.pl
12880            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12881            + lib/unicode/In/SmallFormVariants.pl
12882            + lib/unicode/In/SpacingModifierLetters.pl
12883            + lib/unicode/In/Specials.pl
12884            + lib/unicode/In/SuperscriptsandSubscripts.pl
12885            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
12886            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12887            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
12888            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
12889            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
12890            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
12891            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
12892            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
12893            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
12894            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
12895            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
12896            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
12897            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
12898            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
12899            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
12900            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
12901            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
12902            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
12903            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
12904            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
12905            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
12906            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
12907            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
12908            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
12909            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
12910            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
12911            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
12912            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
12913            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
12914            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
12915            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
12916            + lib/unicode/JamoShort.pl lib/unicode/Makefile
12917            + lib/unicode/Name.pl lib/unicode/Number.pl
12918            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
12919            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
12920            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
12921            + lib/unicode/blocks.txt lib/unicode/index2.txt
12922            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
12923            + lib/unicode/names2.txt lib/unicode/props2.txt
12924            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
12925            + utf8.c utf8.h
12926            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
12927            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
12928            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12929            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
12930            ! t/op/vec.t toke.c util.c vms/vmsish.h
12931 ____________________________________________________________________________
12932 [  1650] By: gsar                                  on 1998/07/24  04:06:48
12933         Log: create utfperl branch
12934      Branch: utfperl
12935           +> (branch 1079 files)
12936 ____________________________________________________________________________
12937 [  1649] By: gsar                                  on 1998/07/24  03:56:56
12938         Log: create maint-5.005 branch
12939      Branch: maint-5.005/perl
12940           +> (branch 1079 files)
12941 ____________________________________________________________________________
12942 [  1648] By: gsar                                  on 1998/07/24  03:36:35
12943         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
12944      Branch: perl
12945            ! Changes
12946