notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <molnarl@cdata.tvnet.hu>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_58        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3796] By: gsar                                  on 1999/07/27  09:23:42
83         Log: regenerate win32/config_H.?c
84      Branch: perl
85            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
86 ____________________________________________________________________________
87 [  3795] By: gsar                                  on 1999/07/27  09:02:31
88         Log: From: Tye McQueen <tye@metronet.com>
89              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
90              Message-Id: <199907270019.AA08223@metronet.com>
91              Subject: Patch pl2bat.pl so batch file can fail
92      Branch: perl
93            ! win32/bin/pl2bat.pl
94 ____________________________________________________________________________
95 [  3794] By: gsar                                  on 1999/07/27  08:59:58
96         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
97              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
98              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
99              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
100      Branch: perl
101            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
102            ! lib/SelfLoader.pm
103 ____________________________________________________________________________
104 [  3793] By: gsar                                  on 1999/07/27  08:19:16
105         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
106              (from Andy Dougherty)
107      Branch: perl
108            ! embed.h embed.pl
109 ____________________________________________________________________________
110 [  3792] By: gsar                                  on 1999/07/27  08:04:19
111         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
112              and Brad Appleton)
113      Branch: perl
114            ! lib/Pod/Parser.pm
115 ____________________________________________________________________________
116 [  3791] By: gsar                                  on 1999/07/27  07:50:54
117         Log: cover case where CLK_TCK is a float, not integer (from
118              alexander smishlajev <als@turnhere.com>)
119      Branch: perl
120            ! ext/Devel/DProf/DProf.xs
121 ____________________________________________________________________________
122 [  3790] By: gsar                                  on 1999/07/27  07:45:08
123         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
124              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
125      Branch: perl
126            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
127            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
128 ____________________________________________________________________________
129 [  3789] By: jhi                                   on 1999/07/27  07:44:55
130         Log: Integrate with Sarathy.
131      Branch: cfgperl
132           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
133           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
134           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
135           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
136           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
137           !> proto.h t/comp/proto.t t/io/open.t
138 ____________________________________________________________________________
139 [  3788] By: gsar                                  on 1999/07/27  07:29:59
140         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
141              to Russ Allbery <rra@stanford.edu>); s/Simple// and
142              s/pod2txt/pod2text/ etc.
143      Branch: perl
144            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
145            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
146 ____________________________________________________________________________
147 [  3787] By: gsar                                  on 1999/07/27  06:48:40
148         Log: From: Andy Dougherty <doughera@lafayette.edu>
149              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
150              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
151              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
152      Branch: perl
153            ! ext/SDBM_File/sdbm/sdbm.h
154 ____________________________________________________________________________
155 [  3786] By: gsar                                  on 1999/07/27  06:30:09
156         Log: applied suggested patch; added missing prototype changes to
157              opcode.pl along with documentation typos (feature still needs
158              to be described in perlopentut.pod and summarized in
159              perldelta.pod)
160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
161              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
162              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
163              Subject: [PATCH 5.00557] 3-arg open
164      Branch: perl
165            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
166            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
167            ! proto.h t/comp/proto.t t/io/open.t
168 ____________________________________________________________________________
169 [  3785] By: gsar                                  on 1999/07/27  04:36:39
170         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
171              <roland.bauer@fff.at>)
172      Branch: perl
173            ! lib/Pod/Html.pm
174 ____________________________________________________________________________
175 [  3784] By: gsar                                  on 1999/07/27  03:56:17
176         Log: change#3762 wasn't needed
177      Branch: perl
178            ! ext/B/B/CC.pm
179 ____________________________________________________________________________
180 [  3783] By: jhi                                   on 1999/07/26  19:08:21
181         Log: Integrate with Sarathy.
182      Branch: cfgperl
183           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
184           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
185           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
186 ____________________________________________________________________________
187 [  3782] By: gsar                                  on 1999/07/26  18:16:50
188         Log: update Changes, patchlevel &c.
189      Branch: perl
190            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
191            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
192 ____________________________________________________________________________
193 [  3781] By: gsar                                  on 1999/07/26  17:54:47
194         Log: a more correct fix for change#2744
195              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
196              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
197              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
198              Subject: [PATCH _57] Re: toke.c questions 
199      Branch: perl
200            ! toke.c
201 ____________________________________________________________________________
202 [  3780] By: gsar                                  on 1999/07/26  17:37:04
203         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
204      Branch: perl
205            ! pod/perlfunc.pod
206 ____________________________________________________________________________
207 [  3779] By: jhi                                   on 1999/07/26  16:37:23
208         Log: Dusting off.
209      Branch: cfgperl
210            ! README.threads
211 ____________________________________________________________________________
212 [  3778] By: gsar                                  on 1999/07/26  13:28:46
213         Log: avoid DIVZERO
214      Branch: perl
215            ! utils/dprofpp.PL
216 ____________________________________________________________________________
217 [  3777] By: gsar                                  on 1999/07/26  13:18:53
218         Log: warnings identified by Borland compiler
219      Branch: perl
220            ! makedef.pl pp_ctl.c
221 ____________________________________________________________________________
222 [  3776] By: jhi                                   on 1999/07/26  13:07:36
223         Log: Integrate with Sarathy.
224      Branch: cfgperl
225           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
226 ____________________________________________________________________________
227 [  3775] By: gsar                                  on 1999/07/26  12:55:43
228         Log: avoid infinite recursion when Thread.pm croaks during
229              bootstrap
230      Branch: perl
231            ! lib/Carp/Heavy.pm
232 ____________________________________________________________________________
233 [  3774] By: gsar                                  on 1999/07/26  12:43:02
234         Log: integrate cfgperl contents into mainline
235      Branch: perl
236           +> lib/Carp/Heavy.pm
237           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
238           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
239           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
240           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
241           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
242 ____________________________________________________________________________
243 [  3773] By: jhi                                   on 1999/07/26  12:40:29
244         Log: Use long doubles only if they are useful.
245      Branch: cfgperl
246            ! ext/POSIX/POSIX.xs
247 ____________________________________________________________________________
248 [  3772] By: gsar                                  on 1999/07/26  12:33:11
249         Log: typo in change#3768
250      Branch: perl
251            ! pp_hot.c
252 ____________________________________________________________________________
253 [  3771] By: gsar                                  on 1999/07/26  12:08:27
254         Log: alpha-stage support for user-hooks in @INC
255              From: Ken Fox <kfox@ford.com>
256              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
257              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
258              Subject: Re: loading remote modules
259      Branch: perl
260            ! pp_ctl.c
261 ____________________________________________________________________________
262 [  3770] By: jhi                                   on 1999/07/26  11:38:36
263         Log: Back out #3735.  Needs more work.
264      Branch: cfgperl
265            ! Makefile.SH cflags.SH configpm ext/util/make_ext
266            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
267            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
268            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
269            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
270 ____________________________________________________________________________
271 [  3769] By: jhi                                   on 1999/07/26  11:24:45
272         Log: Integrate with Sarathy.
273      Branch: cfgperl
274           !> (integrate 35 files)
275 ____________________________________________________________________________
276 [  3768] By: gsar                                  on 1999/07/26  11:03:07
277         Log: optimize method name lookup
278              From: Chip Salzenberg <chip@perlsupport.com>
279              Date: Thu, 22 Jul 1999 13:43:36 -0400
280              Message-ID: <19990722134336.Q391@perlsupport.com>
281              Subject: [PATCH] OP_METHOD_NAMED
282      Branch: perl
283            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
284            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
285            ! proto.h
286 ____________________________________________________________________________
287 [  3767] By: gsar                                  on 1999/07/26  10:44:11
288         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
289              foo()->()); rework grammar to remove conflicts
290              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
291              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
292              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
293              Subject: [PATCH _57, long] Re: optional arrow asymmetry
294      Branch: perl
295            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
296            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
297            ! vms/perly_c.vms vms/perly_h.vms
298 ____________________________________________________________________________
299 [  3766] By: jhi                                   on 1999/07/26  10:18:56
300         Log: Use $< instead of $*.c in *perlmain.o rules.
301      Branch: cfgperl
302            ! Makefile.SH
303 ____________________________________________________________________________
304 [  3765] By: gsar                                  on 1999/07/26  09:28:48
305         Log: From: Ian Phillipps <ian@dial.pipex.com>
306              Date: Fri, 23 Jul 1999 23:35:56 +0100
307              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
308              Subject: (Version 2) Extending unpack to deal with counted strings
309      Branch: perl
310            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
311 ____________________________________________________________________________
312 [  3764] By: jhi                                   on 1999/07/26  09:17:26
313         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
314              To: perl5-porters@perl.org (Mailing list Perl5)
315              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
316              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
317              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
318              
319              The patch was based on 5_57 so had to re-apply lib/Carp.pm
320              parts of changes #3498, #3696, and #3702 for the new
321              lib/Carp/Heavy.pm.
322      Branch: cfgperl
323            + lib/Carp/Heavy.pm
324            ! MANIFEST lib/Carp.pm
325 ____________________________________________________________________________
326 [  3763] By: gsar                                  on 1999/07/26  09:03:17
327         Log: ~ isn't valid in VMS filenames
328      Branch: perl
329            ! lib/Pod/Html.pm
330 ____________________________________________________________________________
331 [  3762] By: gsar                                  on 1999/07/26  08:59:47
332         Log: setstate stop-gap from Vishal Bhatia
333      Branch: perl
334            ! ext/B/B/CC.pm
335 ____________________________________________________________________________
336 [  3761] By: gsar                                  on 1999/07/26  08:06:39
337         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
338              add B::OP::name() method that returns just the op_name;
339              convert Deparse et all to use that instead of B::OP::ppaddr();
340              add support for OP_SETSTATE in Deparse
341      Branch: perl
342            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
343            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
344            ! ext/B/B/Xref.pm opcode.h opcode.pl
345 ____________________________________________________________________________
346 [  3760] By: jhi                                   on 1999/07/26  07:14:43
347         Log: Integrate with Sarathy.
348      Branch: cfgperl
349           !> (integrate 43 files)
350 ____________________________________________________________________________
351 [  3759] By: gsar                                  on 1999/07/26  05:12:24
352         Log: add disclaimer about perl 4 libraries (modified version of
353              patch suggested by Clinton Pierce <cpierce1@ford.com>)
354      Branch: perl
355            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
356            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
357            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
358            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
359            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
360 ____________________________________________________________________________
361 [  3758] By: gsar                                  on 1999/07/26  04:48:35
362         Log: make reset() behave with high-bit characters
363              From: Ian Phillipps <ian@dial.pipex.com>
364              Date: Thu, 22 Jul 1999 22:48:59 +0100
365              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
366              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
367      Branch: perl
368            ! sv.c
369 ____________________________________________________________________________
370 [  3757] By: gsar                                  on 1999/07/26  04:40:32
371         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
372      Branch: perl
373            ! pod/perlport.pod
374 ____________________________________________________________________________
375 [  3756] By: gsar                                  on 1999/07/26  04:20:37
376         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
377      Branch: perl
378            ! utils/dprofpp.PL
379 ____________________________________________________________________________
380 [  3755] By: gsar                                  on 1999/07/26  04:18:00
381         Log: disable VPATH for now (breaks x2p build)
382      Branch: perl
383            ! x2p/Makefile.SH
384 ____________________________________________________________________________
385 [  3754] By: gsar                                  on 1999/07/26  03:15:33
386         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
387              (%! has the necessary magic); misc typos
388      Branch: perl
389            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
390            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
391            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
392            ! utils/h2xs.PL
393 ____________________________________________________________________________
394 [  3753] By: gsar                                  on 1999/07/26  02:38:28
395         Log: integrate cfgperl contents into mainline
396      Branch: perl
397           +> t/pragma/locale/latin1 t/pragma/locale/utf8
398           !> (integrate 53 files)
399 ____________________________________________________________________________
400 [  3752] By: gsar                                  on 1999/07/26  02:11:31
401         Log: ensure implicitly closed handles don't set $? or $!
402      Branch: perl
403            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
404 ____________________________________________________________________________
405 [  3751] By: gsar                                  on 1999/07/26  01:28:34
406         Log: change#3534 didn't preserve undef return values from caller()
407      Branch: perl
408            ! Changes pp_ctl.c
409 ____________________________________________________________________________
410 [  3750] By: jhi                                   on 1999/07/25  20:59:29
411         Log: Back up a tiny bit from #3735.
412              This may break builds outside the source directory
413              but then again, they do not work that ell yet anyway.
414      Branch: cfgperl
415            ! Makefile.SH
416 ____________________________________________________________________________
417 [  3750] By: jhi                                   on 1999/07/25  20:59:29
418         Log: Back up a tiny bit from #3735.
419              This may break builds outside the source directory
420              but then again, they do not work that ell yet anyway.
421      Branch: cfgperl
422            ! Makefile.SH
423 ____________________________________________________________________________
424 [  3749] By: jhi                                   on 1999/07/25  19:15:55
425         Log: Integrate with Sarathy.
426      Branch: cfgperl
427           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
428 ____________________________________________________________________________
429 [  3748] By: jhi                                   on 1999/07/25  19:06:59
430         Log: Recode locale.t so that the change in #3730
431              is not needed and locale.t works both without
432              and with the utf8 pragma.
433      Branch: cfgperl
434            + t/pragma/locale/latin1 t/pragma/locale/utf8
435            ! MANIFEST t/pragma/locale.t
436 ____________________________________________________________________________
437 [  3747] By: jhi                                   on 1999/07/25  19:01:46
438         Log: Like #3743.
439      Branch: cfgperl
440            ! utils/perlbug.PL
441 ____________________________________________________________________________
442 [  3746] By: gsar                                  on 1999/07/25  18:08:58
443         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
444              append a HISTORY section to POD if option is used
445      Branch: perl
446            ! utils/h2xs.PL
447 ____________________________________________________________________________
448 [  3745] By: gsar                                  on 1999/07/25  17:40:03
449         Log: warn rather than die when parse_version() can't cut it (from
450              Michael G Schwern <schwern@pobox.com>)
451      Branch: perl
452            ! lib/ExtUtils/MM_Unix.pm
453 ____________________________________________________________________________
454 [  3744] By: gsar                                  on 1999/07/25  16:32:48
455         Log: make map behave like grep wrt indirect object slot when
456              there are parentheses; revert an experimental mod by Larry
457              in change#2038 that failed to parse %{{qw(a b c)}} properly
458              (this means C<map {use Foo; ...} ...> still needs a proper
459              fix)
460      Branch: perl
461            ! toke.c
462 ____________________________________________________________________________
463 [  3743] By: jhi                                   on 1999/07/25  16:24:55
464         Log: Fix a typo in #3725.
465      Branch: cfgperl
466            ! utils/perlbug.PL
467 ____________________________________________________________________________
468 [  3742] By: jhi                                   on 1999/07/25  16:14:39
469         Log: Integrate with Sarathy.
470      Branch: cfgperl
471           !> (integrate 26 files)
472 ____________________________________________________________________________
473 [  3741] By: jhi                                   on 1999/07/25  16:02:28
474         Log: Cut-and-pasto in #3737.
475      Branch: cfgperl
476            ! perl.c
477 ____________________________________________________________________________
478 [  3740] By: gsar                                  on 1999/07/25  15:59:34
479         Log: add note about glibc bug
480      Branch: perl
481            ! t/pragma/warn/pp_hot
482 ____________________________________________________________________________
483 [  3739] By: gsar                                  on 1999/07/25  15:48:40
484         Log: fix bug in change#3728 that might free COPs prematurely;
485              null(op) now does more thorough scrubbing of the op, which
486              fixes a few compile-time memory "leaks"
487      Branch: perl
488            ! dump.c embed.h embed.pl op.c proto.h
489 ____________________________________________________________________________
490 [  3738] By: jhi                                   on 1999/07/25  14:15:26
491         Log: In accordance with #3737.
492      Branch: metaconfig
493            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
494            ! U/modified/Oldconfig.U
495      Branch: metaconfig/U/perl
496            ! Extensions.U
497 ____________________________________________________________________________
498 [  3737] By: jhi                                   on 1999/07/25  14:12:34
499         Log: Use vendorprefixlib.
500      Branch: cfgperl
501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
502            ! config_h.SH perl.c
503 ____________________________________________________________________________
504 [  3736] By: jhi                                   on 1999/07/25  13:10:03
505         Log: Populate metaconfig branch.
506      Branch: metaconfig
507            + (add 1468 files)
508      Branch: metaconfig/U/perl
509            + (add 101 files)
510 ____________________________________________________________________________
511 [  3735] By: jhi                                   on 1999/07/25  12:27:20
512         Log: First steps of making builds outside the source
513              directory possible.  These should get us as far
514              as miniperl, then building DynaLoader falls into
515              tiny twinkling pieces as MakeMaker knows nothing
516              of VPATH mindset.
517      Branch: cfgperl
518            ! Configure Makefile.SH cflags.SH config_h.SH configpm
519            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
520            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
521            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
522            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
523 ____________________________________________________________________________
524 [  3734] By: jhi                                   on 1999/07/25  11:19:28
525         Log: Poor Glossary--are we fixed yet?
526      Branch: cfgperl
527            ! Porting/Glossary
528 ____________________________________________________________________________
529 [  3733] By: jhi                                   on 1999/07/25  11:15:06
530         Log: Change #3732 mistakenly clobbered Glossary.
531      Branch: cfgperl
532            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
533            ! config_h.SH
534 ____________________________________________________________________________
535 [  3732] By: jhi                                   on 1999/07/25  10:46:39
536         Log: Andy's new installation scheme (note: a lot of this
537              leaked in already with change #3731).  The vendor*
538              stuff is not used anywhere (in *.SH, say), so it
539              isn't in Configure, either.
540      Branch: cfgperl
541            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
542            ! config_h.SH
543 ____________________________________________________________________________
544 [  3731] By: jhi                                   on 1999/07/25  10:12:07
545         Log: Circumcode a strange shell(?) bug in AIX found
546              while trying to do -Duse64bits (which I couldn't do
547              in the end because the CPU isn't 64-bit in that box,
548              but at least now the probing doesn't crash.)
549      Branch: cfgperl
550            ! Configure config_h.SH hints/aix.sh
551 ____________________________________________________________________________
552 [  3730] By: gsar                                  on 1999/07/25  04:56:56
553         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
554              a utf8 bug in one of the new RE optimizations
555      Branch: perl
556            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
557            ! t/pragma/locale.t
558 ____________________________________________________________________________
559 [  3729] By: jhi                                   on 1999/07/23  19:56:27
560         Log: From: Andy Dougherty <doughera@lafayette.edu>
561              To: Perl Porters <perl5-porters@perl.org>
562              Subject: [PATCH 5.005_57] INSTALL-1.58
563              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
564              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
565              
566              plus
567              
568              From: "Kurt D. Starsinic" <kstar@chapin.edu>
569              To: Andy Dougherty <doughera@lafayette.edu>
570              Cc: Perl Porters <perl5-porters@perl.org>
571              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
572              Date: Fri, 23 Jul 1999 13:38:25 -0400
573              Message-ID: <19990723133825.A12033@O2.chapin.edu>
574      Branch: cfgperl
575            ! INSTALL
576 ____________________________________________________________________________
577 [  3728] By: gsar                                  on 1999/07/23  17:24:42
578         Log: applied suggested patch for tracking line numbers correctly in
579              optimized blocks with a single statement; changed setcop to
580              setstate and added code for -Dx dumps
581              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
582              Date: Wed, 23 Jun 1999 17:27:42 +0100
583              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
584              Subject: [PATCH 5.005_57] Line number error in optimised else() 
585      Branch: perl
586            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
587            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
588            ! pp_proto.h t/op/misc.t
589 ____________________________________________________________________________
590 [  3727] By: gsar                                  on 1999/07/23  15:56:04
591         Log: avoid useless use of target for pp_each(); also fixes bugs due to
592              refcount held by the target
593      Branch: perl
594            ! opcode.h opcode.pl pp.c t/op/each.t
595 ____________________________________________________________________________
596 [  3726] By: jhi                                   on 1999/07/23  12:08:30
597         Log: Change #3725 aftershock.
598      Branch: cfgperl
599            ! INSTALL jpl/JNI/JNI.pm
600 ____________________________________________________________________________
601 [  3725] By: jhi                                   on 1999/07/23  11:58:49
602         Log: Introduce $Config{ldlibpthname} which contains
603              the name of the environment variable holding the
604              dynamic library search path, often LD_LIBRARY_PATH.
605              Use this new feature all over.
606              Also removed remnants of admonition "add LD_LIBRARY_PATH
607              before running make" because Makefile.SH does this for you. 
608      Branch: cfgperl
609            ! Configure Makefile.SH config_h.SH
610            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
611            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
612            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
613            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
614            ! jpl/install-jpl utils/perlbug.PL
615 ____________________________________________________________________________
616 [  3724] By: jhi                                   on 1999/07/23  08:03:36
617         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
618              To: perl5-porters@perl.org
619              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
620              Date: Thu, 22 Jul 1999 19:58:34 -0400
621              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
622      Branch: cfgperl
623            ! av.c
624 ____________________________________________________________________________
625 [  3723] By: gsar                                  on 1999/07/23  00:01:29
626         Log: emit warning about function calls that were encountered too early
627              to enforce their prototype
628      Branch: perl
629            ! op.c op.h pod/perldiag.pod
630 ____________________________________________________________________________
631 [  3722] By: jhi                                   on 1999/07/22  21:19:59
632         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
633              To: perl5-porters@perl.org
634              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
635              Subject: [PATCH] MakeMaker documentation
636              Date: Wed, 21 Jul 1999 14:15:42 -0400
637              Message-ID: <19990721141542.A1800@O2.chapin.edu>
638      Branch: cfgperl
639            ! lib/ExtUtils/MakeMaker.pm
640 ____________________________________________________________________________
641 [  3721] By: jhi                                   on 1999/07/22  21:05:19
642         Log: From: pvhp@forte.com (Peter Prymmer)
643              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
644              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
645              Date: Wed, 21 Jul 99 17:15:39 PDT
646              Message-Id: <9907220015.AA11931@forte.com>
647      Branch: cfgperl
648            ! hints/os390.sh
649 ____________________________________________________________________________
650 [  3720] By: jhi                                   on 1999/07/22  20:51:17
651         Log: AIX magic: ccdlflags needs to be different for
652              Perl itself and for extra-core extensions
653              (as used by ExtUtilss::embed::ldopts).
654              Based on the problems described in
655              
656              From: Mike W Ellwood <mwe@rl.ac.uk>
657              To: perl5-porters@perl.org
658              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
659              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
660              Reply-To: m.w.ellwood@rl.ac.uk
661              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
662      Branch: cfgperl
663            ! Configure Makefile.SH config_h.SH hints/aix.sh
664 ____________________________________________________________________________
665 [  3719] By: jhi                                   on 1999/07/22  08:23:53
666         Log: Update history records.
667      Branch: cfgperl
668            ! pod/perlhist.pod
669 ____________________________________________________________________________
670 [  3718] By: jhi                                   on 1999/07/21  13:54:42
671         Log: Todododobedobedo.
672      Branch: cfgperl
673            ! Todo
674 ____________________________________________________________________________
675 [  3717] By: jhi                                   on 1999/07/21  12:10:48
676         Log: Even more Todo.
677      Branch: cfgperl
678            ! Todo
679 ____________________________________________________________________________
680 [  3716] By: jhi                                   on 1999/07/21  11:40:39
681         Log: Use Errno more extensively so that error
682              messages are more portable (another way
683              would be to muck around with LC_MESSAGES).
684              Problem reported in
685              
686              From: oracle@pcr8.pcr.com
687              To: perl5-porters@perl.org
688              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
689              Date: Mon, 19 Jul 1999 18:39:13 -0400
690              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
691      Branch: cfgperl
692            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
693            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
694            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
695 ____________________________________________________________________________
696 [  3715] By: jhi                                   on 1999/07/21  11:05:36
697         Log: Slightly modified patch.
698              From: Sean Sheedy <seans@ncube.com>
699              To: perl5-porters@perl.org
700              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
701              Date: Tue, 20 Jul 1999 09:52:06 -0700
702              Message-Id: <3794A935.1C150E54@ncube.com>
703      Branch: cfgperl
704            ! cflags.SH x2p/cflags.SH
705 ____________________________________________________________________________
706 [  3714] By: jhi                                   on 1999/07/20  21:26:19
707         Log: More Todo.
708      Branch: cfgperl
709            ! Todo
710 ____________________________________________________________________________
711 [  3713] By: jhi                                   on 1999/07/20  18:02:45
712         Log: Integrate with Sarathy.
713      Branch: cfgperl
714           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
715           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
716           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
717           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
718           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
719           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
720           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
721           +> utils/dprofpp.PL
722           !> INSTALL MAINTAIN MANIFEST configure.com
723           !> ext/Devel/Peek/Makefile.PL installman installperl
724           !> pod/roffitall utils/Makefile vms/descrip_mms.template
725           !> win32/Makefile win32/makefile.mk win32/win32.h
726 ____________________________________________________________________________
727 [  3712] By: gsar                                  on 1999/07/20  15:29:01
728         Log: DProf tweak
729      Branch: perl
730            ! ext/Devel/DProf/DProf.xs
731 ____________________________________________________________________________
732 [  3711] By: gsar                                  on 1999/07/20  07:56:19
733         Log: another DProf build tweak
734      Branch: perl
735            ! utils/dprofpp.PL
736 ____________________________________________________________________________
737 [  3710] By: gsar                                  on 1999/07/20  07:36:36
738         Log: move DProf things around to where they are supposed to be
739      Branch: perl
740            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
741            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
742            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
743            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
744            + t/lib/dprof/test6_t t/lib/dprof/test6_v
745           +> utils/dprofpp.PL
746            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
747            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
748            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
749            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
750            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
751            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
752            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
753            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
754            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
755            ! installperl pod/roffitall utils/Makefile
756            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
757 ____________________________________________________________________________
758 [  3709] By: gsar                                  on 1999/07/20  06:13:16
759         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
760      Branch: perl
761            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
762            ! ext/Devel/Peek/Makefile.PL
763 ____________________________________________________________________________
764 [  3708] By: gsar                                  on 1999/07/20  06:01:22
765         Log: move DProf to Devel/DProf
766      Branch: perl
767           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
768           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
769           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
770           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
771           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
772           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
773           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
774           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
775           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
776           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
777           +> ext/Devel/DProf/test.pl
778            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
779            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
780            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
781            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
782            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
783            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
784            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
785            ! MAINTAIN MANIFEST configure.com win32/Makefile
786            ! win32/makefile.mk
787 ____________________________________________________________________________
788 [  3707] By: gsar                                  on 1999/07/20  05:39:11
789         Log: add Devel::DProf v19990108 from CPAN, as it was
790      Branch: perl
791            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
792            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
793            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
794            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
795            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
796            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
797            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
798            ! MANIFEST
799 ____________________________________________________________________________
800 [  3706] By: gsar                                  on 1999/07/20  04:52:25
801         Log: C<union any> needs no PERL_OBJECT-treatment
802      Branch: perl
803            ! win32/win32.h
804 ____________________________________________________________________________
805 [  3705] By: gsar                                  on 1999/07/20  04:11:54
806         Log: fix problem in default build
807      Branch: perl
808            ! win32/Makefile win32/makefile.mk
809 ____________________________________________________________________________
810 [  3704] By: jhi                                   on 1999/07/19  07:06:36
811         Log: Integrate with Sarathy.
812      Branch: cfgperl
813           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
814           !> win32/win32.c
815 ____________________________________________________________________________
816 [  3703] By: gsar                                  on 1999/07/19  05:55:57
817         Log: win32 nits
818      Branch: perl
819            ! makedef.pl sv.h
820 ____________________________________________________________________________
821 [  3702] By: gsar                                  on 1999/07/19  04:29:34
822         Log: don't display tid from main thread (or testsuite breaks)
823      Branch: perl
824            ! lib/Carp.pm util.c
825 ____________________________________________________________________________
826 [  3701] By: gsar                                  on 1999/07/19  00:47:52
827         Log: remove several doubled (and tripled!) entries
828      Branch: perl
829            ! pod/perldiag.pod
830 ____________________________________________________________________________
831 [  3700] By: gsar                                  on 1999/07/19  00:42:34
832         Log: integrate cfgperl contents into mainline
833      Branch: perl
834           +> makedef.pl
835            - perl_exp.SH win32/makedef.pl
836           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
837           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
838           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
839           !> utf8.c util.c win32/Makefile win32/makefile.mk
840 ____________________________________________________________________________
841 [  3699] By: gsar                                  on 1999/07/19  00:33:59
842         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
843      Branch: perl
844            ! Changes win32/win32.c
845 ____________________________________________________________________________
846 [  3698] By: jhi                                   on 1999/07/18  21:33:57
847         Log: Integrate with Sarathy.
848      Branch: cfgperl
849           +> t/op/chars.t
850           !> (integrate 57 files)
851 ____________________________________________________________________________
852 [  3697] By: gsar                                  on 1999/07/18  05:22:36
853         Log: From: pvhp@forte.com (Peter Prymmer)
854              Date: Thu, 1 Jul 99 19:31:24 PDT
855              Message-Id: <9907020231.AA16942@forte.com>
856              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
857      Branch: perl
858            + t/op/chars.t
859            ! MANIFEST ebcdic.c t/op/ord.t
860 ____________________________________________________________________________
861 [  3696] By: gsar                                  on 1999/07/18  05:11:02
862         Log: display thread id in diagnostics (suggested by Dan Sugalski)
863      Branch: perl
864            ! lib/Carp.pm util.c
865 ____________________________________________________________________________
866 [  3695] By: gsar                                  on 1999/07/18  04:57:47
867         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
868      Branch: perl
869            ! pod/perldiag.pod
870 ____________________________________________________________________________
871 [  3694] By: gsar                                  on 1999/07/18  04:56:28
872         Log: cache [NIUP]V conversions of defined READONLY values
873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
874              Date: Sun, 11 Jul 1999 04:39:44 -0400
875              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
876              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
877      Branch: perl
878            ! sv.c
879 ____________________________________________________________________________
880 [  3693] By: gsar                                  on 1999/07/18  03:53:38
881         Log: From: jan.dubois@ibm.net (Jan Dubois)
882              Date: Sat, 17 Jul 1999 10:58:29 +0200
883              Message-ID: <379144ad.13616689@smtp1.ibm.net>
884              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
885      Branch: perl
886            ! lib/ExtUtils/Manifest.pm
887 ____________________________________________________________________________
888 [  3692] By: gsar                                  on 1999/07/18  03:51:03
889         Log: remove spurious newSTATEOP() that causes goto to enter one too many
890              contexts when jumping between if and elsif blocks
891      Branch: perl
892            ! perly.c perly.y pp_ctl.c t/op/goto.t
893 ____________________________________________________________________________
894 [  3691] By: gsar                                  on 1999/07/18  01:49:59
895         Log: detypo, update Changes
896      Branch: perl
897            ! Changes doio.c
898 ____________________________________________________________________________
899 [  3690] By: gsar                                  on 1999/07/18  01:16:59
900         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
901      Branch: perl
902            ! lib/integer.pm
903 ____________________________________________________________________________
904 [  3689] By: gsar                                  on 1999/07/18  00:47:17
905         Log: ensure __END__ appears on a line by itself in wrapped
906              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
907              mention caveat about successfull kill()
908      Branch: perl
909            ! pod/perlfunc.pod win32/bin/pl2bat.pl
910 ____________________________________________________________________________
911 [  3688] By: gsar                                  on 1999/07/17  20:47:44
912         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
913      Branch: perl
914            ! ext/SDBM_File/sdbm/Makefile.PL
915 ____________________________________________________________________________
916 [  3687] By: gsar                                  on 1999/07/17  20:43:27
917         Log: make CC.pm use a distinct CCPP() macro rather than PP()
918              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
919      Branch: perl
920            ! cc_runtime.h ext/B/B/CC.pm
921 ____________________________________________________________________________
922 [  3686] By: gsar                                  on 1999/07/17  20:39:08
923         Log: tiny bug in vars.pm (from John Dlugosz)
924      Branch: perl
925            ! lib/vars.pm
926 ____________________________________________________________________________
927 [  3685] By: gsar                                  on 1999/07/17  20:37:27
928         Log: applied suggested patch, along with later tweak
929              From: jan.dubois@ibm.net (Jan Dubois)
930              Date: Wed, 14 Jul 1999 23:53:43 +0200
931              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
932              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
933      Branch: perl
934            ! lib/Pod/Html.pm
935 ____________________________________________________________________________
936 [  3684] By: gsar                                  on 1999/07/17  20:24:32
937         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
938      Branch: perl
939            ! thrdvar.h
940 ____________________________________________________________________________
941 [  3683] By: gsar                                  on 1999/07/17  20:21:01
942         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
943              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
944              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
945              Subject: [PATCH 5.005_57] Segfaults if $^P
946      Branch: perl
947            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
948            ! proto.h
949 ____________________________________________________________________________
950 [  3682] By: gsar                                  on 1999/07/17  20:04:17
951         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
952              and prefix/lib/perl5/man are ass_u_med only if those directories
953              actually exist; else prefix/{lib,man} are used)
954      Branch: perl
955            ! lib/ExtUtils/MM_Unix.pm
956 ____________________________________________________________________________
957 [  3681] By: gsar                                  on 1999/07/17  19:12:33
958         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
959      Branch: perl
960            ! op.c t/comp/proto.t
961 ____________________________________________________________________________
962 [  3680] By: gsar                                  on 1999/07/17  18:23:55
963         Log: fix vec() on magic values
964              From: Ian Phillipps <ian@dial.pipex.com>
965              Date: Mon, 12 Jul 1999 12:30:05 +0100
966              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
967              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
968      Branch: perl
969            ! doop.c t/op/tie.t
970 ____________________________________________________________________________
971 [  3679] By: gsar                                  on 1999/07/17  18:10:44
972         Log: make system() return -1 and set $! if exec of child failed
973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
974              Date: Fri, 9 Jul 1999 05:21:13 -0400
975              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
976              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
977      Branch: perl
978            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
979            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
980 ____________________________________________________________________________
981 [  3678] By: gsar                                  on 1999/07/17  17:54:01
982         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
983              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
984              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
985              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
986      Branch: perl
987            ! util.c
988 ____________________________________________________________________________
989 [  3677] By: gsar                                  on 1999/07/17  17:34:38
990         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
991              converted Ken's documentation outline into pod
992      Branch: perl
993            ! x2p/find2perl.PL
994 ____________________________________________________________________________
995 [  3676] By: gsar                                  on 1999/07/17  16:34:09
996         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
997              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
998              Steve Lidie
999      Branch: perl
1000            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
1001            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1002            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
1003            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
1004            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
1005            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
1006 ____________________________________________________________________________
1007 [  3675] By: gsar                                  on 1999/07/17  00:16:53
1008         Log: backout redundant change#3628
1009      Branch: perl
1010            ! Changes hints/bsdos.sh
1011 ____________________________________________________________________________
1012 [  3674] By: jhi                                   on 1999/07/15  14:26:03
1013         Log: Fix the bin/oct/hex constant overflow tests for
1014              long long platforms.
1015      Branch: cfgperl
1016            ! t/pragma/warn/util
1017 ____________________________________________________________________________
1018 [  3673] By: jhi                                   on 1999/07/14  21:59:11
1019         Log: Fixed AIX dynamic loading and AIX shared Perl library.
1020              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
1021              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
1022              Hijacked win32/makedef.pl for more general purpose export
1023              list building, now it is used (as toplevel makedef.pl)
1024              for win32 and AIX (perl_exp.SH made unnecessary).
1025              Because the export lists are now correct in AIX, no more linker
1026              warnings about "Exported symbol not defined" should appear.
1027      Branch: cfgperl
1028            + makedef.pl
1029            - perl_exp.SH win32/makedef.pl
1030            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
1031            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
1032            ! win32/makefile.mk
1033 ____________________________________________________________________________
1034 [  3672] By: gsar                                  on 1999/07/14  17:12:13
1035         Log: minor efficiency tweak
1036      Branch: perl
1037            ! pp_ctl.c
1038 ____________________________________________________________________________
1039 [  3671] By: jhi                                   on 1999/07/14  16:22:39
1040         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
1041              if its caller re_intuit_start() was entered with strend == strpos
1042              because end_shift ended up as -1.  The patch ain't necessarily
1043              correct but least the core dump is avoided.
1044      Branch: cfgperl
1045            ! regexec.c
1046 ____________________________________________________________________________
1047 [  3670] By: jhi                                   on 1999/07/13  07:59:09
1048         Log: Integrate with Sarathy.
1049      Branch: cfgperl
1050            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1051            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1052           !> (integrate 67 files)
1053 ____________________________________________________________________________
1054 [  3669] By: gsar                                  on 1999/07/12  06:14:54
1055         Log: fixups for sundry warnings about function pointers
1056      Branch: perl
1057            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
1058            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
1059            ! win32/win32.c win32/win32.h
1060 ____________________________________________________________________________
1061 [  3668] By: gsar                                  on 1999/07/12  04:11:58
1062         Log: tweaks for win32/borland
1063      Branch: perl
1064            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
1065 ____________________________________________________________________________
1066 [  3667] By: gsar                                  on 1999/07/12  01:55:15
1067         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
1068              builds; passing the implicit context is unified among the three
1069              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
1070              flavors (see the top of perl.h) for testing; all varargs functions
1071              foo() have a va_list-taking variant vfoo() for generating the
1072              context-free versions; the PERL_OBJECT build should now be
1073              hyper-compatible with CPAN extensions (C++ is totally out of
1074              the picture)
1075              
1076              result has only been tested on Windows
1077              
1078              TODO: write docs on the THX rationale and idiomatic usage of
1079              the Perl API
1080      Branch: perl
1081            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1082            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
1083            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
1084            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
1085            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1086            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
1087            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1088            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
1089            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
1090            ! global.sym globals.c intrpvar.h iperlsys.h
1091            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1092            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
1093            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
1094            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
1095            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
1096            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
1097            ! win32/dl_win32.xs win32/include/dirent.h
1098            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
1099            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
1100            ! win32/win32iop.h win32/win32sck.c
1101 ____________________________________________________________________________
1102 [  3666] By: jhi                                   on 1999/07/11  22:00:13
1103         Log: Integrate with Sarathy.
1104      Branch: cfgperl
1105           !> op.c t/op/lex_assign.t
1106 ____________________________________________________________________________
1107 [  3665] By: jhi                                   on 1999/07/11  21:59:01
1108         Log: More manual sync.
1109      Branch: cfgperl
1110            ! pod/perldelta.pod
1111 ____________________________________________________________________________
1112 [  3664] By: gsar                                  on 1999/07/11  19:11:07
1113         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
1114              remedy and related tests via private mail
1115      Branch: perl
1116            ! op.c t/op/lex_assign.t
1117 ____________________________________________________________________________
1118 [  3663] By: jhi                                   on 1999/07/11  15:04:37
1119         Log: Manual synchronization with Sarathy (some files
1120              had drifted apart for no apparent reason), plus
1121              I had a typo in dl_vms.xs Sarathy had fixed.
1122      Branch: cfgperl
1123            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
1124 ____________________________________________________________________________
1125 [  3662] By: jhi                                   on 1999/07/10  12:23:21
1126         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
1127              to adapt to the underlying platform (the binary, 0b1..., test
1128              was broken in 64-bit platforms).  Also change "hex" in the
1129              warning messages to "hexadecimal" to match "binary" and "octal".
1130      Branch: cfgperl
1131            ! pod/perldiag.pod t/pragma/warn/util util.c
1132 ____________________________________________________________________________
1133 [  3661] By: jhi                                   on 1999/07/08  21:54:55
1134         Log: Integrate with Sarathy.
1135      Branch: cfgperl
1136           +> perlapi.c perlapi.h
1137           !> (integrate 43 files)
1138 ____________________________________________________________________________
1139 [  3660] By: gsar                                  on 1999/07/08  18:47:35
1140         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
1141      Branch: perl
1142            + perlapi.c perlapi.h
1143            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
1144            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
1145            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
1146            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
1147            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
1148            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
1149            ! win32/win32.h
1150 ____________________________________________________________________________
1151 [  3659] By: gsar                                  on 1999/07/08  18:41:45
1152         Log: sundry cleanups for clean build on windows
1153      Branch: perl
1154            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
1155 ____________________________________________________________________________
1156 [  3658] By: gsar                                  on 1999/07/08  01:24:25
1157         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
1158              type mismatch problems
1159      Branch: perl
1160            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
1161            ! t/pragma/warn/op toke.c utf8.c util.c
1162 ____________________________________________________________________________
1163 [  3657] By: jhi                                   on 1999/07/07  23:01:16
1164         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
1165      Branch: cfgperl
1166            ! pod/perldiag.pod
1167           !> Changes configure.com ext/B/B/Deparse.pm
1168           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
1169           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
1170           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
1171           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
1172           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
1173           !> t/pragma/overload.t thread.h vms/vms.c
1174 ____________________________________________________________________________
1175 [  3656] By: gsar                                  on 1999/07/07  21:04:38
1176         Log: integrate cfgperl contents
1177      Branch: perl
1178           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
1179           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
1180           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
1181            ! Changes
1182           !> (integrate 45 files)
1183 ____________________________________________________________________________
1184 [  3655] By: gsar                                  on 1999/07/07  18:55:45
1185         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
1186              <pvhp@forte.com>
1187      Branch: perl
1188            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
1189 ____________________________________________________________________________
1190 [  3654] By: gsar                                  on 1999/07/07  18:47:03
1191         Log: change#1889 mistakenly removed F_SETLK
1192      Branch: perl
1193            ! ext/Fcntl/Fcntl.xs
1194 ____________________________________________________________________________
1195 [  3653] By: gsar                                  on 1999/07/07  18:42:42
1196         Log: B::Deparse update
1197              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1198              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
1199              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
1200              Subject: [PATCH _57, long] B::Deparse 0.58
1201      Branch: perl
1202            ! ext/B/B/Deparse.pm
1203 ____________________________________________________________________________
1204 [  3652] By: gsar                                  on 1999/07/07  18:41:07
1205         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1206              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
1207              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
1208              Subject: Re: [ID 19990705.001] Overloading boolean conversion
1209      Branch: perl
1210            ! gv.c t/pragma/overload.t
1211 ____________________________________________________________________________
1212 [  3651] By: gsar                                  on 1999/07/07  17:47:30
1213         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
1214      Branch: perl
1215            ! perlsfio.h
1216 ____________________________________________________________________________
1217 [  3650] By: gsar                                  on 1999/07/07  17:45:52
1218         Log: applied new parts of suggested patch
1219              From: Charles Bailey <BAILEY@newman.upenn.edu>
1220              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
1221              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
1222              Subject: [PATCH 5.005_57] Consolidated VMS patch
1223      Branch: perl
1224            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
1225            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
1226            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
1227            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
1228            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
1229 ____________________________________________________________________________
1230 [  3649] By: jhi                                   on 1999/07/07  13:38:02
1231         Log: Sync regcomp warn with reality.
1232      Branch: cfgperl
1233            ! t/pragma/warn/regcomp
1234 ____________________________________________________________________________
1235 [  3648] By: jhi                                   on 1999/07/07  13:04:55
1236         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
1237              resolved manually.
1238      Branch: cfgperl
1239           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
1240           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
1241           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
1242            - README.lexwarn
1243           !> (integrate 79 files)
1244 ____________________________________________________________________________
1245 [  3647] By: gsar                                  on 1999/07/07  10:32:03
1246         Log: From: jan.dubois@ibm.net (Jan Dubois)
1247              Date: Thu, 01 Jul 1999 11:17:53 +0200
1248              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
1249              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
1250      Branch: perl
1251            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1252            ! lib/ExtUtils/MakeMaker.pm
1253 ____________________________________________________________________________
1254 [  3646] By: gsar                                  on 1999/07/07  10:27:55
1255         Log: fix undocumented IO::Handle functions as suggested
1256              by cj10@cam.ac.uk
1257      Branch: perl
1258            ! ext/IO/lib/IO/Handle.pm
1259 ____________________________________________________________________________
1260 [  3645] By: gsar                                  on 1999/07/07  10:18:55
1261         Log: prohibit thread join()ing itself (from Dan Sugalski)
1262      Branch: perl
1263            ! ext/Thread/Thread.xs
1264 ____________________________________________________________________________
1265 [  3644] By: gsar                                  on 1999/07/07  10:14:26
1266         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1267              Date: Wed, 30 Jun 1999 14:02:42 -0700
1268              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
1269              Subject:  [PATCH 5.005_57] Compiler and XSUBS
1270      Branch: perl
1271            ! ext/B/B/C.pm
1272 ____________________________________________________________________________
1273 [  3643] By: gsar                                  on 1999/07/07  10:08:38
1274         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
1275              (from François Désarménien <desar@club-internet.fr>)
1276      Branch: perl
1277            ! pod/perlsyn.pod
1278 ____________________________________________________________________________
1279 [  3642] By: gsar                                  on 1999/07/07  10:03:24
1280         Log: From: Doug MacEachern <dougm@cp.net>
1281              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
1282              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
1283              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
1284      Branch: perl
1285            ! ext/B/B.xs
1286 ____________________________________________________________________________
1287 [  3641] By: gsar                                  on 1999/07/07  10:00:57
1288         Log: slightly modified version of suggested patch
1289              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
1290              Date: Mon, 28 Jun 1999 14:23:59 -0400
1291              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
1292              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
1293      Branch: perl
1294            ! ext/POSIX/POSIX.xs
1295 ____________________________________________________________________________
1296 [  3640] By: gsar                                  on 1999/07/07  09:45:43
1297         Log: lexical warnings update (warning.t fails one test
1298              due to leaked scalar, investigation pending)
1299              From: paul.marquess@bt.com
1300              Date: Sat, 26 Jun 1999 23:19:52 +0100
1301              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
1302              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
1303      Branch: perl
1304            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
1305            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
1306            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
1307            - README.lexwarn
1308            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
1309            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
1310            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
1311            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
1312            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1313            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
1314            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
1315            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
1316            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
1317            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1318            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
1319            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
1320            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
1321            ! warning.h warning.pl win32/win32.c
1322 ____________________________________________________________________________
1323 [  3639] By: gsar                                  on 1999/07/07  08:09:30
1324         Log: From: Brian Jepson <bjepson@home.com>
1325              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
1326              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
1327              Subject: Patch to JPL example program
1328      Branch: perl
1329            ! jpl/JPL_Rolo/JPL_Rolo.jpl
1330 ____________________________________________________________________________
1331 [  3638] By: jhi                                   on 1999/07/07  08:07:58
1332         Log: Integrate with Sarathy.
1333      Branch: cfgperl
1334           !> (integrate 34 files)
1335 ____________________________________________________________________________
1336 [  3637] By: gsar                                  on 1999/07/07  08:07:49
1337         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1338              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
1339              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
1340              Subject: [PATCH _57, long] Eliminate CONDOPs
1341      Branch: perl
1342            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
1343            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1344            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
1345            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
1346            ! pod/perltoc.pod pp_ctl.c pp_hot.c
1347 ____________________________________________________________________________
1348 [  3636] By: gsar                                  on 1999/07/07  07:50:51
1349         Log: adapted suggested patch for IO-1.20x
1350              From: ian@dial.pipex.com
1351              Date:  Fri, 25 Jun 1999 10:39:42 +0100
1352              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
1353              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
1354      Branch: perl
1355            ! ext/IO/lib/IO/Socket.pm
1356 ____________________________________________________________________________
1357 [  3635] By: gsar                                  on 1999/07/07  07:26:05
1358         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
1359      Branch: perl
1360            ! hints/powerux.sh
1361 ____________________________________________________________________________
1362 [  3634] By: gsar                                  on 1999/07/07  07:20:02
1363         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1364              Date: Wed, 23 Jun 1999 16:16:05 +0100
1365              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
1366              Subject: [PATCH 5.005_57] memleak in optimizer
1367      Branch: perl
1368            ! embed.h embed.pl objXSUB.h op.c proto.h
1369 ____________________________________________________________________________
1370 [  3633] By: gsar                                  on 1999/07/07  07:10:52
1371         Log: add do-not-edit caveats for files generated by opcode.pl
1372              (suggested by Hugo van der Sanden)
1373      Branch: perl
1374            ! opcode.h opcode.pl pp.sym pp_proto.h
1375 ____________________________________________________________________________
1376 [  3632] By: gsar                                  on 1999/07/07  06:41:13
1377         Log: better diagnostics on read operations from write-only
1378              filehandles
1379      Branch: perl
1380            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
1381            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1382 ____________________________________________________________________________
1383 [  3631] By: gsar                                  on 1999/07/07  02:03:34
1384         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
1385              by David Muir Sharnoff <muir@idiom.com>)
1386      Branch: perl
1387            ! lib/Sys/Hostname.pm
1388 ____________________________________________________________________________
1389 [  3630] By: gsar                                  on 1999/07/07  01:57:16
1390         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1391              Date: Sun, 20 Jun 1999 17:17:17 -0700
1392              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
1393              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
1394      Branch: perl
1395            ! ext/B/B/CC.pm
1396 ____________________________________________________________________________
1397 [  3629] By: gsar                                  on 1999/07/07  01:46:03
1398         Log: installperl should write normal messages to STDOUT, not STDERR
1399      Branch: perl
1400            ! installperl
1401 ____________________________________________________________________________
1402 [  3628] By: gsar                                  on 1999/07/07  01:41:25
1403         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
1404      Branch: perl
1405            ! hints/bsdos.sh
1406 ____________________________________________________________________________
1407 [  3627] By: gsar                                  on 1999/07/07  00:27:10
1408         Log: make diagnostic on C<my $^I> etc., more readable
1409      Branch: perl
1410            ! op.c
1411 ____________________________________________________________________________
1412 [  3626] By: gsar                                  on 1999/07/06  23:47:27
1413         Log: From: Andy Dougherty <doughera@lafayette.edu>
1414              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
1415              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
1416              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
1417      Branch: perl
1418            ! Makefile.SH utils/Makefile
1419 ____________________________________________________________________________
1420 [  3625] By: jhi                                   on 1999/07/06  21:50:46
1421         Log: Some new files of #3624 missing from MANIFEST.
1422      Branch: cfgperl
1423            ! MANIFEST
1424 ____________________________________________________________________________
1425 [  3624] By: jhi                                   on 1999/07/06  21:47:04
1426         Log: POSIX [[:character class:]] support for standard, locale,
1427              and utf8.  If both utf8 and locale are on, utf8 wins.
1428              I don't fully understand why so many tables changed in
1429              lib/unicode because of "make" -- maybe it was just overdue.
1430      Branch: cfgperl
1431            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
1432            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
1433            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
1434            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
1435            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
1436            ! lib/unicode/Block.pl lib/unicode/Category.pl
1437            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1438            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
1439            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
1440            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
1441            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
1442            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
1443            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
1444            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
1445            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
1446            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
1447            ! t/pragma/warn/regcomp utf8.c
1448 ____________________________________________________________________________
1449 [  3623] By: gsar                                  on 1999/07/06  20:52:48
1450         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1451              Date: Wed, 16 Jun 1999 14:57:22 -0400
1452              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
1453              Subject: [PATCH 5.00557] Devel::Peek
1454      Branch: perl
1455            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
1456 ____________________________________________________________________________
1457 [  3622] By: gsar                                  on 1999/07/06  20:22:59
1458         Log: applied patch after demunging headers with appropriate paths
1459              From: "Vishal Bhatia" <vishalb@my-deja.com>
1460              Date: Sat, 12 Jun 1999 08:23:59 -0700
1461              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
1462              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
1463      Branch: perl
1464            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
1465            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
1466 ____________________________________________________________________________
1467 [  3621] By: gsar                                  on 1999/07/06  20:10:50
1468         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1469              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
1470              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
1471              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
1472      Branch: perl
1473            ! doio.c
1474 ____________________________________________________________________________
1475 [  3620] By: jhi                                   on 1999/07/06  19:16:47
1476         Log: Mention EPOC and SOCKS.
1477      Branch: cfgperl
1478            ! pod/perldelta.pod
1479 ____________________________________________________________________________
1480 [  3619] By: gsar                                  on 1999/07/06  16:52:37
1481         Log: fix int vs STRLEN issue
1482      Branch: perl
1483            ! pp.c
1484 ____________________________________________________________________________
1485 [  3618] By: jhi                                   on 1999/07/06  16:52:20
1486         Log: There ain't Perl_atonv().
1487      Branch: cfgperl
1488            ! ext/ByteLoader/bytecode.h
1489 ____________________________________________________________________________
1490 [  3617] By: jhi                                   on 1999/07/06  15:55:22
1491         Log: Integrate with Sarathy.
1492      Branch: cfgperl
1493           !> Makefile.SH
1494 ____________________________________________________________________________
1495 [  3616] By: jhi                                   on 1999/07/06  15:54:09
1496         Log: Tweak for #3613.
1497      Branch: cfgperl
1498            ! Configure config_h.SH
1499 ____________________________________________________________________________
1500 [  3615] By: gsar                                  on 1999/07/06  11:00:21
1501         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1502              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
1503              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
1504              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
1505      Branch: perl
1506            ! Makefile.SH
1507 ____________________________________________________________________________
1508 [  3614] By: jhi                                   on 1999/07/06  10:44:48
1509         Log: Integrate with Sarathy.
1510      Branch: cfgperl
1511           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
1512           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
1513 ____________________________________________________________________________
1514 [  3613] By: jhi                                   on 1999/07/06  10:43:20
1515         Log: From: Nathan Kurz <nate@valleytel.net>
1516              Subject: [ID 19990612.001 compiling three deep modules within ext/]
1517              ply-To: nate@valleytel.net
1518              erl5-porters@perl.org
1519              Date: Sat, 12 Jun 1999 01:26:04 -0500
1520              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
1521      Branch: cfgperl
1522            ! Configure config_h.SH
1523 ____________________________________________________________________________
1524 [  3612] By: gsar                                  on 1999/07/06  10:17:52
1525         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1526              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
1527              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
1528              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
1529      Branch: perl
1530            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
1531 ____________________________________________________________________________
1532 [  3611] By: gsar                                  on 1999/07/06  09:51:20
1533         Log: From: pvhp@forte.com (Peter Prymmer)
1534              Date: Fri, 11 Jun 99 17:07:19 PDT
1535              Message-Id: <9906120007.AA13802@forte.com>
1536              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
1537      Branch: perl
1538            ! ext/IO/lib/IO/File.pm
1539 ____________________________________________________________________________
1540 [  3610] By: gsar                                  on 1999/07/06  09:37:37
1541         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
1542              tweak)
1543              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1544              Date: Wed, 09 Jun 1999 18:27:51 +0100
1545              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
1546              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
1547      Branch: perl
1548            ! perl.h t/base/rs.t
1549 ____________________________________________________________________________
1550 [  3609] By: jhi                                   on 1999/07/06  09:28:48
1551         Log: Integrate with Sarathy.
1552      Branch: cfgperl
1553           !> (integrate 49 files)
1554 ____________________________________________________________________________
1555 [  3608] By: gsar                                  on 1999/07/06  09:28:21
1556         Log: test tweak
1557      Branch: perl
1558            ! t/pragma/warn/op
1559 ____________________________________________________________________________
1560 [  3607] By: jhi                                   on 1999/07/06  09:22:48
1561         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
1562      Branch: cfgperl
1563            ! Configure config_h.SH
1564 ____________________________________________________________________________
1565 [  3606] By: gsar                                  on 1999/07/06  09:05:02
1566         Log: applied slightly tweaked version of suggested patch for
1567              improved RE API
1568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1569              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
1570              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
1571              Subject: [PATCH 5.005_57] REx engine rehash
1572      Branch: perl
1573            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
1574            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
1575            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
1576            ! util.c
1577 ____________________________________________________________________________
1578 [  3605] By: gsar                                  on 1999/07/06  08:54:03
1579         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
1580      Branch: perl
1581            ! sv.c
1582 ____________________________________________________________________________
1583 [  3604] By: gsar                                  on 1999/07/06  07:08:30
1584         Log: From: paul.marquess@bt.com
1585              Date: Tue, 8 Jun 1999 22:37:58 +0100 
1586              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
1587              Subject: [PATCH 5.005_57] DB_File 1.67
1588      Branch: perl
1589            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1590            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1591 ____________________________________________________________________________
1592 [  3603] By: gsar                                  on 1999/07/06  07:04:50
1593         Log: From: paul.marquess@bt.com
1594              Date: Tue, 8 Jun 1999 22:34:01 +0100 
1595              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
1596              Subject: [PATCH 5.005_57] DBM Filters
1597      Branch: perl
1598            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1599            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
1600            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
1601            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
1602 ____________________________________________________________________________
1603 [  3602] By: gsar                                  on 1999/07/06  07:00:01
1604         Log: slightly tweaked version of suggested patch
1605              From: Dan Sugalski <sugalskd@ous.edu>
1606              Date: Tue, 08 Jun 1999 14:09:38 -0700
1607              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
1608              Subject: [PATCH 5.005_57]Use NV instead of double in the core
1609      Branch: perl
1610            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
1611            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
1612            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
1613            ! proto.h sv.c sv.h toke.c universal.c util.c
1614 ____________________________________________________________________________
1615 [  3601] By: gsar                                  on 1999/07/06  06:52:57
1616         Log: integrate cfgperl contents into mainline
1617      Branch: perl
1618           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1619           +> epoc/perl.mmp epoc/perl.pkg
1620           !> (integrate 30 files)
1621 ____________________________________________________________________________
1622 [  3598] By: jhi                                   on 1999/07/05  20:02:55
1623         Log: Integrate with mainperl.
1624      Branch: cfgperl
1625           +> lib/CGI/Pretty.pm
1626           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
1627           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
1628           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
1629           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
1630           !> vms/vmsish.h
1631 ____________________________________________________________________________
1632 [  3597] By: jhi                                   on 1999/07/05  19:59:48
1633         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
1634              that addresses the notorious "Additional libraries" question.
1635      Branch: cfgperl
1636            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1637            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
1638            ! pp_sys.c
1639 ____________________________________________________________________________
1640 [  3596] By: gsar                                  on 1999/07/05  18:30:51
1641         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1642              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
1643              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
1644              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
1645      Branch: perl
1646            ! pp_sys.c t/lib/io_udp.t
1647 ____________________________________________________________________________
1648 [  3595] By: gsar                                  on 1999/07/05  18:29:08
1649         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1650              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
1651              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
1652              Subject: [PATCH 5.00557] Setting $^E wipes out $!
1653      Branch: perl
1654            ! mg.c
1655 ____________________________________________________________________________
1656 [  3594] By: gsar                                  on 1999/07/05  18:24:53
1657         Log: hand-apply whitespace mutiliated patch
1658              From: Dan Sugalski <sugalskd@osshe.edu>
1659              Date: Mon, 07 Jun 1999 14:46:42 -0700
1660              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
1661              Subject: [PATCH 5.005_57]Updated VMS patch
1662      Branch: perl
1663            ! thread.h vms/descrip_mms.template vms/subconfigure.com
1664            ! vms/vms.c vms/vmsish.h
1665 ____________________________________________________________________________
1666 [  3593] By: gsar                                  on 1999/07/05  17:53:04
1667         Log: applied parts not duplicated by previous patches
1668              From: "Vishal Bhatia" <vishalb@my-deja.com>
1669              Date: Sat, 05 Jun 1999 08:42:17 -0700
1670              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
1671              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
1672      Branch: perl
1673            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
1674            ! ext/B/B/Stackobj.pm
1675 ____________________________________________________________________________
1676 [  3592] By: jhi                                   on 1999/07/05  17:17:22
1677         Log: AIX threaded build, plus few more on the side.
1678      Branch: cfgperl
1679            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
1680            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1681            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
1682            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
1683 ____________________________________________________________________________
1684 [  3591] By: gsar                                  on 1999/07/05  16:52:34
1685         Log: "\e" and "\a" didn't produce right escape under EBCDIC
1686              From: pvhp@forte.com (Peter Prymmer)
1687              Date: Fri, 4 Jun 99 12:00:27 PDT
1688              Message-Id: <9906041900.AA28387@forte.com>
1689              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
1690      Branch: perl
1691            ! toke.c
1692 ____________________________________________________________________________
1693 [  3590] By: gsar                                  on 1999/07/05  16:40:01
1694         Log: s/scalar ref constructor/single ref constructor/ (suggested
1695              by Stephen McCamant)
1696      Branch: perl
1697            ! opcode.h opcode.pl
1698 ____________________________________________________________________________
1699 [  3589] By: gsar                                  on 1999/07/05  16:34:06
1700         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
1701      Branch: perl
1702            ! ext/GDBM_File/GDBM_File.xs
1703 ____________________________________________________________________________
1704 [  3588] By: gsar                                  on 1999/07/05  16:29:39
1705         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
1706              is unchanged still)
1707      Branch: perl
1708            ! op.c
1709 ____________________________________________________________________________
1710 [  3587] By: jhi                                   on 1999/07/05  10:31:43
1711         Log: Make perl_exp.SH smarter about what to include and what to exclude.
1712      Branch: cfgperl
1713            ! perl_exp.SH
1714 ____________________________________________________________________________
1715 [  3586] By: jhi                                   on 1999/07/05  09:29:31
1716         Log: Remove unnecessary and extraneous my $i = 0.
1717      Branch: cfgperl
1718            ! bytecode.pl
1719 ____________________________________________________________________________
1720 [  3585] By: jhi                                   on 1999/07/05  07:28:59
1721         Log: Integrate with mainperl.
1722      Branch: cfgperl
1723           !> (integrate 30 files)
1724 ____________________________________________________________________________
1725 [  3584] By: gsar                                  on 1999/07/05  05:36:28
1726         Log: From: Vishal Bhatia <vishalb@hotmail.com>
1727              Date: Thu, 03 Jun 1999 00:57:48 PDT
1728              Message-ID: <19990603075749.86665.qmail@hotmail.com>
1729              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
1730      Branch: perl
1731            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
1732 ____________________________________________________________________________
1733 [  3583] By: gsar                                  on 1999/07/05  05:31:19
1734         Log: suppress fancy display when in verbose mode (suggested by
1735              Paul Johnson <pjcj@transeda.com>)
1736      Branch: perl
1737            ! lib/Test/Harness.pm
1738 ____________________________________________________________________________
1739 [  3582] By: gsar                                  on 1999/07/05  05:17:12
1740         Log: cygwin32 update
1741              From: "Fifer, Eric" <EFifer@sanwaint.com>
1742              Date:  Wed, 2 Jun 1999 15:16:05 +0100
1743              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
1744              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
1745      Branch: perl
1746            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
1747            ! cygwin32/build-instructions.READFIRST
1748            ! cygwin32/build-instructions.charles-wilson
1749            ! cygwin32/build-instructions.sebastien-barre
1750            ! cygwin32/build-instructions.steven-morlock
1751            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
1752            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
1753            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
1754            ! t/op/magic.t util.c
1755 ____________________________________________________________________________
1756 [  3581] By: gsar                                  on 1999/07/05  02:46:18
1757         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
1758      Branch: perl
1759            ! util.c
1760 ____________________________________________________________________________
1761 [  3580] By: gsar                                  on 1999/07/05  02:38:03
1762         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
1763              Date: Mon, 31 May 1999 18:18:13 -0600
1764              Message-ID: <19990601001813.AAA17834@csgsystems.com>
1765              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
1766      Branch: perl
1767            ! t/TEST t/UTEST t/harness utils/perlcc.PL
1768 ____________________________________________________________________________
1769 [  3579] By: gsar                                  on 1999/07/05  01:20:58
1770         Log: compatibility tweak for Class::Struct
1771      Branch: perl
1772            ! lib/Class/Struct.pm
1773 ____________________________________________________________________________
1774 [  3578] By: jhi                                   on 1999/07/04  23:26:01
1775         Log: Miscellaneus AIX fixes + SOCKS support.
1776      Branch: cfgperl
1777            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1778            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
1779            ! hints/aix.sh pp_sys.c
1780 ____________________________________________________________________________
1781 [  3577] By: gsar                                  on 1999/07/04  23:07:39
1782         Log: test tweak
1783      Branch: perl
1784            ! t/io/openpid.t
1785 ____________________________________________________________________________
1786 [  3576] By: jhi                                   on 1999/07/04  22:39:23
1787         Log: Integrate with mainperl.
1788      Branch: cfgperl
1789           +> t/io/openpid.t
1790            - win32/perlhost.h
1791           !> (integrate 51 files)
1792 ____________________________________________________________________________
1793 [  3575] By: jhi                                   on 1999/07/04  22:26:48
1794         Log: Added 64-bit support for AIX 4.3 or better
1795              based on Martin H. Rusoff's observations.
1796      Branch: cfgperl
1797            ! Configure config_h.SH hints/aix.sh
1798 ____________________________________________________________________________
1799 [  3574] By: jhi                                   on 1999/07/04  21:34:47
1800         Log: Do not throw away gccvers compilation errors.
1801              From: Andy Dougherty <doughera@lafayette.edu>
1802              To: Ron Seguin <rseguin@on.bell.ca>
1803              Cc: Perl Porters <perl5-porters@perl.org>
1804              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
1805              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
1806              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
1807      Branch: cfgperl
1808            ! Configure config_h.SH
1809 ____________________________________________________________________________
1810 [  3573] By: gsar                                  on 1999/07/04  21:10:32
1811         Log: adapted suggested tests for addition to testsuite
1812              From: RonaldWS@aol.com
1813              Date:  Sun, 30 May 1999 16:27:28 EDT
1814              Message-Id:  <25cd799f.2482f930@aol.com>
1815              Subject: [19990530.007] Open with pipe | does not return pid under win32
1816      Branch: perl
1817            + t/io/openpid.t
1818            ! MANIFEST win32/win32.c
1819 ____________________________________________________________________________
1820 [  3572] By: gsar                                  on 1999/07/04  20:29:32
1821         Log: perl_run() should call my_exit(0) for normal completion
1822      Branch: perl
1823            ! perl.c
1824 ____________________________________________________________________________
1825 [  3571] By: jhi                                   on 1999/07/04  20:10:44
1826         Log: Add test for change #3568 plus general cleanup.
1827      Branch: cfgperl
1828            ! t/pragma/locale.t
1829 ____________________________________________________________________________
1830 [  3570] By: gsar                                  on 1999/07/04  20:03:21
1831         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
1832              overloading
1833      Branch: perl
1834            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1835            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
1836 ____________________________________________________________________________
1837 [  3569] By: gsar                                  on 1999/07/04  18:04:48
1838         Log: make AIX dynaloading work when libperl is shared (and thus under
1839              mod_perl etc.)
1840              From: Jens-Uwe Mager <jum@helios.de>
1841              Date:  Sat, 29 May 1999 17:09:52 +0200
1842              Message-Id:  <199905291509.RAA43978@ans.helios.de>
1843              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
1844      Branch: perl
1845            ! ext/DynaLoader/dl_aix.xs
1846 ____________________________________________________________________________
1847 [  3568] By: jhi                                   on 1999/07/04  14:54:23
1848         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
1849              This resulted for example in the 'o' magic not being cleared by
1850              magic_setcollxfrm(), which resulted in strange cmp results.
1851              The bug was reported originally in the message
1852              Subject: Bug with locale
1853              From: Jan Starzynski <jan@planet.de> 
1854              To: perlbug@perl.com 
1855              Date: Fri, 09 Apr 1999 13:23:07 +0200 
1856              Message-ID: <370DE31B.DAEE1332@planet.de> 
1857      Branch: cfgperl
1858            ! pp.c
1859 ____________________________________________________________________________
1860 [  3567] By: gsar                                  on 1999/07/04  02:38:34
1861         Log: remove misleading info on defined(&func), unclutter deprecation
1862              about defined(@array)
1863      Branch: perl
1864            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1865            ! t/pragma/warn/op
1866 ____________________________________________________________________________
1867 [  3566] By: gsar                                  on 1999/07/04  01:46:31
1868         Log: From: jan.dubois@ibm.net (Jan Dubois)
1869              Date: Wed, 26 May 1999 22:07:17 +0200
1870              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
1871              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
1872      Branch: perl
1873            ! Changes win32/win32.c win32/win32.h
1874 ____________________________________________________________________________
1875 [  3565] By: gsar                                  on 1999/07/04  01:26:02
1876         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
1877              for win32 issues)
1878      Branch: perl
1879            ! pod/perlxstut.pod
1880 ____________________________________________________________________________
1881 [  3564] By: gsar                                  on 1999/07/02  03:09:04
1882         Log: avoid warnings
1883      Branch: perl
1884            ! ext/Thread/Thread/Specific.pm lib/fields.pm
1885 ____________________________________________________________________________
1886 [  3563] By: gsar                                  on 1999/06/28  19:23:47
1887         Log: inc version (for CPAN.pm sanity)
1888      Branch: perl
1889            ! lib/Text/ParseWords.pm
1890 ____________________________________________________________________________
1891 [  3562] By: gsar                                  on 1999/06/28  19:19:01
1892         Log: regen perltoc
1893      Branch: perl
1894            ! pod/perltoc.pod
1895 ____________________________________________________________________________
1896 [  3561] By: gsar                                  on 1999/06/28  19:08:41
1897         Log: From: Damian Conway <damian@cs.monash.edu.au>
1898              Date: Wed, 26 May 1999 00:58:35 -0400
1899              Message-Id: <199905260458.AAA06411@defender.perl.org>
1900              Subject: [19990526.002] Misc. improvements to Class:Struct
1901      Branch: perl
1902            ! MANIFEST lib/Class/Struct.pm
1903 ____________________________________________________________________________
1904 [  3560] By: gsar                                  on 1999/06/28  18:50:52
1905         Log: remove bogus PL_optype_size
1906      Branch: perl
1907            ! bytecode.pl ext/ByteLoader/byterun.h
1908 ____________________________________________________________________________
1909 [  3559] By: gsar                                  on 1999/06/28  18:22:26
1910         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
1911      Branch: perl
1912            + lib/CGI/Pretty.pm
1913            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
1914            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
1915            ! t/lib/cgi-html.t t/lib/cgi-request.t
1916 ____________________________________________________________________________
1917 [  3558] By: jhi                                   on 1999/06/28  07:30:21
1918         Log: Change Olaf Lebbe's email address.
1919      Branch: cfgperl
1920            ! README.epoc
1921 ____________________________________________________________________________
1922 [  3557] By: gsar                                  on 1999/06/28  00:07:33
1923         Log: make autogenerated files writable
1924      Branch: perl
1925            - win32/perlhost.h
1926            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
1927            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
1928            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
1929            ! proto.h regnodes.h warning.h win32/config_H.bc
1930            ! win32/config_H.gc win32/config_H.vc
1931 ____________________________________________________________________________
1932 [  3556] By: jhi                                   on 1999/06/27  19:22:53
1933         Log: Update MANIFEST to match #3555.
1934      Branch: cfgperl
1935            ! MANIFEST
1936 ____________________________________________________________________________
1937 [  3555] By: jhi                                   on 1999/06/27  19:16:22
1938         Log: EPOC port to Psion5.
1939              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1940              To: Jarkko Hietaniemi <jhi@iki.fi>
1941              Cc: perl5-porters@perl.org
1942              Subject: Re: Psion5
1943              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
1944              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
1945      Branch: cfgperl
1946            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1947            + epoc/perl.mmp epoc/perl.pkg
1948            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
1949            ! perl.h sv.c util.c
1950 ____________________________________________________________________________
1951 [  3554] By: jhi                                   on 1999/06/27  18:50:52
1952         Log: Integrate from mainperl.
1953      Branch: cfgperl
1954           !> (integrate 48 files)
1955 ____________________________________________________________________________
1956 [  3553] By: gsar                                  on 1999/06/27  14:28:49
1957         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
1958              gone from the public API); PERL_OBJECT builds again on
1959              windows
1960              
1961              TODO: namespace-clean the typedefs in iperlsys.h and
1962              elsewhere; remove C++ remnants from public headers
1963      Branch: perl
1964            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
1965            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1966            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1967            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
1968            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
1969            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
1970            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
1971            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
1972            ! win32/config.gc win32/config.vc win32/dl_win32.xs
1973            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1974            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
1975            ! win32/win32sck.c
1976 ____________________________________________________________________________
1977 [  3552] By: gsar                                  on 1999/06/27  13:49:31
1978         Log: integrate cfgperl changes into mainline
1979      Branch: perl
1980           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1981           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1982           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1983           !> util.c
1984 ____________________________________________________________________________
1985 [  3551] By: gsar                                  on 1999/06/27  13:31:11
1986         Log: fix indents
1987      Branch: perl
1988            ! op.c
1989 ____________________________________________________________________________
1990 [  3550] By: gsar                                  on 1999/06/24  22:42:53
1991         Log: update Changes
1992      Branch: perl
1993            ! Changes
1994 ____________________________________________________________________________
1995 [  3549] By: gsar                                  on 1999/06/24  22:41:17
1996         Log: avoid race condition in the CAPI extension bootstrap handler
1997      Branch: perl
1998            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
1999 ____________________________________________________________________________
2000 [  3548] By: gsar                                  on 1999/06/24  22:39:53
2001         Log: sanity check to cover the case when perl is installed into the
2002              X:\ (drive root)
2003      Branch: perl
2004            ! win32/win32.c
2005 ____________________________________________________________________________
2006 [  3547] By: gsar                                  on 1999/06/22  19:30:32
2007         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
2008      Branch: perl
2009            ! lib/Tie/RefHash.pm
2010 ____________________________________________________________________________
2011 [  3544] By: jhi                                   on 1999/06/18  19:24:28
2012         Log: Tidy up #3542 and #3543. 
2013      Branch: cfgperl
2014            ! t/pragma/locale.t util.c
2015 ____________________________________________________________________________
2016 [  3543] By: jhi                                   on 1999/06/18  10:28:45
2017         Log: Spice up locale.t.
2018      Branch: cfgperl
2019            ! t/pragma/locale.t
2020 ____________________________________________________________________________
2021 [  3542] By: jhi                                   on 1999/06/17  22:42:03
2022         Log: Fixed two long-standing locale bugs.
2023              
2024              Both problems were related to numeric locale which
2025              controls the radix character aka the decimal separator.
2026              (1) printf (and sprintf) were resetting the numeric locale to C.
2027              (2) Using locale-numerically formatted floating point
2028              numbers (e.g. "1,23") together with -w caused warnings about
2029              "isn't numeric".  The operations were working fine, though,
2030              because atof() was using the local locale.
2031              Both problems reported by Stefan Vogtner.
2032              
2033              Introduced a wrapper for atof() that attempts to convert
2034              the string both ways.  This helps Perl to understand
2035              numbers like this "4.56" even when using a local locale
2036              makes atof() understand only numbers like this "7,89".
2037              
2038              Remaining related problems, both of which existed before
2039              this patch and continue to exist after this patch:
2040              (a) The behaviour of print() is _not_ as documented by perllocale.
2041              Instead of always using the C locale, print() does use the
2042              local locale, just like the *printf() do.  This may be fixable
2043              now that switching to-and-fro between locales has been made
2044              more consistent, but fixing print() would change existing
2045              behaviour.  perllocale is not changed by this patch.
2046              (b) If a number has been stringified (say, via "$number") under
2047              a local locale, the cached string value persists even under
2048              "no locale".  This may or may not be a problem: operations
2049              work fine because the original number is still there, but
2050              that the string form keeps its locale-ish outlook may be
2051              somewhat confusing.
2052      Branch: cfgperl
2053            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2054            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
2055            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
2056            ! util.c
2057 ____________________________________________________________________________
2058 [  3541] By: jhi                                   on 1999/06/17  20:00:16
2059         Log: Integrate from mainperl.
2060      Branch: cfgperl
2061           !> ext/Data/Dumper/Dumper.pm op.c
2062 ____________________________________________________________________________
2063 [  3540] By: gsar                                  on 1999/06/16  16:49:55
2064         Log: dump C<0> as such, not C<'0'>
2065      Branch: perl
2066            ! ext/Data/Dumper/Dumper.pm
2067 ____________________________________________________________________________
2068 [  3539] By: gsar                                  on 1999/06/13  04:04:40
2069         Log: fix coredumper in change#3498
2070      Branch: perl
2071            ! op.c
2072 ____________________________________________________________________________
2073 [  3538] By: jhi                                   on 1999/06/12  22:01:26
2074         Log: Integrate from mainperl.
2075      Branch: cfgperl
2076           +> lib/caller.pm
2077           !> (integrate 36 files)
2078 ____________________________________________________________________________
2079 [  3537] By: gsar                                  on 1999/06/12  06:43:03
2080         Log: EXTERN_C declarations for global arrays in various
2081              headers, so perl can be built even in C++ mode; win32
2082              build fixups; regen headers
2083      Branch: perl
2084            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
2085            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
2086 ____________________________________________________________________________
2087 [  3536] By: gsar                                  on 1999/06/12  06:38:21
2088         Log: caller.pm typos
2089      Branch: perl
2090            ! lib/caller.pm
2091 ____________________________________________________________________________
2092 [  3535] By: gsar                                  on 1999/06/11  23:13:54
2093         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
2094              is temporarily gone
2095      Branch: perl
2096            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
2097            ! pod/perldelta.pod proto.h win32/perllib.c
2098 ____________________________________________________________________________
2099 [  3534] By: gsar                                  on 1999/06/11  20:41:51
2100         Log: implement C<use caller 'encoding'>
2101      Branch: perl
2102            + lib/caller.pm
2103            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
2104 ____________________________________________________________________________
2105 [  3533] By: gsar                                  on 1999/06/11  16:51:04
2106         Log: truncate() has a peculiar exemption from strict barewords, even
2107              though it has a non-filehandle prototype
2108      Branch: perl
2109            ! op.c t/io/fs.t
2110 ____________________________________________________________________________
2111 [  3532] By: gsar                                  on 1999/06/11  09:09:16
2112         Log: GDBM tweak
2113      Branch: perl
2114            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
2115 ____________________________________________________________________________
2116 [  3531] By: gsar                                  on 1999/06/10  23:34:19
2117         Log: part of the platform changes for IMPLICIT_CONTEXT
2118      Branch: perl
2119            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
2120            ! jpl/PerlInterpreter/PerlInterpreter.c
2121            ! jpl/PerlInterpreter/PerlInterpreter.h
2122            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
2123            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
2124 ____________________________________________________________________________
2125 [  3530] By: jhi                                   on 1999/06/10  20:55:56
2126         Log: Integrate from mainperl.
2127      Branch: cfgperl
2128           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
2129 ____________________________________________________________________________
2130 [  3529] By: gsar                                  on 1999/06/10  20:40:01
2131         Log: DB_File tweaks for IMPLICIT CONTEXT
2132      Branch: perl
2133            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2134 ____________________________________________________________________________
2135 [  3528] By: jhi                                   on 1999/06/10  10:18:15
2136         Log: Integrate from mainperl.
2137      Branch: cfgperl
2138           !> (integrate 105 files)
2139 ____________________________________________________________________________
2140 [  3527] By: gsar                                  on 1999/06/10  09:30:35
2141         Log: most globals are now interpreter local; locale initialization
2142              was too early, defer it until interpreter is allocated and
2143              initialized; multiple interpreters should now be
2144              concurrency-safe (untested)
2145      Branch: perl
2146            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
2147            ! perlvars.h
2148 ____________________________________________________________________________
2149 [  3526] By: gsar                                  on 1999/06/10  08:38:00
2150         Log: fix small nits
2151      Branch: perl
2152            ! cc_runtime.h ext/B/B/CC.pm run.c
2153 ____________________________________________________________________________
2154 [  3525] By: gsar                                  on 1999/06/10  04:41:38
2155         Log: win32 build fixes
2156      Branch: perl
2157            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
2158            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2159            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
2160            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
2161            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2162            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
2163            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
2164            ! win32/win32.c win32/win32.h win32/win32sck.c
2165            ! win32/win32thread.c win32/win32thread.h
2166 ____________________________________________________________________________
2167 [  3524] By: gsar                                  on 1999/06/09  18:03:01
2168         Log: more complete support for implicit thread/interpreter pointer,
2169              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
2170              without that enabled):
2171              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
2172              is a noop; tests pass on Solaris; should be faster now!
2173              - MULTIPLICITY has been tested with and without
2174              PERL_IMPLICIT_CONTEXT on Solaris
2175              - improved function database now merged with embed.pl
2176              - everything except the varargs functions have foo(a,b,c) macros
2177              to provide compatibility
2178              - varargs functions default to compatibility variants that
2179              get the context pointer using dTHX
2180              - there should be almost no source compatibility issues as a
2181              result of all this
2182              - dl_foo.xs changes other than dl_dlopen.xs untested
2183              - still needs documentation, fixups for win32 etc
2184              Next step: migrate most non-mutex variables from perlvars.h
2185              to intrpvar.h
2186      Branch: perl
2187            - proto.pl
2188            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
2189            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
2190            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2191            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2192            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
2193            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
2194            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
2195            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2196            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2197            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
2198            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
2199            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
2200            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
2201            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
2202            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
2203            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
2204            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
2205            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
2206            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
2207            ! util.c win32/Makefile win32/makefile.mk writemain.SH
2208 ____________________________________________________________________________
2209 [  3523] By: gsar                                  on 1999/06/07  05:24:13
2210         Log: missed a file
2211      Branch: perl
2212            + proto.pl
2213            ! MANIFEST
2214 ____________________________________________________________________________
2215 [  3522] By: gsar                                  on 1999/06/07  05:18:34
2216         Log: initial stub implementation of implicit thread/this
2217              pointer    argument; builds/tests on Solaris, win32
2218              hasn't been fixed up yet; proto.h, global.sym and
2219              static function decls are now generated from a common
2220              database in proto.pl; some inconsistently named
2221              perl_foo() things are now Perl_foo(), compatibility
2222              #defines provided; perl_foo() (lowercase 'p') reserved
2223              for functions that take an explicit context argument;
2224              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
2225      Branch: perl
2226            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
2227            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
2228            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
2229            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
2230            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
2231            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
2232            ! universal.c utf8.c util.c
2233 ____________________________________________________________________________
2234 [  3521] By: gsar                                  on 1999/06/04  23:00:22
2235         Log: clean up some stray "global" symbols
2236      Branch: perl
2237            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
2238            ! pp_proto.h proto.h
2239 ____________________________________________________________________________
2240 [  3520] By: jhi                                   on 1999/06/02  21:33:28
2241         Log: Integrate from mainperl.
2242      Branch: cfgperl
2243           !> (integrate 94 files)
2244 ____________________________________________________________________________
2245 [  3519] By: gsar                                  on 1999/06/02  07:16:10
2246         Log: avoid dereferencing null pointer from getpwent() et al
2247      Branch: perl
2248            ! pp_sys.c
2249 ____________________________________________________________________________
2250 [  3518] By: gsar                                  on 1999/06/02  04:47:10
2251         Log: remove _() non-ansism
2252      Branch: perl
2253            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
2254            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
2255            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
2256            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
2257            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
2258            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
2259            ! ext/re/re.xs handy.h hv.c iperlsys.h
2260            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
2261            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
2262            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
2263            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
2264            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
2265            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
2266            ! vms/vmsish.h vms/writemain.pl vos/config.h
2267            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
2268            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
2269            ! win32/perllib.c win32/runperl.c win32/win32.h
2270            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
2271            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
2272 ____________________________________________________________________________
2273 [  3517] By: gsar                                  on 1999/06/02  02:17:51
2274         Log: missed a few files
2275      Branch: perl
2276            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
2277 ____________________________________________________________________________
2278 [  3516] By: gsar                                  on 1999/06/02  01:37:33
2279         Log: integrate cfgperl contents into mainline
2280      Branch: perl
2281           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2282           +> ext/ByteLoader/byterun.h
2283            - bytecode.h byterun.c byterun.h
2284            ! Changes
2285           !> (integrate 58 files)
2286 ____________________________________________________________________________
2287 [  3515] By: gsar                                  on 1999/06/02  00:48:50
2288         Log: remove stray K&R-isms
2289      Branch: perl
2290            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
2291            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
2292            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
2293            ! toke.c util.c win32/win32.c x2p/hash.c
2294 ____________________________________________________________________________
2295 [  3514] By: gsar                                  on 1999/06/01  15:55:55
2296         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
2297              strict 'subs'
2298      Branch: perl
2299            ! op.c t/pragma/strict-subs
2300 ____________________________________________________________________________
2301 [  3513] By: jhi                                   on 1999/06/01  07:17:05
2302         Log: Patch applying of #3499 had gone awry.
2303      Branch: cfgperl
2304            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
2305 ____________________________________________________________________________
2306 [  3512] By: gsar                                  on 1999/05/31  19:21:30
2307         Log: tighter -help output
2308      Branch: perl
2309            ! perl.c
2310 ____________________________________________________________________________
2311 [  3511] By: gsar                                  on 1999/05/31  17:18:23
2312         Log: fix memory leak in C<eval 'return sub {...}'>
2313      Branch: perl
2314            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
2315 ____________________________________________________________________________
2316 [  3510] By: gsar                                  on 1999/05/31  14:11:46
2317         Log: tweak C++isms
2318      Branch: perl
2319            ! win32/dl_win32.xs win32/win32.c
2320 ____________________________________________________________________________
2321 [  3509] By: jhi                                   on 1999/05/30  13:02:26
2322         Log: Cleanup of #3488.
2323      Branch: cfgperl
2324            ! Configure config_h.SH
2325 ____________________________________________________________________________
2326 [  3508] By: jhi                                   on 1999/05/30  11:16:01
2327         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2328              To: Mailing list Perl5 <perl5-porters@perl.org>
2329              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
2330              Date: Sat, 29 May 1999 20:18:13 -0400
2331              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
2332      Branch: cfgperl
2333            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
2334 ____________________________________________________________________________
2335 [  3507] By: jhi                                   on 1999/05/29  20:05:40
2336         Log: From: Mark-Jason Dominus <mjd@plover.com>
2337              To: perl5-porters@perl.com
2338              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
2339              Date: Sat, 29 May 1999 14:45:10 -0400
2340              Message-ID: <19990529184510.27557.qmail@plover.com>
2341      Branch: cfgperl
2342            ! op.h
2343 ____________________________________________________________________________
2344 [  3506] By: gsar                                  on 1999/05/29  16:49:39
2345         Log: avoid gv_check() recursive pit
2346      Branch: perl
2347            ! gv.c
2348 ____________________________________________________________________________
2349 [  3505] By: jhi                                   on 1999/05/29  11:38:16
2350         Log: From: jan.dubois@ibm.net (Jan Dubois)
2351              To: Gurusamy Sarathy <gsar@activestate.com>
2352              Cc: perl5-porters@perl.org
2353              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
2354              Date: Sat, 29 May 1999 08:46:22 +0200
2355              Message-ID: <374f8007.2016008@smtp1.ibm.net>
2356      Branch: cfgperl
2357            ! t/op/grent.t t/op/pwent.t
2358 ____________________________________________________________________________
2359 [  3504] By: jhi                                   on 1999/05/29  11:07:10
2360         Log: QNX needs <sys/select.h> to define fd_set.
2361              
2362              From: Norton Allen <allen@huarp.harvard.edu>
2363              To: perl5-porters@perl.org
2364              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
2365              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
2366              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
2367      Branch: cfgperl
2368            ! ext/IO/poll.c
2369 ____________________________________________________________________________
2370 [  3503] By: jhi                                   on 1999/05/29  10:53:31
2371         Log: From: jan.dubois@ibm.net (Jan Dubois)
2372              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
2373              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
2374              Date: Fri, 28 May 1999 20:14:35 +0200
2375              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
2376      Branch: cfgperl
2377            ! lib/Math/BigFloat.pm
2378 ____________________________________________________________________________
2379 [  3502] By: jhi                                   on 1999/05/29  10:44:44
2380         Log: Make Configure support the change #3367,
2381              SysV shadow passwords.
2382      Branch: cfgperl
2383            ! Configure config_h.SH pp_sys.c
2384 ____________________________________________________________________________
2385 [  3501] By: gsar                                  on 1999/05/28  21:22:23
2386         Log: add wide versions of win32 system calls (first step in
2387              globalization); delayload winsock for performance if compiling
2388              with VC 6.0
2389      Branch: perl
2390            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
2391            ! win32/win32.c win32/win32.h
2392 ____________________________________________________________________________
2393 [  3500] By: jhi                                   on 1999/05/28  21:17:24
2394         Log: The new t/lib/io_linenum.t was using stricture
2395              before @INC was set up.
2396      Branch: cfgperl
2397            ! t/lib/io_linenum.t
2398 ____________________________________________________________________________
2399 [  3499] By: jhi                                   on 1999/05/28  17:13:23
2400         Log: From: Tom Hughes <tom@compton.nu>
2401              To: perl5-porters@perl.org
2402              Subject: [PATCH 5.005_57] ByteLoader mark 2
2403              Date: Wed, 26 May 1999 23:59:49 +0100
2404              Message-ID: <bf337a0849.tom@compton.compton.nu>
2405              
2406              plus resolve tiny conflict with #3479
2407              plus regen_headers.
2408      Branch: cfgperl
2409            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
2410            + ext/ByteLoader/byterun.h
2411            - bytecode.h byterun.c byterun.h
2412            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
2413            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
2414            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2415            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
2416            ! perl.h perlvars.h proto.h util.c utils/Makefile
2417 ____________________________________________________________________________
2418 [  3498] By: jhi                                   on 1999/05/28  16:53:04
2419         Log: From: Mark-Jason Dominus <mjd@plover.com>
2420              To: perl5-porters@perl.com
2421              Subject: PATCH (5.005_57): defined(@a) now deprecated
2422              Date: Thu, 27 May 1999 16:05:44 -0400
2423              Message-ID: <19990527200544.13330.qmail@plover.com>
2424      Branch: cfgperl
2425            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
2426            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
2427 ____________________________________________________________________________
2428 [  3497] By: jhi                                   on 1999/05/28  16:50:54
2429         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2430              To: perl5-porters@perl.org (Mailing list Perl5)
2431              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
2432              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
2433              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
2434      Branch: cfgperl
2435            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
2436            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
2437 ____________________________________________________________________________
2438 [  3496] By: jhi                                   on 1999/05/28  16:48:39
2439         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2440              To: perl5-porters@perl.org (Mailing list Perl5)
2441              Subject: [PATCH 5.00557] Required OS/2-related patches
2442              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
2443              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
2444      Branch: cfgperl
2445            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
2446            ! t/op/stat.t util.c
2447 ____________________________________________________________________________
2448 [  3495] By: jhi                                   on 1999/05/28  16:45:56
2449         Log: From: Paul Johnson <pjcj@transeda.com>
2450              To: perl5-porters <perl5-porters@perl.org>
2451              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
2452              Date: Fri, 28 May 1999 15:13:54 +0100
2453              Message-ID: <19990528151354.B289@west-tip.transeda.com>
2454      Branch: cfgperl
2455            ! t/TEST
2456 ____________________________________________________________________________
2457 [  3494] By: jhi                                   on 1999/05/28  16:44:34
2458         Log: From: Paul Johnson <pjcj@transeda.com>
2459              To: perl5-porters <perl5-porters@perl.org>
2460              Subject: [PATCH 5.005_57] Fixes related to working local $.
2461              Date: Fri, 28 May 1999 15:11:18 +0100
2462              Message-ID: <19990528151118.A289@west-tip.transeda.com>
2463      Branch: cfgperl
2464            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
2465 ____________________________________________________________________________
2466 [  3493] By: gsar                                  on 1999/05/28  16:37:26
2467         Log: change#3449 wasn't doing enough
2468      Branch: perl
2469            ! op.c t/comp/proto.t
2470 ____________________________________________________________________________
2471 [  3492] By: jhi                                   on 1999/05/28  08:12:23
2472         Log: From: paul.marquess@bt.com
2473              To: doughera@lafayette.edu
2474              Cc: perl5-porters@perl.org
2475              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
2476              Date: Thu, 27 May 1999 23:31:38 +0100
2477              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
2478              
2479              Had to be applied manually; some mailer had munged the patch slightly.
2480      Branch: cfgperl
2481            ! ext/NDBM_File/NDBM_File.xs
2482 ____________________________________________________________________________
2483 [  3491] By: jhi                                   on 1999/05/28  07:51:17
2484         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
2485              To: perl5-porters@perl.org
2486              Subject: [PATCH 5.005_57] fixing eval in the compiler
2487              Date: Thu, 27 May 1999 07:56:54 -0700
2488              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
2489      Branch: cfgperl
2490            ! cc_runtime.h scope.h
2491 ____________________________________________________________________________
2492 [  3490] By: jhi                                   on 1999/05/28  07:47:06
2493         Log: From: Andy Dougherty <doughera@lafayette.edu>
2494              To: perlbug@perl.com
2495              Cc: Jarkko Hietaniemi <jhi@iki.fi>
2496              Subject: [PATCH] Configure updates for ISC 4.1
2497              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
2498              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
2499      Branch: cfgperl
2500            ! Configure config_h.SH
2501 ____________________________________________________________________________
2502 [  3489] By: jhi                                   on 1999/05/28  07:39:17
2503         Log: Integrate from mainperl.
2504      Branch: cfgperl
2505           !> malloc.c win32/makedef.pl win32/win32.c
2506 ____________________________________________________________________________
2507 [  3488] By: jhi                                   on 1999/05/27  16:57:19
2508         Log: From: Andy Dougherty <doughera@lafayette.edu>
2509              To: Perl Porters <perl5-porters@perl.org>
2510              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
2511              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
2512              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
2513      Branch: cfgperl
2514            ! Configure config_h.SH hints/sunos_4_1.sh util.c
2515 ____________________________________________________________________________
2516 [  3487] By: gsar                                  on 1999/05/27  03:56:20
2517         Log: make win32_spawnvp() inherit standard handles even when they
2518              may be redirected
2519      Branch: perl
2520            ! win32/win32.c
2521 ____________________________________________________________________________
2522 [  3486] By: jhi                                   on 1999/05/26  19:55:52
2523         Log: From: Andy Dougherty <doughera@lafayette.edu>
2524              To: perl5-porters@perl.org
2525              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
2526              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
2527              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
2528      Branch: cfgperl
2529            ! util.c
2530 ____________________________________________________________________________
2531 [  3485] By: chip                                  on 1999/05/26  17:19:11
2532         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
2533      Branch: maint-5.004/perl
2534            ! Configure
2535 ____________________________________________________________________________
2536 [  3484] By: gsar                                  on 1999/05/26  01:56:28
2537         Log: fix missing exported symbol
2538      Branch: perl
2539            ! malloc.c win32/makedef.pl
2540 ____________________________________________________________________________
2541 [  3483] By: jhi                                   on 1999/05/25  23:08:07
2542         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
2543              
2544              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2545              To: perlbug@perl.com
2546              Subject: OpenBSD hints file update
2547              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
2548              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
2549      Branch: cfgperl
2550            ! hints/openbsd.sh
2551 ____________________________________________________________________________
2552 [  3482] By: jhi                                   on 1999/05/25  23:01:25
2553         Log: From: Tom Hughes <tom@compton.nu>
2554              To: perl5-porters@perl.org
2555              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
2556              Date: Tue, 25 May 1999 23:10:23 +0100
2557              Message-ID: <1ed7f10749.tom@compton.compton.nu>
2558      Branch: cfgperl
2559            ! Configure config_h.SH
2560 ____________________________________________________________________________
2561 [  3481] By: jhi                                   on 1999/05/25  22:31:50
2562         Log: 3479, 3480, 3481 seems logical.
2563      Branch: cfgperl
2564           !> hints/aix.sh
2565 ____________________________________________________________________________
2566 [  3480] By: jhi                                   on 1999/05/25  22:13:39
2567         Log: The change #3479 wasn't perfect.
2568      Branch: perl
2569            ! hints/aix.sh
2570 ____________________________________________________________________________
2571 [  3479] By: jhi                                   on 1999/05/25  21:59:21
2572         Log: Cures for _57 in AIX 4.1.5.0.
2573              (1) The lddlflags lost its -lc by change #3660
2574              (and the politeness of change #3257).
2575              (2) optype_size must end up in perl.exp (as PL_optype_size).
2576              Added it to perlvars.h, fixed bytecode.pl,
2577              regen'ed the relevant headers.
2578      Branch: cfgperl
2579            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
2580            ! perlvars.h
2581      Branch: perl
2582            ! hints/aix.sh
2583 ____________________________________________________________________________
2584 [  3478] By: jhi                                   on 1999/05/25  20:13:47
2585         Log: Integrate from mainperl.
2586      Branch: cfgperl
2587           +> pod/perltootc.pod
2588           !> (integrate 101 files)
2589 ____________________________________________________________________________
2590 [  3477] By: gsar                                  on 1999/05/25  10:43:48
2591         Log: here be 5.005_57
2592      Branch: perl
2593            ! Changes MANIFEST Porting/makerel
2594           !> Changes5.005
2595
2596 ----------------
2597 Version 5.005_57
2598 ----------------
2599
2600 ____________________________________________________________________________
2601 [  3476] By: gsar                                  on 1999/05/25  09:23:43
2602         Log: up patchlevel &c
2603      Branch: perl
2604            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
2605            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2606            ! win32/makefile.mk
2607 ____________________________________________________________________________
2608 [  3475] By: gsar                                  on 1999/05/25  09:14:51
2609         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2610              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
2611              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
2612              Subject: [PATCH 5.005_56] REx engine improvements
2613      Branch: perl
2614            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
2615            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
2616            ! thrdvar.h util.c
2617 ____________________________________________________________________________
2618 [  3474] By: gsar                                  on 1999/05/25  08:39:56
2619         Log: test case for change#3470
2620      Branch: perl
2621            ! t/lib/bigintpm.t
2622 ____________________________________________________________________________
2623 [  3473] By: gsar                                  on 1999/05/25  08:36:52
2624         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
2625      Branch: perl
2626            ! Changes pod/perlport.pod
2627 ____________________________________________________________________________
2628 [  3472] By: gsar                                  on 1999/05/25  08:28:57
2629         Log: assorted tweaks
2630      Branch: perl
2631            ! doio.c iperlsys.h win32/config.bc win32/config.gc
2632            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2633            ! win32/config_H.vc win32/makedef.pl
2634 ____________________________________________________________________________
2635 [  3471] By: gsar                                  on 1999/05/25  06:06:04
2636         Log: perlref update from Tom Christiansen
2637      Branch: perl
2638            ! pod/perlref.pod
2639 ____________________________________________________________________________
2640 [  3470] By: gsar                                  on 1999/05/25  06:03:27
2641         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2642              Date: Mon, 24 May 1999 17:43:56 -0400
2643              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
2644              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
2645      Branch: perl
2646            ! hv.c
2647 ____________________________________________________________________________
2648 [  3469] By: gsar                                  on 1999/05/25  05:59:22
2649         Log: avoid temporary files that have a constant name (from a suggestion
2650              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
2651      Branch: perl
2652            ! lib/ExtUtils/MM_Unix.pm
2653 ____________________________________________________________________________
2654 [  3468] By: gsar                                  on 1999/05/25  05:54:29
2655         Log: From: pvhp@forte.com (Peter Prymmer)
2656              Date: Mon, 24 May 99 11:20:25 PDT
2657              Message-Id: <9905241820.AA28071@forte.com>
2658              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
2659      Branch: perl
2660            ! lib/Pod/Text.pm
2661 ____________________________________________________________________________
2662 [  3467] By: gsar                                  on 1999/05/25  04:08:50
2663         Log: fix glob() bug that resulted in missing symlinks that don't point
2664              anywhere
2665      Branch: perl
2666            ! pp_hot.c
2667 ____________________________________________________________________________
2668 [  3466] By: gsar                                  on 1999/05/25  03:00:00
2669         Log: avoid enumerating @INC contents in diagnostic if @INC was never
2670              searched
2671      Branch: perl
2672            ! pod/perldiag.pod pp_ctl.c
2673 ____________________________________________________________________________
2674 [  3465] By: gsar                                  on 1999/05/25  02:24:08
2675         Log: add caveat about close(PIPE) carelessness
2676      Branch: perl
2677            ! pod/perlfunc.pod
2678 ____________________________________________________________________________
2679 [  3464] By: gsar                                  on 1999/05/24  23:55:53
2680         Log: fix bogus line numbers for void context warnings
2681              (change#2548 was overeager)
2682      Branch: perl
2683            ! op.c
2684 ____________________________________________________________________________
2685 [  3463] By: gsar                                  on 1999/05/24  23:31:58
2686         Log: change#3455 had a typo
2687      Branch: perl
2688            ! pp_ctl.c
2689 ____________________________________________________________________________
2690 [  3462] By: gsar                                  on 1999/05/24  17:32:20
2691         Log: more pod updates from Tom Christiansen; regen perltoc
2692      Branch: perl
2693            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
2694            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
2695 ____________________________________________________________________________
2696 [  3461] By: gsar                                  on 1999/05/24  07:41:32
2697         Log: perlmod notes from Damian Conway (via Tom Christiansen)
2698      Branch: perl
2699            ! pod/perlmod.pod
2700 ____________________________________________________________________________
2701 [  3460] By: gsar                                  on 1999/05/24  07:24:11
2702         Log: major pod update from Tom Christiansen
2703      Branch: perl
2704            + pod/perltootc.pod
2705            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
2706            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
2707            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
2708            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
2709            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
2710            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
2711            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
2712            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
2713            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
2714            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
2715            ! pod/perlxs.pod pod/pod2man.PL
2716 ____________________________________________________________________________
2717 [  3459] By: gsar                                  on 1999/05/24  06:26:48
2718         Log: perlfaq update from Tom Christiansen
2719      Branch: perl
2720            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2721            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2722            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2723            ! pod/perlfaq9.pod
2724 ____________________________________________________________________________
2725 [  3458] By: gsar                                  on 1999/05/24  05:55:11
2726         Log: updated to v1.50 from CPAN
2727      Branch: perl
2728            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2729 ____________________________________________________________________________
2730 [  3457] By: gsar                                  on 1999/05/24  05:46:20
2731         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2732              Date: Sun, 23 May 1999 16:35:07 +0100
2733              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
2734              Subject: [PATCH 5.005_56] name PL_in_eval bits
2735      Branch: perl
2736            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
2737 ____________________________________________________________________________
2738 [  3456] By: gsar                                  on 1999/05/24  05:18:06
2739         Log: make -t mode the default on emacs/dumb terminals
2740      Branch: perl
2741            ! Changes utils/perldoc.PL
2742 ____________________________________________________________________________
2743 [  3455] By: gsar                                  on 1999/05/24  05:05:19
2744         Log: return 0 rather than "" when scalar grep has nothing to iterate
2745              on (brings behavior in line with documentation)
2746      Branch: perl
2747            ! pp_ctl.c
2748 ____________________________________________________________________________
2749 [  3454] By: gsar                                  on 1999/05/24  04:52:52
2750         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
2751              Date: Thu, 20 May 1999 13:27:02 -1000
2752              Message-Id: <E10kcDN-0007TA-00@lapaki>
2753              Subject: Problem with MM_Unix in 5.005_03
2754      Branch: perl
2755            ! lib/ExtUtils/MM_Unix.pm
2756 ____________________________________________________________________________
2757 [  3453] By: gsar                                  on 1999/05/24  04:39:49
2758         Log: avoid removing duplicates in user-generated warnings
2759              From: byron@omix.com (Byron Brummer)
2760              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
2761              Message-Id: <199905201101.EAA91175@thrush.omix.com>
2762              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
2763      Branch: perl
2764            ! lib/diagnostics.pm
2765 ____________________________________________________________________________
2766 [  3452] By: gsar                                  on 1999/05/24  04:23:10
2767         Log: straighten some code to avoid NeXT compiler bugs (from
2768              Geoff Kuenning <geoff@cs.hmc.edu>)
2769      Branch: perl
2770            ! pp_ctl.c
2771 ____________________________________________________________________________
2772 [  3451] By: gsar                                  on 1999/05/24  03:03:05
2773         Log: minor logic tweak for reserved word warning
2774      Branch: perl
2775            ! lib/Test/Harness.pm toke.c
2776 ____________________________________________________________________________
2777 [  3450] By: gsar                                  on 1999/05/24  02:34:20
2778         Log: oops, some files missing in change#3449
2779      Branch: perl
2780            ! op.c op.h toke.c
2781 ____________________________________________________________________________
2782 [  3449] By: gsar                                  on 1999/05/24  02:33:12
2783         Log: allow '*' prototype to autoquote even barewords that happen to be
2784              function names; parens or ampersand continue to force the other
2785              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
2786              do the right thing, for example
2787      Branch: perl
2788            ! t/comp/proto.t
2789 ____________________________________________________________________________
2790 [  3448] By: gsar                                  on 1999/05/24  01:51:24
2791         Log: remove vestiges of PL_last_proto
2792      Branch: perl
2793            ! embedvar.h intrpvar.h objXSUB.h
2794 ____________________________________________________________________________
2795 [  3447] By: gsar                                  on 1999/05/24  01:49:20
2796         Log: redo change#2061 and parts of change#1169 with code in the
2797              parser; PL_last_proto hackery gone, strict 'subs' in now
2798              implemented in the optimizer where specifying the exceptional
2799              cases is much more robust; '*' (bareword) prototype now works
2800              reliably when used in second and subsequent arguments
2801      Branch: perl
2802            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
2803 ____________________________________________________________________________
2804 [  3446] By: gsar                                  on 1999/05/23  05:00:55
2805         Log: remove redundant part of change#1169 superceded by change#2061;
2806              avoid "future reserved word" warning on prototypical bearwords
2807      Branch: perl
2808            ! t/lib/fatal.t toke.c
2809 ____________________________________________________________________________
2810 [  3445] By: gsar                                  on 1999/05/21  23:36:49
2811         Log: s/isspace/isSPACE/g and make sure the CRT version is always
2812              passed an unsigned char (fixes random occurrence of spaces in
2813              arguments containing high-bit chars passed to spawned children,
2814              on win32)
2815      Branch: perl
2816            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
2817 ____________________________________________________________________________
2818 [  3444] By: gsar                                  on 1999/05/21  23:08:55
2819         Log: integrate Configure changes from cfgperl
2820      Branch: perl
2821           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2822           !> config_h.SH
2823 ____________________________________________________________________________
2824 [  3443] By: jhi                                   on 1999/05/21  22:00:56
2825         Log: Integrate from mainperl.
2826      Branch: cfgperl
2827           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
2828           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
2829           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
2830           !> win32/perlhost.h win32/win32.c x2p/walk.c
2831 ____________________________________________________________________________
2832 [  3442] By: jhi                                   on 1999/05/21  21:59:46
2833         Log: fflush.
2834      Branch: cfgperl
2835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2836            ! config_h.SH
2837 ____________________________________________________________________________
2838 [  3441] By: gsar                                  on 1999/05/21  17:48:55
2839         Log: integrate cfgperl changes
2840      Branch: perl
2841           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2842           !> config_h.SH hints/sunos_4_1.sh installperl
2843 ____________________________________________________________________________
2844 [  3440] By: gsar                                  on 1999/05/21  17:42:49
2845         Log: test tweak
2846      Branch: perl
2847            ! t/comp/proto.t
2848 ____________________________________________________________________________
2849 [  3439] By: gsar                                  on 1999/05/21  17:31:26
2850         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
2851              (Configure fflush(NULL) detection seems broken on Solaris, which
2852              is why I hit the problem)
2853      Branch: perl
2854            ! Changes perl.h
2855 ____________________________________________________________________________
2856 [  3438] By: gsar                                  on 1999/05/20  16:41:01
2857         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
2858      Branch: perl
2859            ! pod/perlport.pod
2860 ____________________________________________________________________________
2861 [  3437] By: jhi                                   on 1999/05/20  07:14:39
2862         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
2863              (via private email).
2864      Branch: cfgperl
2865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2866            ! config_h.SH hints/sunos_4_1.sh
2867 ____________________________________________________________________________
2868 [  3436] By: gsar                                  on 1999/05/20  05:18:26
2869         Log: various little nits
2870      Branch: perl
2871            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
2872            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
2873            ! win32/perlhost.h win32/win32.c x2p/walk.c
2874 ____________________________________________________________________________
2875 [  3435] By: jhi                                   on 1999/05/18  16:25:49
2876         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2877              To: perl5-porters@perl.org
2878              Subject: installperl
2879              Date: Fri, 14 May 1999 21:34:58 +0100
2880              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
2881      Branch: cfgperl
2882            ! installperl
2883 ____________________________________________________________________________
2884 [  3434] By: jhi                                   on 1999/05/17  21:25:54
2885         Log: Integrate from mainperl.
2886      Branch: cfgperl
2887           +> lib/ExtUtils/MM_Cygwin.pm
2888            - cygwin32/impure_ptr.c
2889           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2890           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2891           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
2892           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
2893           !> x2p/find2perl.PL
2894 ____________________________________________________________________________
2895 [  3433] By: gsar                                  on 1999/05/17  09:49:01
2896         Log: integrate cfgperl changes into mainline
2897      Branch: perl
2898           !> Configure INSTALL config_h.SH configure.com embed.h
2899           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
2900           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
2901           !> util.c
2902 ____________________________________________________________________________
2903 [  3432] By: gsar                                  on 1999/05/17  09:06:45
2904         Log: emit more appropriate diagnostic for failed glob (variant
2905              of patch suggested by Graham Barr)
2906      Branch: perl
2907            ! gv.c pod/perldiag.pod pp.c pp_hot.c
2908 ____________________________________________________________________________
2909 [  3431] By: gsar                                  on 1999/05/17  08:38:09
2910         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2911              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
2912              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
2913              Subject: find2perl does not grok the 'c' suffix to the -size argument
2914      Branch: perl
2915            ! x2p/find2perl.PL
2916 ____________________________________________________________________________
2917 [  3430] By: gsar                                  on 1999/05/17  08:26:21
2918         Log: additional cleanups for cygwin32 port
2919              From: "Fifer, Eric" <EFifer@sanwaint.com>
2920              Date: Wed, 12 May 1999 20:25:54 +0100
2921              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
2922              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
2923      Branch: perl
2924            + lib/ExtUtils/MM_Cygwin.pm
2925            - cygwin32/impure_ptr.c
2926            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2927            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2928            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
2929            ! perl.h util.c
2930 ____________________________________________________________________________
2931 [  3429] By: gsar                                  on 1999/05/17  08:01:04
2932         Log: From: Andy Dougherty <doughera@lafayette.edu>
2933              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2934              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2935              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2936      Branch: perl
2937            ! INSTALL
2938 ____________________________________________________________________________
2939 [  3428] By: jhi                                   on 1999/05/17  07:03:26
2940         Log: Integrate from mainperl modulo the Socket.xs change.
2941      Branch: cfgperl
2942           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
2943           !> win32/win32.c win32/win32.h
2944 ____________________________________________________________________________
2945 [  3427] By: jhi                                   on 1999/05/16  22:09:11
2946         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2947              To: perl5-porters@perl.org (Mailing list Perl5)
2948              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
2949              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
2950              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
2951      Branch: cfgperl
2952            ! ext/Devel/Peek/Peek.xs
2953 ____________________________________________________________________________
2954 [  3426] By: jhi                                   on 1999/05/16  22:07:11
2955         Log: From: Mark-Jason Dominus <mjd@plover.com>
2956              To: perl5-porters@perl.com
2957              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
2958              Date: Sat, 15 May 1999 12:43:47 -0400
2959              Message-ID: <19990515164348.7313.qmail@plover.com>
2960      Branch: cfgperl
2961            ! pod/perldiag.pod
2962 ____________________________________________________________________________
2963 [  3425] By: nick                                  on 1999/05/15  15:56:10
2964         Log: Mingw32 + w32api-0.1.5 tweaks
2965              - now more like other Win32 compilers
2966      Branch: perl
2967            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
2968            ! win32/win32.h
2969 ____________________________________________________________________________
2970 [  3424] By: nick                                  on 1999/05/14  21:04:22
2971         Log: Experimental "slab" allocator for ops.
2972              To try it -DPL_OP_SLAB_ALLOC for op.c 
2973              This is for proof of concept only, it leaks memory 
2974              (ops are not free'd) so don't use in embedded apps.
2975              If this minimalist version does not show performance 
2976              gain then whole idea is worthless. 
2977              Nick see's approx 12% speed up vs perlmalloc running
2978              perl -Ilib -MCPAN -e '' 
2979              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
2980      Branch: perl
2981            ! op.c
2982 ____________________________________________________________________________
2983 [  3423] By: gsar                                  on 1999/05/14  19:55:04
2984         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
2985              found (brings sitelib intuition in line with privlib)
2986      Branch: perl
2987            ! win32/win32.c
2988 ____________________________________________________________________________
2989 [  3422] By: jhi                                   on 1999/05/14  08:08:01
2990         Log: From: pvhp@forte.com (Peter Prymmer)
2991              To: perl5-porters@perl.org, vmsperl@perl.org
2992              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
2993              Date: Thu, 13 May 99 15:29:57 PDT
2994              Message-Id: <9905132229.AA15854@forte.com>
2995      Branch: cfgperl
2996            ! configure.com
2997 ____________________________________________________________________________
2998 [  3421] By: jhi                                   on 1999/05/14  07:34:20
2999         Log: Integrate from mainperl.
3000      Branch: cfgperl
3001           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
3002 ____________________________________________________________________________
3003 [  3420] By: jhi                                   on 1999/05/14  07:33:26
3004         Log: Still fflushing.
3005      Branch: cfgperl
3006            ! Configure config_h.SH util.c
3007 ____________________________________________________________________________
3008 [  3419] By: gsar                                  on 1999/05/14  03:08:29
3009         Log: mortalize string allocations by win32_get_{priv,site}lib()
3010              (fixes small memory leak in interpreter)
3011      Branch: perl
3012            ! win32/win32.c
3013 ____________________________________________________________________________
3014 [  3418] By: gsar                                  on 1999/05/14  03:06:50
3015         Log: make win32_longname() preserve kind of slashes in argument
3016      Branch: perl
3017            ! win32/win32.c
3018 ____________________________________________________________________________
3019 [  3417] By: gsar                                  on 1999/05/14  03:04:44
3020         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
3021      Branch: perl
3022            ! lib/ExtUtils/MM_Unix.pm
3023 ____________________________________________________________________________
3024 [  3416] By: jhi                                   on 1999/05/13  21:18:06
3025         Log: Integrate from mainperl.
3026      Branch: cfgperl
3027           !> pp_ctl.c
3028 ____________________________________________________________________________
3029 [  3415] By: jhi                                   on 1999/05/13  21:16:49
3030         Log: Fixes from Andy Dougherty (via private email).
3031      Branch: cfgperl
3032            ! Configure config_h.SH
3033 ____________________________________________________________________________
3034 [  3414] By: nick                                  on 1999/05/13  20:04:26
3035         Log: valist vs va_list typo
3036      Branch: perl
3037            ! pp_ctl.c
3038 ____________________________________________________________________________
3039 [  3413] By: jhi                                   on 1999/05/13  15:04:05
3040         Log: From: Andy Dougherty <doughera@lafayette.edu>
3041              To: perlbug@perl.com
3042              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
3043              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
3044              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
3045      Branch: cfgperl
3046            ! INSTALL
3047 ____________________________________________________________________________
3048 [  3412] By: jhi                                   on 1999/05/13  14:20:17
3049         Log: Integrate from mainperl.
3050      Branch: cfgperl
3051           !> pp_ctl.c
3052 ____________________________________________________________________________
3053 [  3411] By: gsar                                  on 1999/05/13  14:16:56
3054         Log: docatch_body() declaration mismatch
3055      Branch: perl
3056            ! pp_ctl.c
3057 ____________________________________________________________________________
3058 [  3410] By: jhi                                   on 1999/05/13  13:51:44
3059         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
3060      Branch: cfgperl
3061            ! Configure config_h.SH perl.h
3062 ____________________________________________________________________________
3063 [  3409] By: jhi                                   on 1999/05/13  13:31:53
3064         Log: Still fflushing strong.
3065      Branch: cfgperl
3066            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
3067            ! proto.h util.c
3068 ____________________________________________________________________________
3069 [  3408] By: jhi                                   on 1999/05/12  14:30:23
3070         Log: Integrate from mainperl.
3071      Branch: cfgperl
3072           !> (integrate 30 files)
3073 ____________________________________________________________________________
3074 [  3407] By: jhi                                   on 1999/05/12  12:28:31
3075         Log: Be tidier with fflush(NULL) testing.
3076      Branch: cfgperl
3077            ! Configure config_h.SH
3078 ____________________________________________________________________________
3079 [  3406] By: gsar                                  on 1999/05/12  11:26:03
3080         Log: better range-checking on list slices, with test
3081              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3082              Date: Sun, 02 May 1999 17:02:53 +0100
3083              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
3084              Subject: Re: List slice of undefs returns 0 items 
3085      Branch: perl
3086            ! pp.c t/op/list.t
3087 ____________________________________________________________________________
3088 [  3405] By: gsar                                  on 1999/05/12  11:22:27
3089         Log: change#3397 needs test tweak
3090      Branch: perl
3091            ! Changes t/pragma/warn/sv
3092 ____________________________________________________________________________
3093 [  3404] By: gsar                                  on 1999/05/12  11:07:44
3094         Log: typo in change#3397
3095      Branch: perl
3096            ! doop.c
3097 ____________________________________________________________________________
3098 [  3403] By: gsar                                  on 1999/05/12  10:49:01
3099         Log: From: Stephen Zander <gibreel@pobox.com>
3100              Date: 12 May 1999 01:22:31 -0700
3101              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
3102              Subject: Re: Test::Harness runs tainted tests with wrong library path
3103      Branch: perl
3104            ! lib/Test/Harness.pm
3105 ____________________________________________________________________________
3106 [  3402] By: gsar                                  on 1999/05/12  10:42:06
3107         Log: typo in change#3400
3108      Branch: perl
3109            ! ext/B/B/Deparse.pm
3110 ____________________________________________________________________________
3111 [  3401] By: jhi                                   on 1999/05/12  10:40:42
3112         Log: A better, shinier, and possibly even correctly working
3113              reincarnation of #3398.
3114      Branch: cfgperl
3115            ! Configure config_h.SH
3116 ____________________________________________________________________________
3117 [  3400] By: gsar                                  on 1999/05/12  10:40:11
3118         Log: deparse \&func() as \(&func()) for clarity
3119              From: Albert Dvornik <bert@genscan.com>
3120              Date: 11 May 1999 13:32:04 -0400
3121              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
3122              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
3123      Branch: perl
3124            ! ext/B/B/Deparse.pm
3125 ____________________________________________________________________________
3126 [  3399] By: gsar                                  on 1999/05/12  10:36:02
3127         Log: more testsuite smarts (many of them courtesy Ilya)
3128      Branch: perl
3129            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
3130            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
3131            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
3132            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
3133            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
3134            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
3135            ! t/op/pwent.t
3136 ____________________________________________________________________________
3137 [  3398] By: jhi                                   on 1999/05/12  09:33:08
3138         Log: Detect whether fflush(NULL) works as per change #3352.
3139      Branch: cfgperl
3140            ! Configure config_h.SH perl.h
3141 ____________________________________________________________________________
3142 [  3397] By: gsar                                  on 1999/05/12  08:56:03
3143         Log: From: jan.dubois@ibm.net (Jan Dubois)
3144              Date: Wed, 12 May 1999 01:01:00 +0200
3145              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
3146              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
3147      Branch: perl
3148            ! doop.c
3149 ____________________________________________________________________________
3150 [  3396] By: gsar                                  on 1999/05/12  08:23:27
3151         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
3152              stat() behaves similarly
3153      Branch: perl
3154            ! win32/win32.c
3155 ____________________________________________________________________________
3156 [  3395] By: jhi                                   on 1999/05/11  22:21:32
3157         Log: Redo parts of #3341 and #3358 that #3394 undid.
3158      Branch: cfgperl
3159            ! Configure config_h.SH
3160 ____________________________________________________________________________
3161 [  3394] By: jhi                                   on 1999/05/11  22:03:48
3162         Log: Add I_NETINET_TCP to help change #3391.
3163      Branch: cfgperl
3164            ! Configure config_h.SH ext/Socket/Socket.xs
3165 ____________________________________________________________________________
3166 [  3393] By: jhi                                   on 1999/05/11  21:44:59
3167         Log: Integrate from mainperl.
3168      Branch: cfgperl
3169           !> (integrate 55 files)
3170 ____________________________________________________________________________
3171 [  3392] By: gsar                                  on 1999/05/11  20:56:43
3172         Log: update embedvar.h
3173      Branch: perl
3174            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
3175 ____________________________________________________________________________
3176 [  3391] By: gsar                                  on 1999/05/11  16:32:05
3177         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3178              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
3179              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
3180              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
3181      Branch: perl
3182            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3183 ____________________________________________________________________________
3184 [  3390] By: gsar                                  on 1999/05/11  15:27:40
3185         Log: display more frequent progress messages when STDOUT is a tty
3186      Branch: perl
3187            ! lib/Test/Harness.pm
3188 ____________________________________________________________________________
3189 [  3389] By: gsar                                  on 1999/05/11  14:40:58
3190         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3191              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
3192              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
3193              Subject: [PATCH 5.005_53] Explanations by Test::Harness
3194      Branch: perl
3195            ! lib/Test/Harness.pm
3196 ____________________________________________________________________________
3197 [  3388] By: gsar                                  on 1999/05/11  14:08:14
3198         Log: avoid creating spurious subroutine stubs on failed subroutine
3199              call and other places of sv_2cv() misuse; fixes problems with
3200              failed subroutine calls "hiding" later attempts to lookup methods
3201              in base classes
3202      Branch: perl
3203            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
3204 ____________________________________________________________________________
3205 [  3387] By: gsar                                  on 1999/05/11  09:34:13
3206         Log: various fixes for clean build and test on win32; configpm broken,
3207              needed to open myconfig.SH rather than myconfig; sundry adjustments
3208              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
3209              work under win32; getenv_sv() changed to getenv_len() since SVs
3210              aren't visible in the lower echelons; remove bogus exports from
3211              config.sym; PERL_OBJECT-ness for C++ exception support; null out
3212              IoDIRP in filter_del() or sv_free() will attempt to close it
3213      Branch: perl
3214            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
3215            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
3216            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
3217            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
3218            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
3219            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
3220            ! win32/config.gc win32/config.vc win32/makedef.pl
3221            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
3222            ! win32/win32.c win32/win32.h
3223 ____________________________________________________________________________
3224 [  3386] By: gsar                                  on 1999/05/11  02:49:07
3225         Log: gutsupport for C++ exceptions
3226              From: Chip Salzenberg <chip@perlsupport.com>
3227              Date: Tue, 9 Mar 1999 11:51:57 -0500
3228              Message-ID: <19990309115157.E7911@perlsupport.com>
3229              Subject: [PATCH 5.005] Flexible Exceptions
3230      Branch: perl
3231            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
3232            ! scope.c scope.h thrdvar.h util.c
3233 ____________________________________________________________________________
3234 [  3385] By: gsar                                  on 1999/05/10  19:33:36
3235         Log: "weak" references internals, still needs perlguts documentation
3236              (somewhat modified version of patch suggested by Tuomas J. Lukka
3237              <lukka@fas.harvard.edu>)
3238      Branch: perl
3239            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
3240            ! pod/perldiag.pod proto.h sv.c sv.h util.c
3241 ____________________________________________________________________________
3242 [  3384] By: jhi                                   on 1999/05/10  18:21:43
3243         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
3244              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
3245      Branch: cfgperl
3246            ! INSTALL hints/dec_osf.sh
3247 ____________________________________________________________________________
3248 [  3381] By: jhi                                   on 1999/05/10  14:39:28
3249         Log: Integrate from mainperl.
3250      Branch: cfgperl
3251           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
3252           +> cygwin32/build-instructions.charles-wilson
3253           +> cygwin32/build-instructions.sebastien-barre
3254           +> cygwin32/build-instructions.steven-morlock
3255           +> cygwin32/build-instructions.steven-morlock2
3256           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
3257           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3258           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
3259           +> t/op/numconvert.t utils/perlbc.PL
3260            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3261            - cygwin32/perlld
3262           !> (integrate 105 files)
3263 ____________________________________________________________________________
3264 [  3380] By: gsar                                  on 1999/05/10  12:27:14
3265         Log: regen regnodes.h
3266      Branch: perl
3267            ! Changes regnodes.h
3268 ____________________________________________________________________________
3269 [  3379] By: gsar                                  on 1999/05/10  12:17:26
3270         Log: From: jan.dubois@ibm.net (Jan Dubois)
3271              Date: Sat, 01 May 1999 22:55:36 +0200
3272              Message-ID: <373067e9.56194713@smtp1.ibm.net>
3273              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
3274      Branch: perl
3275            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
3276            ! win32/config_H.vc
3277 ____________________________________________________________________________
3278 [  3378] By: gsar                                  on 1999/05/10  12:07:13
3279         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3280              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
3281              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
3282              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
3283      Branch: perl
3284            + t/op/numconvert.t
3285            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
3286            ! util.c
3287 ____________________________________________________________________________
3288 [  3377] By: gsar                                  on 1999/05/10  11:39:48
3289         Log: pp_modulo comment tweak from Ilya
3290      Branch: perl
3291            ! pp.c
3292 ____________________________________________________________________________
3293 [  3376] By: gsar                                  on 1999/05/10  11:30:40
3294         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3295              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
3296              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
3297              Subject: Test.pm update [PATCH _56]
3298      Branch: perl
3299            ! lib/Test.pm
3300 ____________________________________________________________________________
3301 [  3375] By: gsar                                  on 1999/05/10  11:28:30
3302         Log: From: jan.dubois@ibm.net (Jan Dubois)
3303              Date: Fri, 07 May 1999 00:59:54 +0200
3304              Message-ID: <373318ae.19292461@smtp1.ibm.net>
3305              Subject: Re: Using existing memory for an SV's PV 
3306      Branch: perl
3307            ! sv.c
3308 ____________________________________________________________________________
3309 [  3374] By: gsar                                  on 1999/05/10  11:23:44
3310         Log: From: jan.dubois@ibm.net (Jan Dubois)
3311              Date: Fri, 07 May 1999 00:59:52 +0200
3312              Message-ID: <37321800.19118320@smtp1.ibm.net>
3313              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
3314      Branch: perl
3315            ! perl.h
3316 ____________________________________________________________________________
3317 [  3373] By: gsar                                  on 1999/05/10  11:22:10
3318         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3319              Date: Thu, 6 May 1999 18:17:28 -0400
3320              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
3321              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
3322      Branch: perl
3323            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
3324            ! util.c
3325 ____________________________________________________________________________
3326 [  3372] By: gsar                                  on 1999/05/10  10:57:49
3327         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3328              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
3329              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
3330              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
3331      Branch: perl
3332            ! regcomp.c regcomp.pl
3333 ____________________________________________________________________________
3334 [  3371] By: gsar                                  on 1999/05/10  10:54:01
3335         Log: From: lane@duphy4.physics.drexel.edu
3336              Date: Tue, 04 May 1999 10:19:25 -0700
3337              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
3338              Subject: [PATCH 5.005.56] pod->html VMS fixes
3339      Branch: perl
3340            ! installhtml lib/Pod/Html.pm
3341 ____________________________________________________________________________
3342 [  3370] By: gsar                                  on 1999/05/10  10:45:52
3343         Log: testsuite nits
3344      Branch: perl
3345            ! t/lib/io_linenum.t t/op/filetest.t
3346 ____________________________________________________________________________
3347 [  3369] By: gsar                                  on 1999/05/10  10:35:22
3348         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3349              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
3350              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
3351              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
3352      Branch: perl
3353            ! os2/os2ish.h os2/os2thread.h
3354 ____________________________________________________________________________
3355 [  3368] By: gsar                                  on 1999/05/10  10:00:11
3356         Log: From: Albert Dvornik <bert@genscan.com>
3357              Date: 03 May 1999 12:20:57 -0400
3358              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
3359              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
3360      Branch: perl
3361            ! dump.c
3362 ____________________________________________________________________________
3363 [  3367] By: gsar                                  on 1999/05/10  09:55:51
3364         Log: shadow password support for Solaris (needs Configure help to
3365              determine HAS_GETSPENT)
3366              From: "Patrick O'Brien" <pdo@cs.umd.edu>
3367              Date: Sat, 01 May 1999 19:41:17 -0400
3368              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
3369              Subject: getpwent() under solaris
3370      Branch: perl
3371            ! pp_sys.c
3372 ____________________________________________________________________________
3373 [  3366] By: gsar                                  on 1999/05/10  09:45:58
3374         Log: From: jan.dubois@ibm.net (Jan Dubois)
3375              Date: Sat, 01 May 1999 23:45:47 +0200
3376              Message-ID: <373373fb.59284266@smtp1.ibm.net>
3377              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
3378      Branch: perl
3379            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3380            ! pod/perldelta.pod
3381 ____________________________________________________________________________
3382 [  3365] By: gsar                                  on 1999/05/10  09:34:22
3383         Log: test suite and fix input_line_number()
3384              From: Paul Johnson <pjcj@transeda.com>
3385              Date: Thu, 29 Apr 1999 06:28:14 +0100
3386              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
3387              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
3388      Branch: perl
3389            + t/lib/io_linenum.t
3390            ! MANIFEST ext/IO/lib/IO/Handle.pm
3391 ____________________________________________________________________________
3392 [  3364] By: gsar                                  on 1999/05/10  09:20:56
3393         Log: fix overeager [:foo:] parsing
3394              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3395              Date: Fri, 30 Apr 1999 09:26:18 +0100
3396              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
3397              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
3398      Branch: perl
3399            ! regcomp.c t/op/re_tests
3400 ____________________________________________________________________________
3401 [  3363] By: gsar                                  on 1999/05/10  09:09:21
3402         Log: documentation for Win32 builtins (somewhat modified)
3403              From: jan.dubois@ibm.net (Jan Dubois)
3404              Date: Tue, 30 Mar 1999 08:05:03 +0200
3405              Message-ID: <37006783.1926460@smtp1.ibm.net>
3406              Subject: Re: Issues with build 509 
3407      Branch: perl
3408            + pod/Win32.pod
3409            ! MANIFEST
3410 ____________________________________________________________________________
3411 [  3362] By: gsar                                  on 1999/05/10  08:22:07
3412         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
3413      Branch: perl
3414            ! lib/File/Copy.pm win32/win32.c
3415 ____________________________________________________________________________
3416 [  3361] By: gsar                                  on 1999/05/10  08:11:29
3417         Log: escape ampersands in <pre> sections
3418      Branch: perl
3419            ! Changes lib/Pod/Html.pm
3420 ____________________________________________________________________________
3421 [  3360] By: gsar                                  on 1999/05/10  08:04:14
3422         Log: AIX hints enhancements (threads build, SOCKS support)
3423              From: "David R. Favor" <dfavor@austin.ibm.com>
3424              Date: Wed, 28 Apr 1999 08:45:28 -0500
3425              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
3426              Subject: Working build for AIX + gcc + threading
3427      Branch: perl
3428            ! hints/aix.sh
3429 ____________________________________________________________________________
3430 [  3359] By: gsar                                  on 1999/05/10  07:49:26
3431         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
3432              Date: Tue, 27 Apr 1999 23:47:24 PDT
3433              Message-ID: <19990428064724.95244.qmail@hotmail.com>
3434              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
3435              --
3436              Date: Thu, 29 Apr 1999 18:21:06 -0700
3437              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
3438              Subject: [PATCH 5.005_56] double constants ( C.pm)
3439              --
3440              Date: Mon, 03 May 1999 20:21:31 PDT
3441              Message-ID: <19990504032131.81113.qmail@hotmail.com>
3442              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
3443              --
3444              Date: Thu, 06 May 1999 17:57:09 -0700
3445              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
3446              Subject: Stash.pm
3447      Branch: perl
3448            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
3449            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
3450 ____________________________________________________________________________
3451 [  3358] By: gsar                                  on 1999/05/10  04:39:15
3452         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
3453              From: alexander smishlajev <als@turnhere.com>
3454              Date: Sun, 25 Apr 1999 14:58:29 +0300
3455              Message-ID: <37230365.5F68B460@turnhere.com>
3456              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
3457      Branch: perl
3458            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
3459            + cygwin32/build-instructions.charles-wilson
3460            + cygwin32/build-instructions.sebastien-barre
3461            + cygwin32/build-instructions.steven-morlock
3462            + cygwin32/build-instructions.steven-morlock2
3463            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
3464            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
3465            - cygwin32/perlld
3466            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
3467            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
3468            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
3469            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
3470            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
3471            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
3472 ____________________________________________________________________________
3473 [  3357] By: gsar                                  on 1999/05/10  04:07:07
3474         Log: applied suggested patch, modulo already applied parts
3475              From: Charles Bailey <BAILEY@newman.upenn.edu>
3476              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
3477              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
3478              Subject: [Patch 5.005_56] VMS consolidated patch #2
3479      Branch: perl
3480            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
3481            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
3482            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
3483            ! vms/subconfigure.com vms/test.com vms/vms.c
3484 ____________________________________________________________________________
3485 [  3356] By: gsar                                  on 1999/05/10  03:48:08
3486         Log: applied suggested patch, with win32 and PERL_OBJECT additions
3487              From: Tom Hughes <tom@compton.nu>
3488              Date: Sat, 24 Apr 1999 18:11:59 +0100
3489              Message-ID: <609bdff748.tom@compton.compton.nu>
3490              Subject: ByteLoader patch
3491      Branch: perl
3492            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
3493            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
3494            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
3495            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
3496            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
3497            ! utils/Makefile win32/Makefile win32/makefile.mk
3498 ____________________________________________________________________________
3499 [  3355] By: gsar                                  on 1999/05/10  03:22:49
3500         Log: document 'test' attribute (from Andreas Koenig)
3501      Branch: perl
3502            ! lib/ExtUtils/MakeMaker.pm
3503 ____________________________________________________________________________
3504 [  3354] By: gsar                                  on 1999/05/10  03:12:37
3505         Log: From: pmarquess@bfsec.bt.co.uk
3506              Date: Thu, 22 Apr 1999 23:12:08 +0100
3507              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
3508              Subject: PATCH for small bug in scan_bin
3509      Branch: perl
3510            ! util.c
3511 ____________________________________________________________________________
3512 [  3353] By: gsar                                  on 1999/05/10  02:39:33
3513         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
3514              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
3515      Branch: perl
3516            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
3517            ! win32/win32iop.h
3518 ____________________________________________________________________________
3519 [  3352] By: gsar                                  on 1999/05/09  22:47:39
3520         Log: flush all open output buffers before fork(), exec(), system, qx//
3521              and pipe open() operations, simplifying buffering headaches faced
3522              by users; uses fflush(NULL), which may need Configure test
3523      Branch: perl
3524            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
3525            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
3526 ____________________________________________________________________________
3527 [  3351] By: gsar                                  on 1999/05/09  21:11:51
3528         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
3529              Leroy <jll@skynet.be>)
3530      Branch: perl
3531            ! utils/perlcc.PL
3532 ____________________________________________________________________________
3533 [  3350] By: gsar                                  on 1999/05/09  20:39:11
3534         Log: normalize $^X to full pathname on win32
3535      Branch: perl
3536            ! win32/runperl.c
3537 ____________________________________________________________________________
3538 [  3349] By: gsar                                  on 1999/05/09  20:23:07
3539         Log: allow readline($globref), <$globref> already works
3540      Branch: perl
3541            ! pp_hot.c
3542 ____________________________________________________________________________
3543 [  3348] By: gsar                                  on 1999/05/09  20:00:09
3544         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
3545              <lemburg@online-club.de>)
3546      Branch: perl
3547            ! utils/perldoc.PL
3548 ____________________________________________________________________________
3549 [  3347] By: gsar                                  on 1999/05/09  18:47:21
3550         Log: additions to Thread.pm docs from Tuomas J. Lukka
3551              <lukka@fas.harvard.edu>
3552      Branch: perl
3553            ! ext/Thread/Thread.pm
3554 ____________________________________________________________________________
3555 [  3346] By: gsar                                  on 1999/05/09  18:38:00
3556         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3557              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
3558              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
3559              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
3560      Branch: perl
3561            ! ext/B/B/Xref.pm
3562 ____________________________________________________________________________
3563 [  3345] By: gsar                                  on 1999/05/09  18:22:43
3564         Log: work around mangled archname on win32 while finding privlib/sitelib;
3565              normalize lib paths to forward slashes internally
3566      Branch: perl
3567            ! win32/win32.c
3568 ____________________________________________________________________________
3569 [  3344] By: gsar                                  on 1999/05/09  03:20:06
3570         Log: fix typo in dbm filters that caused odbm.t to fail
3571      Branch: perl
3572            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
3573 ____________________________________________________________________________
3574 [  3343] By: gsar                                  on 1999/05/09  02:02:59
3575         Log: tweak test totals
3576      Branch: perl
3577            ! Changes t/lib/tie-stdhandle.t
3578 ____________________________________________________________________________
3579 [  3342] By: gsar                                  on 1999/05/09  01:42:06
3580         Log: import list propagation busted (pointed out by Ton Hospel
3581              <thospel@mail.dma.be>)
3582      Branch: perl
3583            ! lib/autouse.pm
3584 ____________________________________________________________________________
3585 [  3341] By: gsar                                  on 1999/05/09  00:54:18
3586         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
3587              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
3588      Branch: perl
3589            ! Configure Makefile.SH
3590 ____________________________________________________________________________
3591 [  3340] By: gsar                                  on 1999/05/09  00:40:41
3592         Log: generate manpages for newly added utils
3593      Branch: perl
3594            ! installman
3595 ____________________________________________________________________________
3596 [  3339] By: gsar                                  on 1999/05/09  00:33:50
3597         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3598              Date: Sun, 02 May 1999 17:59:24 +0100
3599              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
3600              Subject: [PATCH] Re: ptr to realloced memory in yylex
3601      Branch: perl
3602            ! toke.c
3603 ____________________________________________________________________________
3604 [  3338] By: jhi                                   on 1999/05/08  22:40:29
3605         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
3606      Branch: cfgperl
3607            ! INSTALL
3608 ____________________________________________________________________________
3609 [  3337] By: jhi                                   on 1999/05/08  22:22:26
3610         Log: Integrate from mainperl.
3611      Branch: cfgperl
3612           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
3613           !> (integrate 54 files)
3614 ____________________________________________________________________________
3615 [  3336] By: gsar                                  on 1999/05/08  21:48:22
3616         Log: make perldoc -f grok nested =items
3617      Branch: perl
3618            ! utils/perldoc.PL
3619 ____________________________________________________________________________
3620 [  3335] By: gsar                                  on 1999/05/08  19:48:11
3621         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
3622      Branch: perl
3623            ! op.c t/lib/fields.t
3624 ____________________________________________________________________________
3625 [  3334] By: gsar                                  on 1999/05/08  19:09:41
3626         Log: update test totals
3627      Branch: perl
3628            ! t/lib/bigintpm.t
3629 ____________________________________________________________________________
3630 [  3333] By: gsar                                  on 1999/05/08  16:56:02
3631         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
3632      Branch: perl
3633            ! pod/perlfunc.pod
3634 ____________________________________________________________________________
3635 [  3332] By: gsar                                  on 1999/05/08  16:46:44
3636         Log: applied suggested patch, added tests
3637              From: William Mann <wmann@avici.com>
3638              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
3639              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
3640              Subject: BigInt.pm extensions for logical operations
3641      Branch: perl
3642            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
3643 ____________________________________________________________________________
3644 [  3331] By: gsar                                  on 1999/05/08  16:09:33
3645         Log: avoid temporary files named 'tmp'
3646      Branch: perl
3647            ! Makefile.SH pp.c
3648 ____________________________________________________________________________
3649 [  3330] By: nick                                  on 1999/05/08  14:16:30
3650         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
3651              Provide Tie::StdHandle
3652              Basic update of docs.
3653      Branch: perl
3654            + t/lib/tie-stdhandle.t
3655            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
3656 ____________________________________________________________________________
3657 [  3329] By: nick                                  on 1999/05/08  12:03:45
3658         Log: Tweaks to open(my $fh,...) stuff
3659      Branch: perl
3660            ! op.c pp.c pp_sys.c t/io/open.t
3661 ____________________________________________________________________________
3662 [  3328] By: nick                                  on 1999/05/08  11:18:42
3663         Log: Bring SDBM_File.xs into line with new typemap
3664      Branch: perl
3665            ! ext/SDBM_File/SDBM_File.xs
3666 ____________________________________________________________________________
3667 [  3327] By: gsar                                  on 1999/05/08  00:07:11
3668         Log: add test case for AUTOLOAD reentrancy fix in change#3279
3669      Branch: perl
3670            ! t/lib/autoloader.t
3671 ____________________________________________________________________________
3672 [  3326] By: nick                                  on 1999/05/07  21:24:50
3673         Log: Implement open( my $fh, ...) and similar.
3674              Set flag in op.c for "constructor ops"
3675              In pp_rv2gv, if flag is set and arg is PADSV and uninit
3676              vivify as reference to a detached GV.
3677              (Name of GV is the pad name.)
3678              This scheme should "just work" for pipe/socket etc. too.
3679              
3680              #if 0 out the open(FH,undef) for now.
3681              Change t/io/open.t to test open(my $fh,...)
3682      Branch: perl
3683            ! op.c pp.c pp_sys.c t/io/open.t
3684 ____________________________________________________________________________
3685 [  3325] By: nick                                  on 1999/05/07  21:18:42
3686         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
3687      Branch: perl
3688            ! util.c
3689 ____________________________________________________________________________
3690 [  3324] By: gsar                                  on 1999/05/07  20:28:31
3691         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
3692              intervening code has to allocate SVs)
3693      Branch: perl
3694            ! util.c
3695 ____________________________________________________________________________
3696 [  3323] By: gsar                                  on 1999/05/07  19:45:08
3697         Log: allow line numbers to show in diagnostics during global destruction
3698      Branch: perl
3699            ! util.c
3700 ____________________________________________________________________________
3701 [  3322] By: gsar                                  on 1999/05/07  09:38:11
3702         Log: From: Dan Sugalski <sugalskd@ous.edu>
3703              Date: Fri, 09 Apr 1999 16:16:39 -0700
3704              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
3705              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
3706      Branch: perl
3707            ! lib/ExtUtils/MM_VMS.pm
3708 ____________________________________________________________________________
3709 [  3321] By: gsar                                  on 1999/05/07  09:08:23
3710         Log: From: kwzh@gnu.org (Karl Heuer)
3711              Date: Wed, 7 Apr 1999 23:58:58 -0400
3712              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
3713              Subject: [perl-5.005.02] detect lack of /dev/tty
3714      Branch: perl
3715            ! Makefile.SH
3716 ____________________________________________________________________________
3717 [  3320] By: gsar                                  on 1999/05/07  08:52:14
3718         Log: allow distinct prefix for versioned executables
3719              From: Roderick Schertler <roderick@argon.org>
3720              Date: Wed, 07 Apr 1999 15:34:56 -0400
3721              Message-ID: <3003.923513696@eeyore.ibcinc.com>
3722              Subject: perl55.00503 -> perl5.00503 patch for installperl
3723      Branch: perl
3724            ! INSTALL installperl
3725 ____________________________________________________________________________
3726 [  3319] By: gsar                                  on 1999/05/07  08:07:02
3727         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3728              Date: Mon, 05 Apr 1999 15:38:42 -0700
3729              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
3730              Subject: Re: chomp fails with $/ in fixed-length record mode
3731              --
3732              From: Roderick Schertler <roderick@argon.org>
3733              Date: Tue, 06 Apr 1999 21:11:37 -0400
3734              Message-ID: <2795.923447497@eeyore.ibcinc.com>
3735              Subject: Re: chomp fails with $/ in fixed-length record mode
3736      Branch: perl
3737            ! doop.c pod/perlfunc.pod t/op/chop.t
3738 ____________________________________________________________________________
3739 [  3318] By: gsar                                  on 1999/05/07  07:56:35
3740         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3741              Date: Tue, 6 Apr 1999 01:40:36 -0400
3742              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
3743              Subject: [PATCH 5.005_*] Make % use fmod()
3744      Branch: perl
3745            ! pp.c t/op/arith.t
3746 ____________________________________________________________________________
3747 [  3317] By: gsar                                  on 1999/05/07  04:18:11
3748         Log: DBM Filters (via private mail)
3749              From: pmarquess@bfsec.bt.co.uk
3750              Date: Sun, 18 Apr 1999 21:05:52 +0100
3751              Message-Id: <199904182009.NAA19152@activestate.com>
3752              Subject: DBM Filters
3753      Branch: perl
3754            + pod/perldbmfilter.pod
3755            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
3756            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
3757            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3758            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
3759            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
3760            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
3761            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
3762            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
3763            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
3764            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
3765            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3766            ! t/lib/sdbm.t
3767 ____________________________________________________________________________
3768 [  3316] By: gsar                                  on 1999/05/07  03:28:53
3769         Log: avoid negative return value from Win32::GetTickCount()
3770              From: jan.dubois@ibm.net (Jan Dubois)
3771              Date: Sat, 03 Apr 1999 19:04:18 +0200
3772              Message-ID: <37084742.22824479@smtp1.ibm.net>
3773              Subject: Re: Win32::GetTickCount
3774      Branch: perl
3775            ! win32/win32.c
3776 ____________________________________________________________________________
3777 [  3315] By: nick                                  on 1999/05/06  21:44:38
3778         Log: open(FH,undef) # creates new_tmpfile opened read/write
3779              Add t/io/open.t with test for above.
3780      Branch: perl
3781            + t/io/open.t
3782            ! pp_sys.c
3783 ____________________________________________________________________________
3784 [  3314] By: gsar                                  on 1999/05/06  08:01:23
3785         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
3786              Date: Tue, 30 Mar 1999 23:40:34 PST
3787              Message-ID: <19990331074034.6117.qmail@hotmail.com>
3788              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
3789              --
3790              Date: Wed, 07 Apr 1999 00:28:23 -0800
3791              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
3792              Subject: [PATCH 5.005_56] function prototypes(B.pm)
3793              --
3794              Date: Thu, 22 Apr 1999 23:40:52 -0700
3795              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
3796              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
3797              --
3798              Date: Tue, 27 Apr 1999 01:14:49 PDT
3799              Message-ID: <19990427081449.28615.qmail@hotmail.com>
3800              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
3801      Branch: perl
3802            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
3803            ! t/op/ref.t
3804 ____________________________________________________________________________
3805 [  3313] By: jhi                                   on 1999/05/06  07:59:52
3806         Log: Integrate from mainperl.
3807      Branch: cfgperl
3808           !> (integrate 33 files)
3809 ____________________________________________________________________________
3810 [  3312] By: gsar                                  on 1999/05/06  07:11:50
3811         Log: add Ethiopic section to unicode master database (from Ken
3812              Whistler <kenw@sybase.com>)
3813      Branch: perl
3814            ! lib/unicode/UnicodeData-Latest.txt
3815 ____________________________________________________________________________
3816 [  3311] By: gsar                                  on 1999/05/06  05:37:55
3817         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
3818              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
3819              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
3820              Subject: Largefiles for Solaris
3821      Branch: perl
3822            ! hints/solaris_2.sh
3823 ____________________________________________________________________________
3824 [  3310] By: gsar                                  on 1999/05/06  05:14:35
3825         Log: emit more accurate diagnostic for syntax errors involving <>
3826              within eval""
3827      Branch: perl
3828            ! toke.c utils/perldoc.PL
3829 ____________________________________________________________________________
3830 [  3309] By: gsar                                  on 1999/05/06  04:36:31
3831         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
3832      Branch: perl
3833            ! t/lib/open3.t
3834 ____________________________________________________________________________
3835 [  3308] By: gsar                                  on 1999/05/06  03:19:16
3836         Log: applied first part of suggested patch (bug described cannot be
3837              reproduced any longer, so the second inconclusive part has not
3838              been applied)
3839              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3840              Date: Sun, 28 Mar 1999 04:51:34 +0100
3841              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
3842              Subject: [PATCH 5.005_56] Re: A core dump 
3843      Branch: perl
3844            ! toke.c
3845 ____________________________________________________________________________
3846 [  3307] By: gsar                                  on 1999/05/06  01:56:06
3847         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
3848              change#3180)
3849      Branch: perl
3850            ! op.c
3851 ____________________________________________________________________________
3852 [  3306] By: gsar                                  on 1999/05/05  17:17:34
3853         Log: applied non-conflicting parts of suggested patch
3854              From: Charles Bailey <BAILEY@newman.upenn.edu>
3855              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
3856              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
3857              Subject: [Patch 5.005_56] Revised VMS patch
3858      Branch: perl
3859            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
3860            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
3861 ____________________________________________________________________________
3862 [  3305] By: gsar                                  on 1999/05/05  16:20:19
3863         Log: make perldoc use backslashed pathnames within system() on win32
3864      Branch: perl
3865            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
3866 ____________________________________________________________________________
3867 [  3304] By: gsar                                  on 1999/05/05  07:29:43
3868         Log: upgrade Pod::Parser to v1.081 from CPAN
3869      Branch: perl
3870            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3871            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3872            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
3873 ____________________________________________________________________________
3874 [  3303] By: gsar                                  on 1999/05/05  07:02:07
3875         Log: From: Andy Dougherty <doughera@lafayette.edu>
3876              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
3877              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
3878              Subject: [PATCH 5.005_03-MT3] INSTALL patches
3879      Branch: perl
3880            ! INSTALL
3881 ____________________________________________________________________________
3882 [  3302] By: gsar                                  on 1999/05/05  06:55:21
3883         Log: load base packages based on nonexistent $VERSION
3884              From: andreas.koenig@anima.de (Andreas J. Koenig)
3885              Date: 19 Mar 1999 06:00:28 +0100
3886              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
3887              Subject: Re: base.pm flaw
3888      Branch: perl
3889            ! lib/base.pm lib/locale.pm
3890 ____________________________________________________________________________
3891 [  3301] By: gsar                                  on 1999/05/04  05:41:08
3892         Log: pod2man outputs switched date and revision label (fix suggested by
3893              EthanSasiela@mede.com)
3894      Branch: perl
3895            ! pod/pod2man.PL
3896 ____________________________________________________________________________
3897 [  3300] By: gsar                                  on 1999/05/03  18:48:25
3898         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
3899              (makes opendir(D,"c:") work reliably)
3900      Branch: perl
3901            ! win32/win32.c
3902 ____________________________________________________________________________
3903 [  3299] By: gsar                                  on 1999/05/02  19:39:55
3904         Log: add test case for change#3298
3905      Branch: perl
3906            ! sv.c t/op/readdir.t
3907 ____________________________________________________________________________
3908 [  3298] By: gsar                                  on 1999/05/02  19:24:41
3909         Log: close directory handles properly when localized
3910      Branch: perl
3911            ! sv.c
3912 ____________________________________________________________________________
3913 [  3297] By: jhi                                   on 1999/04/30  11:42:14
3914         Log: Integrate from mainperl.
3915      Branch: cfgperl
3916           !> Changes config_h.SH configure.com lib/AutoLoader.pm
3917           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
3918           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
3919           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
3920           !> vms/subconfigure.com win32/win32.c
3921 ____________________________________________________________________________
3922 [  3293] By: chip                                  on 1999/04/29  18:50:49
3923         Log: Fix shebang lines.
3924      Branch: maint-5.004/perl
3925            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
3926            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
3927            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
3928            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
3929            ! x2p/find2perl.PL x2p/s2p.PL
3930 ____________________________________________________________________________
3931 [  3284] By: gsar                                  on 1999/04/27  00:48:42
3932         Log: integrate change#3279 from maint-5.004
3933      Branch: perl
3934            ! lib/AutoLoader.pm
3935 ____________________________________________________________________________
3936 [  3279] By: chip                                  on 1999/04/26  23:09:26
3937         Log: Make &AutoLoad::AUTOLOAD reentrant.
3938      Branch: maint-5.004/perl
3939            ! lib/AutoLoader.pm
3940 ____________________________________________________________________________
3941 [  3276] By: chip                                  on 1999/04/26  22:34:36
3942         Log: Make porting scripts executable.
3943      Branch: maint-5.004/perl
3944            ! Changes Porting/genlog Porting/makerel Porting/p4desc
3945            ! Porting/patchls
3946 ____________________________________________________________________________
3947 [  3274] By: gsar                                  on 1999/04/26  17:30:31
3948         Log: allow embedded null characters in diagnostics
3949      Branch: perl
3950            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
3951 ____________________________________________________________________________
3952 [  3273] By: gsar                                  on 1999/04/26  08:27:22
3953         Log: hand-applied conflicting parts of suggested patch
3954              From: Charles Bailey <BAILEY@newman.upenn.edu>
3955              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
3956              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
3957              Subject: [PATCH 5.005_56] VMS configuration/build
3958      Branch: perl
3959            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3960            ! vms/munchconfig.c vms/subconfigure.com
3961 ____________________________________________________________________________
3962 [  3272] By: gsar                                  on 1999/04/26  08:25:41
3963         Log: update Changes; tweak minor regressions
3964      Branch: perl
3965            ! Changes lib/AutoSplit.pm lib/File/Path.pm
3966 ____________________________________________________________________________
3967 [  3271] By: gsar                                  on 1999/04/26  07:52:51
3968         Log: integrate change#3229 from maint-5.004
3969      Branch: perl
3970            ! pp_ctl.c util.c
3971 ____________________________________________________________________________
3972 [  3270] By: gsar                                  on 1999/04/25  22:58:27
3973         Log: fix buggy reference count on refs to SVs with autoviv magic
3974              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
3975              accessing free()d memory)
3976      Branch: perl
3977            ! pp.c t/op/ref.t
3978 ____________________________________________________________________________
3979 [  3269] By: gsar                                  on 1999/04/24  17:07:55
3980         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
3981              on win32)
3982      Branch: perl
3983            ! win32/win32.c
3984 ____________________________________________________________________________
3985 [  3268] By: gsar                                  on 1999/04/24  16:38:25
3986         Log: kill dup hunk
3987      Branch: perl
3988            ! config_h.SH
3989 ____________________________________________________________________________
3990 [  3267] By: gsar                                  on 1999/04/24  16:35:57
3991         Log: integrate cfgperl changes into mainline
3992      Branch: perl
3993           +> myconfig.SH
3994            - myconfig
3995            ! pod/perlre.pod
3996           !> (integrate 38 files)
3997 ____________________________________________________________________________
3998 [  3266] By: jhi                                   on 1999/04/23  18:42:44
3999         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4000              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
4001              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
4002              Cc: Lionel Cons <lionel.cons@cern.ch>,
4003              Ilya Zakharevich <ilya@math.ohio-state.edu>,
4004              David Hayes <david@bdel.com>
4005              Subject: [PATCH] h2ph
4006              Date: Fri, 23 Apr 1999 12:37:23 -0400
4007              Message-ID: <19990423123723.A49550@O2.chapin.edu>
4008      Branch: cfgperl
4009            ! utils/h2ph.PL
4010 ____________________________________________________________________________
4011 [  3265] By: jhi                                   on 1999/04/21  18:17:12
4012         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
4013              To: perlbug@perl.org
4014              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
4015              Date: Wed, 21 Apr 1999 08:17:54 -0700
4016              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
4017      Branch: cfgperl
4018            ! vms/descrip_mms.template
4019 ____________________________________________________________________________
4020 [  3264] By: jhi                                   on 1999/04/20  08:50:54
4021         Log: From: Andy Dougherty <doughera@lafayette.edu>
4022              To: The Perl Porters Mailing List <perl5-porters@perl.org>
4023              Subject: [PATCH 5.005_56] Re: 5.006 Todo
4024              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
4025              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
4026      Branch: cfgperl
4027            ! Porting/pumpkin.pod
4028 ____________________________________________________________________________
4029 [  3263] By: jhi                                   on 1999/04/20  08:05:01
4030         Log: From: Chip Salzenberg <chip@perlsupport.com>
4031              To: Perl 5 Porters <perl5-porters@perl.org>
4032              Subject: [PATCH 5.005_56] Configure: $sig_count
4033              Date: Sun, 18 Apr 1999 17:54:36 -0400
4034              Message-ID: <19990418175436.A27496@perlsupport.com>
4035      Branch: cfgperl
4036            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4037            ! config_h.SH
4038 ____________________________________________________________________________
4039 [  3262] By: jhi                                   on 1999/04/19  18:23:50
4040         Log: Subject: PATCH wrong faq reference in perlbook.pod
4041              From: Robin Barker <rmb1@cise.npl.co.uk>
4042              To: perlbug@perl.com
4043              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
4044              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
4045      Branch: cfgperl
4046            ! pod/perlbook.pod
4047 ____________________________________________________________________________
4048 [  3261] By: jhi                                   on 1999/04/15  13:59:04
4049         Log: From: Andy Dougherty <doughera@lafayette.edu>
4050              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
4051              Cc: Perl Porters <perl5-porters@perl.org>
4052              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
4053              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
4054              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
4055      Branch: cfgperl
4056            ! hints/solaris_2.sh
4057 ____________________________________________________________________________
4058 [  3260] By: jhi                                   on 1999/04/15  13:56:53
4059         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4060              To: pumpkings@jhereg.perl.com
4061              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
4062              Date: Thu, 15 Apr 1999 07:13:41 -0600
4063              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
4064      Branch: cfgperl
4065            ! pod/perldata.pod
4066 ____________________________________________________________________________
4067 [  3259] By: jhi                                   on 1999/04/13  23:12:52
4068         Log: LDLIBPTH also on 'clean' targets.
4069      Branch: cfgperl
4070            ! Makefile.SH
4071 ____________________________________________________________________________
4072 [  3258] By: jhi                                   on 1999/04/13  21:38:46
4073         Log: Add information about the two DEC C compiler optimizer bugs
4074              (what patch levels of the compilers fix them).
4075      Branch: cfgperl
4076            ! pp.c t/op/repeat.t
4077 ____________________________________________________________________________
4078 [  3257] By: jhi                                   on 1999/04/13  14:25:08
4079         Log: Be polite about ccdlflags and lddflags, too.
4080              Avoid Perl's malloc only when threaded.
4081      Branch: cfgperl
4082            ! hints/aix.sh
4083 ____________________________________________________________________________
4084 [  3256] By: jhi                                   on 1999/04/13  10:21:33
4085         Log: Croak if no known ways to semctl() (don't assume union semun).
4086      Branch: cfgperl
4087            ! doio.c perl.h
4088 ____________________________________________________________________________
4089 [  3255] By: jhi                                   on 1999/04/13  09:10:26
4090         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4091              To: perl5-porters@perl.org, vmsperl@perl.org
4092              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
4093              Date: Mon, 12 Apr 1999 13:36:48 -0700
4094              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
4095      Branch: cfgperl
4096            ! lib/ExtUtils/MM_VMS.pm
4097 ____________________________________________________________________________
4098 [  3254] By: jhi                                   on 1999/04/13  06:56:26
4099         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
4100              To: perlbug@perl.com
4101              Subject: Update for OpenBSD hints
4102              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
4103              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
4104      Branch: cfgperl
4105            ! hints/openbsd.sh
4106 ____________________________________________________________________________
4107 [  3229] By: chip                                  on 1999/04/13  04:04:14
4108         Log: Preserve errno from importunities of sfio.
4109      Branch: maint-5.004/perl
4110            ! pp_ctl.c util.c
4111 ____________________________________________________________________________
4112 [  3226] By: jhi                                   on 1999/04/11  12:52:26
4113         Log: If both ways to call semctl are broken,    skip the tests.
4114      Branch: cfgperl
4115            ! t/lib/ipc_sysv.t
4116 ____________________________________________________________________________
4117 [  3225] By: jhi                                   on 1999/04/10  22:27:28
4118         Log: From: Andy Dougherty <doughera@lafayette.edu>
4119              To: dsembr01@ox.slug.louisville.edu
4120              Cc: perlbug@perl.com
4121              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
4122              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
4123              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
4124      Branch: cfgperl
4125            ! ext/POSIX/POSIX.xs
4126 ____________________________________________________________________________
4127 [  3224] By: jhi                                   on 1999/04/09  18:50:32
4128         Log: From: Andy Dougherty <doughera@lafayette.edu>
4129              To: Perl Porters <perl5-porters@perl.org>
4130              Subject: [PATCH 5.005_56] Re: prefix= in hints
4131              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
4132              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
4133              
4134              (Overrides change #3204 from Kurt)
4135      Branch: cfgperl
4136            ! hints/linux.sh
4137 ____________________________________________________________________________
4138 [  3223] By: jhi                                   on 1999/04/09  18:37:55
4139         Log: Understand Apollo's //node notation.
4140              
4141              From: Johann Klasek <jk@auto.tuwien.ac.at>
4142              To: jhi@iki.fi
4143              Subject: Re: DomainPerl
4144              Date: Fri, 9 Apr 1999 18:21:37 +0200
4145              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
4146      Branch: cfgperl
4147            ! lib/Cwd.pm
4148 ____________________________________________________________________________
4149 [  3220] By: jhi                                   on 1999/04/04  16:33:49
4150         Log: Integrate from mainperl.
4151      Branch: cfgperl
4152           !> (integrate 39 files)
4153 ____________________________________________________________________________
4154 [  3219] By: gsar                                  on 1999/04/04  02:48:17
4155         Log: tweak previous change
4156      Branch: maint-5.005/perl
4157            ! win32/win32.c
4158 ____________________________________________________________________________
4159 [  3218] By: gsar                                  on 1999/04/04  02:44:47
4160         Log: be careful about extending the stack for the Win32:: builtins
4161      Branch: maint-5.005/perl
4162            ! win32/win32.c
4163 ____________________________________________________________________________
4164 [  3217] By: gsar                                  on 1999/04/04  01:59:26
4165         Log: correct places that said newSVpv() when they meant newSVpvn()
4166      Branch: perl
4167            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
4168            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
4169            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4170            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
4171            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
4172            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
4173            ! win32/win32.c
4174 ____________________________________________________________________________
4175 [  3216] By: gsar                                  on 1999/04/03  23:58:27
4176         Log: avoid duplicate code
4177      Branch: perl
4178            ! sv.c
4179 ____________________________________________________________________________
4180 [  3215] By: gsar                                  on 1999/04/03  23:14:34
4181         Log: grow PL_tmps_stack more efficiently; make it more amenable to
4182              STRESS_REALLOC testing
4183      Branch: perl
4184            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
4185            ! sv.c
4186 ____________________________________________________________________________
4187 [  3214] By: gsar                                  on 1999/04/03  21:01:09
4188         Log: scrounge and save three extra branches in pp_entersub()
4189      Branch: perl
4190            ! cv.h pp_ctl.c pp_hot.c
4191 ____________________________________________________________________________
4192 [  3213] By: gsar                                  on 1999/04/03  17:43:23
4193         Log: remove duplicate code and an extra branch in sv_setsv() and
4194              other hot code by making SvTHINKFIRST() think about FAKE SVs
4195      Branch: perl
4196            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
4197            ! proto.h scope.c sv.c sv.h
4198 ____________________________________________________________________________
4199 [  3212] By: jhi                                   on 1999/04/03  16:20:09
4200         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
4201              
4202              From: John Bley <jbb6@acpub.duke.edu>
4203              To: perlbug@perl.org
4204              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
4205              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
4206              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
4207      Branch: cfgperl
4208            ! doio.c pp_sys.c
4209 ____________________________________________________________________________
4210 [  3211] By: jhi                                   on 1999/04/03  13:27:26
4211         Log: Change #3210 was rather unportable.  This is better.
4212      Branch: cfgperl
4213            ! Configure config_h.SH
4214 ____________________________________________________________________________
4215 [  3210] By: jhi                                   on 1999/04/03  13:16:20
4216         Log: Avoid Digital UNIX' ksh.
4217              
4218              From: Jarkko Hietaniemi <jhi@iki.fi> 
4219              To: Henrik Tougaard <ht000@siberut.foa.dk> 
4220              Cc: perlbug@perl.com, ht000@foa.dk 
4221              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
4222              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
4223              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
4224      Branch: cfgperl
4225            ! Configure config_h.SH
4226 ____________________________________________________________________________
4227 [  3209] By: jhi                                   on 1999/04/03  12:49:04
4228         Log: Integrate from mainperl.
4229      Branch: cfgperl
4230           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
4231 ____________________________________________________________________________
4232 [  3208] By: jhi                                   on 1999/04/03  12:27:24
4233         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
4234              
4235              From: Lionel Cons <lionel.cons@cern.ch>
4236              To: jhi@iki.fi
4237              Cc: perlbug@perl.com, kstar@isinet.com,
4238              Philippe Defert <philippe.defert@cern.ch>
4239              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
4240              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
4241              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
4242      Branch: cfgperl
4243            ! hints/irix_6.sh
4244 ____________________________________________________________________________
4245 [  3207] By: jhi                                   on 1999/04/03  12:20:21
4246         Log: Be polite about usemymalloc.
4247      Branch: cfgperl
4248            ! hints/aix.sh
4249 ____________________________________________________________________________
4250 [  3206] By: gsar                                  on 1999/04/02  23:31:59
4251         Log: a typo in change#3205
4252      Branch: perl
4253            ! t/lib/bigfloatpm.t
4254 ____________________________________________________________________________
4255 [  3205] By: gsar                                  on 1999/04/02  23:20:31
4256         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
4257              returns NaNs faithfully)
4258      Branch: perl
4259            ! t/lib/bigfloatpm.t
4260 ____________________________________________________________________________
4261 [  3204] By: jhi                                   on 1999/04/02  22:03:23
4262         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
4263              
4264              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4265              To: perl5-porters@perl.org
4266              Subject: linux hints nit
4267              Date: Fri, 2 Apr 1999 16:49:47 -0500
4268              Message-ID: <19990402164947.E80926@O2.chapin.edu>
4269      Branch: cfgperl
4270            ! hints/linux.sh
4271 ____________________________________________________________________________
4272 [  3203] By: jhi                                   on 1999/04/02  22:00:56
4273         Log: Display exact glibc version in Linux. 
4274              
4275              From: Andy Dougherty <doughera@lafayette.edu>
4276              To: Perl Porters <perl5-porters@perl.org>
4277              Subject: Displaying glibc version on Linux
4278              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
4279              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
4280      Branch: cfgperl
4281            ! hints/linux.sh
4282 ____________________________________________________________________________
4283 [  3202] By: gsar                                  on 1999/04/02  21:23:18
4284         Log: various little goofs
4285      Branch: perl
4286            ! Changes Makefile.SH README installperl
4287 ____________________________________________________________________________
4288 [  3201] By: jhi                                   on 1999/04/02  13:13:39
4289         Log: Configure regen.
4290              
4291              Add llseek + offset_t probing.
4292              Change CONFIG to CONFIGDOTSH.
4293              'unset foo' is unportable, use foo=''.
4294      Branch: cfgperl
4295            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
4296            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
4297            ! perl_exp.SH writemain.SH
4298 ____________________________________________________________________________
4299 [  3200] By: jhi                                   on 1999/04/02  12:06:22
4300         Log: Introduce myconfig.SH.
4301              
4302              From: Andy Dougherty <doughera@lafayette.edu>
4303              To: Jarkko Hietaniemi <jhi@iki.fi>
4304              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
4305              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
4306              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
4307              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
4308      Branch: cfgperl
4309            + myconfig.SH
4310            - myconfig
4311            ! MANIFEST
4312 ____________________________________________________________________________
4313 [  3195] By: jhi                                   on 1999/03/28  16:42:54
4314         Log: Update perlhist on 5_03.
4315      Branch: maint-5.005/perl
4316            ! pod/perlhist.pod
4317 ____________________________________________________________________________
4318 [  3194] By: jhi                                   on 1999/03/28  12:30:01
4319         Log: Integrate from mainperl.
4320      Branch: cfgperl
4321           +> t/op/grep.t
4322            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
4323            ! t/lib/bigintpm.t
4324           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
4325           !> t/lib/thread.t
4326 ____________________________________________________________________________
4327 [  3189] By: gsar                                  on 1999/03/28  08:22:00
4328         Log: various pod niggles
4329      Branch: maint-5.005/perl
4330            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
4331            ! pod/perlfunc.pod pod/perlhist.pod
4332 ____________________________________________________________________________
4333 [  3187] By: gsar                                  on 1999/03/28  07:31:16
4334         Log: regularize CAPI declarations (CAPI extensions now build under
4335              the Borland compiler)
4336      Branch: maint-5.005/perl
4337            ! win32/GenCAPI.pl
4338 ____________________________________________________________________________
4339 [  3186] By: gsar                                  on 1999/03/28  07:26:33
4340         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
4341              -DPERL_CAPI
4342      Branch: maint-5.005/perl
4343            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
4344 ____________________________________________________________________________
4345 [  3183] By: gsar                                  on 1999/03/28  06:00:46
4346         Log: update p4 utility to ignore non-text files
4347      Branch: perl
4348            ! Porting/p4desc
4349 ____________________________________________________________________________
4350 [  3181] By: gsar                                  on 1999/03/28  03:37:23
4351         Log: integrate change#3179 from maint-5.005
4352      Branch: perl
4353           !> ext/Thread/Thread.xs t/lib/thread.t
4354 ____________________________________________________________________________
4355 [  3180] By: gsar                                  on 1999/03/28  02:28:20
4356         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
4357              (sometimes caused bizarreness in the BLOCK)
4358      Branch: perl
4359            + t/op/grep.t
4360            ! MANIFEST op.c
4361 ____________________________________________________________________________
4362 [  3179] By: gsar                                  on 1999/03/28  02:14:04
4363         Log: fix thread segfault when passing large number of arguments to child
4364              a la C<Thread->new($foo, 1..1000)>
4365      Branch: maint-5.005/perl
4366            ! ext/Thread/Thread.xs t/lib/thread.t
4367 ____________________________________________________________________________
4368 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
4369         Log: fix $Config{'usethreads'} typo in perlthrtut
4370              
4371              From: Ian Maloney <szhmf9@wsblob.ubs.com>
4372              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
4373              Message-Id: <199903251540.QAA02439@wsblob.>
4374              Subject: perlthrtut documentation error
4375      Branch: maint-5.005/perl
4376            ! pod/perlthrtut.pod
4377 ____________________________________________________________________________
4378 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
4379         Log: Update Test.pm to VERSION 1.122 from CPAN
4380      Branch: maint-5.005/perl
4381            ! lib/Test.pm
4382 ____________________________________________________________________________
4383 [  3171] By: jhi                                   on 1999/03/26  22:38:28
4384         Log: Integrate from mainperl.
4385      Branch: cfgperl
4386           !> (integrate 37 files)
4387 ____________________________________________________________________________
4388 [  3170] By: gsar                                  on 1999/03/26  01:30:25
4389         Log: specify type of bracket in "Unmatched bracket" diagnostic;
4390              prefer 'brace' or 'curly bracket' over 'curly brace'
4391      Branch: perl
4392            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
4393            ! t/op/misc.t t/op/re_tests toke.c
4394 ____________________________________________________________________________
4395 [  3169] By: gsar                                  on 1999/03/26  00:50:51
4396         Log: better description of "Integer overflow" diagnostic
4397      Branch: perl
4398            ! pod/perldiag.pod
4399 ____________________________________________________________________________
4400 [  3168] By: gsar                                  on 1999/03/25  11:02:46
4401         Log: applied needful parts of suggested patch
4402              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
4403              Date: Tue, 23 Mar 1999 16:21:43 -0800
4404              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
4405              Subject: [PATCH 5.005_56] pp_formline correction
4406      Branch: perl
4407            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
4408 ____________________________________________________________________________
4409 [  3167] By: gsar                                  on 1999/03/25  10:39:02
4410         Log: clarify what a "comment" means (due to Mark-Jason Dominus
4411              <mjd@plover.com>)
4412      Branch: perl
4413            ! pod/perlsyn.pod
4414 ____________________________________________________________________________
4415 [  3166] By: gsar                                  on 1999/03/25  10:33:18
4416         Log: describe current behavior on local($foo{nothere}) (suggested by
4417              Lionel Cons <lionel.cons@cern.ch>)
4418      Branch: perl
4419            ! pod/perlsub.pod
4420 ____________________________________________________________________________
4421 [  3165] By: gsar                                  on 1999/03/25  06:21:05
4422         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
4423              <vishalb@hotmail.com>)
4424      Branch: perl
4425            ! ext/B/B/C.pm
4426 ____________________________________________________________________________
4427 [  3164] By: gsar                                  on 1999/03/25  06:17:27
4428         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4429              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
4430              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
4431              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
4432      Branch: perl
4433            ! ext/B/B.xs op.h opcode.pl
4434 ____________________________________________________________________________
4435 [  3163] By: gsar                                  on 1999/03/25  06:15:49
4436         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
4437              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
4438              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
4439              Subject: [PATCH _56] B::Deparse 0.57
4440              --
4441              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
4442              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
4443              Subject: Re: [PATCH _56] B::Deparse 0.57 
4444      Branch: perl
4445            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
4446 ____________________________________________________________________________
4447 [  3162] By: gsar                                  on 1999/03/25  06:11:46
4448         Log: fix a few places that said 'int', but meant 'STRLEN'
4449      Branch: perl
4450            ! pod/perlguts.pod proto.h sv.c
4451 ____________________________________________________________________________
4452 [  3161] By: gsar                                  on 1999/03/25  06:01:18
4453         Log: From: Russ Allbery <rra@stanford.edu>
4454              Date: 22 Mar 1999 04:26:26 -0800
4455              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
4456              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
4457      Branch: perl
4458            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
4459            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
4460            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
4461            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
4462 ____________________________________________________________________________
4463 [  3160] By: gsar                                  on 1999/03/25  02:26:31
4464         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
4465      Branch: perl
4466            ! opcode.h opcode.pl
4467 ____________________________________________________________________________
4468 [  3159] By: gsar                                  on 1999/03/25  02:18:17
4469         Log: add statement-modifier loops to :base_loop class
4470      Branch: perl
4471            ! ext/Opcode/Opcode.pm
4472 ____________________________________________________________________________
4473 [  3158] By: gsar                                  on 1999/03/25  00:36:57
4474         Log: integrate changes#3105,3130,3154 from maint-5.005
4475      Branch: perl
4476           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
4477 ____________________________________________________________________________
4478 [  3157] By: gsar                                  on 1999/03/25  00:24:17
4479         Log: remove bogus panic()
4480      Branch: perl
4481            ! Changes lib/Math/BigFloat.pm
4482 ____________________________________________________________________________
4483 [  3156] By: jhi                                   on 1999/03/24  22:43:43
4484         Log: Integrate from mainperl.
4485      Branch: cfgperl
4486           +> (branch 38 files)
4487           !> (integrate 68 files)
4488 ____________________________________________________________________________
4489 [  3155] By: jhi                                   on 1999/03/24  22:12:17
4490         Log: Configure regenerated because of changes #3130/#3154 and #3147.
4491      Branch: cfgperl
4492            ! Configure config_h.SH
4493 ____________________________________________________________________________
4494 [  3154] By: jhi                                   on 1999/03/24  21:40:51
4495         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
4496              based on suggestions from Andy Dougherty.
4497      Branch: maint-5.005/perl
4498            ! INSTALL
4499 ____________________________________________________________________________
4500 [  3153] By: gsar                                  on 1999/03/24  10:38:05
4501         Log: applied suggested patch, modulo superceded parts
4502              From: Charles Bailey <BAILEY@newman.upenn.edu>
4503              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
4504              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
4505              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
4506      Branch: perl
4507            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
4508            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
4509            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
4510            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
4511 ____________________________________________________________________________
4512 [  3152] By: gsar                                  on 1999/03/24  10:30:51
4513         Log: applied suggested patch, modulo superceded parts
4514              From: Charles Bailey <BAILEY@newman.upenn.edu>
4515              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
4516              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
4517              Subject: [PATCH 5.005_56] Miscellaneous small fixes
4518      Branch: perl
4519            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
4520            ! lib/File/Basename.pm
4521 ____________________________________________________________________________
4522 [  3151] By: gsar                                  on 1999/03/24  10:15:00
4523         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
4524      Branch: perl
4525            ! pod/perlop.pod
4526 ____________________________________________________________________________
4527 [  3150] By: gsar                                  on 1999/03/24  10:09:13
4528         Log: missing integration in previous change
4529      Branch: perl
4530           !> README.apollo
4531 ____________________________________________________________________________
4532 [  3149] By: gsar                                  on 1999/03/24  10:06:44
4533         Log: integrate changes#3116,3119 from maint-5.005
4534      Branch: perl
4535            + README.apollo
4536           +> apollo/netinet/in.h
4537           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
4538 ____________________________________________________________________________
4539 [  3148] By: gsar                                  on 1999/03/24  10:01:56
4540         Log: integrate changes#3091-3094 from maint-5.005
4541      Branch: perl
4542           !> README.hurd vms/subconfigure.com vos/config.h
4543           !> vos/config_h.SH_orig
4544 ____________________________________________________________________________
4545 [  3147] By: gsar                                  on 1999/03/24  09:31:49
4546         Log: warn about newfangled vfork() caveats
4547      Branch: perl
4548            ! Configure
4549 ____________________________________________________________________________
4550 [  3146] By: jhi                                   on 1999/03/24  09:20:14
4551         Log: Bring in changes #2808 and #2812 (from mainline perl)
4552              that enhance the perlbug checklist.
4553      Branch: maint-5.005/perl
4554            ! utils/perlbug.PL
4555 ____________________________________________________________________________
4556 [  3145] By: gsar                                  on 1999/03/24  08:37:02
4557         Log: integrate change#3115 from maint-5.005
4558      Branch: perl
4559           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
4560           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
4561 ____________________________________________________________________________
4562 [  3144] By: gsar                                  on 1999/03/24  08:33:59
4563         Log: add note about map in scalar context
4564      Branch: perl
4565            ! pod/perlfunc.pod
4566 ____________________________________________________________________________
4567 [  3143] By: gsar                                  on 1999/03/24  08:25:59
4568         Log: doc tweak
4569      Branch: perl
4570            ! lib/Time/Local.pm
4571 ____________________________________________________________________________
4572 [  3142] By: gsar                                  on 1999/03/24  08:20:37
4573         Log: applied suggested patch, modulo bogus hunk
4574              From: "Vishal Bhatia" <vishalb@hotmail.com>
4575              Date: Thu, 11 Mar 1999 07:40:27 PST
4576              Message-ID: <19990311154027.25891.qmail@hotmail.com>
4577              Subject: [PATCH 5.005_56] Minor fixes in perlcc
4578      Branch: perl
4579            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
4580 ____________________________________________________________________________
4581 [  3141] By: gsar                                  on 1999/03/24  08:06:12
4582         Log: integrate change#3104 from maint-5.005
4583      Branch: perl
4584           !> README.os390 t/lib/posix.t
4585 ____________________________________________________________________________
4586 [  3140] By: gsar                                  on 1999/03/24  06:34:56
4587         Log: fix failure of C<&locked_sub;> under -Dusethreads
4588      Branch: perl
4589            ! pp_hot.c t/lib/thread.t
4590 ____________________________________________________________________________
4591 [  3139] By: gsar                                  on 1999/03/24  05:52:00
4592         Log: debugger tweak (wasn't printing a newline after recalled commands)
4593      Branch: perl
4594            ! lib/perl5db.pl
4595 ____________________________________________________________________________
4596 [  3138] By: gsar                                  on 1999/03/24  05:33:28
4597         Log: document OO exceptions (based on a suggestion by Andreas Koenig
4598              <andreas.koenig@anima.de>)
4599      Branch: perl
4600            ! pod/perlfunc.pod
4601 ____________________________________________________________________________
4602 [  3137] By: gsar                                  on 1999/03/24  02:50:20
4603         Log: better "Illegal %s digit ignored" warnings
4604      Branch: perl
4605            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
4606            ! toke.c util.c
4607 ____________________________________________________________________________
4608 [  3136] By: gsar                                  on 1999/03/24  02:26:38
4609         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
4610      Branch: perl
4611            + t/pragma/utf8.t
4612            ! regcomp.c
4613 ____________________________________________________________________________
4614 [  3135] By: gsar                                  on 1999/03/24  01:29:09
4615         Log: flip release & version in win32_uname()
4616      Branch: perl
4617            ! win32/win32.c
4618 ____________________________________________________________________________
4619 [  3134] By: gsar                                  on 1999/03/24  01:08:33
4620         Log: support POSIX::uname() via win32_uname()
4621      Branch: perl
4622            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
4623            ! win32/config.gc win32/config.vc win32/config_H.bc
4624            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
4625            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
4626 ____________________________________________________________________________
4627 [  3133] By: gsar                                  on 1999/03/23  22:20:10
4628         Log: From: jan.dubois@ibm.net (Jan Dubois)
4629              Date: Sat, 06 Mar 1999 21:42:56 +0100
4630              Message-ID: <36e49281.50337171@smtp1.ibm.net>
4631              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
4632      Branch: perl
4633            ! pod/perldelta.pod
4634 ____________________________________________________________________________
4635 [  3132] By: gsar                                  on 1999/03/23  22:17:45
4636         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
4637              Date: Sat, 06 Mar 1999 17:50:49 +0100
4638              Message-ID: <36e25209.33833760@smtp1.ibm.net>
4639              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
4640              --
4641              Date: Sat, 06 Mar 1999 18:15:00 +0100
4642              Message-ID: <36e36222.37954195@smtp1.ibm.net>
4643              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
4644      Branch: perl
4645            + t/lib/filefunc.t
4646            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
4647            ! pod/perldelta.pod pod/perlmodlib.pod
4648 ____________________________________________________________________________
4649 [  3131] By: gsar                                  on 1999/03/23  22:07:59
4650         Log: integrate cfgperl changes into mainline
4651      Branch: perl
4652           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
4653           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
4654           !> installperl malloc.c perl.c perl.h pod/perl.pod
4655           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
4656 ____________________________________________________________________________
4657 [  3130] By: jhi                                   on 1999/03/23  22:02:23
4658         Log: Don't use config.msg to remind about the
4659              LD_LIBRARY_PATH because Makefile.SH takes
4660              care of that.
4661              
4662              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
4663              This used to be the default but in some MT or another it
4664              was dropped because of some transient error or another.
4665      Branch: maint-5.005/perl
4666            ! Configure hints/dec_osf.sh
4667 ____________________________________________________________________________
4668 [  3129] By: gsar                                  on 1999/03/23  21:38:03
4669         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
4670              to size    and better maintainability)
4671      Branch: perl
4672            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
4673            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
4674            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4675            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
4676            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
4677            + t/pod/include.xr t/pod/included.t t/pod/included.xr
4678            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
4679            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
4680            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
4681            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
4682            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
4683            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
4684            ! win32/Makefile win32/makefile.mk win32/pod.mak
4685 ____________________________________________________________________________
4686 [  3128] By: jhi                                   on 1999/03/23  10:14:54
4687         Log: Integrate from mainperl.
4688      Branch: cfgperl
4689           !> (integrate 46 files)
4690 ____________________________________________________________________________
4691 [  3127] By: gsar                                  on 1999/03/23  06:57:30
4692         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
4693              Date: Thu, 4 Mar 1999 10:54:01 -0800
4694              Message-Id: <9903041854.AA46868@frc0000>
4695              Subject: patch for useless Math::BigInt warnings
4696      Branch: perl
4697            ! lib/Math/BigInt.pm
4698 ____________________________________________________________________________
4699 [  3126] By: gsar                                  on 1999/03/23  05:54:37
4700         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
4701              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4702              Date: Fri, 19 Feb 1999 15:47:59 -0500
4703              Message-ID: <19990219154759.A32350@O2.chapin.edu>
4704              Subject: [PATCH] OSF/1 hints
4705      Branch: perl
4706            ! hints/dec_osf.sh
4707 ____________________________________________________________________________
4708 [  3125] By: gsar                                  on 1999/03/23  00:56:38
4709         Log: avoid typeglob persistence in pp_readline()
4710      Branch: perl
4711            ! sv.c t/op/gv.t
4712 ____________________________________________________________________________
4713 [  3124] By: gsar                                  on 1999/03/22  21:12:23
4714         Log: update copyright years
4715      Branch: perl
4716            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
4717            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
4718            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
4719            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
4720            ! sv.c sv.h toke.c utf8.c utf8.h util.c
4721 ____________________________________________________________________________
4722 [  3123] By: gsar                                  on 1999/03/22  07:07:06
4723         Log: implement win32_spawnvp() internally, making it return true PIDs
4724              for asynchronous spawns; fix win32_kill() to always deal with
4725              PIDs
4726      Branch: perl
4727            ! win32/win32.c win32/win32.h
4728 ____________________________________________________________________________
4729 [  3122] By: jhi                                   on 1999/03/19  21:12:14
4730         Log: Describe the new Benchmark feature in more detail.
4731      Branch: cfgperl
4732            ! pod/perldelta.pod
4733      Branch: maint-5.005/perl
4734            ! pod/perldelta.pod
4735 ____________________________________________________________________________
4736 [  3121] By: jhi                                   on 1999/03/19  08:16:12
4737         Log: AVAILABILITY tuning.
4738      Branch: cfgperl
4739            ! pod/perl.pod
4740      Branch: maint-5.005/perl
4741            ! pod/perl.pod
4742 ____________________________________________________________________________
4743 [  3120] By: jhi                                   on 1999/03/17  14:52:17
4744         Log: Rhapsody change assumed too much.
4745      Branch: cfgperl
4746            ! t/op/stat.t
4747 ____________________________________________________________________________
4748 [  3119] By: jhi                                   on 1999/03/17  14:33:43
4749         Log: More Apollo fixes.
4750      Branch: maint-5.005/perl
4751            ! README.apollo hints/apollo.sh t/lib/io_udp.t
4752 ____________________________________________________________________________
4753 [  3118] By: jhi                                   on 1999/03/16  17:23:39
4754         Log: Nada.
4755      Branch: maint-5.005/perl
4756            ! README.apollo
4757 ____________________________________________________________________________
4758 [  3117] By: jhi                                   on 1999/03/16  17:18:49
4759         Log: Apollo DomainOS AVAILABILITY.
4760      Branch: cfgperl
4761            ! pod/perl.pod
4762      Branch: maint-5.005/perl
4763            ! pod/perl.pod
4764 ____________________________________________________________________________
4765 [  3116] By: jhi                                   on 1999/03/16  17:14:00
4766         Log: Apollo DomainOS patch
4767              From: Johann Klasek <jk@auto.tuwien.ac.at>
4768              Subject: Re: DomainPerl
4769              Date: Tue, 16 Mar 1999 17:46:32 +0100
4770              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
4771      Branch: maint-5.005/perl
4772            + README.apollo apollo/netinet/in.h
4773            ! MANIFEST hints/apollo.sh
4774 ____________________________________________________________________________
4775 [  3115] By: jhi                                   on 1999/03/16  14:23:54
4776         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
4777              To: Gurusamy Sarathy <gsar@activestate.com>,
4778              Graham Barr <gbarr@pobox.com>
4779              Cc: Perl5 Porters <perl5-porters@perl.org>,
4780              "Paul.Marquess" <Paul.Marquess@btinternet.com>
4781              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
4782              Date: Sun, 14 Mar 1999 14:43:57 -0000
4783              Message-Id: <199903141841.NAA17040@defender.perl.org>
4784      Branch: maint-5.005/perl
4785            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4786            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4787 ____________________________________________________________________________
4788 [  3114] By: jhi                                   on 1999/03/16  12:42:20
4789         Log: Mention Rhapsody in 5.005_5X perldelta,
4790              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
4791              *planned* AVAILABILITY.
4792      Branch: cfgperl
4793            ! pod/perl.pod pod/perldelta.pod
4794      Branch: maint-5.005/perl
4795            ! pod/perl.pod
4796 ____________________________________________________________________________
4797 [  3113] By: jhi                                   on 1999/03/16  10:38:53
4798         Log: perldelta niggling.
4799      Branch: cfgperl
4800            ! pod/perldelta.pod
4801      Branch: maint-5.005/perl
4802            ! pod/perldelta.pod
4803 ____________________________________________________________________________
4804 [  3112] By: jhi                                   on 1999/03/16  10:35:21
4805         Log: Integrate from mainperl.
4806      Branch: cfgperl
4807           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
4808           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
4809 ____________________________________________________________________________
4810 [  3111] By: jhi                                   on 1999/03/16  10:28:10
4811         Log: AVAILABILITY update: still mention PowerUX,
4812              Novell Netware now has sources available.
4813      Branch: cfgperl
4814            ! pod/perl.pod
4815      Branch: maint-5.005/perl
4816            ! pod/perl.pod
4817 ____________________________________________________________________________
4818 [  3110] By: gsar                                  on 1999/03/16  04:34:23
4819         Log: sundry pod niggles
4820      Branch: perl
4821            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
4822            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
4823 ____________________________________________________________________________
4824 [  3109] By: jhi                                   on 1999/03/15  17:00:11
4825         Log: Integrate from mainperl.
4826      Branch: cfgperl
4827           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4828           +> lib/unicode/Is/Syllable.pl
4829           +> lib/unicode/MakeEthiopicSyllables.PL
4830           +> lib/unicode/README.Ethiopic
4831           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4832           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4833           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4834           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4835           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4836           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4837           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4838           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
4839 ____________________________________________________________________________
4840 [  3108] By: jhi                                   on 1999/03/15  16:58:12
4841         Log: First pass of integrating the Rhapsody port,
4842              
4843              From: Wilfredo Sanchez <wsanchez@apple.com> 
4844              Subject: Keeping the world in sync.
4845              Reply-To: wsanchez@apple.com 
4846              To: perlbug@perl.com 
4847              Date: Fri, 13 Nov 1998 17:11:30 -0800 
4848              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
4849      Branch: cfgperl
4850            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
4851            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
4852            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
4853            ! x2p/util.c
4854 ____________________________________________________________________________
4855 [  3107] By: gsar                                  on 1999/03/15  03:22:10
4856         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
4857              From: Daniel Yacob <dmulholl@cs.indiana.edu>
4858              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
4859              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
4860              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
4861      Branch: perl
4862            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4863            + lib/unicode/Is/Syllable.pl
4864            + lib/unicode/MakeEthiopicSyllables.PL
4865            + lib/unicode/README.Ethiopic
4866            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4867            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4868            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4869            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4870            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4871            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4872            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4873            ! lib/unicode/Name.pl lib/unicode/Number.pl
4874 ____________________________________________________________________________
4875 [  3106] By: gsar                                  on 1999/03/12  20:35:36
4876         Log: change#3067 failed package.t due to needless creation of $a and $b;
4877              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
4878      Branch: perl
4879            ! op.c
4880 ____________________________________________________________________________
4881 [  3105] By: jhi                                   on 1999/03/12  15:54:57
4882         Log: Recognize the NetBSD packages collection.
4883      Branch: maint-5.005/perl
4884            ! hints/netbsd.sh
4885 ____________________________________________________________________________
4886 [  3104] By: jhi                                   on 1999/03/12  09:07:04
4887         Log: From: pvhp@forte.com (Peter Prymmer)
4888              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
4889              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
4890              Date: Thu, 11 Mar 99 14:24:54 PST
4891              Message-Id: <9903112224.AA24346@forte.com>
4892      Branch: maint-5.005/perl
4893            ! README.os390 t/lib/posix.t
4894 ____________________________________________________________________________
4895 [  3103] By: jhi                                   on 1999/03/10  11:07:46
4896         Log: Integrate from mainperl.
4897      Branch: cfgperl
4898           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
4899           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
4900           !> t/pragma/warn/1global toke.c win32/makedef.pl
4901 ____________________________________________________________________________
4902 [  3102] By: jhi                                   on 1999/03/10  11:01:20
4903         Log: From: pvhp@forte.com (Peter Prymmer)
4904              To: perl5-porters@perl.org
4905              Subject: [5.005_03-MT6]Patch: time passes
4906              Date: Tue, 9 Mar 99 18:42:17 PST
4907              Message-Id: <9903100242.AA29057@forte.com>
4908      Branch: maint-5.005/perl
4909            ! perl.c
4910 ____________________________________________________________________________
4911 [  3101] By: jhi                                   on 1999/03/10  10:30:15
4912         Log: From: Mark-Jason Dominus <mjd@plover.com>
4913              To: perl5-porters@perl.com
4914              Subject: Minor fix to perlfunc.pod
4915              Date: Mon, 08 Mar 1999 20:05:53 -0500
4916              Message-ID: <19990309010553.13757.qmail@plover.com>
4917      Branch: maint-5.005/perl
4918            ! pod/perlfunc.pod
4919 ____________________________________________________________________________
4920 [  3100] By: gsar                                  on 1999/03/09  23:04:44
4921         Log: change#3060 had the wrong quotes
4922      Branch: perl
4923            ! pod/pod2man.PL
4924 ____________________________________________________________________________
4925 [  3099] By: jhi                                   on 1999/03/09  12:52:21
4926         Log: d_uname was broken (probably since _53), reported by
4927              
4928              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4929              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
4930              cpan-testers@perl.org
4931              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
4932              Date: Mon, 08 Mar 1999 13:22:31 +0000
4933              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
4934              
4935              and
4936              
4937              From: lvirden@cas.org (Larry W. Virden)
4938              To: perlbug@perl.com
4939              Subject: configure not correctly identifying uname posix compatibility
4940              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
4941              Message-Id: <199903081136.GAA23682@cas.org>
4942      Branch: cfgperl
4943            ! Configure config_h.SH
4944 ____________________________________________________________________________
4945 [  3098] By: gsar                                  on 1999/03/09  03:16:07
4946         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
4947      Branch: perl
4948            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
4949 ____________________________________________________________________________
4950 [  3097] By: gsar                                  on 1999/03/09  02:50:43
4951         Log: use yyerror() instead of croak() so that compile-time failures in
4952              my(LIST) don't confuse globals with lexicals
4953      Branch: perl
4954            ! op.c toke.c
4955 ____________________________________________________________________________
4956 [  3096] By: gsar                                  on 1999/03/09  02:47:36
4957         Log: adjust testsuite for change#3067
4958      Branch: perl
4959            ! t/pragma/warn/1global
4960 ____________________________________________________________________________
4961 [  3095] By: gsar                                  on 1999/03/08  21:04:48
4962         Log: remove bogus symbols from global.sym
4963      Branch: perl
4964            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
4965            ! perl.h win32/makedef.pl
4966 ____________________________________________________________________________
4967 [  3094] By: jhi                                   on 1999/03/06  16:16:15
4968         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4969              To: jhi@iki.fi
4970              Subject: Oops
4971              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
4972              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
4973      Branch: maint-5.005/perl
4974            ! README.hurd
4975 ____________________________________________________________________________
4976 [  3093] By: jhi                                   on 1999/03/06  15:59:46
4977         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4978              To: jhi@iki.fi
4979              Subject: New Hurd README
4980              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
4981              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
4982      Branch: maint-5.005/perl
4983            ! README.hurd
4984 ____________________________________________________________________________
4985 [  3092] By: jhi                                   on 1999/03/06  12:52:06
4986         Log: From: Paul_Green@stratus.com
4987              To: perl5-porters@perl.org
4988              Cc: jhi@iki.fi, Paul_Green@stratus.com
4989              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
4990              Date: Fri, 5 Mar 1999 18:08:49 -0500 
4991              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
4992      Branch: maint-5.005/perl
4993            ! vos/config.h vos/config_h.SH_orig
4994 ____________________________________________________________________________
4995 [  3091] By: jhi                                   on 1999/03/06  12:42:21
4996         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4997              To: perl5-porters@perl.org, vmsperl@perl.org
4998              Subject: [PATCH 5.005_03-MT6]VMS build patch
4999              Date: Fri, 05 Mar 1999 12:36:19 -0800
5000              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
5001      Branch: maint-5.005/perl
5002            ! vms/subconfigure.com
5003 ____________________________________________________________________________
5004 [  3090] By: gsar                                  on 1999/03/06  04:40:03
5005         Log: integrate change#3089 from mainline
5006              
5007              tolerate CRs after options
5008      Branch: maint-5.005/perl
5009           !> perl.c
5010 ____________________________________________________________________________
5011 [  3089] By: gsar                                  on 1999/03/06  04:30:40
5012         Log: tolerate CRs after options
5013      Branch: perl
5014            ! perl.c
5015 ____________________________________________________________________________
5016 [  3088] By: jhi                                   on 1999/03/05  12:49:01
5017         Log: Integrate from mainperl.
5018      Branch: cfgperl
5019           +> README.hurd
5020           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
5021 ____________________________________________________________________________
5022 [  3087] By: gsar                                  on 1999/03/05  06:41:16
5023         Log: adjust timeouts to accomodate slow/busy systems
5024      Branch: perl
5025            ! t/lib/io_sock.t
5026 ____________________________________________________________________________
5027 [  3083] By: gsar                                  on 1999/03/05  01:32:47
5028         Log: integrate change#3081 from maint-5.005
5029      Branch: perl
5030           !> ext/Errno/Errno_pm.PL
5031 ____________________________________________________________________________
5032 [  3082] By: gsar                                  on 1999/03/05  01:31:06
5033         Log: integrate change#2904 from maint-5.005
5034      Branch: perl
5035           +> README.hurd
5036           !> MANIFEST
5037 ____________________________________________________________________________
5038 [  3081] By: gsar                                  on 1999/03/05  00:14:33
5039         Log: protect against doubled backslashes
5040      Branch: maint-5.005/perl
5041            ! ext/Errno/Errno_pm.PL
5042 ____________________________________________________________________________
5043 [  3077] By: jhi                                   on 1999/03/04  08:10:13
5044         Log: Integrate from mainperl.
5045      Branch: cfgperl
5046           +> ext/B/B/Stash.pm
5047           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
5048           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
5049           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
5050           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
5051 ____________________________________________________________________________
5052 [  3076] By: jhi                                   on 1999/03/04  08:07:59
5053         Log: Regen config_h.SH once more because of *size, 
5054              noticed by
5055              
5056              From: Hans Mulder <hansm@icgned.icgroup.nl>
5057              To: Jarkko Hietaniemi <jhi@iki.fi>
5058              Cc: perl5-porters@perl.org
5059              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5060              Date: Thu,  4 Mar 99 00:10:45 +0100
5061              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5062      Branch: cfgperl
5063            ! Configure config_h.SH
5064 ____________________________________________________________________________
5065 [  3068] By: gsar                                  on 1999/03/04  05:48:03
5066         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
5067              Date: Thu,  4 Mar 99 00:10:45 +0100
5068              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
5069              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
5070      Branch: perl
5071            ! config_h.SH
5072 ____________________________________________________________________________
5073 [  3067] By: gsar                                  on 1999/03/04  05:44:32
5074         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
5075              From: Graham Barr <gbarr@ti.com>
5076              Date: Wed, 3 Mar 1999 17:23:56 -0600
5077              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
5078              Subject: Re: 'use strict' doesn't work for one-letter variables
5079      Branch: perl
5080            ! gv.c op.c
5081 ____________________________________________________________________________
5082 [  3066] By: gsar                                  on 1999/03/04  05:20:50
5083         Log: updates to compiler modules
5084              From: "Vishal Bhatia" <vishalb@hotmail.com>
5085              Date: Tue, 02 Mar 1999 23:27:25 PST
5086              Message-ID: <19990303072725.779.qmail@hotmail.com>
5087              Subject: PATCH 5.005_56 + Test procedure
5088      Branch: perl
5089            + ext/B/B/Stash.pm
5090            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
5091            ! lib/Test/Harness.pm utils/perlcc.PL
5092 ____________________________________________________________________________
5093 [  3065] By: gsar                                  on 1999/03/04  05:03:30
5094         Log: more s/s_/s!/ etc.
5095      Branch: perl
5096            ! pod/perldelta.pod pod/perlfunc.pod
5097 ____________________________________________________________________________
5098 [  3064] By: gsar                                  on 1999/03/04  04:50:45
5099         Log: integrate cfgperl contents into mainline
5100      Branch: perl
5101           !> Configure README.vms bytecode.h config_h.SH configure.com
5102           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
5103           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
5104           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5105 ____________________________________________________________________________
5106 [  3063] By: gsar                                  on 1999/03/04  04:44:13
5107         Log: HP-UX has yet another spelling for /NaNQ?/
5108      Branch: perl
5109            ! t/lib/bigfloatpm.t
5110 ____________________________________________________________________________
5111 [  3062] By: gsar                                  on 1999/03/04  04:36:08
5112         Log: error-check for accept() test
5113      Branch: perl
5114            ! t/lib/io_sock.t
5115 ____________________________________________________________________________
5116 [  3061] By: gsar                                  on 1999/03/04  03:40:25
5117         Log: allow custom comparison function in File::Compare::compare_text()
5118              From: jan.dubois@ibm.net (Jan Dubois)
5119              Date: Fri, 26 Feb 1999 21:56:09 +0100
5120              Message-ID: <36db0838.8805651@smtp1.ibm.net>
5121              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5122      Branch: perl
5123            ! lib/File/Compare.pm
5124 ____________________________________________________________________________
5125 [  3060] By: gsar                                  on 1999/03/04  03:37:38
5126         Log: better version of change#3038
5127              From: abigail@fnx.com
5128              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
5129              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
5130              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
5131      Branch: perl
5132            ! pod/pod2man.PL
5133 ____________________________________________________________________________
5134 [  3058] By: jhi                                   on 1999/03/03  22:30:40
5135         Log: Configure regen to
5136              (1) match maint-5.005 patches #3056 and #3057
5137              (2) better version of PHOSTNAME of #3050
5138              (3) the crosscompile/multiarch config_h.SH trouble solved for now
5139      Branch: cfgperl
5140            ! Configure config_h.SH
5141 ____________________________________________________________________________
5142 [  3054] By: jhi                                   on 1999/03/03  09:57:59
5143         Log: Change #3053 missed perldelta.
5144      Branch: cfgperl
5145            ! pod/perldelta.pod
5146 ____________________________________________________________________________
5147 [  3053] By: jhi                                   on 1999/03/03  08:29:43
5148         Log: Use '!' to mark native integer packings instead of '_'.
5149      Branch: cfgperl
5150            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
5151 ____________________________________________________________________________
5152 [  3052] By: jhi                                   on 1999/03/02  23:12:36
5153         Log: The HP-UX threads patch (change #3028) is needed also here.
5154      Branch: cfgperl
5155            ! hints/hpux.sh thread.h
5156 ____________________________________________________________________________
5157 [  3051] By: jhi                                   on 1999/03/02  08:24:52
5158         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5159              To: perl5-porters@perl.org, vmsperl@perl.org
5160              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
5161              Date: Mon, 01 Mar 1999 16:10:57 -0800
5162              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
5163      Branch: cfgperl
5164            ! README.vms
5165      Branch: maint-5.005/perl
5166            ! README.vms
5167 ____________________________________________________________________________
5168 [  3050] By: jhi                                   on 1999/03/02  08:22:29
5169         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5170              To: perl5-porters@perl.org, vmsperl@perl.org
5171              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
5172              Date: Mon, 01 Mar 1999 16:06:29 -0800
5173              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
5174              
5175              From: Dan Sugalski <sugalskd@osshe.edu>
5176              To: perl5-porters@perl.org, vmsperl@perl.org
5177              Subject: [PATCH 5.005_56]vmsish.pm patch
5178              Date: Mon, 01 Mar 1999 20:19:04 -0800
5179              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
5180              
5181              plus Configure regen containing a "solution" to the
5182              crosscompile/multiarch problem.
5183      Branch: cfgperl
5184            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
5185            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
5186 ____________________________________________________________________________
5187 [  3049] By: jhi                                   on 1999/03/02  07:34:21
5188         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
5189              To: perl5-porters@perl.org
5190              Subject: [PATCH] Eliminate (valid) warning in byterun.c
5191              Date: Mon, 01 Mar 1999 17:27:59 -0500
5192              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
5193      Branch: cfgperl
5194            ! bytecode.h
5195      Branch: maint-5.005/perl
5196            ! bytecode.h
5197 ____________________________________________________________________________
5198 [  3048] By: gsar                                  on 1999/03/02  06:41:21
5199         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5200      Branch: perl
5201            ! MANIFEST README.hpux
5202 ____________________________________________________________________________
5203 [  3047] By: jhi                                   on 1999/03/01  06:34:43
5204         Log: Integrate from mainperl.
5205      Branch: cfgperl
5206           +> README.hpux lib/File/Spec/Functions.pm
5207           !> (integrate 28 files)
5208 ____________________________________________________________________________
5209 [  3046] By: gsar                                  on 1999/03/01  05:34:28
5210         Log: this is 5.005_56
5211      Branch: perl
5212            ! Changes
5213
5214 ----------------
5215 Version 5.005_56
5216 ----------------
5217
5218 ____________________________________________________________________________
5219 [  3045] By: gsar                                  on 1999/03/01  03:32:30
5220         Log: destroy PL_svref_mutex in perl_destruct()
5221      Branch: perl
5222            ! perl.c
5223 ____________________________________________________________________________
5224 [  3044] By: gsar                                  on 1999/03/01  00:38:50
5225         Log: up patchlevel &c.
5226      Branch: perl
5227            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
5228            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5229            ! win32/makefile.mk
5230 ____________________________________________________________________________
5231 [  3043] By: gsar                                  on 1999/03/01  00:14:15
5232         Log: integrate cfgperl contents into mainline
5233      Branch: perl
5234            ! pod/perldelta.pod
5235           !> Configure config_h.SH
5236 ____________________________________________________________________________
5237 [  3042] By: gsar                                  on 1999/02/28  23:55:08
5238         Log: slightly edited version of suggested patch
5239              From: jan.dubois@ibm.net (Jan Dubois)
5240              Date: Mon, 01 Mar 1999 00:32:05 +0100
5241              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
5242              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
5243      Branch: perl
5244            + lib/File/Spec/Functions.pm
5245            ! MANIFEST lib/File/Spec.pm
5246 ____________________________________________________________________________
5247 [  3041] By: gsar                                  on 1999/02/28  22:47:19
5248         Log: fix subtle bug in eval'' testsuite
5249      Branch: perl
5250            ! t/op/eval.t
5251 ____________________________________________________________________________
5252 [  3040] By: gsar                                  on 1999/02/28  22:46:24
5253         Log: avoid literal control characters in change#3039
5254      Branch: perl
5255            ! t/base/lex.t
5256 ____________________________________________________________________________
5257 [  3039] By: gsar                                  on 1999/02/28  21:47:18
5258         Log: todo item: permit extended control variables a la ${^Foo} (patch
5259              courtesy Mark-Jason Dominus <mjd@plover.com>)
5260      Branch: perl
5261            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
5262            ! t/base/lex.t toke.c
5263 ____________________________________________________________________________
5264 [  3038] By: gsar                                  on 1999/02/28  21:21:05
5265         Log: From: abigail@fnx.com
5266              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
5267              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
5268              Subject: Recognize -> and => inside [A-Z]<> sequences.
5269      Branch: perl
5270            ! pod/pod2man.PL
5271 ____________________________________________________________________________
5272 [  3037] By: gsar                                  on 1999/02/28  21:12:22
5273         Log: fix longstanding bug: searches for lexicals originating within eval''
5274              weren't stopping at the subroutine boundary correctly
5275      Branch: perl
5276            ! op.c proto.h t/op/eval.t
5277 ____________________________________________________________________________
5278 [  3036] By: gsar                                  on 1999/02/28  20:02:29
5279         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
5280              as stacked list values
5281              From: jan.dubois@ibm.net (Jan Dubois)
5282              Date: Sat, 27 Feb 1999 18:24:17 +0100
5283              Message-ID: <36e22849.36531259@smtp1.ibm.net>
5284              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
5285      Branch: perl
5286            ! win32/win32.c
5287 ____________________________________________________________________________
5288 [  3035] By: gsar                                  on 1999/02/28  19:48:54
5289         Log: remove superfluous stack_sp decl
5290      Branch: perl
5291            ! jpl/JNI/JNI.xs
5292 ____________________________________________________________________________
5293 [  3034] By: gsar                                  on 1999/02/28  19:34:58
5294         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
5295      Branch: perl
5296            ! lib/Getopt/Std.pm
5297 ____________________________________________________________________________
5298 [  3033] By: gsar                                  on 1999/02/28  19:23:41
5299         Log: add File::Compare::compare_text()
5300              From: jan.dubois@ibm.net (Jan Dubois)
5301              Date: Fri, 26 Feb 1999 00:20:41 +0100
5302              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
5303              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
5304      Branch: perl
5305            ! lib/File/Compare.pm pod/perltodo.pod
5306 ____________________________________________________________________________
5307 [  3032] By: gsar                                  on 1999/02/28  19:01:33
5308         Log: add README.hpux
5309      Branch: perl
5310            + README.hpux
5311            ! MAINTAIN MANIFEST
5312 ____________________________________________________________________________
5313 [  3031] By: gsar                                  on 1999/02/28  18:49:08
5314         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
5315              James Cromie <jcromie@fossil.uswc.uswest.com>
5316      Branch: perl
5317            ! lib/Pod/Html.pm
5318 ____________________________________________________________________________
5319 [  3030] By: gsar                                  on 1999/02/28  18:35:09
5320         Log: From: jan.dubois@ibm.net (Jan Dubois)
5321              Date: Wed, 24 Feb 1999 22:34:56 +0100
5322              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
5323              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
5324      Branch: perl
5325            ! lib/Test/Harness.pm
5326 ____________________________________________________________________________
5327 [  3029] By: gsar                                  on 1999/02/28  18:28:18
5328         Log: add note about env pollution
5329      Branch: perl
5330            ! INSTALL pod/perltodo.pod
5331 ____________________________________________________________________________
5332 [  3028] By: jhi                                   on 1999/02/26  14:40:00
5333         Log: HP-UX 11 threads.
5334              
5335              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5336              To: perl5-porters@perl.org
5337              Cc: jhi@cc.hut.fi
5338              Subject: Maint 5 and _54 with threading on HP-UX 11.00
5339              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
5340              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
5341              
5342              NOTE from jhi: the hpux hints could still be more robust by
5343              disabling gdbm when necessary.
5344              
5345              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
5346              linking -lgdbm -lpthread creates an executable that instantly
5347              core dumps on a pthreads internal panic:
5348              
5349              ./gdpt
5350              
5351              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
5352              Return Pointer is 0xc082bf33
5353              17639 quit (core dumped)  ./gdpt
5354              
5355              You don't have to *use* either gdbm or pthreads in the executable,
5356              just linking them together is enough.  Workaround is to recompile
5357              the GDBM under HP-UX 11, that makes the problem go away.
5358      Branch: maint-5.005/perl
5359            ! hints/hpux.sh thread.h
5360 ____________________________________________________________________________
5361 [  3025] By: jhi                                   on 1999/02/25  20:41:07
5362         Log: Temporary workaround for the config_h.SH versus
5363              crosscompile and multiarch plus introduce 'rt'
5364              to $libswanted: in UNIX98 sched_yield() lives there.
5365      Branch: cfgperl
5366            ! Configure config_h.SH
5367 ____________________________________________________________________________
5368 [  3024] By: jhi                                   on 1999/02/24  12:54:59
5369         Log: Integrate from mainperl.
5370      Branch: cfgperl
5371           +> t/lib/fatal.t
5372           !> (integrate 44 files)
5373 ____________________________________________________________________________
5374 [  3023] By: gsar                                  on 1999/02/24  07:02:12
5375         Log: integrate cfgperl contents
5376      Branch: perl
5377           !> (integrate 30 files)
5378 ____________________________________________________________________________
5379 [  3022] By: gsar                                  on 1999/02/24  05:59:47
5380         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
5381              Date: 23 Feb 1999 17:53:22 -0700
5382              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
5383              Subject: [PATCH: _55] perldoc -q broken
5384      Branch: perl
5385            ! utils/perldoc.PL
5386 ____________________________________________________________________________
5387 [  3021] By: gsar                                  on 1999/02/24  05:51:53
5388         Log: ansify perlio.c, fix PerlIO-ish typos
5389      Branch: perl
5390            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
5391            ! iperlsys.h perlio.c
5392 ____________________________________________________________________________
5393 [  3020] By: gsar                                  on 1999/02/24  05:28:06
5394         Log: adjust a Perl_malloc() flag for NeXT
5395              From: Hans Mulder <hansm@icgned.icgroup.nl>
5396              Date: Tue, 23 Feb 99 00:26:25 +0100
5397              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
5398              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
5399      Branch: perl
5400            ! perl.h
5401 ____________________________________________________________________________
5402 [  3019] By: gsar                                  on 1999/02/24  05:19:42
5403         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
5404      Branch: perl
5405            ! pod/perltodo.pod
5406 ____________________________________________________________________________
5407 [  3018] By: gsar                                  on 1999/02/24  04:15:18
5408         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5409              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
5410              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
5411              Subject: improved error message [PATCH _55] [RESEND]
5412      Branch: perl
5413            ! sv.c
5414 ____________________________________________________________________________
5415 [  3017] By: gsar                                  on 1999/02/24  03:50:34
5416         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
5417              Date: Sun, 21 Feb 1999 20:02:18 -0700
5418              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
5419              Subject: perlfunc updates (against 55)
5420      Branch: perl
5421            ! pod/perlfunc.pod
5422 ____________________________________________________________________________
5423 [  3016] By: gsar                                  on 1999/02/24  03:17:05
5424         Log: testsuite adjustments
5425              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5426              Date: Sat, 20 Feb 1999 15:24:57 +0000
5427              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
5428              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
5429      Branch: perl
5430            ! t/lib/io_sock.t t/op/lex_assign.t
5431 ____________________________________________________________________________
5432 [  3015] By: gsar                                  on 1999/02/24  02:54:47
5433         Log: avoid modifying readonly values from qw()
5434      Branch: perl
5435            ! lib/ExtUtils/MM_Unix.pm
5436 ____________________________________________________________________________
5437 [  3014] By: gsar                                  on 1999/02/24  02:49:04
5438         Log: more "correct" utbuf for utime()
5439      Branch: perl
5440            ! doio.c
5441 ____________________________________________________________________________
5442 [  3013] By: jhi                                   on 1999/02/22  19:27:44
5443         Log: Fix MacPerl version, change PowerUX to PowerMAX.
5444              
5445              From: Chris Nandor <pudge@pobox.com>
5446              To: jhi@iki.fi
5447              Cc: perl5-porters@perl.org
5448              Subject: Re: perl current availability as documented by perl.pod
5449              Date: Sun, 21 Feb 1999 11:06:03 -0500
5450              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
5451              
5452              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
5453              To: jhi@iki.fi
5454              Cc: perl5-porters@perl.org
5455              Subject: Re: perl current availability as documented by perl.pod
5456              Date: Mon, 22 Feb 1999 13:08:30 GMT
5457              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
5458      Branch: cfgperl
5459            ! pod/perl.pod
5460      Branch: maint-5.005/perl
5461            ! pod/perl.pod
5462 ____________________________________________________________________________
5463 [  3012] By: jhi                                   on 1999/02/22  10:26:11
5464         Log: Snapshot the cross-compilation/multiarchitecture stuff
5465              (currently broken in next)
5466      Branch: cfgperl
5467            ! Configure config_h.SH pp.c
5468 ____________________________________________________________________________
5469 [  3011] By: jhi                                   on 1999/02/22  10:24:51
5470         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
5471              To: gsar@activestate.com (Gurusamy Sarathy)
5472              Cc: perl5-porters@perl.org (Perl5 Porters)
5473              Subject: [PATCH 5.005_55] DB_File 1.64 patch
5474              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
5475              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
5476      Branch: cfgperl
5477            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5478            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
5479 ____________________________________________________________________________
5480 [  3009] By: jhi                                   on 1999/02/22  09:14:26
5481         Log: Scratch #3008 and introduce $crosscompile and $multiarch
5482              also in non-Configure lands.
5483      Branch: cfgperl
5484            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
5485            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
5486            ! win32/config.gc win32/config.vc win32/config_H.bc
5487            ! win32/config_H.gc win32/config_H.vc
5488 ____________________________________________________________________________
5489 [  3008] By: jhi                                   on 1999/02/22  08:58:04
5490         Log: Add -DMULTIARCH (see change #3006).
5491      Branch: cfgperl
5492            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
5493 ____________________________________________________________________________
5494 [  3007] By: jhi                                   on 1999/02/22  08:54:06
5495         Log: Undo the references to local{lib,arch} introduced by #3006.
5496      Branch: cfgperl
5497            ! Configure config_h.SH
5498 ____________________________________________________________________________
5499 [  3006] By: jhi                                   on 1999/02/22  08:43:50
5500         Log: From: hansm@icgned.icgroup.nl
5501              To: perlbug@perl.com
5502              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
5503              Date: Sun, 21 Feb 1999 22:58:55 +0100
5504              Reply-To: hansmu@xs4all.nl
5505              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
5506              
5507              plus other Configure changes: prepare for cross-compilation/
5508              multiarchitecture builds.
5509      Branch: cfgperl
5510            ! Configure config_h.SH
5511 ____________________________________________________________________________
5512 [  3005] By: jhi                                   on 1999/02/22  08:35:30
5513         Log: Configure/Perl knew how to look for use Mach cthreads
5514              but Configure didn't let them to be used ($osname 'next').
5515      Branch: cfgperl
5516            ! Configure config_h.SH
5517      Branch: maint-5.005/perl
5518            ! Configure
5519 ____________________________________________________________________________
5520 [  3004] By: jhi                                   on 1999/02/21  15:46:02
5521         Log: Update Acorn AVAILABILITY.
5522      Branch: cfgperl
5523            ! pod/perl.pod
5524      Branch: maint-5.005/perl
5525            ! pod/perl.pod
5526 ____________________________________________________________________________
5527 [  3003] By: jhi                                   on 1999/02/21  14:50:42
5528         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
5529              To: perl5-porters@perl.org (Perl 5 Porters)
5530              Subject: PATCH: perlref.pod - symbolic ref example
5531              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
5532              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
5533      Branch: cfgperl
5534            ! pod/perlref.pod
5535      Branch: maint-5.005/perl
5536            ! pod/perlref.pod
5537 ____________________________________________________________________________
5538 [  3002] By: jhi                                   on 1999/02/21  14:35:22
5539         Log: Sync cfgperl with maint-5.005 change #3000.
5540      Branch: cfgperl
5541            ! pod/perlfunc.pod t/op/pack.t
5542 ____________________________________________________________________________
5543 [  2999] By: gsar                                  on 1999/02/20  22:48:30
5544         Log: From:    John Bley <jbb6@acpub.duke.edu>
5545              Date:    Sat, 20 Feb 1999 16:02:34 EST
5546              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
5547              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
5548      Branch: perl
5549            ! regcomp.c
5550 ____________________________________________________________________________
5551 [  2998] By: jhi                                   on 1999/02/20  14:13:06
5552         Log: Enhanced the endianness description.
5553      Branch: cfgperl
5554            ! pod/perlfunc.pod
5555 ____________________________________________________________________________
5556 [  2996] By: jhi                                   on 1999/02/20  13:55:41
5557         Log: Glossary now mostly fixed.
5558      Branch: cfgperl
5559            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5560            ! config_h.SH
5561 ____________________________________________________________________________
5562 [  2994] By: jhi                                   on 1999/02/20  11:58:33
5563         Log: Perldeltify GNU/Hurd.
5564      Branch: cfgperl
5565            ! pod/perldelta.pod
5566 ____________________________________________________________________________
5567 [  2993] By: gsar                                  on 1999/02/20  00:59:10
5568         Log: fix typo in Perl_sbrk()
5569              From: hansm@icgned.icgroup.nl
5570              Date: Fri, 19 Feb 1999 23:19:31 +0100
5571              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
5572              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
5573      Branch: perl
5574            ! malloc.c
5575 ____________________________________________________________________________
5576 [  2992] By: gsar                                  on 1999/02/20  00:51:08
5577         Log: integrate change#2980 from maint-5.005
5578      Branch: perl
5579           !> utils/h2xs.PL
5580 ____________________________________________________________________________
5581 [  2991] By: gsar                                  on 1999/02/20  00:34:01
5582         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5583              Date: Thu, 18 Feb 1999 18:51:38 +0000
5584              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
5585              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
5586      Branch: perl
5587            ! pp_hot.c t/op/pat.t
5588 ____________________________________________________________________________
5589 [  2990] By: gsar                                  on 1999/02/20  00:30:48
5590         Log: From: jan.dubois@ibm.net (Jan Dubois)
5591              Date: Thu, 18 Feb 1999 19:14:07 +0100
5592              Message-ID: <36d15809.40853323@smtp1.ibm.net>
5593              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
5594      Branch: perl
5595            ! win32/win32.c
5596 ____________________________________________________________________________
5597 [  2989] By: gsar                                  on 1999/02/20  00:27:01
5598         Log: do poll() emulation unless HAS_POLL && I_POLL
5599      Branch: perl
5600            ! ext/IO/poll.h
5601 ____________________________________________________________________________
5602 [  2988] By: gsar                                  on 1999/02/19  23:52:12
5603         Log: tweak RE for NaNQ? recognition
5604      Branch: perl
5605            ! t/lib/bigfloatpm.t
5606 ____________________________________________________________________________
5607 [  2987] By: gsar                                  on 1999/02/19  23:29:59
5608         Log: mention C<use utf8> and C<use warning> in perldelta
5609      Branch: perl
5610            ! pod/perldelta.pod
5611 ____________________________________________________________________________
5612 [  2985] By: jhi                                   on 1999/02/19  20:43:19
5613         Log: pack/unpack better in (network-)short-non-16-bits and
5614              (network-)long-non-32-bits systems such as Cray C90.
5615      Branch: cfgperl
5616            ! perl.h pp.c t/op/pack.t
5617 ____________________________________________________________________________
5618 [  2984] By: jhi                                   on 1999/02/19  20:38:54
5619         Log: Regen Configure.
5620      Branch: cfgperl
5621            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5622            ! perl.c
5623 ____________________________________________________________________________
5624 [  2982] By: jhi                                   on 1999/02/19  19:51:49
5625         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
5626              not probed for and         
5627              
5628              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5629              To: Chaim Frenkel <chaimf@pobox.com>,
5630              Russ Allbery <rra@stanford.edu>,
5631              Jarkko Hietaniemi <jhi@iki.fi>,
5632              Gurusamy Sarathy <gsar@activestate.com>,
5633              Graham Barr <gbarr@pobox.com>
5634              Cc: bdensch@ameritech.net, perlbug@perl.com
5635              Subject: [PATCH] Re: Solaris 7 for Intel
5636              Message-ID: <19990219124404.A30182@O2.chapin.edu>
5637              
5638              Glossary is still missing some terms because
5639              mkglossary is misbehaving (change #2981 updated
5640              Glossary manually)
5641      Branch: cfgperl
5642            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
5643            ! Porting/config_H
5644 ____________________________________________________________________________
5645 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
5646         Log: Make result of h2xs work when user adds C<use strict>
5647      Branch: maint-5.005/perl
5648            ! utils/h2xs.PL
5649 ____________________________________________________________________________
5650 [  2979] By: gsar                                  on 1999/02/19  05:24:29
5651         Log: doc for change#2978
5652      Branch: perl
5653            ! pod/perlsub.pod
5654 ____________________________________________________________________________
5655 [  2978] By: gsar                                  on 1999/02/19  05:08:29
5656         Log: bring '*' prototype closer to how it behaves internally
5657      Branch: perl
5658            + t/lib/fatal.t
5659            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
5660 ____________________________________________________________________________
5661 [  2977] By: gsar                                  on 1999/02/19  02:50:31
5662         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
5663      Branch: perl
5664            ! perly.h
5665 ____________________________________________________________________________
5666 [  2975] By: gsar                                  on 1999/02/18  21:41:57
5667         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
5668              of lexical searches in BEGIN|INIT|END)
5669      Branch: perl
5670            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
5671            ! vms/perly_c.vms
5672 ____________________________________________________________________________
5673 [  2974] By: gsar                                  on 1999/02/18  21:03:06
5674         Log: missing PERL_POLLUTE_MALLOC
5675      Branch: perl
5676            ! ext/SDBM_File/sdbm/sdbm.h
5677 ____________________________________________________________________________
5678 [  2973] By: gsar                                  on 1999/02/18  17:10:49
5679         Log: From:    Andy Dougherty <doughera@lafayette.edu>
5680              Date:    Wed, 17 Feb 1999 17:22:50 EST
5681              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
5682              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
5683      Branch: perl
5684            ! lib/dotsh.pl
5685 ____________________________________________________________________________
5686 [  2972] By: gsar                                  on 1999/02/18  17:04:12
5687         Log: s/#defined/#define/
5688      Branch: perl
5689            ! ext/Data/Dumper/Dumper.xs
5690 ____________________________________________________________________________
5691 [  2970] By: gsar                                  on 1999/02/18  03:26:43
5692         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
5693      Branch: perl
5694            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5695            ! ext/GDBM_File/typemap
5696 ____________________________________________________________________________
5697 [  2969] By: gsar                                  on 1999/02/17  23:30:47
5698         Log: correct slurp mode doc
5699      Branch: perl
5700            ! pod/perlfunc.pod pod/perlop.pod
5701 ____________________________________________________________________________
5702 [  2968] By: jhi                                   on 1999/02/17  23:15:49
5703         Log: Ultrix hints update.
5704              
5705              From: Spider Boardman <spider@zk3.dec.com>
5706              To: perlbug@perl.com
5707              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
5708              Date: Tue, 16 Feb 1999 23:04:28 -0500
5709              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
5710      Branch: cfgperl
5711            ! hints/ultrix_4.sh
5712 ____________________________________________________________________________
5713 [  2966] By: jhi                                   on 1999/02/17  23:09:21
5714         Log: Change #2965 wiped out some Sarathy's _55 changes.
5715              Now unwiped.
5716      Branch: cfgperl
5717            ! Configure pp.c t/op/pack.t
5718 ____________________________________________________________________________
5719 [  2965] By: jhi                                   on 1999/02/17  23:00:04
5720         Log: Configure tweaks.
5721              
5722              Fix the Unixware/SCO uname scan:
5723              
5724              From: Tom Hughes <thh@cyberscience.com>
5725              To: perlbug@perl.com
5726              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
5727              Date: 17 Feb 1999 15:34:15 +0000    
5728              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
5729              
5730              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
5731              
5732              From: Joe Buehler <jhpb@hekimian.com>
5733              To: perl5-porters@perl.org
5734              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
5735              Date: 12 Feb 1999 11:25:21 -0500
5736              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
5737              
5738              Make the pthreads joinable constant scan to output to fd 4, not 2.
5739      Branch: cfgperl
5740            ! Configure
5741 ____________________________________________________________________________
5742 [  2964] By: gsar                                  on 1999/02/17  21:30:07
5743         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
5744              Date: Wed, 17 Feb 1999 06:53:13 -0700
5745              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
5746              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
5747      Branch: perl
5748            ! lib/Pod/Functions.pm
5749 ____________________________________________________________________________
5750 [  2963] By: gsar                                  on 1999/02/17  21:18:21
5751         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
5752              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5753              Date: Wed, 17 Feb 1999 10:06:01 +0000
5754              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
5755              Subject: Re: [5.005_53] panic: pad_free curpad 
5756      Branch: perl
5757            ! regcomp.c regexec.c t/op/misc.t
5758 ____________________________________________________________________________
5759 [  2962] By: gsar                                  on 1999/02/16  21:26:28
5760         Log: NaNQ? tweak
5761      Branch: perl
5762            ! t/lib/bigfloatpm.t
5763 ____________________________________________________________________________
5764 [  2961] By: jhi                                   on 1999/02/16  19:26:38
5765         Log: Integrate from mainperl.
5766      Branch: cfgperl
5767           !> (integrate 37 files)
5768 ____________________________________________________________________________
5769 [  2960] By: gsar                                  on 1999/02/16  18:04:29
5770         Log: undo change#2465 (qw[] is a real list now)
5771      Branch: perl
5772            ! pod/perlop.pod
5773 ____________________________________________________________________________
5774 [  2959] By: gsar                                  on 1999/02/16  07:09:33
5775         Log: this was 5.005_55
5776      Branch: perl
5777            ! Changes
5778
5779 ----------------
5780 Version 5.005_55
5781 ----------------
5782
5783 ____________________________________________________________________________
5784 [  2958] By: gsar                                  on 1999/02/16  06:18:27
5785         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
5786              elide dups and non-dependents from Changes
5787      Branch: perl
5788            ! Changes pod/perlhist.pod
5789           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
5790           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
5791           !> pod/perlport.pod pp.c t/op/pack.t
5792 ____________________________________________________________________________
5793 [  2957] By: gsar                                  on 1999/02/16  04:09:47
5794         Log: propagate PERL_VERSION everywhere, add to pod
5795      Branch: perl
5796            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
5797            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
5798            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
5799            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
5800            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
5801            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
5802            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
5803            ! win32/config.gc win32/config.vc win32/config_sh.PL
5804            ! win32/win32.c x2p/a2py.c
5805 ____________________________________________________________________________
5806 [  2955] By: jhi                                   on 1999/02/15  16:15:03
5807         Log: The pack tests now better in C90 (after the packnative patches).
5808      Branch: cfgperl
5809            ! t/op/pack.t
5810 ____________________________________________________________________________
5811 [  2954] By: gsar                                  on 1999/02/15  14:11:50
5812         Log: tweak Configure to follow new PERL_VERSION etc.
5813      Branch: perl
5814            ! Configure patchlevel.h pod/perlhist.pod
5815 ____________________________________________________________________________
5816 [  2953] By: jhi                                   on 1999/02/15  14:02:21
5817         Log: Integrate from mainperl.
5818      Branch: cfgperl
5819           !> MANIFEST Porting/makerel
5820 ____________________________________________________________________________
5821 [  2952] By: jhi                                   on 1999/02/15  13:50:07
5822         Log: Enhance the packnative patch: use the packnative code
5823              only if required.  Also added hefty testing (hopefully
5824              I didn't assume too much...).  Tested on alpha, ix86, sparc.
5825      Branch: cfgperl
5826            ! pod/perlfunc.pod pp.c t/op/pack.t
5827 ____________________________________________________________________________
5828 [  2951] By: jhi                                   on 1999/02/15  13:46:56
5829         Log: AVAILABILITY from 5.005_03-tobe, will of course
5830              require updating when 5.006 comes out.
5831      Branch: cfgperl
5832            ! pod/perl.pod
5833 ____________________________________________________________________________
5834 [  2949] By: gsar                                  on 1999/02/15  13:28:51
5835         Log: will this be it for 5.005_55?
5836      Branch: perl
5837            ! MANIFEST Porting/makerel
5838 ____________________________________________________________________________
5839 [  2948] By: jhi                                   on 1999/02/15  13:23:52
5840         Log: Integrate from mainperl.
5841      Branch: cfgperl
5842           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
5843           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5844           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5845           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
5846           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
5847           !> win32/config.gc win32/config.vc win32/config_H.bc
5848           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5849 ____________________________________________________________________________
5850 [  2947] By: jhi                                   on 1999/02/15  13:20:41
5851         Log: perlport.pod 1.39 from Chris.
5852      Branch: cfgperl
5853            ! pod/perlport.pod
5854 ____________________________________________________________________________
5855 [  2946] By: jhi                                   on 1999/02/15  13:09:58
5856         Log: Import Ultrix update, change #2864, 
5857              
5858              From: Spider Boardman <spider@zk3.dec.com>
5859              To: perlbug@perl.com
5860              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
5861              Date: Wed, 10 Feb 1999 23:33:31 -0500
5862              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
5863      Branch: cfgperl
5864            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
5865 ____________________________________________________________________________
5866 [  2945] By: jhi                                   on 1999/02/15  13:04:50
5867         Log: OpenBSD sparc SHMLBA.
5868      Branch: cfgperl
5869            ! ext/IPC/SysV/SysV.xs
5870 ____________________________________________________________________________
5871 [  2944] By: gsar                                  on 1999/02/15  12:09:52
5872         Log: update win32/config* stuff, Changes
5873      Branch: perl
5874            ! Changes win32/Makefile win32/config.bc win32/config.gc
5875            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5876            ! win32/config_H.vc win32/makefile.mk
5877 ____________________________________________________________________________
5878 [  2943] By: gsar                                  on 1999/02/15  11:54:08
5879         Log: #include patchlevel.h by default, provide
5880              PERL_{REVISION,VERSION,SUBVERSION}
5881      Branch: perl
5882            ! patchlevel.h perl.h
5883 ____________________________________________________________________________
5884 [  2942] By: gsar                                  on 1999/02/15  10:26:59
5885         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
5886              misc fixes
5887      Branch: perl
5888            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
5889 ____________________________________________________________________________
5890 [  2941] By: gsar                                  on 1999/02/15  10:24:37
5891         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
5892              Message-ID: <19990207002851.B9185@toldyouso.com>
5893              Message-ID: <19990207212152.A9765@toldyouso.com>
5894              Message-ID: <19990207212041.A9622@toldyouso.com>
5895              Message-ID: <19990207213127.A10244@toldyouso.com>
5896              Message-ID: <19990207212559.A9950@toldyouso.com>
5897              Message-ID: <19990207212842.A9994@toldyouso.com>
5898              Message-ID: <19990207212500.A9860@toldyouso.com>
5899              Message-ID: <19990207213013.A10105@toldyouso.com>
5900      Branch: perl
5901            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5902            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5903            ! pod/perlmodlib.pod pod/perltoc.pod
5904 ____________________________________________________________________________
5905 [  2940] By: gsar                                  on 1999/02/15  10:07:08
5906         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
5907              of suggested patch)
5908              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
5909              Date: Mon, 08 Feb 1999 01:14:41 -0000
5910              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
5911              Subject: [PATCH 5.005_54] some pending C.pm stuff 
5912      Branch: perl
5913            ! ext/B/B/C.pm
5914 ____________________________________________________________________________
5915 [  2939] By: jhi                                   on 1999/02/15  08:40:18
5916         Log: Integrate from mainperl.
5917      Branch: cfgperl
5918           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
5919            - lib/File/PathConvert.pm
5920           !> (integrate 81 files)
5921 ____________________________________________________________________________
5922 [  2938] By: gsar                                  on 1999/02/15  06:56:39
5923         Log: change#2839 was bogus, redo
5924      Branch: perl
5925           !> t/lib/h2ph.pht
5926 ____________________________________________________________________________
5927 [  2937] By: gsar                                  on 1999/02/15  06:38:15
5928         Log: support Win32::GetFullPathName() and Win32::SetLastError()
5929              From: jan.dubois@ibm.net (Jan Dubois)
5930              Date: Tue, 09 Feb 1999 22:27:31 +0100
5931              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
5932              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
5933      Branch: perl
5934            ! win32/win32.c
5935 ____________________________________________________________________________
5936 [  2936] By: gsar                                  on 1999/02/15  06:26:39
5937         Log: support native integers, pack("L_",...) etc. (via private mail)
5938              From: Jarkko Hietaniemi <jhi@iki.fi>
5939              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
5940              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
5941              Subject: the "packnative" patch
5942      Branch: perl
5943            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
5944            ! t/lib/ipc_sysv.t t/op/pack.t
5945 ____________________________________________________________________________
5946 [  2935] By: gsar                                  on 1999/02/15  06:04:02
5947         Log: From: Michael G Schwern <schwern@pobox.com>
5948              Date: Tue, 9 Feb 1999 04:13:12 -0500
5949              Message-ID: <19990209041312.A15788@toldyouso.com>
5950              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
5951      Branch: perl
5952            ! utils/h2xs.PL
5953 ____________________________________________________________________________
5954 [  2934] By: gsar                                  on 1999/02/15  05:30:13
5955         Log: fix bugs in the handling of negative numbers, among other things
5956              From: Steven Knight <knight@theopera.baldmt.citilink.com>
5957              Date: Mon, 8 Feb 1999 01:16:24 -0600
5958              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
5959              Subject: Math::BigFloat and Math::BigInt
5960      Branch: perl
5961            + t/lib/bigfloat.t t/lib/bigfloatpm.t
5962            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
5963            ! t/lib/bigintpm.t
5964 ____________________________________________________________________________
5965 [  2933] By: gsar                                  on 1999/02/15  04:57:52
5966         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
5967              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
5968              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
5969              Subject: s2p incorrectly handles hold space commands
5970      Branch: perl
5971            ! x2p/s2p.PL
5972 ____________________________________________________________________________
5973 [  2932] By: gsar                                  on 1999/02/15  04:45:55
5974         Log: clarify what a "line" is
5975      Branch: perl
5976            ! pod/perlfunc.pod pod/perlvar.pod
5977 ____________________________________________________________________________
5978 [  2931] By: gsar                                  on 1999/02/15  04:23:29
5979         Log: backout change#2811 and add newer version based on File::Spec
5980              From: Barrie Slaymaker <rbs@telerama.com>
5981              Date: Thu, 11 Feb 1999 16:29:24 -0500
5982              Message-ID: <36C34BB4.A62090E0@telerama.com>
5983              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
5984      Branch: perl
5985            - lib/File/PathConvert.pm
5986            ! MANIFEST installhtml lib/Pod/Html.pm
5987 ____________________________________________________________________________
5988 [  2930] By: gsar                                  on 1999/02/15  04:16:25
5989         Log: From: Barrie Slaymaker <rbs@telerama.com>
5990              Date: Thu, 11 Feb 1999 19:39:48 -0500
5991              Message-ID: <36C37854.707D139@telerama.com>
5992              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
5993      Branch: perl
5994            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
5995 ____________________________________________________________________________
5996 [  2929] By: gsar                                  on 1999/02/15  04:06:50
5997         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
5998              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
5999              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
6000              Subject: [PATCH]5.005_54 (DOC) fix many typos
6001              --
6002              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
6003              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
6004              Subject: [PATCH]5.005_54 (DOC) typos
6005      Branch: perl
6006            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
6007            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
6008            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6009            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6010            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
6011            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
6012            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
6013            ! pod/perlvar.pod pod/perlxs.pod
6014 ____________________________________________________________________________
6015 [  2928] By: gsar                                  on 1999/02/15  03:39:53
6016         Log: allow the Carp routines to pass through exception objects
6017      Branch: perl
6018            ! lib/Carp.pm
6019 ____________________________________________________________________________
6020 [  2927] By: gsar                                  on 1999/02/15  03:22:57
6021         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
6022      Branch: perl
6023            ! pod/perlfaq8.pod
6024 ____________________________________________________________________________
6025 [  2926] By: gsar                                  on 1999/02/15  03:19:39
6026         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
6027              have done that, but didn't)
6028      Branch: perl
6029           !> utils/h2ph.PL
6030 ____________________________________________________________________________
6031 [  2925] By: gsar                                  on 1999/02/15  03:17:01
6032         Log: integrate cfgperl changes into mainline
6033      Branch: perl
6034            ! Changes
6035           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6036           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
6037           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
6038           !> vms/subconfigure.com
6039 ____________________________________________________________________________
6040 [  2924] By: gsar                                  on 1999/02/15  03:07:08
6041         Log: add const qualifier to most char* prototypes, handle ripple effect
6042      Branch: perl
6043            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
6044            ! universal.c util.c
6045 ____________________________________________________________________________
6046 [  2923] By: gsar                                  on 1999/02/15  01:04:30
6047         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6048              Date: Thu, 04 Feb 1999 02:37:31 +0000
6049              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
6050              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
6051      Branch: perl
6052            ! pp_ctl.c t/op/range.t
6053 ____________________________________________________________________________
6054 [  2922] By: gsar                                  on 1999/02/15  00:24:34
6055         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6056              Date: Sun, 31 Jan 1999 01:50:06 +0000
6057              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
6058              Subject: [PATCH 5.005_03t4] regexp flags bug
6059      Branch: perl
6060            ! regcomp.c t/op/re_tests
6061 ____________________________________________________________________________
6062 [  2921] By: gsar                                  on 1999/02/15  00:13:02
6063         Log: use New() et al., rather than safemalloc() et al.
6064              From: jan.dubois@ibm.net (Jan Dubois)
6065              Date: Fri, 29 Jan 1999 23:27:22 +0100
6066              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
6067              Subject: [PATCH _03-MT5] POSIX.xs memory API
6068      Branch: perl
6069            ! ext/POSIX/POSIX.xs
6070 ____________________________________________________________________________
6071 [  2920] By: gsar                                  on 1999/02/15  00:05:33
6072         Log: tweak READ() docs to mention $buffer must be altered by reference
6073      Branch: perl
6074            ! pod/perltie.pod
6075 ____________________________________________________________________________
6076 [  2919] By: gsar                                  on 1999/02/14  23:50:39
6077         Log: applied suggested patch, with several language/readability tweaks
6078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6079              Date: Fri, 29 Jan 1999 00:25:02 -0500
6080              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
6081              Subject: Re: [PATCH 5.005_*] Better parsing docs
6082      Branch: perl
6083            ! pod/perlop.pod
6084 ____________________________________________________________________________
6085 [  2918] By: gsar                                  on 1999/02/14  23:20:42
6086         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
6087              of silently returning bogus values)
6088              From: Peter Chines <pchines@nhgri.nih.gov>
6089              Date: Wed, 27 Jan 1999 16:11:31 -0500
6090              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
6091              Subject: Time::Local
6092      Branch: perl
6093            ! lib/Time/Local.pm pod/perldelta.pod
6094 ____________________________________________________________________________
6095 [  2917] By: gsar                                  on 1999/02/14  11:21:43
6096         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6097              Date: Thu, 28 Jan 1999 10:02:20 -0500
6098              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
6099              Subject: Re: [PATCH 5.005_53] Better perldoc
6100      Branch: perl
6101            ! utils/perldoc.PL
6102 ____________________________________________________________________________
6103 [  2916] By: gsar                                  on 1999/02/14  10:59:38
6104         Log: back out change#2751, apply updated version 
6105              From: jan.dubois@ibm.net (Jan Dubois)
6106              Date: Sat, 06 Feb 1999 01:06:29 +0100
6107              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
6108              Subject: [PATCH] Cleanup of File::Spec module
6109      Branch: perl
6110            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6111            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6112            ! lib/File/Spec/Win32.pm
6113 ____________________________________________________________________________
6114 [  2915] By: gsar                                  on 1999/02/14  10:48:01
6115         Log: tweak select() test
6116      Branch: perl
6117            ! pod/perlipc.pod t/op/fh.t
6118 ____________________________________________________________________________
6119 [  2914] By: gsar                                  on 1999/02/14  10:25:55
6120         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
6121      Branch: perl
6122            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
6123 ____________________________________________________________________________
6124 [  2913] By: gsar                                  on 1999/02/14  10:03:51
6125         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
6126              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
6127              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
6128              Subject: Re: SvOPV() or SvPV_nolen() or ...
6129      Branch: perl
6130            ! pod/perlguts.pod
6131 ____________________________________________________________________________
6132 [  2912] By: gsar                                  on 1999/02/14  09:57:29
6133         Log: provide SvPV_nolen(sv) to avoid use of PL_na
6134              From: jan.dubois@ibm.net (Jan Dubois)
6135              Date: Sun, 24 Jan 1999 02:45:32 +0100
6136              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
6137              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
6138      Branch: perl
6139            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
6140            ! sv.h
6141 ____________________________________________________________________________
6142 [  2911] By: gsar                                  on 1999/02/14  06:51:05
6143         Log: elide stray effluvium
6144      Branch: perl
6145            ! pod/perldelta.pod
6146 ____________________________________________________________________________
6147 [  2910] By: gsar                                  on 1999/02/14  05:51:56
6148         Log: slurping an empty file should return '' rather than undef, with
6149              commensurate effects on ARGV processing
6150      Branch: perl
6151            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
6152            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
6153 ____________________________________________________________________________
6154 [  2909] By: gsar                                  on 1999/02/14  00:02:11
6155         Log: perly_c.diff typo
6156      Branch: perl
6157            ! perly.c perly_c.diff vms/perly_c.vms
6158 ____________________________________________________________________________
6159 [  2908] By: gsar                                  on 1999/02/13  18:20:13
6160         Log: From: jan.dubois@ibm.net (Jan Dubois)
6161              Date: Sat, 13 Feb 1999 13:25:53 +0100
6162              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
6163              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
6164      Branch: perl
6165            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
6166 ____________________________________________________________________________
6167 [  2907] By: jhi                                   on 1999/02/13  15:07:26
6168         Log: Integrate from mainperl.
6169      Branch: cfgperl
6170           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
6171           !> (integrate 150 files)
6172 ____________________________________________________________________________
6173 [  2903] By: gsar                                  on 1999/02/12  13:25:59
6174         Log: From: jan.dubois@ibm.net (Jan Dubois)
6175              Date: Sun, 24 Jan 1999 01:12:00 +0100
6176              Message-ID: <36b66479.62756298@smtp1.ibm.net>
6177              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
6178      Branch: perl
6179            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
6180            ! proto.h sv.c sv.h
6181 ____________________________________________________________________________
6182 [  2902] By: gsar                                  on 1999/02/12  12:55:11
6183         Log: script to generate ctags from etags
6184              From: Colin Kuskie <ckuskie@cadence.com>
6185              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
6186              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
6187              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
6188      Branch: perl
6189            + emacs/e2ctags.pl
6190            ! Makefile.SH pod/perlfaq3.pod
6191 ____________________________________________________________________________
6192 [  2901] By: gsar                                  on 1999/02/12  12:40:17
6193         Log: allow boolean assign ops to be lvalues
6194              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6195              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
6196              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
6197              --
6198              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6199              Date: Mon, 18 Jan 1999 10:04:00 +0000
6200              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
6201              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
6202      Branch: perl
6203            + t/op/lop.t
6204            ! MANIFEST op.c
6205 ____________________________________________________________________________
6206 [  2899] By: jhi                                   on 1999/02/12  12:03:48
6207         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
6208      Branch: cfgperl
6209            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6210            ! config_h.SH hints/openbsd.sh
6211 ____________________________________________________________________________
6212 [  2898] By: gsar                                  on 1999/02/12  11:49:25
6213         Log: support win32_putenv()
6214      Branch: perl
6215            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
6216            ! win32/win32.c win32/win32iop.h
6217 ____________________________________________________________________________
6218 [  2894] By: gsar                                  on 1999/02/12  11:09:27
6219         Log: add missing hunk in change#2657
6220      Branch: perl
6221            ! ext/B/B/CC.pm
6222 ____________________________________________________________________________
6223 [  2893] By: gsar                                  on 1999/02/12  11:00:13
6224         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6225              Date: Tue, 19 Jan 1999 20:13:15 -0500
6226              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
6227              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
6228      Branch: perl
6229            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
6230            ! t/pragma/subs.t t/pragma/warning.t
6231 ____________________________________________________________________________
6232 [  2892] By: gsar                                  on 1999/02/12  10:44:38
6233         Log: update change#2670 to later version
6234              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6235              Date: Sun, 31 Jan 1999 16:16:14 +0000
6236              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
6237              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
6238      Branch: perl
6239            ! t/op/subst.t toke.c
6240 ____________________________________________________________________________
6241 [  2891] By: gsar                                  on 1999/02/12  10:31:17
6242         Log: make testsuite somewhat location independent
6243      Branch: perl
6244            ! (edit 117 files)
6245 ____________________________________________________________________________
6246 [  2890] By: gsar                                  on 1999/02/12  10:00:30
6247         Log: add $AutoLoader::VERSION
6248      Branch: perl
6249            ! lib/AutoLoader.pm
6250 ____________________________________________________________________________
6251 [  2889] By: gsar                                  on 1999/02/12  09:55:48
6252         Log: tweak PERL_STRICT_CR notes
6253      Branch: perl
6254            ! pod/perl5005delta.pod
6255 ____________________________________________________________________________
6256 [  2888] By: gsar                                  on 1999/02/12  09:41:45
6257         Log: add note about test-notty target
6258      Branch: perl
6259            ! README.win32
6260 ____________________________________________________________________________
6261 [  2887] By: gsar                                  on 1999/02/12  09:37:37
6262         Log: add perltodo.pod
6263      Branch: perl
6264            + pod/perltodo.pod
6265            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
6266            ! win32/pod.mak
6267 ____________________________________________________________________________
6268 [  2886] By: jhi                                   on 1999/02/12  08:52:14
6269         Log: Integrate from mainperl.
6270      Branch: cfgperl
6271           +> t/op/fh.t
6272           !> (integrate 30 files)
6273 ____________________________________________________________________________
6274 [  2885] By: gsar                                  on 1999/02/12  08:42:10
6275         Log: note how to find REG_INFTY limit
6276      Branch: perl
6277            ! pod/perlre.pod
6278 ____________________________________________________________________________
6279 [  2884] By: jhi                                   on 1999/02/12  08:36:14
6280         Log: OpenBSD pthreads awareness, thanks to
6281              David Leonard <david.leonard@csee.uq.edu.au>
6282      Branch: maint-5.005/perl
6283            ! Configure hints/openbsd.sh
6284 ____________________________________________________________________________
6285 [  2882] By: gsar                                  on 1999/02/12  08:05:20
6286         Log: IO is maintained by p5p (per Graham Barr's wishes)
6287      Branch: perl
6288            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
6289            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
6290            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6291            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6292 ____________________________________________________________________________
6293 [  2881] By: gsar                                  on 1999/02/12  07:57:13
6294         Log: fh.t typo
6295      Branch: perl
6296            ! t/op/fh.t
6297 ____________________________________________________________________________
6298 [  2880] By: gsar                                  on 1999/02/12  07:38:16
6299         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
6300      Branch: perl
6301            ! perl.c pod/perlrun.pod
6302 ____________________________________________________________________________
6303 [  2879] By: gsar                                  on 1999/02/12  05:39:29
6304         Log: fix ops that are not filehandle constructors to not create GV if it
6305              doesn't already exist (avoids leaks); extend semantics of defined()
6306              so that defined(*{$foo}) works (experimental)
6307      Branch: perl
6308            + t/op/fh.t
6309            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
6310            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
6311 ____________________________________________________________________________
6312 [  2877] By: jhi                                   on 1999/02/11  20:44:00
6313         Log: From: Chris Nandor <pudge@pobox.com>
6314              To: perl5-porters@perl.org
6315              Subject: [PATCH] perlport.pod 1.39
6316              Date: Thu, 11 Feb 1999 12:28:35 -0500
6317              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
6318      Branch: cfgperl
6319            ! pod/perlport.pod
6320 ____________________________________________________________________________
6321 [  2870] By: gsar                                  on 1999/02/11  11:17:08
6322         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
6323      Branch: perl
6324            ! ext/IO/lib/IO/Pipe.pm
6325 ____________________________________________________________________________
6326 [  2869] By: gsar                                  on 1999/02/11  11:00:56
6327         Log: update win32/pod.mak
6328      Branch: perl
6329            ! win32/pod.mak
6330 ____________________________________________________________________________
6331 [  2868] By: gsar                                  on 1999/02/11  10:42:44
6332         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
6333              Date: Fri, 08 Jan 1999 14:36:53 +1100
6334              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
6335              Subject: Re: [Fwd: IO::Socket::connect and blocking]
6336      Branch: perl
6337            ! ext/IO/lib/IO/Socket.pm
6338 ____________________________________________________________________________
6339 [  2867] By: gsar                                  on 1999/02/11  09:43:03
6340         Log: av_extend() doc tweak from Jan Dubois
6341      Branch: perl
6342            ! pod/perlguts.pod
6343 ____________________________________________________________________________
6344 [  2866] By: gsar                                  on 1999/02/11  09:27:17
6345         Log: display full pathname of unreadable files
6346      Branch: perl
6347            ! utils/perldoc.PL
6348 ____________________________________________________________________________
6349 [  2865] By: gsar                                  on 1999/02/11  09:02:31
6350         Log: missing patch in change#2522
6351      Branch: perl
6352            ! lib/Pod/Text.pm
6353 ____________________________________________________________________________
6354 [  2864] By: jhi                                   on 1999/02/11  08:45:00
6355         Log: From: Spider Boardman <spider@zk3.dec.com>
6356              To: perlbug@perl.com
6357              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
6358              Date: Wed, 10 Feb 1999 23:33:31 -0500
6359              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
6360      Branch: maint-5.005/perl
6361            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
6362 ____________________________________________________________________________
6363 [  2862] By: gsar                                  on 1999/02/11  08:14:34
6364         Log: integrate changes#2738,2740 from maint-5.005
6365      Branch: perl
6366           !> lib/ExtUtils/MakeMaker.pm
6367 ____________________________________________________________________________
6368 [  2861] By: jhi                                   on 1999/02/11  08:04:25
6369         Log: Integrate from mainperl.
6370      Branch: cfgperl
6371           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
6372           !> t/op/range.t win32/config.gc
6373 ____________________________________________________________________________
6374 [  2860] By: gsar                                  on 1999/02/11  07:30:08
6375         Log: binmode() support for cygwin32 (suggested by Steven Morlock
6376              <newspost@morlock.net>)
6377      Branch: perl
6378            ! perl.h
6379 ____________________________________________________________________________
6380 [  2859] By: gsar                                  on 1999/02/11  07:14:21
6381         Log: update Changes
6382      Branch: perl
6383            ! Changes
6384           !> pod/perl5005delta.pod
6385 ____________________________________________________________________________
6386 [  2856] By: gsar                                  on 1999/02/11  07:07:39
6387         Log: integrate perldelta changes from maint-5.005
6388      Branch: perl
6389           !> pod/perl5005delta.pod
6390 ____________________________________________________________________________
6391 [  2855] By: gsar                                  on 1999/02/11  06:31:50
6392         Log: applied suggested patch; added tests
6393              From: Adam Krolnik <adamk@gypsy.cyrix.com>
6394              Date: Sat, 12 Dec 98 15:30:18 -0600
6395              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
6396              Subject: Range operation doesn't handle IV_MAX
6397      Branch: perl
6398            ! pp_ctl.c t/op/range.t
6399 ____________________________________________________________________________
6400 [  2854] By: gsar                                  on 1999/02/11  05:00:55
6401         Log: compatibility fix: magic non-propagation in foreach implicit localization
6402      Branch: perl
6403            ! pp_ctl.c t/op/local.t win32/config.gc
6404 ____________________________________________________________________________
6405 [  2852] By: gsar                                  on 1999/02/10  23:17:49
6406         Log: fair warning about -Dusethreads
6407      Branch: maint-5.005/perl
6408            ! Configure INSTALL README.threads
6409 ____________________________________________________________________________
6410 [  2847] By: jhi                                   on 1999/02/09  19:13:28
6411         Log: Integrate from mainperl.
6412      Branch: cfgperl
6413           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
6414           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
6415 ____________________________________________________________________________
6416 [  2846] By: gsar                                  on 1999/02/09  13:53:28
6417         Log: a modified version of suggested patch for pack template 'Z'; added docs
6418              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
6419              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
6420              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
6421              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
6422      Branch: perl
6423            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
6424 ____________________________________________________________________________
6425 [  2845] By: gsar                                  on 1999/02/09  00:03:26
6426         Log: clarify docs for change#2835
6427      Branch: perl
6428            ! pod/perldelta.pod pod/perlop.pod
6429 ____________________________________________________________________________
6430 [  2844] By: gsar                                  on 1999/02/08  23:40:57
6431         Log: addendum to change#2823
6432              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6433              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
6434              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
6435              Subject: [PATCH] Docs and tests for method-call syntax
6436      Branch: perl
6437            ! pod/perlobj.pod t/op/method.t
6438 ____________________________________________________________________________
6439 [  2843] By: jhi                                   on 1999/02/08  21:06:28
6440         Log: Ultrix mmap tidbit.
6441      Branch: cfgperl
6442            ! hints/ultrix_4.sh
6443 ____________________________________________________________________________
6444 [  2842] By: jhi                                   on 1999/02/08  20:22:55
6445         Log: Integrate from mainperl.
6446      Branch: cfgperl
6447           +> t/op/subst_wamp.t
6448           !> (integrate 35 files)
6449 ____________________________________________________________________________
6450 [  2841] By: jhi                                   on 1999/02/08  18:23:26
6451         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6452              To: Mailing list Perl5 <perl5-porters@perl.org>
6453              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
6454              Date: Sun, 7 Feb 1999 17:25:22 -0500
6455              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
6456      Branch: cfgperl
6457            + t/op/subst_amp.t
6458            ! MANIFEST regcomp.c t/op/subst.t
6459 ____________________________________________________________________________
6460 [  2840] By: jhi                                   on 1999/02/08  18:16:54
6461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6462              To: Mailing list Perl5 <perl5-porters@perl.org>
6463              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
6464              Date: Sun, 7 Feb 1999 17:00:10 -0500
6465              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
6466      Branch: cfgperl
6467            ! pp_hot.c t/op/pat.t
6468 ____________________________________________________________________________
6469 [  2839] By: jhi                                   on 1999/02/08  17:25:30
6470         Log: A require was missing.
6471      Branch: cfgperl
6472            ! t/lib/h2ph.pht
6473 ____________________________________________________________________________
6474 [  2838] By: jhi                                   on 1999/02/08  16:38:41
6475         Log: Bring in the change #2809 (the Configure part has been
6476              modified rather a lot since the #2809, though.)
6477      Branch: cfgperl
6478            ! Configure utils/h2ph.PL
6479 ____________________________________________________________________________
6480 [  2835] By: gsar                                  on 1999/02/08  14:40:23
6481         Log: make qw() into a true list at compile time (slightly modified
6482              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
6483      Branch: perl
6484            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
6485 ____________________________________________________________________________
6486 [  2834] By: gsar                                  on 1999/02/08  13:23:16
6487         Log: make safesysmalloc() etc., always available; safemalloc() et al are
6488              now macros that point to the right malloc; fix various places in
6489              sources that need to always use safesysmalloc() et al
6490      Branch: perl
6491            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
6492            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
6493 ____________________________________________________________________________
6494 [  2833] By: gsar                                  on 1999/02/08  10:56:16
6495         Log: remove spurious #endif in last change
6496      Branch: perl
6497            ! perl.h
6498 ____________________________________________________________________________
6499 [  2832] By: gsar                                  on 1999/02/08  10:34:55
6500         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
6501              them ask for insanity (untested)
6502      Branch: perl
6503            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
6504            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
6505            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
6506 ____________________________________________________________________________
6507 [  2831] By: jhi                                   on 1999/02/08  08:33:33
6508         Log: Update vms/subconfigure.com along the lines of change #2829.
6509      Branch: cfgperl
6510            ! vms/subconfigure.com
6511 ____________________________________________________________________________
6512 [  2830] By: gsar                                  on 1999/02/08  00:19:46
6513         Log: integrate cfgperl changes into mainline
6514      Branch: perl
6515           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
6516           +> lib/File/PathConvert.pm pod/perlthrtut.pod
6517            ! Changes
6518           !> (integrate 93 files)
6519 ____________________________________________________________________________
6520 [  2829] By: jhi                                   on 1999/02/07  23:49:46
6521         Log: Configure update.
6522              
6523              Probe for mmap() et alia.
6524              The *cc*symbols patch (just Configure, no h2ph).
6525      Branch: cfgperl
6526            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6527            ! config_h.SH perl.h
6528 ____________________________________________________________________________
6529 [  2828] By: gsar                                  on 1999/02/07  23:38:47
6530         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6531              Date: Sun, 7 Feb 1999 17:25:22 -0500
6532              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
6533              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
6534      Branch: perl
6535            + t/op/subst_amp.t t/op/subst_wamp.t
6536            ! MANIFEST regcomp.c t/op/subst.t
6537 ____________________________________________________________________________
6538 [  2827] By: gsar                                  on 1999/02/07  23:27:32
6539         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6540              Date: Sun, 7 Feb 1999 17:00:10 -0500
6541              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
6542              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
6543      Branch: perl
6544            ! pp_hot.c t/op/pat.t
6545 ____________________________________________________________________________
6546 [  2826] By: gsar                                  on 1999/02/07  23:26:04
6547         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
6548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6549              Date: Sun, 7 Feb 1999 15:07:27 -0500
6550              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
6551              Subject: Re: fixing memory leaks in REx compilation
6552      Branch: perl
6553            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
6554            ! regexec.c
6555 ____________________________________________________________________________
6556 [  2825] By: jhi                                   on 1999/02/07  18:05:13
6557         Log: Integrate from mainperl.
6558      Branch: cfgperl
6559           +> lib/DB.pm t/comp/bproto.t
6560           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
6561           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
6562           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
6563           !> toke.c vms/perly_c.vms
6564 ____________________________________________________________________________
6565 [  2824] By: gsar                                  on 1999/02/07  14:21:48
6566         Log: tweak doc on bitwise ops
6567      Branch: perl
6568            ! pod/perlop.pod
6569 ____________________________________________________________________________
6570 [  2823] By: gsar                                  on 1999/02/07  13:38:31
6571         Log: applied suggested patch; regen perly* and vms/perly*
6572              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6573              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
6574              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
6575              Subject: [PATCH] Re: Suggestion for perlobj man page
6576      Branch: perl
6577            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
6578 ____________________________________________________________________________
6579 [  2822] By: gsar                                  on 1999/02/07  12:39:09
6580         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
6581              disabled, fails tests)
6582      Branch: perl
6583            ! regcomp.h
6584 ____________________________________________________________________________
6585 [  2821] By: gsar                                  on 1999/02/07  11:09:39
6586         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
6587              <Alexander.Barilo@aexp.com>)
6588      Branch: perl
6589            ! lib/Pod/Html.pm
6590 ____________________________________________________________________________
6591 [  2820] By: gsar                                  on 1999/02/07  10:20:35
6592         Log: add draft debugging API implementation
6593      Branch: perl
6594            + lib/DB.pm
6595            ! MANIFEST
6596 ____________________________________________________________________________
6597 [  2819] By: gsar                                  on 1999/02/07  09:58:45
6598         Log: avoid garbage in db->dirbuf
6599              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
6600              Date: Sat, 05 Dec 1998 14:14:54 +0900
6601              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
6602              Subject: SDBM bug
6603      Branch: perl
6604            ! ext/SDBM_File/sdbm/sdbm.c
6605 ____________________________________________________________________________
6606 [  2818] By: gsar                                  on 1999/02/07  09:32:24
6607         Log: missing entry
6608      Branch: perl
6609            ! MANIFEST
6610 ____________________________________________________________________________
6611 [  2817] By: gsar                                  on 1999/02/07  09:30:47
6612         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
6613      Branch: perl
6614            + t/comp/bproto.t
6615            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
6616 ____________________________________________________________________________
6617 [  2816] By: gsar                                  on 1999/02/06  00:14:29
6618         Log: minor bug in dumping blessed subrefs
6619      Branch: perl
6620            ! ext/Data/Dumper/Dumper.pm
6621 ____________________________________________________________________________
6622 [  2812] By: jhi                                   on 1999/02/03  22:02:24
6623         Log: Enhance change #2808.
6624              
6625              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6626              To: perl5-porters@perl.org
6627              Subject: Re: [PATCH 5.00*]: perlbug checklist
6628              Date: Wed, 3 Feb 1999 19:02:27 +0000
6629              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
6630      Branch: cfgperl
6631            ! utils/perlbug.PL
6632 ____________________________________________________________________________
6633 [  2811] By: jhi                                   on 1999/02/03  21:53:23
6634         Log: From: Barrie Slaymaker <rbs@telerama.com>
6635              To: perl5-porters@perl.org
6636              CC: pod-people@perl.org
6637              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
6638              Date: Wed, 03 Feb 1999 10:34:18 -0500
6639              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
6640              
6641              Add File::PathConvert.pm.
6642              Fix Pod::Html and installhtml to understand relative urls.
6643      Branch: cfgperl
6644            + lib/File/PathConvert.pm
6645            ! MANIFEST installhtml lib/Pod/Html.pm
6646 ____________________________________________________________________________
6647 [  2810] By: jhi                                   on 1999/02/03  20:25:10
6648         Log: From: Francois Desarmenien <desar@club-internet.fr>
6649              To: Mailing list Perl5 <perl5-porters@perl.org>
6650              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
6651              Date: Wed, 03 Feb 1999 13:13:24 +0000
6652              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
6653              
6654              (note: this patch completely overrides Tom Wolfe's patch,
6655              change #2604)
6656      Branch: cfgperl
6657            + ext/GDBM_File/hints/sco.pl
6658            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
6659 ____________________________________________________________________________
6660 [  2809] By: jhi                                   on 1999/02/03  19:54:16
6661         Log: h2ph fixes + Configure patch to support them.
6662              
6663              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6664              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
6665              Gurusamy Sarathy <gsar@engin.umich.edu>
6666              Cc: perl5-porters@perl.org
6667              Subject: [PATCH 5.00503_MT5] h2ph.PL
6668              Date: Tue, 2 Feb 1999 19:48:06 -0500
6669              Message-ID: <19990202194806.E10647@O2.chapin.edu>
6670      Branch: maint-5.005/perl
6671            ! Configure utils/h2ph.PL
6672 ____________________________________________________________________________
6673 [  2808] By: jhi                                   on 1999/02/03  16:59:55
6674         Log: Enhance the perlbug checklist.
6675      Branch: cfgperl
6676            ! utils/perlbug.PL
6677 ____________________________________________________________________________
6678 [  2807] By: jhi                                   on 1999/02/03  14:01:37
6679         Log: Document the standard strftime %formats.
6680              
6681              From: Dominic Dunlop <domo@vo.lu>
6682              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
6683              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
6684              Date: Tue, 2 Feb 1999 15:55:29 +0100
6685              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
6686      Branch: cfgperl
6687            ! ext/POSIX/POSIX.pod
6688 ____________________________________________________________________________
6689 [  2806] By: jhi                                   on 1999/02/03  13:58:00
6690         Log: Integrate from mainperl.
6691      Branch: cfgperl
6692           !> perl.h
6693 ____________________________________________________________________________
6694 [  2805] By: gsar                                  on 1999/02/03  03:32:31
6695         Log: PL_uuemap[] init needs help for sizeof()
6696      Branch: perl
6697            ! perl.h
6698 ____________________________________________________________________________
6699 [  2804] By: jhi                                   on 1999/02/02  20:44:30
6700         Log: These should've been already in #2803.
6701      Branch: cfgperl
6702            ! Configure config_h.SH vms/subconfigure.com
6703 ____________________________________________________________________________
6704 [  2803] By: jhi                                   on 1999/02/02  20:38:45
6705         Log: telldir prototype issue, from mists of time...
6706      Branch: cfgperl
6707            ! hints/netbsd.sh pp_sys.c
6708 ____________________________________________________________________________
6709 [  2801] By: jhi                                   on 1999/02/02  17:40:14
6710         Log: From: John Bley <jbb6@acpub.duke.edu>
6711              To: perlbug@perl.org
6712              Subject: [PATCH]5.005_54 (DOC) fix minor typos
6713              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
6714              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
6715      Branch: cfgperl
6716            ! pod/perlre.pod
6717 ____________________________________________________________________________
6718 [  2800] By: jhi                                   on 1999/02/02  17:26:49
6719         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
6720      Branch: cfgperl
6721            ! Todo-5.005
6722 ____________________________________________________________________________
6723 [  2799] By: jhi                                   on 1999/02/02  17:18:51
6724         Log: Update FindBin from maint-5.005.
6725      Branch: cfgperl
6726            ! lib/FindBin.pm
6727 ____________________________________________________________________________
6728 [  2798] By: jhi                                   on 1999/02/02  17:16:07
6729         Log: Fix typecasts in #2797
6730              
6731              From: "G. Del Merritt" <del@intranetics.com>
6732              Date: Fri, 29 Jan 1999 11:47:25 -0700
6733              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
6734              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
6735      Branch: cfgperl
6736            ! ext/POSIX/POSIX.xs
6737 ____________________________________________________________________________
6738 [  2797] By: jhi                                   on 1999/02/02  17:14:37
6739         Log: From: Ted Law <tedlaw@cibcwg.com>
6740              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
6741              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
6742              Subject: POSIX::strftime buffer overflow problem
6743      Branch: cfgperl
6744            ! ext/POSIX/POSIX.xs
6745 ____________________________________________________________________________
6746 [  2796] By: jhi                                   on 1999/02/02  17:13:23
6747         Log: Do not use File::Slurp.
6748      Branch: cfgperl
6749            ! t/lib/textfill.t
6750 ____________________________________________________________________________
6751 [  2795] By: jhi                                   on 1999/02/02  17:11:48
6752         Log: perlhist update from maint-5.005.
6753      Branch: cfgperl
6754            ! pod/perlhist.pod
6755 ____________________________________________________________________________
6756 [  2794] By: jhi                                   on 1999/02/02  17:10:33
6757         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
6758      Branch: cfgperl
6759            ! ext/POSIX/POSIX.pm
6760 ____________________________________________________________________________
6761 [  2793] By: jhi                                   on 1999/02/02  17:08:39
6762         Log: Missed the html test from change #2787. 
6763      Branch: cfgperl
6764            ! t/lib/cgi-html.t
6765 ____________________________________________________________________________
6766 [  2792] By: jhi                                   on 1999/02/02  17:01:24
6767         Log: Update Getopt::Long to 2.19.
6768      Branch: cfgperl
6769            ! lib/Getopt/Long.pm
6770 ____________________________________________________________________________
6771 [  2791] By: jhi                                   on 1999/02/02  16:59:13
6772         Log: overload syntax is no longer experimental
6773      Branch: cfgperl
6774            ! lib/overload.pm
6775 ____________________________________________________________________________
6776 [  2789] By: jhi                                   on 1999/02/02  16:47:50
6777         Log: Still doc fixes.
6778      Branch: cfgperl
6779            ! lib/diagnostics.pm
6780 ____________________________________________________________________________
6781 [  2788] By: jhi                                   on 1999/02/02  16:47:07
6782         Log: Doc fixes.
6783      Branch: cfgperl
6784            ! lib/CGI.pm lib/diagnostics.pm
6785 ____________________________________________________________________________
6786 [  2787] By: jhi                                   on 1999/02/02  16:38:55
6787         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
6788              where applicable).
6789      Branch: cfgperl
6790            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
6791            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6792            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6793            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
6794            ! eg/cgi/frameset.cgi eg/cgi/index.html
6795            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6796            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6797            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6798            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
6799            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
6800            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
6801 ____________________________________________________________________________
6802 [  2786] By: jhi                                   on 1999/02/02  16:17:52
6803         Log: Update CPAN to 1.47.
6804      Branch: cfgperl
6805            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6806 ____________________________________________________________________________
6807 [  2785] By: jhi                                   on 1999/02/02  16:09:03
6808         Log: From: Mark-Jason Dominus <mjd@plover.com>
6809              Date: Sat, 16 Jan 1999 17:22:06 -0500
6810              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
6811              Message-ID: <19990116222206.3674.qmail@plover.com>
6812      Branch: cfgperl
6813            ! pod/perlsub.pod
6814 ____________________________________________________________________________
6815 [  2784] By: jhi                                   on 1999/02/02  16:01:31
6816         Log: Fix incorrect "used only once" warnings
6817              
6818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6819              Date: Fri, 8 Jan 1999 04:37:10 -0500
6820              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
6821              Subject: Re: change#965 flakiness
6822      Branch: cfgperl
6823            ! gv.c
6824 ____________________________________________________________________________
6825 [  2783] By: jhi                                   on 1999/02/02  15:50:38
6826         Log: perldelta updates.
6827      Branch: cfgperl
6828            ! pod/perldelta.pod
6829 ____________________________________________________________________________
6830 [  2782] By: jhi                                   on 1999/02/02  14:28:26
6831         Log: Mirror change #2781.
6832      Branch: cfgperl
6833            ! hints/linux.sh
6834 ____________________________________________________________________________
6835 [  2781] By: jhi                                   on 1999/02/02  14:27:01
6836         Log: Update the MkLinux note.
6837      Branch: maint-5.005/perl
6838            ! hints/linux.sh
6839 ____________________________________________________________________________
6840 [  2780] By: jhi                                   on 1999/02/02  14:10:59
6841         Log: Update todo.
6842      Branch: cfgperl
6843            ! Todo-5.005
6844 ____________________________________________________________________________
6845 [  2779] By: jhi                                   on 1999/02/02  14:00:25
6846         Log: Integrate from mainperl.
6847      Branch: cfgperl
6848            ! t/lib/textfill.t t/lib/textwrap.t
6849           !> (integrate 32 files)
6850 ____________________________________________________________________________
6851 [  2778] By: jhi                                   on 1999/02/02  13:56:23
6852         Log: VMS update, applicable parts of
6853              
6854              From: Dan Sugalski <sugalskd@osshe.edu>
6855              To: perl5-porters@perl.org
6856              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6857              Date: Wed, 20 Jan 1999 12:05:18 -0800
6858              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6859              
6860              From: Dan Sugalski <sugalskd@osshe.edu>
6861              To: perlbug@perl.com, vmsperl@perl.org
6862              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
6863              Date: Tue, 26 Jan 1999 14:40:38 -0800
6864              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
6865              
6866              From: Dan Sugalski <sugalskd@osshe.edu>
6867              To: perl5-porters@perl.org, vmsperl@perl.org
6868              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
6869              Date: Tue, 26 Jan 1999 14:55:29 -0800
6870              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
6871      Branch: cfgperl
6872            ! vms/ext/Stdio/test.pl vms/subconfigure.com
6873 ____________________________________________________________________________
6874 [  2777] By: jhi                                   on 1999/02/02  13:43:24
6875         Log: Synch usethreads parts from maint-5.005.
6876      Branch: cfgperl
6877            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
6878            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
6879            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6880            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
6881 ____________________________________________________________________________
6882 [  2776] By: jhi                                   on 1999/02/02  13:17:16
6883         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
6884      Branch: cfgperl
6885            ! Makefile.SH hints/freebsd.sh
6886 ____________________________________________________________________________
6887 [  2774] By: jhi                                   on 1999/02/02  13:10:39
6888         Log: Add perlthrtut, update pod/* machinery.
6889              (a pod/Makefile.SH is sorely needed)
6890      Branch: cfgperl
6891            + pod/perlthrtut.pod
6892            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
6893 ____________________________________________________________________________
6894 [  2773] By: jhi                                   on 1999/02/02  12:54:24
6895         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6896              To: perl5-porters@perl.org
6897              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
6898              Date: Tue, 26 Jan 1999 22:25:07 +0000
6899              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
6900      Branch: cfgperl
6901            ! pod/perlguts.pod
6902 ____________________________________________________________________________
6903 [  2771] By: jhi                                   on 1999/02/02  12:47:34
6904         Log: Use perlbug instead of personal email address.
6905      Branch: cfgperl
6906            ! Configure
6907 ____________________________________________________________________________
6908 [  2770] By: jhi                                   on 1999/02/02  12:42:06
6909         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6910              
6911              From: "G. Del Merritt" <del@intranetics.com>
6912              To: perlbug@perl.com
6913              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6914              Date: Tue, 26 Jan 1999 12:09:09 -0700
6915              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6916      Branch: cfgperl
6917            ! iperlsys.h
6918 ____________________________________________________________________________
6919 [  2769] By: jhi                                   on 1999/02/02  12:37:57
6920         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6921              To: Mailing list Perl5 <perl5-porters@perl.org>
6922              Subject: [PATCH 5.005_*] OS/2 threads
6923              Date: Tue, 26 Jan 1999 13:39:46 -0500
6924              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
6925      Branch: cfgperl
6926            ! os2/os2ish.h
6927 ____________________________________________________________________________
6928 [  2768] By: jhi                                   on 1999/02/02  12:36:16
6929         Log: Apply change #2711 from maint-5.005:
6930              
6931              make ok", "make okfile", and "make nok" were broken
6932              with -Duseshrplib, because of a shared typo.
6933              
6934              From: Spider Boardman <spider@web.zk3.dec.com>
6935              To: perlbug@perl.com
6936              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6937              Date: Wed, 27 Jan 1999 12:27:15 -0500
6938              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6939      Branch: cfgperl
6940            ! Makefile.SH
6941 ____________________________________________________________________________
6942 [  2766] By: jhi                                   on 1999/02/02  12:27:08
6943         Log: Make Configure use "int main()" instead of bare "main()".
6944              Like maint-5.005 change #2703 but now via metaconfig.
6945      Branch: cfgperl
6946            ! Configure
6947 ____________________________________________________________________________
6948 [  2765] By: jhi                                   on 1999/02/02  11:59:30
6949         Log: Undo part of change #2562.
6950      Branch: cfgperl
6951            ! Configure
6952 ____________________________________________________________________________
6953 [  2764] By: jhi                                   on 1999/02/02  11:52:39
6954         Log: NetBSD synch with maint-5.005.
6955      Branch: cfgperl
6956            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6957 ____________________________________________________________________________
6958 [  2763] By: jhi                                   on 1999/02/02  11:44:07
6959         Log: $Config{installusrbinperl}
6960              (maint-5.005 changes #2614 and #2709)
6961      Branch: cfgperl
6962            ! Configure installperl
6963 ____________________________________________________________________________
6964 [  2762] By: jhi                                   on 1999/02/02  11:29:13
6965         Log: Errno update from maint-5.005 (changes #2583, #2710).
6966      Branch: cfgperl
6967            ! Configure ext/Errno/Errno_pm.PL
6968 ____________________________________________________________________________
6969 [  2759] By: jhi                                   on 1999/02/02  10:53:20
6970         Log: Update Trig.pm from maint-5.005.
6971      Branch: cfgperl
6972            ! lib/Math/Trig.pm
6973 ____________________________________________________________________________
6974 [  2757] By: jhi                                   on 1999/02/02  10:41:26
6975         Log: MPE/iX update (mirror maint-5.005 change #2715)
6976      Branch: cfgperl
6977            ! hints/mpeix.sh mpeix/relink
6978 ____________________________________________________________________________
6979 [  2756] By: jhi                                   on 1999/02/02  10:38:08
6980         Log: BeOS update (Mirror maint-5.005 change #2727).
6981      Branch: cfgperl
6982            + ext/DynaLoader/dl_beos.xs
6983            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6984            ! lib/ExtUtils/MM_Unix.pm
6985 ____________________________________________________________________________
6986 [  2754] By: gsar                                  on 1999/02/02  08:52:13
6987         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
6988      Branch: perl
6989            ! Porting/pumpkin.pod Todo Todo-5.005
6990 ____________________________________________________________________________
6991 [  2753] By: gsar                                  on 1999/02/02  08:46:21
6992         Log: Todo tweaks
6993      Branch: perl
6994            ! Todo Todo-5.005
6995 ____________________________________________________________________________
6996 [  2752] By: jhi                                   on 1999/02/01  22:15:12
6997         Log: Add perlthrtut.pod.
6998              
6999              From: Dan Sugalski <sugalskd@osshe.edu>
7000              To: perl5-porters@perl.org
7001              Subject: perlthrtut.pod
7002              Date: Mon, 01 Feb 1999 10:57:11 -0800
7003              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
7004      Branch: maint-5.005/perl
7005            + pod/perlthrtut.pod
7006            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
7007            ! pod/roffitall
7008 ____________________________________________________________________________
7009 [  2751] By: gsar                                  on 1999/02/01  07:28:05
7010         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
7011      Branch: perl
7012            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7013            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7014 ____________________________________________________________________________
7015 [  2750] By: gsar                                  on 1999/02/01  07:09:20
7016         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7017              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
7018              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
7019              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
7020      Branch: perl
7021            ! regexec.c
7022 ____________________________________________________________________________
7023 [  2749] By: gsar                                  on 1999/02/01  07:07:59
7024         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7025              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
7026              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
7027              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
7028      Branch: perl
7029            ! regexec.c
7030 ____________________________________________________________________________
7031 [  2748] By: gsar                                  on 1999/02/01  06:47:06
7032         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
7033              Date: Thu, 3 Dec 1998 15:10:17 -0500
7034              Message-Id: <199812032010.PAA09692@jik.shore.net>
7035              Subject: sample checksum code in "perlfunc" man page is wrong
7036      Branch: perl
7037            ! pod/perlfunc.pod
7038 ____________________________________________________________________________
7039 [  2747] By: gsar                                  on 1999/02/01  06:35:13
7040         Log: typos in Pod/Text.pm
7041              From: "Greg Chapman" <glc@well.com>
7042              Date: Tue, 1 Dec 1998 10:50:18 -0800
7043              Message-Id: <199812011849.KAA08816@smtp.well.com>
7044              Subject: Glitch in Pod::Text
7045      Branch: perl
7046            ! lib/Pod/Text.pm
7047 ____________________________________________________________________________
7048 [  2746] By: gsar                                  on 1999/02/01  06:27:35
7049         Log: various win32-ish changes merged from maint-5.005
7050      Branch: perl
7051            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
7052            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
7053            ! win32/Makefile win32/config.bc win32/config.vc
7054            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
7055            ! win32/win32.c
7056 ____________________________________________________________________________
7057 [  2745] By: gsar                                  on 1999/02/01  04:51:54
7058         Log: integrate cfgperl changes into mainline
7059      Branch: perl
7060           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
7061 ____________________________________________________________________________
7062 [  2744] By: gsar                                  on 1999/02/01  04:31:09
7063         Log: improved diagnostic on syntax errors at EOL
7064      Branch: perl
7065            ! toke.c
7066 ____________________________________________________________________________
7067 [  2743] By: gsar                                  on 1999/02/01  03:59:13
7068         Log: don't attempt connect() to bogus IP addresses
7069              From:    Graham Barr <gbarr@pobox.com>
7070              Date:    Sun, 31 Jan 1999 21:50:45 CST
7071              Message-Id: <19990131215045.A633@pobox.com>
7072      Branch: perl
7073            ! t/lib/io_multihomed.t
7074 ____________________________________________________________________________
7075 [  2742] By: gsar                                  on 1999/02/01  03:08:58
7076         Log: update Changes
7077      Branch: perl
7078            ! Changes pod/perldelta.pod
7079 ____________________________________________________________________________
7080 [  2740] By: gsar                                  on 1999/02/01  02:43:07
7081         Log: CAPI inheritance tweak and doc
7082      Branch: maint-5.005/perl
7083            ! lib/ExtUtils/MakeMaker.pm
7084 ____________________________________________________________________________
7085 [  2739] By: jhi                                   on 1999/01/31  18:31:54
7086         Log: Undo changes #2730 and #2731 and replace them
7087              with an extensively tested patch from
7088              Anton Berezin <tobez@plab.ku.dk> (via private email).
7089      Branch: maint-5.005/perl
7090            ! Makefile.SH hints/freebsd.sh
7091 ____________________________________________________________________________
7092 [  2738] By: gsar                                  on 1999/01/31  05:04:32
7093         Log: fix bogus CAPI inheritance from change#2541
7094      Branch: maint-5.005/perl
7095            ! lib/ExtUtils/MakeMaker.pm
7096 ____________________________________________________________________________
7097 [  2731] By: jhi                                   on 1999/01/29  14:33:12
7098         Log: FreeBSD version numbers can be like "2.2.8-release".
7099      Branch: maint-5.005/perl
7100            ! hints/freebsd.sh
7101 ____________________________________________________________________________
7102 [  2730] By: jhi                                   on 1999/01/29  12:40:38
7103         Log: FreeBSD hints iteration (hopefully convergent).
7104              usethreads: require at least FreeBSD 2.2.8.
7105              signal type: mirror change #2429 in cfgperl.
7106      Branch: maint-5.005/perl
7107            ! hints/freebsd.sh
7108 ____________________________________________________________________________
7109 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
7110         Log: From: Tom Spindler <dogcow@isi.net>
7111              Date: Thu, 28 Jan 1999 17:15:11 -0800
7112              Message-ID: <19990128171510.A11778@isi.net>
7113              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
7114      Branch: maint-5.005/perl
7115            + ext/DynaLoader/dl_beos.xs
7116            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
7117            ! lib/ExtUtils/MM_Unix.pm
7118 ____________________________________________________________________________
7119 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
7120         Log: Remove use of File::Slurp in t/lib/textfill.t
7121      Branch: maint-5.005/perl
7122            ! t/lib/textfill.t
7123 ____________________________________________________________________________
7124 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
7125         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
7126              Date: Wed, 27 Jan 1999 23:14:33 -0800
7127              Message-Id: <199901280714.XAA10176@activestate.com>
7128              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
7129      Branch: maint-5.005/perl
7130            ! win32/Makefile win32/makefile.mk
7131 ____________________________________________________________________________
7132 [  2720] By: gsar                                  on 1999/01/27  21:54:42
7133         Log: missing space while munging CCFLAGS for PERL_CAPI
7134      Branch: perl
7135            ! lib/ExtUtils/MM_Unix.pm
7136 ____________________________________________________________________________
7137 [  2718] By: jhi                                   on 1999/01/27  19:46:04
7138         Log: io/fs.t fails test #18 (sense of tests appears to have been
7139              changed incompletely; this patch just skips the test attached,
7140              a la test #17 preceding it).
7141              
7142              From: "G. Del Merritt" <del@intranetics.com>
7143              To: perlbug@perl.com
7144              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7145              Date: Tue, 26 Jan 1999 12:09:09 -0700
7146              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7147      Branch: maint-5.005/perl
7148            ! t/io/fs.t
7149 ____________________________________________________________________________
7150 [  2717] By: jhi                                   on 1999/01/27  19:44:46
7151         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
7152              
7153              From: "G. Del Merritt" <del@intranetics.com>
7154              To: perlbug@perl.com
7155              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
7156              Date: Tue, 26 Jan 1999 12:09:09 -0700
7157              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
7158      Branch: maint-5.005/perl
7159            ! iperlsys.h
7160 ____________________________________________________________________________
7161 [  2715] By: jhi                                   on 1999/01/27  19:34:28
7162         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7163              To: perl5-porters@perl.org
7164              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
7165              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
7166              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
7167      Branch: maint-5.005/perl
7168            ! hints/mpeix.sh mpeix/relink
7169 ____________________________________________________________________________
7170 [  2710] By: jhi                                   on 1999/01/27  19:22:23
7171         Log: Errno fixes:
7172              
7173              From: Spider Boardman <spider@web.zk3.dec.com>
7174              To: perlbug@perl.com
7175              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7176              Date: Wed, 27 Jan 1999 12:27:15 -0500
7177              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
7178              
7179              From: Spider Boardman <spider@web.zk3.dec.com>
7180              To: perlbug@perl.com
7181              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7182              Date: Wed, 27 Jan 1999 13:31:16 -0500
7183              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
7184      Branch: maint-5.005/perl
7185            ! Configure ext/Errno/Errno_pm.PL
7186 ____________________________________________________________________________
7187 [  2709] By: jhi                                   on 1999/01/27  19:17:35
7188         Log: Fix Configure installusrbinperl:
7189              
7190              From: Spider Boardman <spider@web.zk3.dec.com>
7191              To: jhi@iki.fi
7192              cc: perl5-porters@perl.org
7193              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
7194              Date: Wed, 27 Jan 1999 13:03:35 -0500
7195              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
7196      Branch: maint-5.005/perl
7197            ! Configure
7198 ____________________________________________________________________________
7199 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
7200         Log: Add redef IO::Handle::* for setv?buf()
7201      Branch: maint-5.005/perl
7202            ! ext/POSIX/POSIX.pm
7203 ____________________________________________________________________________
7204 [  2705] By: jhi                                   on 1999/01/24  15:14:30
7205         Log: Mention year-1900 and month 0..11.
7206      Branch: cfgperl
7207            ! lib/Time/Local.pm
7208 ____________________________________________________________________________
7209 [  2704] By: jhi                                   on 1999/01/24  15:13:36
7210         Log: Document Configure -Uinstallusrbinperl.
7211      Branch: cfgperl
7212            ! INSTALL pod/perldelta.pod
7213 ____________________________________________________________________________
7214 [  2698] By: jhi                                   on 1999/01/24  12:46:00
7215         Log: Use only xlc_r for usethreads.
7216      Branch: cfgperl
7217            ! hints/aix.sh
7218 ____________________________________________________________________________
7219 [  2695] By: gsar                                  on 1999/01/24  07:09:05
7220         Log: integrate cfgperl changes into mainline
7221      Branch: perl
7222           +> lib/Exporter/Heavy.pm
7223           !> (integrate 65 files)
7224 ____________________________________________________________________________
7225 [  2694] By: gsar                                  on 1999/01/24  01:28:49
7226         Log: better notes on 'make' on win32
7227      Branch: perl
7228            ! README.win32
7229 ____________________________________________________________________________
7230 [  2683] By: jhi                                   on 1999/01/22  15:41:00
7231         Log: More de-cut-and-pastos.
7232      Branch: cfgperl
7233            ! hints/irix_6.sh hints/os2.sh
7234 ____________________________________________________________________________
7235 [  2682] By: jhi                                   on 1999/01/22  15:30:51
7236         Log: usethreads.cbu cut-and-pasto.
7237      Branch: cfgperl
7238            ! hints/solaris_2.sh
7239 ____________________________________________________________________________
7240 [  2681] By: jhi                                   on 1999/01/22  14:54:55
7241         Log: Better (I hope) LANGUAGE documentation.
7242      Branch: cfgperl
7243            ! pod/perllocale.pod
7244 ____________________________________________________________________________
7245 [  2680] By: jhi                                   on 1999/01/22  09:20:29
7246         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7247              To: perl5-porters@perl.org
7248              Subject: [PATCH 5.005_03MT3]VMS configure tweak
7249              Date: Wed, 20 Jan 1999 12:05:18 -0800
7250              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
7251      Branch: cfgperl
7252            ! vms/subconfigure.com
7253 ____________________________________________________________________________
7254 [  2679] By: jhi                                   on 1999/01/22  09:13:18
7255         Log: nosuid getmntent() branch.
7256      Branch: cfgperl
7257            ! perl.c perl.h
7258 ____________________________________________________________________________
7259 [  2678] By: jhi                                   on 1999/01/22  08:54:19
7260         Log: nosuid patch continued: *BSD needs <sys/param.h>.
7261      Branch: cfgperl
7262            ! Configure config_h.SH
7263 ____________________________________________________________________________
7264 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
7265         Log: Fixup FindBin to use File::Spec
7266              
7267              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
7268              Date: Wed, 20 Jan 1999 18:51:57 +0000
7269              From: Paul Johnson <pjcj@transeda.com>
7270              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
7271      Branch: maint-5.005/perl
7272            ! lib/FindBin.pm
7273 ____________________________________________________________________________
7274 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
7275         Log: Fix win32 for Borland compiler and spaces in paths
7276              
7277              From: Gurusamy Sarathy <gsar@activestate.com>
7278              Date: Mon, 18 Jan 1999 20:33:17 -0800
7279              Message-Id: <199901190433.UAA03656@activestate.com>
7280              Subject: [PATCH] 5.005_03-trial3 win32 issues
7281      Branch: maint-5.005/perl
7282            ! README.win32 win32/Makefile win32/config_sh.PL
7283            ! win32/makefile.mk win32/runperl.c
7284 ____________________________________________________________________________
7285 [  2670] By: jhi                                   on 1999/01/21  16:12:38
7286         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7287              To: perl5-porters@perl.org
7288              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
7289              Date: Thu, 21 Jan 1999 12:08:01 +0000
7290              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
7291      Branch: cfgperl
7292            ! pod/perldiag.pod t/op/subst.t toke.c
7293 ____________________________________________________________________________
7294 [  2669] By: jhi                                   on 1999/01/21  16:11:46
7295         Log: To: perl5-porters@perl.org
7296              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
7297              From: Anton Berezin <tobez@plab.ku.dk>
7298              Date: 21 Jan 1999 17:07:28 +0100
7299              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
7300      Branch: cfgperl
7301            ! hints/freebsd.sh
7302 ____________________________________________________________________________
7303 [  2668] By: jhi                                   on 1999/01/21  15:38:34
7304         Log: Add Daniel Grisinger <dgris@dimensional.com>.
7305      Branch: cfgperl
7306            ! AUTHORS MAINTAIN
7307 ____________________________________________________________________________
7308 [  2667] By: jhi                                   on 1999/01/21  15:32:28
7309         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7310              To: Mailing list Perl5 <perl5-porters@perl.org>
7311              Subject: [PATCH 5.005_53] Lean Exporter.pm
7312              Date: Thu, 21 Jan 1999 03:25:23 -0500
7313              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
7314      Branch: cfgperl
7315            + lib/Exporter/Heavy.pm
7316            ! MANIFEST lib/Exporter.pm
7317 ____________________________________________________________________________
7318 [  2666] By: jhi                                   on 1999/01/21  15:24:10
7319         Log: From: "W. Phillip Moore" <wpm@ms.com>
7320              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
7321              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
7322              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
7323              Message-ID: <13988.46383.298992.97303@zappa>
7324      Branch: cfgperl
7325            ! lib/File/Path.pm
7326 ____________________________________________________________________________
7327 [  2665] By: jhi                                   on 1999/01/21  15:20:48
7328         Log: CPAN update (CPAN-1.44_54) from Andreas and
7329              jumbo doc patch from Abigail.
7330              
7331              From: abigail@fnx.com
7332              To: perl5-porters@perl.org (Perl Porters)
7333              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
7334              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
7335              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
7336              
7337              From: abigail@fnx.com
7338              To: perl5-porters@perl.org (Perl Porters)
7339              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
7340              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
7341              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
7342              
7343              From: abigail@fnx.com
7344              To: perl5-porters@perl.org (Perl Porters)
7345              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
7346              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
7347              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
7348              
7349              From: abigail@fnx.com
7350              To: perl5-porters@perl.org (Perl Porters)
7351              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
7352              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
7353              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
7354              
7355              From: abigail@fnx.com
7356              To: perl5-porters@perl.org (Perl Porters)
7357              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
7358              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
7359              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
7360              
7361              From: abigail@fnx.com
7362              To: perl5-porters@perl.org (Perl Porters)
7363              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
7364              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
7365              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
7366              
7367              From: abigail@fnx.com
7368              To: perl5-porters@perl.org (Perl Porters)
7369              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
7370              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
7371              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
7372              
7373              From: abigail@fnx.com
7374              To: perl5-porters@perl.org (Perl Porters)
7375              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
7376              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
7377              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
7378              
7379              From: abigail@fnx.com
7380              To: perl5-porters@perl.org (Perl Porters)
7381              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
7382              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
7383              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
7384              
7385              From: abigail@fnx.com
7386              To: perl5-porters@perl.org (Perl Porters)
7387              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
7388              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
7389              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
7390              
7391              From: abigail@fnx.com
7392              To: perl5-porters@perl.org (Perl Porters)
7393              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
7394              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
7395              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
7396              
7397              From: abigail@fnx.com
7398              To: perl5-porters@perl.org (Perl Porters)
7399              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
7400              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
7401              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
7402              
7403              From: abigail@fnx.com
7404              To: perl5-porters@perl.org (Perl Porters)
7405              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
7406              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
7407              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
7408      Branch: cfgperl
7409            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
7410            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
7411            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
7412            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
7413 ____________________________________________________________________________
7414 [  2664] By: jhi                                   on 1999/01/21  14:47:43
7415         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7416              To: Mailing list Perl5 <perl5-porters@perl.org>
7417              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
7418              Date: Thu, 21 Jan 1999 03:58:29 -0500
7419              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
7420      Branch: cfgperl
7421            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
7422 ____________________________________________________________________________
7423 [  2663] By: jhi                                   on 1999/01/21  14:43:58
7424         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7425              To: Mailing list Perl5 <perl5-porters@perl.org>
7426              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
7427              Date: Thu, 21 Jan 1999 02:46:34 -0500
7428              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
7429      Branch: cfgperl
7430            ! ext/Errno/Errno_pm.PL
7431 ____________________________________________________________________________
7432 [  2662] By: jhi                                   on 1999/01/21  14:42:42
7433         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
7434              To: Francois Desarmenien <desar@club-internet.fr>
7435              Cc: Gurusamy Sarathy <gsar@activestate.com>,
7436              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
7437              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
7438              Date: 21 Jan 1999 00:17:35 -0700
7439              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
7440      Branch: cfgperl
7441            ! Porting/patching.pod
7442 ____________________________________________________________________________
7443 [  2661] By: jhi                                   on 1999/01/21  14:41:13
7444         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7445              To: Mailing list Perl5 <perl5-porters@perl.org>
7446              Subject: [PATCH 5.00*] makedepend
7447              Date: Thu, 21 Jan 1999 02:08:27 -0500
7448              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
7449      Branch: cfgperl
7450            ! makedepend.SH
7451 ____________________________________________________________________________
7452 [  2660] By: jhi                                   on 1999/01/21  14:36:45
7453         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7454              To: Mailing list Perl5 <perl5-porters@perl.org>
7455              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
7456              Date: Tue, 19 Jan 1999 20:06:45 -0500
7457              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
7458      Branch: cfgperl
7459            ! os2/Changes os2/os2.c
7460 ____________________________________________________________________________
7461 [  2657] By: jhi                                   on 1999/01/21  11:40:35
7462         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7463              To: perl5-porters@perl.org
7464              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
7465              Date: Mon, 18 Jan 1999 01:32:31 PST
7466              Message-ID: <19990118093231.18443.qmail@hotmail.com>
7467      Branch: cfgperl
7468            ! ext/B/B/CC.pm
7469 ____________________________________________________________________________
7470 [  2656] By: jhi                                   on 1999/01/21  11:35:34
7471         Log: From: Achim Bohnet <ach@mpe.mpg.de>
7472              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
7473              Date: Wed, 20 Jan 1999 20:25:53 +0100
7474              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
7475      Branch: cfgperl
7476            ! pp.c
7477 ____________________________________________________________________________
7478 [  2655] By: jhi                                   on 1999/01/21  10:46:01
7479         Log: Handle NIS (and NetInfo) more robustly.
7480      Branch: cfgperl
7481            ! t/op/grent.t t/op/pwent.t
7482 ____________________________________________________________________________
7483 [  2654] By: jhi                                   on 1999/01/21  10:17:20
7484         Log: Two-argument eaccess() of SCO.
7485      Branch: cfgperl
7486            ! pp_sys.c
7487 ____________________________________________________________________________
7488 [  2653] By: jhi                                   on 1999/01/21  08:53:14
7489         Log: -DNO_NOSUID_CHECK for those platforms which have no way
7490              of checking for nosuid but still want suidperl.
7491      Branch: cfgperl
7492            ! perl.c
7493 ____________________________________________________________________________
7494 [  2652] By: jhi                                   on 1999/01/21  08:22:50
7495         Log: The LANGUAGE mirrors LC_ALL usage.
7496      Branch: cfgperl
7497            ! Configure config_h.SH
7498 ____________________________________________________________________________
7499 [  2651] By: jhi                                   on 1999/01/20  22:01:21
7500         Log: I_MNTENT was missing.
7501      Branch: cfgperl
7502            ! Configure config_h.SH
7503 ____________________________________________________________________________
7504 [  2650] By: jhi                                   on 1999/01/19  13:42:03
7505         Log: NetBSD update, based on patches from the NetBSD packages system.
7506      Branch: cfgperl
7507            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
7508 ____________________________________________________________________________
7509 [  2649] By: jhi                                   on 1999/01/19  12:44:02
7510         Log: Jumbo Configure update.
7511              * -Uinstallusrbinperl: disable /usr/bin/perl installation
7512              by installperl
7513              * usethreads.cbu
7514              * use64bits.cbu
7515              * "nosuid"
7516      Branch: cfgperl
7517            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
7518            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
7519            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
7520            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
7521            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
7522            ! pod/perldiag.pod
7523 ____________________________________________________________________________
7524 [  2648] By: jhi                                   on 1999/01/19  09:16:44
7525         Log: Mention /usr/share/locale.
7526      Branch: cfgperl
7527            ! pod/perllocale.pod
7528 ____________________________________________________________________________
7529 [  2647] By: jhi                                   on 1999/01/19  09:11:11
7530         Log: SHMLBA strikes back in NetBSD/sparc.
7531              
7532              From: Dave Nelson <David.Nelson@bellcow.com>
7533              To: jhi@iki.fi
7534              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
7535              Date: Mon, 18 Jan 1999 22:07:56 -0600
7536              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
7537      Branch: cfgperl
7538            ! ext/IPC/SysV/SysV.xs
7539 ____________________________________________________________________________
7540 [  2646] By: jhi                                   on 1999/01/19  08:58:17
7541         Log: Show LANGUAGE env var when needed. (Augment change #2645).
7542      Branch: cfgperl
7543            ! util.c utils/perlbug.PL
7544 ____________________________________________________________________________
7545 [  2645] By: jhi                                   on 1999/01/19  08:52:15
7546         Log: Document the GNU LANGUAGE env var.
7547      Branch: cfgperl
7548            ! pod/perllocale.pod
7549 ____________________________________________________________________________
7550 [  2644] By: jhi                                   on 1999/01/19  08:42:25
7551         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7552              To: Mailing list Perl5 <perl5-porters@perl.org>
7553              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
7554              Date: Mon, 18 Jan 1999 20:57:02 -0500
7555              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
7556      Branch: cfgperl
7557            ! pp_hot.c t/op/pat.t
7558 ____________________________________________________________________________
7559 [  2643] By: jhi                                   on 1999/01/18  11:23:41
7560         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
7561      Branch: cfgperl
7562            ! Makefile.SH
7563 ____________________________________________________________________________
7564 [  2642] By: jhi                                   on 1999/01/18  11:03:38
7565         Log: GNU libc locale system has LANGUAGE env var that partly
7566              overrides even LC_ALL.
7567      Branch: cfgperl
7568            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
7569 ____________________________________________________________________________
7570 [  2641] By: jhi                                   on 1999/01/18  10:55:04
7571         Log: Integrate from mainperl.
7572      Branch: cfgperl
7573           +> ext/B/defsubs.h.PL
7574            ! t/op/groups.t
7575           !> (integrate 38 files)
7576 ____________________________________________________________________________
7577 [  2640] By: gsar                                  on 1999/01/18  10:06:29
7578         Log: a few random cleanups
7579      Branch: perl
7580            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
7581 ____________________________________________________________________________
7582 [  2639] By: gsar                                  on 1999/01/18  05:56:21
7583         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
7584              Date:    Sun, 17 Jan 1999 16:41:10 PST
7585              Message-Id: <19990118004111.29667.qmail@hotmail.com>
7586              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
7587      Branch: perl
7588            ! ext/B/B/C.pm
7589 ____________________________________________________________________________
7590 [  2638] By: gsar                                  on 1999/01/18  05:41:21
7591         Log: From:    jan.dubois@ibm.net (Jan Dubois)
7592              Date:    Mon, 18 Jan 1999 00:37:41 +0100
7593              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
7594              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
7595      Branch: perl
7596            ! dump.c
7597 ____________________________________________________________________________
7598 [  2633] By: gsar                                  on 1999/01/17  13:39:59
7599         Log: bogus assert()
7600      Branch: perl
7601            ! pp.c t/op/groups.t
7602 ____________________________________________________________________________
7603 [  2632] By: gsar                                  on 1999/01/17  13:22:04
7604         Log: various tweaks for clean build and test on win32
7605      Branch: perl
7606            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
7607            ! op.c t/pragma/warn/doio
7608 ____________________________________________________________________________
7609 [  2631] By: gsar                                  on 1999/01/17  12:28:06
7610         Log: undo change#2336, and add clarification about subversive
7611              CPAN distributions from Andreas Koenig
7612      Branch: perl
7613            ! Porting/pumpkin.pod lib/CPAN.pm
7614 ____________________________________________________________________________
7615 [  2630] By: gsar                                  on 1999/01/17  12:04:06
7616         Log: fix silent taint failures under -U
7617      Branch: perl
7618            ! doio.c
7619 ____________________________________________________________________________
7620 [  2629] By: gsar                                  on 1999/01/17  12:00:23
7621         Log: sanity check piped opens (tweaked version of patch suggested
7622              by Mark-Jason Dominus)
7623      Branch: perl
7624            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
7625            ! t/op/taint.t t/pragma/warn/doio
7626 ____________________________________________________________________________
7627 [  2628] By: gsar                                  on 1999/01/17  11:26:21
7628         Log: regen headers
7629      Branch: perl
7630            ! embed.h embedvar.h objXSUB.h
7631 ____________________________________________________________________________
7632 [  2627] By: gsar                                  on 1999/01/17  11:23:37
7633         Log: PERL_OBJECTness for change#2595
7634      Branch: perl
7635            ! embed.pl op.c pod/perlport.pod proto.h
7636 ____________________________________________________________________________
7637 [  2626] By: gsar                                  on 1999/01/17  09:47:07
7638         Log: PERL_OBJECT tweaks for change#2426
7639      Branch: perl
7640            ! embed.pl proto.h regcomp.c
7641 ____________________________________________________________________________
7642 [  2625] By: gsar                                  on 1999/01/17  09:37:58
7643         Log: documentation in change#2596 is not quite right; fix it
7644      Branch: perl
7645            ! lib/Math/BigFloat.pm pod/perlguts.pod
7646 ____________________________________________________________________________
7647 [  2624] By: gsar                                  on 1999/01/17  09:28:34
7648         Log: undo change#2571; C<use File::Spec> instead
7649      Branch: perl
7650            ! lib/FindBin.pm
7651 ____________________________________________________________________________
7652 [  2623] By: gsar                                  on 1999/01/17  09:20:42
7653         Log: change#2572 is not applicable; undo, retaining scan_bin addition
7654              to global.sym
7655      Branch: perl
7656            ! global.sym perl.c proto.h
7657 ____________________________________________________________________________
7658 [  2622] By: gsar                                  on 1999/01/17  09:17:42
7659         Log: change#2576 is based on a wrong premise; undo it
7660      Branch: perl
7661            ! pp_ctl.c
7662 ____________________________________________________________________________
7663 [  2621] By: gsar                                  on 1999/01/17  09:12:42
7664         Log: fix change#2602 to not used hard coded constants
7665      Branch: perl
7666            ! ext/B/B/C.pm ext/B/defsubs.h.PL
7667 ____________________________________________________________________________
7668 [  2620] By: gsar                                  on 1999/01/17  09:02:07
7669         Log: integrate cfgperl changes into mainline, fix conflicts
7670      Branch: perl
7671           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
7672           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
7673           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
7674           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
7675           +> pod/perlopentut.pod
7676           !> (integrate 162 files)
7677 ____________________________________________________________________________
7678 [  2619] By: gsar                                  on 1999/01/17  08:42:04
7679         Log: a few doc typos
7680      Branch: perl
7681            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
7682 ____________________________________________________________________________
7683 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
7684         Log: Win32 changes from Jan
7685              
7686              From: jan.dubois@ibm.net (Jan Dubois)
7687              Date: Fri, 15 Jan 1999 23:38:35 +0100
7688              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
7689              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
7690              
7691              From: jan.dubois@ibm.net (Jan Dubois)
7692              Date: Sat, 16 Jan 1999 13:02:45 +0100
7693              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
7694              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
7695      Branch: maint-5.005/perl
7696            ! README.win32 win32/Makefile win32/makefile.mk
7697 ____________________________________________________________________________
7698 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
7699         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
7700              
7701              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7702              Date: Thu, 07 Jan 1999 00:12:00 -0500
7703              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
7704              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7705              
7706              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7707              Date: Thu, 14 Jan 1999 19:21:46 -0500
7708              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
7709              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7710      Branch: maint-5.005/perl
7711            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
7712            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
7713            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
7714            ! win32/makedef.pl win32/runperl.c win32/win32.c
7715 ____________________________________________________________________________
7716 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
7717         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7718              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
7719              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
7720              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
7721              
7722              From: Jarkko Hietaniemi <jhi@iki.fi>
7723              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
7724              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
7725              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
7726              
7727              From: Jarkko Hietaniemi <jhi@iki.fi>
7728              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
7729              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
7730              Subject: the promised "installusrbinperl + NetBSD" fix
7731      Branch: maint-5.005/perl
7732            ! Configure Makefile.SH hints/netbsd.sh installperl
7733            ! makedepend.SH unixish.h
7734 ____________________________________________________________________________
7735 [  2611] By: jhi                                   on 1999/01/14  12:16:14
7736         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
7737              To: pumpkings@jhereg.perl.com
7738              Subject: perlopentut.pod
7739              Date: Sat, 09 Jan 1999 08:13:18 -0700
7740              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
7741      Branch: cfgperl
7742            + pod/perlopentut.pod
7743            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
7744 ____________________________________________________________________________
7745 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
7746         Log: Added Carp::cluck to perldelta.pod
7747      Branch: maint-5.005/perl
7748            ! pod/perldelta.pod
7749 ____________________________________________________________________________
7750 [  2605] By: jhi                                   on 1999/01/13  18:26:19
7751         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
7752              To: "'cpan@perl.org'" <cpan@perl.org>
7753              Subject: "Bug" fix for File::Find.pm
7754              Date:   Thu, 31 Dec 1998 13:01:50 -0500
7755              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
7756      Branch: cfgperl
7757            ! lib/File/Find.pm
7758 ____________________________________________________________________________
7759 [  2604] By: jhi                                   on 1999/01/13  18:08:45
7760         Log: From: Peter Wolfe <wolfe@teloseng.com>
7761              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
7762              To: perlbug@perl.com
7763              Date: 11 Jan 1999 23:00:05 +0200
7764              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
7765      Branch: cfgperl
7766            ! hints/sco.sh
7767 ____________________________________________________________________________
7768 [  2603] By: jhi                                   on 1999/01/13  18:06:56
7769         Log: From: hans@icgroup.nl (Hans Mulder)
7770              Subject: [Patch for 5.005_54] re::debugcolors dumps core
7771              To: perlbug@perl.com
7772              Cc: hansmu@xs4all.nl
7773              Date: 11 Jan 1999 22:22:45 +0200
7774              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
7775      Branch: cfgperl
7776            ! ext/re/re.pm regcomp.c
7777 ____________________________________________________________________________
7778 [  2602] By: jhi                                   on 1999/01/13  18:05:43
7779         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7780              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
7781              Date: 11 Jan 1999 08:02:41 +0200
7782              Lines: 134
7783              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
7784      Branch: cfgperl
7785            ! ext/B/B.xs ext/B/B/C.pm
7786 ____________________________________________________________________________
7787 [  2601] By: jhi                                   on 1999/01/13  18:01:53
7788         Log: From: James FitzGibbon <james@ican.net>
7789              Subject: Trivial patch for HP-UX 11 and shared libperl
7790              To: perl5-porters@perl.org
7791              Date: 8 Jan 1999 19:13:23 +0200
7792              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
7793      Branch: cfgperl
7794            ! Makefile.SH
7795 ____________________________________________________________________________
7796 [  2600] By: jhi                                   on 1999/01/13  17:59:45
7797         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7798              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
7799              To: perl5-porters@perl.org
7800              Date: 8 Jan 1999 12:43:36 +0200
7801              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
7802      Branch: cfgperl
7803            ! ext/B/B/CC.pm
7804 ____________________________________________________________________________
7805 [  2599] By: jhi                                   on 1999/01/13  17:50:11
7806         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7807              Subject: PATCH to installperl
7808              To: perl5-porters@perl.org
7809              Date: 4 Jan 1999 16:15:18 +0200
7810              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
7811      Branch: cfgperl
7812            ! installperl
7813 ____________________________________________________________________________
7814 [  2598] By: jhi                                   on 1999/01/13  17:34:51
7815         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7816              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
7817              Cc: perl5-porters@perl.org
7818              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
7819              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
7820              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
7821      Branch: cfgperl
7822            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7823            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7824 ____________________________________________________________________________
7825 [  2597] By: jhi                                   on 1999/01/13  17:30:33
7826         Log: From: David Dyck <dcd@tc.fluke.com>
7827              To: Perl Porters <perl5-porters@perl.org>,
7828              Gurusamy Sarathy <gsar@engin.umich.edu>
7829              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
7830              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
7831              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
7832      Branch: cfgperl
7833            ! pod/perldsc.pod
7834 ____________________________________________________________________________
7835 [  2596] By: jhi                                   on 1999/01/13  17:26:44
7836         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7837              To: perl5-porters@perl.org
7838              Subject: [PATCH] modglobal w/ spelling fixes
7839              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
7840              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
7841      Branch: cfgperl
7842            ! pod/perlguts.pod
7843 ____________________________________________________________________________
7844 [  2595] By: jhi                                   on 1999/01/13  17:24:59
7845         Log: From: Hans Mulder <hansm@icgroup.nl>
7846              Optimize common sort routines.  Thread started by the message
7847              
7848              From: Hans Mulder <hansm@icgroup.nl>
7849              Sender: owner-perl5-porters@perl.org
7850              To: perl5-porters@perl.org
7851              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
7852              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
7853              
7854              and the patch from the message
7855              
7856              From: Hans Mulder <hans@icgroup.nl>
7857              To: jhi@iki.fi
7858              Cc: perl5-porters@perl.org
7859              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
7860              $b }
7861              Date: Wed, 13 Jan 1999 17:39:35 +0100
7862              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
7863      Branch: cfgperl
7864            ! Todo op.c op.h pp_ctl.c t/op/sort.t
7865 ____________________________________________________________________________
7866 [  2594] By: jhi                                   on 1999/01/13  16:50:17
7867         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
7868              (the diffs were based on 5.004_02).  Tested by Guido
7869              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
7870      Branch: cfgperl
7871            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
7872            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
7873            + mint/sys/time.h mint/time.h
7874            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
7875            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
7876 ____________________________________________________________________________
7877 [  2593] By: jhi                                   on 1999/01/09  16:54:26
7878         Log: Detypo.
7879      Branch: cfgperl
7880            ! hints/dec_osf.sh
7881 ____________________________________________________________________________
7882 [  2592] By: jhi                                   on 1999/01/09  16:17:13
7883         Log: Move usethreads and use64bits logic from hints to Configure.
7884      Branch: cfgperl
7885            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
7886            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
7887            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7888            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7889 ____________________________________________________________________________
7890 [  2591] By: jhi                                   on 1999/01/09  14:45:24
7891         Log: Missing dTHRs added.
7892      Branch: cfgperl
7893            ! regcomp.c toke.c
7894 ____________________________________________________________________________
7895 [  2590] By: jhi                                   on 1999/01/08  15:27:17
7896         Log: Finalize change #2589 and add better AIX nm scanning from:
7897              
7898              Message-Id: <m0zyNW0-00017VC@gentoo.com>
7899              From: bll@gentoo.com (Brad Lanam)
7900              Subject: Re: mailhelp returned a non-zero status
7901              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
7902              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
7903      Branch: cfgperl
7904            ! Configure hints/freebsd.sh hints/linux.sh
7905 ____________________________________________________________________________
7906 [  2589] By: jhi                                   on 1999/01/08  15:14:54
7907         Log: Undo change #2581.
7908      Branch: cfgperl
7909            ! Configure hints/freebsd.sh hints/linux.sh
7910 ____________________________________________________________________________
7911 [  2588] By: jhi                                   on 1999/01/08  11:51:52
7912         Log: FAQ jumbo patch from tchrist.
7913              
7914              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
7915              From: Tom Christiansen <tchrist@jhereg.perl.com>
7916              To: pumpkings@jhereg.perl.com
7917              Subject: newest version of perlfaq.pod
7918              Date: Thu, 7 Jan 1999 23:05:02 -0700
7919              
7920              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
7921              From: Tom Christiansen <tchrist@jhereg.perl.com>
7922              To: pumpkings@jhereg.perl.com
7923              Subject: newest version of perlfaq1.pod
7924              Date: Thu, 7 Jan 1999 23:05:02 -0700
7925              
7926              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
7927              From: Tom Christiansen <tchrist@jhereg.perl.com>
7928              To: pumpkings@jhereg.perl.com
7929              Subject: newest version of perlfaq2.pod
7930              Date: Thu, 7 Jan 1999 23:05:02 -0700
7931              
7932              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
7933              From: Tom Christiansen <tchrist@jhereg.perl.com>
7934              To: pumpkings@jhereg.perl.com
7935              Subject: newest version of perlfaq3.pod
7936              Date: Thu, 7 Jan 1999 23:05:02 -0700
7937              
7938              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
7939              From: Tom Christiansen <tchrist@jhereg.perl.com>
7940              To: pumpkings@jhereg.perl.com
7941              Subject: newest version of perlfaq4.pod
7942              Date: Thu, 7 Jan 1999 23:05:02 -0700
7943              
7944              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
7945              From: Tom Christiansen <tchrist@jhereg.perl.com>
7946              To: pumpkings@jhereg.perl.com
7947              Subject: newest version of perlfaq5.pod
7948              Date: Thu, 7 Jan 1999 23:05:02 -0700
7949              
7950              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
7951              From: Tom Christiansen <tchrist@jhereg.perl.com>
7952              To: pumpkings@jhereg.perl.com
7953              Subject: newest version of perlfaq6.pod
7954              Date: Thu, 7 Jan 1999 23:05:02 -0700
7955              
7956              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
7957              From: Tom Christiansen <tchrist@jhereg.perl.com>
7958              To: pumpkings@jhereg.perl.com
7959              Subject: newest version of perlfaq7.pod
7960              Date: Thu, 7 Jan 1999 23:05:03 -0700
7961              
7962              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
7963              From: Tom Christiansen <tchrist@jhereg.perl.com>
7964              To: pumpkings@jhereg.perl.com
7965              Subject: newest version of perlfaq8.pod
7966              Date: Thu, 7 Jan 1999 23:05:03 -0700
7967              
7968              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
7969              From: Tom Christiansen <tchrist@jhereg.perl.com>
7970              To: pumpkings@jhereg.perl.com
7971              Subject: newest version of perlfaq9.pod
7972              Date: Thu, 7 Jan 1999 23:05:03 -0700
7973      Branch: cfgperl
7974            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7975            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7976            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7977            ! pod/perlfaq9.pod
7978 ____________________________________________________________________________
7979 [  2587] By: jhi                                   on 1999/01/08  11:17:43
7980         Log: More doc fixes from Abigail.
7981      Branch: cfgperl
7982            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7983            ! lib/User/pwent.pm
7984 ____________________________________________________________________________
7985 [  2585] By: jhi                                   on 1999/01/08  08:31:02
7986         Log: Change #2584 from maint-5.005:
7987              
7988              implemented Ilya's suggested fix, and added a testcase
7989              
7990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7991              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
7992              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
7993              Subject: Re: Text::ParseWords: regex fix
7994      Branch: cfgperl
7995            ! lib/Text/ParseWords.pm t/lib/parsewords.t
7996 ____________________________________________________________________________
7997 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
7998         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7999              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
8000              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
8001              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
8002      Branch: maint-5.005/perl
8003            ! ext/Errno/Errno_pm.PL
8004 ____________________________________________________________________________
8005 [  2581] By: jhi                                   on 1999/01/07  16:38:03
8006         Log: Configure update:
8007              - usethreads, use64bits, and usemultiplicity
8008              are no more interactively asked by Configure
8009              - "int main()" (vs bare "main()") enforced in test programs
8010      Branch: cfgperl
8011            ! Configure hints/freebsd.sh hints/linux.sh
8012 ____________________________________________________________________________
8013 [  2580] By: jhi                                   on 1999/01/07  11:19:12
8014         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8015              Date: Wed, 06 Jan 1999 13:47:34 -0800
8016              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
8017              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
8018      Branch: cfgperl
8019            ! vms/vms.c
8020 ____________________________________________________________________________
8021 [  2579] By: jhi                                   on 1999/01/07  09:08:36
8022         Log: Another set of doc patches from Abigail
8023              
8024              From: abigail@fnx.com
8025              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
8026              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
8027              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
8028              
8029              From: abigail@fnx.com
8030              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
8031              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
8032              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
8033              
8034              From: abigail@fnx.com
8035              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
8036              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
8037              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
8038              
8039              From: abigail@fnx.com
8040              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
8041              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
8042              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
8043              
8044              From: abigail@fnx.com
8045              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
8046              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
8047              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
8048              
8049              From: abigail@fnx.com
8050              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
8051              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
8052              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
8053              
8054              From: abigail@fnx.com
8055              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
8056              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
8057              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
8058              
8059              From: abigail@fnx.com
8060              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
8061              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
8062              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
8063              
8064              From: abigail@fnx.com
8065              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
8066              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
8067              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
8068              
8069              From: abigail@fnx.com
8070              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
8071              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
8072              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
8073              
8074              From: abigail@fnx.com
8075              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
8076              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
8077              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
8078              
8079              From: abigail@fnx.com
8080              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
8081              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
8082              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
8083              
8084              From: abigail@fnx.com
8085              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
8086              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
8087              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
8088              
8089              From: abigail@fnx.com
8090              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
8091              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
8092              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
8093      Branch: cfgperl
8094            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
8095            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
8096            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
8097            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
8098            ! lib/Tie/Array.pm lib/Tie/Hash.pm
8099 ____________________________________________________________________________
8100 [  2576] By: jhi                                   on 1999/01/06  17:05:20
8101         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
8102      Branch: cfgperl
8103            ! pp_ctl.c
8104 ____________________________________________________________________________
8105 [  2575] By: jhi                                   on 1999/01/06  13:18:56
8106         Log: Enhance the great_circle_distance() documentation.
8107      Branch: cfgperl
8108            ! lib/Math/Trig.pm
8109 ____________________________________________________________________________
8110 [  2574] By: jhi                                   on 1999/01/06  12:58:03
8111         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
8112              To: perlbug@perl.com
8113              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
8114              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
8115              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
8116      Branch: cfgperl
8117            ! t/op/sysio.t
8118 ____________________________________________________________________________
8119 [  2573] By: jhi                                   on 1999/01/06  12:40:19
8120         Log: From: "W. Phillip Moore" <wpm@ms.com>
8121              To: perlbug@perl.org
8122              Subject: [PATCH] POSIX getpgrp is not -w clean
8123              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8124              Message-ID: <13970.20107.190314.549471@zappa>
8125      Branch: cfgperl
8126            ! ext/POSIX/POSIX.pm
8127 ____________________________________________________________________________
8128 [  2572] By: jhi                                   on 1999/01/06  12:25:24
8129         Log: Based on
8130              From: jan.dubois@ibm.net (Jan Dubois)
8131              To: perl5-porters@perl.org
8132              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8133              Date: Wed, 06 Jan 1999 01:24:09 +0100
8134              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8135              except that
8136              - objXSUB.h was already okay
8137              - embed.h patching is futile, global.sym patched instead
8138              - objpp.h does not exist
8139              - proto.h addition applied manually
8140              - win32/GenCAPI.pl was already okay
8141              - win32/makedef.pl was already okay
8142      Branch: cfgperl
8143            ! global.sym perl.c proto.h
8144 ____________________________________________________________________________
8145 [  2571] By: jhi                                   on 1999/01/06  11:25:48
8146         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8147              To: perlbug@perl.com
8148              Subject: FindBin.pm on Win32 systems
8149              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8150              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8151      Branch: cfgperl
8152            ! lib/FindBin.pm
8153 ____________________________________________________________________________
8154 [  2570] By: jhi                                   on 1999/01/06  11:21:48
8155         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8156              To: perl5-porters@perl.org, vmsperl@perl.org
8157              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
8158              Date: Tue, 05 Jan 1999 16:47:31 -0800
8159              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
8160              
8161              (the ext/IO/lib/IO/Socket.pm was not really changed here;
8162              it was a leftover from #2569)
8163      Branch: cfgperl
8164            ! ext/IO/lib/IO/Socket.pm taint.c
8165 ____________________________________________________________________________
8166 [  2569] By: jhi                                   on 1999/01/06  11:18:22
8167         Log: Jumbo doc patch from Abigail (almost identical to
8168              the 5.005-maint change #2562 except for the
8169              ext/IO/lib/IO/Socket.pm patch which was not
8170              applicable because the IO version of 5.005-devel
8171              is somewhat different (why?))
8172              
8173              From: abigail@fnx.com
8174              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
8175              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
8176              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
8177              
8178              From: abigail@fnx.com
8179              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
8180              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
8181              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
8182              
8183              From: abigail@fnx.com
8184              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
8185              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
8186              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
8187              
8188              From: abigail@fnx.com
8189              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
8190              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
8191              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
8192              
8193              From: abigail@fnx.com
8194              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
8195              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
8196              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
8197              
8198              From: abigail@fnx.com
8199              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
8200              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
8201              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
8202              
8203              From: abigail@fnx.com
8204              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
8205              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
8206              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
8207              
8208              From: abigail@fnx.com
8209              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
8210              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
8211              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
8212              
8213              From: abigail@fnx.com
8214              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
8215              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
8216              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
8217              
8218              From: abigail@fnx.com
8219              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
8220              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
8221              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
8222      Branch: cfgperl
8223            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8224            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
8225            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
8226            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8227            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
8228 ____________________________________________________________________________
8229 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
8230         Log: From: jan.dubois@ibm.net (Jan Dubois)
8231              Date: Wed, 06 Jan 1999 01:24:09 +0100
8232              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
8233              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
8234      Branch: maint-5.005/perl
8235            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
8236            ! win32/GenCAPI.pl win32/makedef.pl
8237 ____________________________________________________________________________
8238 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
8239         Log: From: "W. Phillip Moore" <wpm@ms.com>
8240              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
8241              Message-ID: <13970.20107.190314.549471@zappa>
8242              Subject: [PATCH] POSIX getpgrp is not -w clean
8243      Branch: maint-5.005/perl
8244            ! ext/POSIX/POSIX.pm
8245 ____________________________________________________________________________
8246 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
8247         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
8248              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
8249              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
8250              Subject: FindBin.pm on Win32 systems
8251      Branch: maint-5.005/perl
8252            ! lib/FindBin.pm
8253 ____________________________________________________________________________
8254 [  2561] By: jhi                                   on 1999/01/05  10:49:10
8255         Log: Reword the setlocale() 1-arg case better.
8256      Branch: cfgperl
8257            ! ext/POSIX/POSIX.pod
8258 ____________________________________________________________________________
8259 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
8260         Log: From: Blair Zajac <bzajac@geostaff.com>
8261              Date: Wed, 23 Dec 1998 17:13:32 -0800
8262              Message-ID: <3681953C.8B6A90AA@geostaff.com>
8263              Subject: Tie::SubstrHash patch
8264      Branch: maint-5.005/perl
8265            ! lib/Tie/SubstrHash.pm
8266 ____________________________________________________________________________
8267 [  2554] By: jhi                                   on 1999/01/02  14:55:06
8268         Log: Object destruction order testing.
8269      Branch: cfgperl
8270            ! t/op/misc.t
8271 ____________________________________________________________________________
8272 [  2553] By: jhi                                   on 1999/01/02  14:49:40
8273         Log: perldelta the Dumpvalue.pm of change #2513.
8274      Branch: cfgperl
8275            ! lib/Dumpvalue.pm pod/perldelta.pod
8276 ____________________________________________________________________________
8277 [  2552] By: nick                                  on 1999/01/02  14:45:38
8278         Log: Tone down Makefile.PL so it works on Win32
8279      Branch: perl
8280            ! ext/B/Makefile.PL
8281 ____________________________________________________________________________
8282 [  2551] By: nick                                  on 1999/01/02  14:06:30
8283         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
8284              Use them in various B::* rather than have local defs.
8285      Branch: perl
8286            + ext/B/defsubs.h.PL
8287            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
8288            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8289            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
8290 ____________________________________________________________________________
8291 [  2550] By: nick                                  on 1999/01/02  10:04:02
8292         Log: Integrate ext/B changes from //depot/cfgperl
8293      Branch: perl
8294           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8295 ____________________________________________________________________________
8296 [  2549] By: jhi                                   on 1999/01/01  13:54:16
8297         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
8298              To: perlbug@perl.com
8299              Subject: op/groups.t fails test 1 on HP-UX 10.20
8300              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
8301              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
8302      Branch: cfgperl
8303            ! t/op/groups.t
8304 ____________________________________________________________________________
8305 [  2548] By: jhi                                   on 1999/01/01  13:53:31
8306         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8307              To: perl5-porters@perl.org
8308              cc: hv@crypt0.demon.co.uk
8309              Subject: [bug 5.004_54] duplicate error message
8310              Date: Thu, 31 Dec 1998 04:05:25 +0000
8311              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
8312              
8313              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
8314              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8315              To: hv@crypt0.demon.co.uk
8316              Cc: perl5-porters@perl.org
8317              Subject: [PATCH _54] Re: duplicate error message
8318              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
8319              
8320              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
8321              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8322              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
8323              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
8324              Subject: [TEST PATCH _54] Re: duplicate error message 
8325              Date: Fri, 01 Jan 1999 07:32:14 +0000
8326      Branch: cfgperl
8327            ! op.c t/pragma/warn/op
8328 ____________________________________________________________________________
8329 [  2547] By: jhi                                   on 1998/12/31  14:15:04
8330         Log: From: Chris Nandor <pudge@pobox.com>
8331              To: jhi@iki.fi
8332              Cc: perl5-porters@perl.org
8333              Subject: Re: [PATCH] perlport.pod 1.38
8334              Date: Thu, 31 Dec 1998 09:06:48 -0500
8335              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
8336      Branch: cfgperl
8337            ! pod/perlport.pod
8338 ____________________________________________________________________________
8339 [  2546] By: jhi                                   on 1998/12/31  11:18:17
8340         Log: From: Wilson P. Snyder II
8341              To: perl5-porters@perl.org
8342              Subject: [PATCH v5.5.53] REV2: Binary number support
8343              Date: 1998/11/30
8344              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
8345      Branch: cfgperl
8346            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
8347            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
8348            ! toke.c util.c
8349 ____________________________________________________________________________
8350 [  2545] By: jhi                                   on 1998/12/31  09:27:40
8351         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8352              To: perlbug@perl.com
8353              Subject: "perl -T -P" dumps core on OpenBSD and Linux
8354              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
8355              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
8356      Branch: cfgperl
8357            ! taint.c
8358 ____________________________________________________________________________
8359 [  2544] By: jhi                                   on 1998/12/31  09:21:45
8360         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
8361              To: perlbug@perl.com 
8362              Subject: bug in pod2man search for perl binary [5.005_5x]
8363              Date: Sat, 12 Dec 1998 23:08:51 +0000 
8364              Message-ID: <19981212230851.A20578@ig.co.uk> 
8365      Branch: cfgperl
8366            ! pod/pod2man.PL
8367 ____________________________________________________________________________
8368 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
8369         Log: From: jan.dubois@ibm.net (Jan Dubois)
8370              Date: Wed, 23 Dec 1998 21:26:38 +0100
8371              Message-ID: <36895086.8849224@smtp1.ibm.net>
8372              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
8373      Branch: maint-5.005/perl
8374            ! lib/ExtUtils/MakeMaker.pm
8375 ____________________________________________________________________________
8376 [  2540] By: jhi                                   on 1998/12/30  08:42:04
8377         Log: Evermore AUTHORS and MAINTAIN.
8378      Branch: cfgperl
8379            ! AUTHORS MAINTAIN
8380 ____________________________________________________________________________
8381 [  2539] By: jhi                                   on 1998/12/29  15:10:34
8382         Log: More AUTHORS and MAINTAIN.
8383      Branch: cfgperl
8384            ! AUTHORS MAINTAIN
8385 ____________________________________________________________________________
8386 [  2537] By: jhi                                   on 1998/12/29  14:34:47
8387         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
8388              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
8389              Message-ID: <13942.32480.700000.640927@utensil>
8390              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
8391              (mirror change#2531 in the 5.005-maint)
8392      Branch: cfgperl
8393            ! lib/AutoSplit.pm
8394 ____________________________________________________________________________
8395 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
8396         Log: change in_pod pattern to /^=\w/ from /^=/
8397              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
8398              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
8399              Message-ID: <13942.32480.700000.640927@utensil>
8400              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
8401      Branch: maint-5.005/perl
8402            ! lib/AutoSplit.pm
8403 ____________________________________________________________________________
8404 [  2525] By: jhi                                   on 1998/12/29  13:06:26
8405         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8406              To: perl5-porters@perl.org
8407              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
8408              Date: 16 Dec 1998 03:17:03 +0200
8409              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
8410      Branch: cfgperl
8411            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8412 ____________________________________________________________________________
8413 [  2524] By: jhi                                   on 1998/12/29  13:00:06
8414         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8415              To: perl5-porters@perl.org
8416              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
8417              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
8418              Date: 10 Dec 1998 08:30:02 +0200
8419              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
8420              
8421              (Nick's part was applied earlier, in change #2460)
8422      Branch: cfgperl
8423            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8424 ____________________________________________________________________________
8425 [  2523] By: jhi                                   on 1998/12/29  12:41:31
8426         Log: From: "vishal bhatia" <vishalb@hotmail.com>
8427              To: nick@ni-s.u-net.com
8428              Cc: perl5-porters@perl.org
8429              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
8430              Date: 9 Dec 1998 06:50:30 +0200
8431              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
8432      Branch: cfgperl
8433            ! ext/B/B/CC.pm
8434 ____________________________________________________________________________
8435 [  2522] By: jhi                                   on 1998/12/29  12:15:18
8436         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
8437              To: perl5-porters@perl.org (Perl 5 Porters)
8438              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
8439              Date: 25 Dec 1998 23:02:28 +0200
8440              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
8441      Branch: cfgperl
8442            ! lib/Pod/Text.pm
8443 ____________________________________________________________________________
8444 [  2521] By: jhi                                   on 1998/12/29  12:07:54
8445         Log: Undo #2519 (breaks universal.c).
8446      Branch: cfgperl
8447            ! XSUB.h
8448 ____________________________________________________________________________
8449 [  2519] By: jhi                                   on 1998/12/29  11:41:10
8450         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
8451              To: perl5-porters@perl.org
8452              Cc: perl-xs@perl.org
8453              Subject: XSUB.h refinement [PATCH]
8454              Date: 18 Dec 1998 03:58:44 +0200
8455              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
8456      Branch: cfgperl
8457            ! XSUB.h
8458 ____________________________________________________________________________
8459 [  2518] By: jhi                                   on 1998/12/29  11:36:19
8460         Log: From: abigail@fnx.com
8461              To: perl5-porters@perl.org (Perl Porters)
8462              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
8463              Date: 28 Dec 1998 21:39:15 +0200
8464              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
8465      Branch: cfgperl
8466            ! lib/fields.pm
8467 ____________________________________________________________________________
8468 [  2517] By: jhi                                   on 1998/12/29  11:35:03
8469         Log: Document change #2516.
8470      Branch: cfgperl
8471            ! pod/perldelta.pod
8472 ____________________________________________________________________________
8473 [  2516] By: jhi                                   on 1998/12/29  11:32:26
8474         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8475              To: perl5-porters@perl.org (Mailing list Perl5)
8476              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
8477              Date: 9 Dec 1998 10:39:31 +0200
8478              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
8479      Branch: cfgperl
8480            ! pod/perldiag.pod regcomp.c toke.c
8481 ____________________________________________________________________________
8482 [  2515] By: jhi                                   on 1998/12/29  11:27:11
8483         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8484              To: perl5-porters@perl.org (Mailing list Perl5)
8485              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
8486              Date: 8 Dec 1998 09:02:04 +0200
8487              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
8488              
8489              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
8490      Branch: cfgperl
8491            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
8492 ____________________________________________________________________________
8493 [  2514] By: jhi                                   on 1998/12/29  11:21:31
8494         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8495              To: perl5-porters@perl.org (Mailing list Perl5)
8496              Subject: [PATCH 5.005_53] Regexp tests and UTF8
8497              Date: 8 Dec 1998 07:02:01 +0200
8498              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
8499      Branch: cfgperl
8500            ! regcomp.c
8501 ____________________________________________________________________________
8502 [  2513] By: jhi                                   on 1998/12/29  11:18:34
8503         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8504              Subject: [PATCH 5.005_*] Dumpvar.pm
8505              To: perl5-porters@perl.org (Mailing list Perl5)
8506              Date: 7 Dec 1998 10:17:35 +0200
8507              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
8508      Branch: cfgperl
8509            + lib/Dumpvalue.pm
8510            ! MANIFEST
8511 ____________________________________________________________________________
8512 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
8513         Log: From: jan.dubois@ibm.net (Jan Dubois)
8514              Date: Tue, 01 Dec 1998 00:07:33 +0100
8515              Message-ID: <366921b5.14512598@smtp1.ibm.net>
8516              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
8517              
8518              From: jan.dubois@ibm.net (Jan Dubois)
8519              Date: Wed, 02 Dec 1998 00:24:54 +0100
8520              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
8521              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
8522      Branch: maint-5.005/perl
8523            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
8524            ! win32/config.bc win32/config.gc win32/config.vc
8525            ! win32/config_sh.PL win32/makedef.pl
8526 ____________________________________________________________________________
8527 [  2509] By: jhi                                   on 1998/12/28  13:00:31
8528     Log: Kickstart AUTHORS and MAINTAIN.
8529  Branch: cfgperl
8530        + AUTHORS MAINTAIN
8531        ! MANIFEST
8532 ____________________________________________________________________________
8533 [  2508] By: jhi                                   on 1998/12/28  08:04:00
8534     Log: From: Nathan Torkington <gnat@frii.com>
8535          To: perlbug@perl.com
8536          Subject: [PATCH] perlxstut.pod fix
8537          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
8538          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
8539  Branch: cfgperl
8540        ! pod/perlxstut.pod
8541 ____________________________________________________________________________
8542 [  2507] By: jhi                                   on 1998/12/28  07:59:00
8543     Log: From: abigail@fnx.com
8544          To: perlbug@perl.com
8545          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
8546          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
8547          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
8548          (slightly modified, a part of the patch was rejected)
8549          (strange, I thought I had already submitted this one
8550          but Perforce disagrees with me...)
8551  Branch: cfgperl
8552        ! pod/perlop.pod
8553 ____________________________________________________________________________
8554 [  2506] By: jhi                                   on 1998/12/28  07:56:59
8555     Log: From: Artur <artur@vogon-solutions.com>
8556          To: perlbug@perl.com
8557          Subject: PATCH: perlmodlib.pod
8558          Date: Fri, 25 Dec 1998 00:48:39 +0000
8559          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
8560  Branch: cfgperl
8561        ! pod/perlmodlib.pod pod/perlop.pod
8562 ____________________________________________________________________________
8563 [  2505] By: jhi                                   on 1998/12/28  07:46:06
8564     Log: From: abigail@fnx.com
8565          To: perl5-porters@perl.org (Perl Porters)
8566          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
8567          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
8568          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
8569  Branch: cfgperl
8570        ! pod/pod2html.PL
8571 ____________________________________________________________________________
8572 [  2504] By: jhi                                   on 1998/12/28  07:44:35
8573     Log: From: Jim Avera <avera@fjst.com>
8574          To: perlbug@perl.com
8575          Subject: perlbug bug - shows dates reversed
8576          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
8577          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
8578  Branch: cfgperl
8579        ! utils/perlbug.PL
8580 ____________________________________________________________________________
8581 [  2503] By: jhi                                   on 1998/12/28  07:41:39
8582     Log: From: jan.dubois@ibm.net (Jan Dubois)
8583          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
8584          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
8585          Date: Wed, 23 Dec 1998 21:26:38 +0100
8586          Message-ID: <36895086.8849224@smtp1.ibm.net>
8587  Branch: cfgperl
8588        ! lib/ExtUtils/MakeMaker.pm
8589 ____________________________________________________________________________
8590 [  2502] By: jhi                                   on 1998/12/28  07:39:20
8591     Log: From: Blair Zajac <bzajac@geostaff.com>
8592          To: perl5-porters@perl.org
8593          Subject: Tie::SubstrHash patch
8594          Date: Wed, 23 Dec 1998 17:13:32 -0800
8595          Message-ID: <3681953C.8B6A90AA@geostaff.com>
8596  Branch: cfgperl
8597        ! lib/Tie/SubstrHash.pm
8598 ____________________________________________________________________________
8599 [  2501] By: jhi                                   on 1998/12/28  07:37:16
8600     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
8601          To: perlbug@perl.com
8602          Subject: perlfaq9 minor error
8603          Date: Wed, 23 Dec 1998 14:54:19 -0800
8604          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
8605  Branch: cfgperl
8606        ! pod/perlfaq9.pod
8607 ____________________________________________________________________________
8608 [  2500] By: jhi                                   on 1998/12/23  10:38:18
8609     Log: More porting notes about filesystems, AmigaOS, and MiNT.
8610  Branch: cfgperl
8611        ! pod/perlport.pod
8612 ____________________________________________________________________________
8613 [  2499] By: jhi                                   on 1998/12/22  09:26:49
8614     Log: Add few MSG_ and uio constants.
8615  Branch: cfgperl
8616        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
8617 ____________________________________________________________________________
8618 [  2498] By: jhi                                   on 1998/12/22  08:39:30
8619     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
8620          a Digital C compiler optimizer bug that broke the 'x'
8621          operator under certain circumstances.  See t/op/repeat.t
8622          test #20 for graphic details.  Reported in
8623          
8624          From: Gisle Aas <gisle@aas.no>
8625          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
8626          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
8627          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
8628          Date: 18 Dec 1998 14:27:40 +0100
8629          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
8630          
8631          and discussed further in the thread
8632          
8633          From: Jarkko Hietaniemi <jhi@iki.fi>
8634          To: Gisle Aas <gisle@aas.no>
8635          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
8636          cpan-testers@perl.org, perl5-porters@perl.org
8637          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
8638          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
8639          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
8640  Branch: cfgperl
8641        ! t/op/repeat.t util.c
8642 ____________________________________________________________________________
8643 [  2497] By: jhi                                   on 1998/12/21  14:18:57
8644     Log: Change #2483 update.
8645  Branch: cfgperl
8646        ! t/op/tr.t
8647 ____________________________________________________________________________
8648 [  2496] By: jhi                                   on 1998/12/21  14:07:41
8649     Log: Update on change #2493.
8650  Branch: cfgperl
8651        ! t/pragma/warn/op
8652 ____________________________________________________________________________
8653 [  2495] By: jhi                                   on 1998/12/21  13:52:00
8654     Log: Change #2487 aftershock.
8655  Branch: cfgperl
8656        ! warning.pl
8657 ____________________________________________________________________________
8658 [  2494] By: jhi                                   on 1998/12/21  12:35:00
8659     Log: From: Chris Nandor <pudge@pobox.com>
8660          To: perl5-porters@perl.org
8661          Subject: [PATCH] perlport.pod v1.37
8662          Date: Sat, 19 Dec 1998 12:54:34 -0500
8663          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
8664  Branch: cfgperl
8665        ! pod/perlport.pod
8666 ____________________________________________________________________________
8667 [  2493] By: jhi                                   on 1998/12/21  12:22:44
8668     Log: From: Mark-Jason Dominus <mjd@plover.com>
8669          To: perl5-porters@perl.com
8670          Subject: PATCH (5.005_02): Dejargonizing
8671          Date: Sun, 20 Dec 1998 14:35:20 -0500
8672          Message-ID: <19981220193520.11230.qmail@plover.com>
8673          
8674          From: Mark-Jason Dominus <mjd@plover.com>
8675          To: perl5-porters@perl.com
8676          Subject: PATCH (5.005_02): Spelling correction in warning message
8677          Date: Sun, 20 Dec 1998 13:51:30 -0500
8678          Message-ID: <19981220185130.11067.qmail@plover.com>
8679  Branch: cfgperl
8680        ! doio.c op.c
8681 ____________________________________________________________________________
8682 [  2492] By: jhi                                   on 1998/12/21  09:00:05
8683     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
8684          To: perl5-porters@perl.org
8685          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
8686          Date: Sun, 20 Dec 1998 19:03:25 PST
8687          Message-ID: <19981221030326.27660.qmail@hotmail.com>
8688          
8689          (slightly reformatted)
8690  Branch: cfgperl
8691        ! ext/B/B/CC.pm
8692 ____________________________________________________________________________
8693 [  2491] By: nick                                  on 1998/12/20  14:21:29
8694     Log: Save _all_ GV's which have SV, AV or HV set.
8695  Branch: perl
8696        ! ext/B/B/C.pm
8697 ____________________________________________________________________________
8698 [  2490] By: jhi                                   on 1998/12/18  15:13:19
8699     Log: Add idea about generalising cpp symbol probing of Errno.
8700  Branch: cfgperl
8701        ! Todo
8702 ____________________________________________________________________________
8703 [  2489] By: jhi                                   on 1998/12/18  14:47:57
8704     Log: Address some of the issues of:
8705          
8706          From: Tom Christiansen <tchrist@jhereg.perl.com>
8707          To: perl-porters-active@jhereg.perl.com
8708          Subject: Undocumentation Issues for 5.005
8709          Date: Thu, 17 Dec 1998 14:46:24 -0700
8710          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
8711  Branch: cfgperl
8712        ! pod/perl5005delta.pod
8713 ____________________________________________________________________________
8714 [  2488] By: jhi                                   on 1998/12/18  11:26:32
8715     Log: From: root <root@dubravka.in-berlin.de>
8716          To: perlbug@perl.com
8717          Cc: k@dubravka.in-berlin.de
8718          Subject: Please add no_modify to PERL_POLLUTE
8719          Date: Fri, 18 Dec 1998 10:45:52 +0100
8720          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
8721          
8722          (Really from Andreas König)
8723  Branch: cfgperl
8724        ! embed.pl
8725 ____________________________________________________________________________
8726 [  2487] By: jhi                                   on 1998/12/17  14:05:52
8727     Log: Some (by far not all) issues of the below message addressed.
8728          
8729          From: Tom Christiansen <tchrist@jhereg.perl.com>
8730          To: The Perl Porters Mailing List <perl5-porters@perl.org>
8731          Subject: important UNDOC issues for 5.005_54
8732          Date: Wed, 16 Dec 1998 21:14:53 -0700
8733          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
8734  Branch: cfgperl
8735        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
8736 ____________________________________________________________________________
8737 [  2486] By: jhi                                   on 1998/12/17  12:47:15
8738     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8739          To: domo@computer.org
8740          Cc: jhi@iki.fi, perl5-porters@perl.org
8741          Subject: Re: stuff related to malloc.c
8742          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
8743          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
8744  Branch: cfgperl
8745        ! malloc.c
8746 ____________________________________________________________________________
8747 [  2485] By: jhi                                   on 1998/12/17  12:17:19
8748     Log: More porting notes.
8749  Branch: cfgperl
8750        ! Porting/pumpkin.pod
8751 ____________________________________________________________________________
8752 [  2484] By: jhi                                   on 1998/12/15  08:38:05
8753     Log: Undo #2386 and #2205.
8754  Branch: cfgperl
8755        ! pod/perlfunc.pod
8756 ____________________________________________________________________________
8757 [  2483] By: jhi                                   on 1998/12/14  17:58:35
8758     Log: lib was missing from @INC.
8759  Branch: cfgperl
8760        ! t/op/tr.t
8761 ____________________________________________________________________________
8762 [  2482] By: jhi                                   on 1998/12/14  17:52:42
8763     Log: Was missing use Text::Wrap.
8764  Branch: cfgperl
8765        ! t/lib/textfill.t
8766 ____________________________________________________________________________
8767 [  2481] By: jhi                                   on 1998/12/14  16:00:22
8768     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
8769          
8770          From: Jonathan Roy <roy@idle.com>
8771          To: perl5-porters@perl.org
8772          Subject: nlist.h add to Configure checks?
8773          Date: Sun, 13 Dec 1998 22:22:49 -0500
8774          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
8775  Branch: cfgperl
8776        + ext/DynaLoader/hints/linux.pl
8777        ! MANIFEST
8778 ____________________________________________________________________________
8779 [  2480] By: jhi                                   on 1998/12/14  15:02:44
8780     Log: Give up completely using nm in AIX.
8781          
8782          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8783          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
8784          Cc: perl5-porters@perl.org
8785          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
8786          Date: Thu, 10 Dec 1998 00:51:46 -0500
8787          Message-ID: <19981210005146.B29986@O2.chapin.edu>
8788  Branch: cfgperl
8789        ! hints/aix.sh
8790 ____________________________________________________________________________
8791 [  2479] By: jhi                                   on 1998/12/14  14:39:52
8792     Log: AIX' error messages are different.
8793          
8794          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8795          To: Gurusamy Sarathy <gsar@engin.umich.edu>
8796          Cc: perl5-porters@perl.org
8797          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
8798          Date: Thu, 10 Dec 1998 00:42:36 -0500
8799          Message-ID: <19981210004236.A29986@O2.chapin.edu>
8800          
8801          From: Michael Engel <engel@nms1.cc.huji.ac.il>
8802          To: perlbug@perl.com
8803          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
8804          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
8805          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
8806  Branch: cfgperl
8807        ! t/pragma/warn/doio
8808 ____________________________________________________________________________
8809 [  2475] By: jhi                                   on 1998/12/13  12:35:55
8810     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8811          To: jhi@iki.fi
8812          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
8813          Subject: Re: stuff related to malloc.c
8814          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
8815          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
8816  Branch: cfgperl
8817        ! malloc.c
8818 ____________________________________________________________________________
8819 [  2474] By: jhi                                   on 1998/12/13  12:32:42
8820     Log: Some notes about porting issues.
8821  Branch: cfgperl
8822        ! Porting/pumpkin.pod
8823 ____________________________________________________________________________
8824 [  2473] By: jhi                                   on 1998/12/13  12:03:58
8825     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
8826          To: Perl 5 Porters <perl5-porters@perl.org>
8827          Subject: [patch 5.005_02] dos-djgpp update
8828          Date: Sun, 13 Dec 1998 00:08:44 +0100
8829          Message-ID: <19981213000844.C264@beeblebrox>
8830  Branch: cfgperl
8831        ! djgpp/config.over
8832 ____________________________________________________________________________
8833 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
8834     Log: undo changes to Exporter.pm from #2312
8835  Branch: maint-5.005/perl
8836        ! lib/Exporter.pm
8837 ____________________________________________________________________________
8838 [  2465] By: jhi                                   on 1998/12/12  12:31:21
8839     Log: Document that qw() taints.
8840          
8841          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
8842          To: perlbug@perl.com 
8843          Subject: taint problems
8844          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
8845          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
8846  Branch: cfgperl
8847        ! pod/perlop.pod
8848 ____________________________________________________________________________
8849 [  2464] By: jhi                                   on 1998/12/11  14:09:51
8850     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
8851          To: dist-users@foretune.co.jp
8852          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
8853          Date: Mon, 07 Dec 1998 20:13:04 -0400
8854          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
8855  Branch: cfgperl
8856        ! Configure
8857 ____________________________________________________________________________
8858 [  2463] By: jhi                                   on 1998/12/11  13:29:54
8859     Log: MAXPATHLEN.
8860  Branch: cfgperl
8861        ! perl.h
8862 ____________________________________________________________________________
8863 [  2462] By: jhi                                   on 1998/12/11  08:37:58
8864     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
8865          To: perl5-porters@perl.org
8866          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
8867          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
8868          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
8869  Branch: cfgperl
8870        + hints/gnu.sh
8871 ____________________________________________________________________________
8872 [  2461] By: nick                                  on 1998/12/10  21:00:50
8873     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
8874          From: Vishal Bhatia <vishalb@hotmail.com>
8875          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
8876          2. Fixes the bug  regarding return value of c-functions generated out 
8877          of perl subs. ( Just includes the patch I sent earlier)
8878          3. Incorporates the other changes that need to be done to get CC.pm
8879          use ISA search for packages and methods on the same lines as C.pm
8880          
8881          Vishal would appreciate comments about B::Stackobj changes from 
8882          someone knowing that module well.
8883  Branch: perl
8884        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8885 ____________________________________________________________________________
8886 [  2460] By: jhi                                   on 1998/12/08  08:11:27
8887     Log: Integrate from mainperl.
8888  Branch: cfgperl
8889       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8890       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
8891       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
8892       !> toke.c util.c
8893 ____________________________________________________________________________
8894 [  2459] By: jhi                                   on 1998/12/07  07:50:11
8895     Log: From: hansm@icgroup.nl 
8896          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8897          Reply-To: hansmu@xs4all.nl 
8898          To: perlbug@perl.com 
8899          Date: Sun, 6 Dec 98 22:19:54 +0100 
8900          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
8901  Branch: cfgperl
8902        ! util.c
8903 ____________________________________________________________________________
8904 [  2458] By: gsar                                  on 1998/12/07  06:00:55
8905     Log: fix dup lexical
8906  Branch: perl
8907        ! ext/B/B/Deparse.pm t/lib/io_unix.t
8908 ____________________________________________________________________________
8909 [  2457] By: gsar                                  on 1998/12/06  14:38:59
8910     Log: mention limit on line numbers reported by diagnostics
8911  Branch: perl
8912        ! pod/perl.pod toke.c
8913 ____________________________________________________________________________
8914 [  2456] By: gsar                                  on 1998/12/06  13:49:02
8915     Log: branch perldelta.pod
8916  Branch: maint-5.005/perl
8917       +> pod/perldelta.pod
8918 ____________________________________________________________________________
8919 [  2455] By: gsar                                  on 1998/12/06  13:47:21
8920     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
8921  Branch: maint-5.005/perl
8922        - pod/perldelta.pod
8923 ____________________________________________________________________________
8924 [  2454] By: gsar                                  on 1998/12/06  13:35:31
8925     Log: fix outdated/incorrect info about arbitrary limits
8926  Branch: perl
8927        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
8928        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
8929 ____________________________________________________________________________
8930 [  2453] By: nick                                  on 1998/12/05  16:14:42
8931     Log: Avoid hard-coding op numbers
8932          Update CC.pm to save %INC, and to co-exist with new C.pm
8933  Branch: perl
8934        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8935 ____________________________________________________________________________
8936 [  2452] By: nick                                  on 1998/12/05  10:44:28
8937     Log: B.xs had its own code to calculate hash() which differed from
8938          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
8939          which meant that run-time require was re-done.
8940          Removed some debug from C.pm
8941  Branch: perl
8942        ! ext/B/B.xs ext/B/B/C.pm
8943 ____________________________________________________________________________
8944 [  2451] By: nick                                  on 1998/12/04  21:58:49
8945     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
8946          well as _54, but with pre-scan for classes and save the ISA scheme.
8947  Branch: perl
8948        ! ext/B/B/C.pm
8949 ____________________________________________________________________________
8950 [  2450] By: nick                                  on 1998/12/04  17:58:44
8951     Log: Vishal Bhatia's patch as a basis.
8952  Branch: perl
8953        ! ext/B/B/C.pm ext/B/B/CC.pm
8954 ____________________________________________________________________________
8955 [  2449] By: jhi                                   on 1998/12/04  16:39:21
8956     Log: Integrate from mainperl.
8957  Branch: cfgperl
8958       !> t/op/goto.t t/op/tr.t
8959 ____________________________________________________________________________
8960 [  2448] By: gsar                                  on 1998/12/04  06:06:49
8961     Log: tweak test for UTEST
8962  Branch: perl
8963        ! t/op/tr.t
8964 ____________________________________________________________________________
8965 [  2444] By: jhi                                   on 1998/12/03  14:37:22
8966     Log: s/\bthe the\b/the/g *.pod
8967  Branch: cfgperl
8968        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
8969 ____________________________________________________________________________
8970 [  2443] By: jhi                                   on 1998/12/03  13:39:53
8971     Log: Change#2441 aftermath.
8972  Branch: cfgperl
8973        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8974        ! config_h.SH thread.h vms/subconfigure.com
8975 ____________________________________________________________________________
8976 [  2441] By: jhi                                   on 1998/12/03  08:15:13
8977     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8978          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
8979          Subject: [PATCH 5.005_54]Initial VMS patches
8980          Date: 3 Dec 1998 01:05:55 +0200
8981          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
8982          
8983          The patch to config_h.SH requires more study because
8984          metaconfig needs to agree.
8985  Branch: cfgperl
8986        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
8987        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
8988        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
8989 ____________________________________________________________________________
8990 [  2440] By: gsar                                  on 1998/12/03  01:32:16
8991     Log: add failed check-in of goto.t from change#1867
8992  Branch: perl
8993        ! t/op/goto.t
8994 ____________________________________________________________________________
8995 [  2437] By: jhi                                   on 1998/12/02  18:03:51
8996     Log: Fix most of the bad L<> links of
8997          
8998          From: Tom Christiansen <tchrist@jhereg.perl.com> 
8999          Subject: bad L<> links
9000          Reply-to: tchrist@perl.com 
9001          To: perlbug@jhereg.perl.com 
9002          Date: Tue, 11 Aug 1998 10:58:07 -0500 
9003          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
9004          
9005          The ones not fixed may require darker Pod::HTML magic,
9006          for example the perlguts.html#tags should work fine, IMHO.
9007  Branch: cfgperl
9008        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
9009        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
9010        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
9011        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
9012        ! pod/perlvar.pod
9013 ____________________________________________________________________________
9014 [  2436] By: jhi                                   on 1998/12/02  16:35:04
9015     Log: One paste too many in #2345.
9016  Branch: cfgperl
9017        ! lib/Pod/Html.pm
9018 ____________________________________________________________________________
9019 [  2435] By: jhi                                   on 1998/12/02  16:32:33
9020     Log: Pod::Html and Pod::Text were not locale-savvy:
9021          for example in =head1 all non-ASCII-\w-runs were
9022          turned into underscores in NAME tags.  This could
9023          result in several NAME tags becoming identical.
9024          Reported by:
9025          
9026          From: Fyodor Krasnov <fyodor@aha.ru> 
9027          Subject: pod2html vs Russian Characters
9028          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
9029          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
9030          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
9031  Branch: cfgperl
9032        ! lib/Pod/Html.pm lib/Pod/Text.pm
9033 ____________________________________________________________________________
9034 [  2434] By: jhi                                   on 1998/12/02  10:29:00
9035     Log: The real Mc5_54 integration.
9036  Branch: cfgperl
9037       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
9038 ____________________________________________________________________________
9039 [  2433] By: jhi                                   on 1998/12/02  08:52:13
9040     Log: From: Andy Dougherty <doughera@lafayette.edu>
9041          To: Perl Porters <perl5-porters@perl.org>
9042          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
9043          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
9044          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
9045  Branch: cfgperl
9046        ! Configure
9047 ____________________________________________________________________________
9048 [  2432] By: jhi                                   on 1998/12/02  08:49:47
9049     Log: From: Andy Dougherty <doughera@lafayette.edu>
9050          To: Perl Porters <perl5-porters@perl.org>
9051          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
9052          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
9053          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
9054  Branch: cfgperl
9055        ! Configure
9056 ____________________________________________________________________________
9057 [  2431] By: jhi                                   on 1998/12/01  16:11:50
9058     Log: From: achampio@lehman.com (Alan Champion)
9059          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
9060          To: perlbug@perl.com
9061          Date: 1 Dec 1998 17:36:33 +0200
9062          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
9063          
9064          Skip NIS includes.
9065  Branch: cfgperl
9066        ! t/op/pwent.t
9067 ____________________________________________________________________________
9068 [  2430] By: gsar                                  on 1998/12/01  12:12:50
9069     Log: 5.005_54, as released
9070  Branch: perl
9071        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
9072 ____________________________________________________________________________
9073 [  2429] By: jhi                                   on 1998/12/01  11:28:39
9074     Log: From: Anton Berezin <tobez@plab.ku.dk>
9075          To: perl5-porters@perl.org
9076          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
9077          Date: 30 Nov 1998 19:46:24 +0100
9078          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
9079  Branch: cfgperl
9080        ! hints/freebsd.sh
9081 ____________________________________________________________________________
9082 [  2428] By: jhi                                   on 1998/12/01  11:08:16
9083     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
9084  Branch: cfgperl
9085       +> (branch 30 files)
9086       !> (integrate 71 files)
9087 ____________________________________________________________________________
9088 [  2427] By: jhi                                   on 1998/12/01  10:51:37
9089     Log: Default to accepting a hinted $randfunc even when $csym
9090          does not find it.  (the previous defaylt behaviour was not
9091          to accept).
9092  Branch: cfgperl
9093        ! Configure
9094 ____________________________________________________________________________
9095 [  2426] By: jhi                                   on 1998/12/01  10:13:03
9096     Log: Separated the [:foo:] parsing to its own function.
9097          Passes all tests.
9098  Branch: cfgperl
9099        ! regcomp.c
9100 ____________________________________________________________________________
9101 [  2425] By: jhi                                   on 1998/12/01  08:22:49
9102     Log: Typo in comments.
9103  Branch: cfgperl
9104        ! regexec.c
9105 ____________________________________________________________________________
9106 [  2424] By: jhi                                   on 1998/12/01  08:21:38
9107     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9108          Subject: [PATCH 5.005_*] Debugger 'v' command
9109          To: perl5-porters@perl.org (Mailing list Perl5)
9110          Date: 1 Dec 1998 07:55:11 +0200
9111          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
9112  Branch: cfgperl
9113        ! lib/perl5db.pl
9114 ____________________________________________________________________________
9115 [  2423] By: jhi                                   on 1998/12/01  08:19:08
9116     Log: From: pvhp@forte.com (Peter Prymmer)
9117          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
9118          To: perl5-porters@perl.org
9119          Date: 1 Dec 1998 07:27:11 +0200
9120          Message-ID: <MLIST_9812010508.AA07791@forte.com>
9121  Branch: cfgperl
9122        ! hints/os390.sh
9123 ____________________________________________________________________________
9124 [  2417] By: jhi                                   on 1998/11/30  08:14:00
9125     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
9126  Branch: cfgperl
9127        ! ext/Socket/Socket.xs
9128 ____________________________________________________________________________
9129 [  2416] By: jhi                                   on 1998/11/30  08:00:15
9130     Log: Undo #2395, seems more like a problem in netbsd-current.
9131  Branch: cfgperl
9132        ! util.c
9133
9134 ----------------
9135 Version 5.005_54
9136 ----------------
9137
9138 ____________________________________________________________________________
9139 [  2414] By: gsar                                  on 1998/11/30  02:23:55
9140     Log: more JPL tweaks
9141  Branch: perl
9142        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
9143        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
9144 ____________________________________________________________________________
9145 [  2413] By: gsar                                  on 1998/11/30  01:35:56
9146     Log: stub bin/jpl that just runs JPL::Compile::files()
9147  Branch: perl
9148        + jpl/bin/jpl
9149 ____________________________________________________________________________
9150 [  2412] By: gsar                                  on 1998/11/30  01:32:14
9151     Log: delete symlink
9152  Branch: perl
9153        - jpl/bin/jpl
9154 ____________________________________________________________________________
9155 [  2410] By: gsar                                  on 1998/11/30  01:30:44
9156     Log: branch jpl from perlext to perl
9157  Branch: perl
9158       +> (branch 30 files)
9159 ____________________________________________________________________________
9160 [  2407] By: gsar                                  on 1998/11/30  01:24:53
9161     Log: JPL tweaks to build with 5.005
9162  Branch: perlext
9163        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
9164        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
9165 ____________________________________________________________________________
9166 [  2406] By: gsar                                  on 1998/11/30  00:55:54
9167     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
9168  Branch: perl
9169        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
9170 ____________________________________________________________________________
9171 [  2405] By: gsar                                  on 1998/11/30  00:28:55
9172     Log: patchlevel up to 54
9173  Branch: perl
9174        ! patchlevel.h win32/Makefile win32/config_H.bc
9175        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9176 ____________________________________________________________________________
9177 [  2403] By: gsar                                  on 1998/11/29  23:35:50
9178     Log: integrate cfgperl changes into mainline
9179  Branch: perl
9180       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9181       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
9182 ____________________________________________________________________________
9183 [  2402] By: gsar                                  on 1998/11/29  23:08:42
9184     Log: sync Text::Wrap version number
9185  Branch: perl
9186        ! lib/Text/Wrap.pm
9187 ____________________________________________________________________________
9188 [  2401] By: gsar                                  on 1998/11/29  22:56:21
9189     Log: textfill.t tweak
9190  Branch: perl
9191        ! t/lib/textfill.t
9192 ____________________________________________________________________________
9193 [  2400] By: gsar                                  on 1998/11/29  22:50:41
9194     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
9195          <muir@idiom.com>
9196  Branch: perl
9197        + t/lib/textfill.t
9198        ! MANIFEST lib/Text/Wrap.pm
9199 ____________________________________________________________________________
9200 [  2399] By: gsar                                  on 1998/11/29  22:28:05
9201     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
9202          has happened without the authors knowledge or consent; the subversive
9203          version (which is in 5.00502) breaks one of the tests in the
9204          authors testsuite; attempts are being made to find a fix that
9205          avoids breaking code already running with the 5.005_02 version
9206          From:    David Muir Sharnoff <muir@idiom.com>
9207          Date:    Sat, 28 Nov 1998 04:34:17 PST
9208          Message-Id: <199811281234.EAA03082@idiom.com>
9209          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
9210  Branch: perl
9211        ! lib/Text/Wrap.pm t/lib/textwrap.t
9212 ____________________________________________________________________________
9213 [  2397] By: nick                                  on 1998/11/29  20:13:58
9214     Log: Update docs and English.pm for $^C
9215  Branch: perl
9216        ! lib/English.pm pod/perlvar.pod
9217 ____________________________________________________________________________
9218 [  2396] By: jhi                                   on 1998/11/29  20:13:03
9219     Log: Mirror #2384.
9220  Branch: cfgperl
9221        ! t/op/pwent.t
9222 ____________________________________________________________________________
9223 [  2395] By: jhi                                   on 1998/11/29  19:59:12
9224     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
9225  Branch: cfgperl
9226        ! util.c
9227 ____________________________________________________________________________
9228 [  2394] By: gsar                                  on 1998/11/29  19:49:08
9229     Log: updated perlreftut.pod
9230  Branch: perl
9231        ! pod/perlreftut.pod
9232 ____________________________________________________________________________
9233 [  2393] By: gsar                                  on 1998/11/29  19:31:56
9234     Log: misc tweaks
9235  Branch: perl
9236        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
9237 ____________________________________________________________________________
9238 [  2392] By: gsar                                  on 1998/11/29  19:31:18
9239     Log: notes about -DPERL_POLLUTE
9240  Branch: perl
9241        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
9242 ____________________________________________________________________________
9243 [  2391] By: gsar                                  on 1998/11/29  19:13:52
9244     Log: explain various win32 build caveats more clearly
9245  Branch: perl
9246        ! README.win32 win32/Makefile win32/makefile.mk
9247 ____________________________________________________________________________
9248 [  2390] By: gsar                                  on 1998/11/29  16:51:59
9249     Log: remove I_POLL detection (Configure will do that now)
9250  Branch: perl
9251        ! ext/IO/Makefile.PL
9252 ____________________________________________________________________________
9253 [  2389] By: jhi                                   on 1998/11/29  16:39:16
9254     Log: Add I_POLL for IO 1.20.
9255  Branch: cfgperl
9256        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9257        ! config_h.SH
9258 ____________________________________________________________________________
9259 [  2388] By: gsar                                  on 1998/11/29  16:23:30
9260     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
9261  Branch: perl
9262        + Porting/p4desc
9263        ! MANIFEST
9264 ____________________________________________________________________________
9265 [  2387] By: gsar                                  on 1998/11/29  16:08:03
9266     Log: another threads reliability fix: serialize writes to thr->threadsv
9267          avoid most uses of PL_na (which is much more inefficient than a
9268          simple local); update docs to suit; PL_na now being thr->Tna may
9269          be a minor compatibility issue for extensions--will require dTHR
9270          outside of XSUBs (those get automatic dTHR)
9271  Branch: perl
9272        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
9273        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
9274        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9275        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
9276        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
9277        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
9278        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
9279        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
9280        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
9281 ____________________________________________________________________________
9282 [  2386] By: jhi                                   on 1998/11/29  15:40:42
9283     Log: Tune the "if" entry.
9284  Branch: cfgperl
9285        ! pod/perlfunc.pod
9286 ____________________________________________________________________________
9287 [  2385] By: gsar                                  on 1998/11/29  12:40:28
9288     Log: various fixes for race conditions under threads: mutex locks based
9289          on PL_threadnum were seriously flawed, since it means more than one
9290          thread could enter the critical region; PL_na was global instead of
9291          thread-local; child thread could finish and free thr structures
9292          before Thread->new() got around to creating the Thread object;
9293          cv_clone() needed locking, as it mucks with PL_comppad and other
9294          global data; new_struct_thread() needed to lock template-thread's
9295          mutex while copying its data
9296  Branch: perl
9297        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
9298        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
9299 ____________________________________________________________________________
9300 [  2384] By: gsar                                  on 1998/11/29  10:54:38
9301     Log: s/warn/print/ on multiply defined groups
9302  Branch: perl
9303        ! t/op/grent.t
9304 ____________________________________________________________________________
9305 [  2383] By: gsar                                  on 1998/11/29  10:48:39
9306     Log: backout change#2334
9307  Branch: perl
9308        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
9309 ____________________________________________________________________________
9310 [  2382] By: jhi                                   on 1998/11/29  10:33:40
9311     Log: Better NetInfo behaviour.
9312  Branch: cfgperl
9313        ! t/op/grent.t t/op/pwent.t
9314 ____________________________________________________________________________
9315 [  2381] By: jhi                                   on 1998/11/29  10:08:15
9316     Log: Integrate from mainperl.
9317  Branch: cfgperl
9318       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
9319       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9320       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
9321       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
9322       +> t/lib/io_poll.t t/lib/io_unix.t
9323       !> (integrate 58 files)
9324 ____________________________________________________________________________
9325 [  2380] By: gsar                                  on 1998/11/29  08:22:49
9326     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
9327          Tim Bunce)
9328  Branch: perl
9329        ! gv.c
9330 ____________________________________________________________________________
9331 [  2379] By: gsar                                  on 1998/11/29  07:06:43
9332     Log: fix for pat.t failure under USE_THREADS
9333  Branch: perl
9334        ! pp_ctl.c regexec.c
9335 ____________________________________________________________________________
9336 [  2378] By: nick                                  on 1998/11/28  22:46:57
9337     Log: More C.pm tweaks
9338          Save globs even if we have saved cv itself before - may be imported.
9339          
9340          While we don't save "bootstrap" CV we need to provide a stub,
9341          so that if we require it later we don't fall through and attempt
9342          to DynaLoad module again.
9343          
9344          Attempt to save %INC so that "require" does not reload things
9345          we have compiled-in (does not work right yet - seems to be due
9346          to PL_incgv being created in perl_parse() current scheme setting 
9347          GvHV() is "better" than saving the glob, but still does not 
9348          work as I expect). 
9349  Branch: perl
9350        ! ext/B/B/C.pm
9351 ____________________________________________________________________________
9352 [  2377] By: gsar                                  on 1998/11/28  22:30:38
9353     Log: various tweaks; result passes all tests for normal build on Solaris;
9354          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
9355          win32 due to lack of select() that works on non-socket fds
9356  Branch: perl
9357        ! ext/IO/poll.c regcomp.c regexec.c scope.c
9358        ! t/lib/io_multihomed.t win32/makefile.mk
9359 ____________________________________________________________________________
9360 [  2376] By: gsar                                  on 1998/11/28  20:44:39
9361     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
9362  Branch: perl
9363        ! myconfig
9364 ____________________________________________________________________________
9365 [  2375] By: gsar                                  on 1998/11/28  20:42:58
9366     Log: integrate cfgperl changes into mainline
9367  Branch: perl
9368       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
9369       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
9370 ____________________________________________________________________________
9371 [  2374] By: gsar                                  on 1998/11/28  20:02:03
9372     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9373          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
9374          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
9375          Subject: [PATCH 5.00553] Yet another OS/2 patch
9376  Branch: perl
9377        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
9378 ____________________________________________________________________________
9379 [  2373] By: gsar                                  on 1998/11/28  19:30:06
9380     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9381          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
9382          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
9383          Subject: [PATCH 5.005_53] Change $#+
9384  Branch: perl
9385        ! mg.c pod/perlvar.pod t/op/pat.t
9386 ____________________________________________________________________________
9387 [  2372] By: gsar                                  on 1998/11/28  19:28:00
9388     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9389          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
9390          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
9391          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
9392  Branch: perl
9393        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
9394        ! thrdvar.h
9395 ____________________________________________________________________________
9396 [  2371] By: gsar                                  on 1998/11/28  19:23:53
9397     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9398          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
9399          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
9400          Subject: [PATCH 5.005_53] better -Mre=debugcolor
9401  Branch: perl
9402        ! embedvar.h objXSUB.h regexec.c thrdvar.h
9403 ____________________________________________________________________________
9404 [  2370] By: gsar                                  on 1998/11/28  19:21:17
9405     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9406          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
9407          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
9408          Subject: [PATCH 5.005_*] regcolors
9409  Branch: perl
9410        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
9411 ____________________________________________________________________________
9412 [  2369] By: gsar                                  on 1998/11/28  19:00:15
9413     Log: allow final period in a file (not followed by a newline) to
9414          terminate format spec
9415  Branch: perl
9416        ! toke.c
9417 ____________________________________________________________________________
9418 [  2368] By: gsar                                  on 1998/11/28  18:58:25
9419     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
9420          add C<$Config{installarchlib}/CORE> to the default locations searched
9421          on win32
9422  Branch: perl
9423        ! lib/ExtUtils/Liblist.pm
9424 ____________________________________________________________________________
9425 [  2367] By: gsar                                  on 1998/11/28  18:46:05
9426     Log: applied suggested patch with PERL_OBJECT tweaks
9427          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9428          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
9429          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
9430          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
9431  Branch: perl
9432        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
9433        ! regexec.c t/op/pat.t thrdvar.h
9434 ____________________________________________________________________________
9435 [  2366] By: gsar                                  on 1998/11/28  18:38:34
9436     Log: additional documentation for qr//
9437          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9438          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
9439          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
9440          Subject: [PATCH 5.005_*] Documentation (fwd)
9441  Branch: perl
9442        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
9443 ____________________________________________________________________________
9444 [  2365] By: gsar                                  on 1998/11/28  18:35:35
9445     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9446          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
9447          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
9448          Subject: [PATCH 5.005_*] Fix \G in REx without //g
9449  Branch: perl
9450        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
9451        ! regexp.h t/op/pat.t thrdvar.h
9452 ____________________________________________________________________________
9453 [  2364] By: gsar                                  on 1998/11/28  18:24:20
9454     Log: update Test.pm to Test-1.12; tweak 're' detection
9455  Branch: perl
9456        ! lib/Test.pm
9457 ____________________________________________________________________________
9458 [  2363] By: gsar                                  on 1998/11/28  18:12:04
9459     Log: avoid command-line quoting portability problems in lex_assign.t
9460  Branch: perl
9461        ! t/op/lex_assign.t
9462 ____________________________________________________________________________
9463 [  2362] By: gsar                                  on 1998/11/28  18:08:50
9464     Log: From: John Tobey <jtobey@channel1.com>
9465          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
9466          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
9467          Subject: PATCH: document English.pm sawampersand and thread issues
9468  Branch: perl
9469        ! lib/English.pm pod/perlvar.pod
9470 ____________________________________________________________________________
9471 [  2361] By: gsar                                  on 1998/11/28  18:03:04
9472     Log: fix uninitialized warnings
9473          From: Brian Callaghan <callagh@itginc.com>
9474          Date: Thu, 19 Nov 1998 17:49:10 -0800
9475          Message-Id: <3654CA96.B64FCAEB@itginc.com>
9476          Subject: Complete.pm patch (version 1.1)
9477  Branch: perl
9478        ! lib/Term/Complete.pm
9479 ____________________________________________________________________________
9480 [  2360] By: gsar                                  on 1998/11/28  17:59:16
9481     Log: s/Array/List/ suggested by John Tobey
9482  Branch: perl
9483        ! pod/perldata.pod
9484 ____________________________________________________________________________
9485 [  2359] By: gsar                                  on 1998/11/28  17:47:48
9486     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
9487  Branch: perl
9488        ! lib/Tie/Handle.pm pod/perlfunc.pod
9489 ____________________________________________________________________________
9490 [  2358] By: jhi                                   on 1998/11/28  17:23:15
9491     Log: Revamp the locale tests.
9492          (0) Instead of rewiring a few locales scan for them.
9493          (1) Bogus test #101 removed.
9494          (2) All the locales are checked, the lists of failed
9495          and non-failed ones are displayed.
9496          (3) The test #103 is again 'active' so that it may fail.
9497          (4) To balance (3) a hopefully pacifying message is shown
9498          if the #103 fails.
9499  Branch: cfgperl
9500        ! t/pragma/locale.t
9501 ____________________________________________________________________________
9502 [  2357] By: gsar                                  on 1998/11/28  17:21:07
9503     Log: add perlreftut.pod
9504  Branch: perl
9505        + pod/perlreftut.pod
9506        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
9507        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
9508        ! win32/pod.mak
9509 ____________________________________________________________________________
9510 [  2356] By: jhi                                   on 1998/11/28  16:58:01
9511     Log: Change #2346 fallout.
9512  Branch: cfgperl
9513        ! t/op/undef.t
9514 ____________________________________________________________________________
9515 [  2355] By: gsar                                  on 1998/11/28  16:46:43
9516     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
9517          ANSI prototypes
9518  Branch: perl
9519        ! ext/IO/IO.xs
9520 ____________________________________________________________________________
9521 [  2354] By: gsar                                  on 1998/11/28  16:08:07
9522     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
9523          keep platform hacks that aren't in the 1.20 dist; add new files
9524          to MANIFEST; hack Makefile.PL; result hasn't been tested
9525          anywhere
9526  Branch: perl
9527        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
9528        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9529        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
9530        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
9531        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
9532        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9533        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9534        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
9535        ! t/lib/io_sock.t t/lib/io_udp.t
9536 ____________________________________________________________________________
9537 [  2353] By: jhi                                   on 1998/11/28  15:51:03
9538     Log: Locale collation, ctype, and numeric, were initialized wrong
9539          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
9540          as reported by
9541          
9542          From: Ilya.Sandler@etak.com (Ilya Sandler)
9543          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
9544          To: perlbug@perl.com
9545          Date: 25 Nov 1998 04:53:52 +0200
9546          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
9547  Branch: cfgperl
9548        ! util.c
9549 ____________________________________________________________________________
9550 [  2352] By: nick                                  on 1998/11/28  15:21:59
9551     Log: Implement $^C to allow perl access to -c flag - I think this 
9552          was agreed once...
9553  Branch: perl
9554        ! gv.c mg.c
9555 ____________________________________________________________________________
9556 [  2351] By: jhi                                   on 1998/11/28  15:14:24
9557     Log: Change #2251 fixup.
9558  Branch: cfgperl
9559        ! myconfig
9560 ____________________________________________________________________________
9561 [  2350] By: jhi                                   on 1998/11/28  14:58:19
9562     Log: Integrate from mainperl.
9563  Branch: cfgperl
9564       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
9565       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9566       +> pod/perl5005delta.pod
9567       !> (integrate 49 files)
9568 ____________________________________________________________________________
9569 [  2349] By: jhi                                   on 1998/11/28  14:27:36
9570     Log: Passwd and group file groveling.
9571  Branch: cfgperl
9572        ! t/op/grent.t t/op/pwent.t
9573 ____________________________________________________________________________
9574 [  2348] By: gsar                                  on 1998/11/28  14:09:50
9575     Log: more conservative version of changes#2345,2346,2347; those break
9576          C<defined(@{"foo::ISA"})> which seems to be extensively used in
9577          the libs :-(
9578  Branch: perl
9579        ! pp.c t/op/method.t
9580 ____________________________________________________________________________
9581 [  2347] By: gsar                                  on 1998/11/28  13:36:08
9582     Log: tweak bogus test
9583  Branch: perl
9584        ! t/op/method.t
9585 ____________________________________________________________________________
9586 [  2346] By: gsar                                  on 1998/11/28  13:20:34
9587     Log: test cases for previous change
9588  Branch: perl
9589        ! t/op/undef.t
9590 ____________________________________________________________________________
9591 [  2345] By: gsar                                  on 1998/11/28  13:07:17
9592     Log: fix typo in pp_defined() causing C<defined %tied> to fail
9593  Branch: perl
9594        ! pp.c
9595 ____________________________________________________________________________
9596 [  2344] By: gsar                                  on 1998/11/28  13:03:29
9597     Log: s/comment/comment_t/ tweak (suggested by John Gorman
9598          <jgorman@webbysoft.com>)
9599  Branch: perl
9600        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
9601 ____________________________________________________________________________
9602 [  2343] By: gsar                                  on 1998/11/28  12:52:40
9603     Log: add (stub) perldelta.pod
9604  Branch: perl
9605        + pod/perldelta.pod
9606 ____________________________________________________________________________
9607 [  2342] By: gsar                                  on 1998/11/28  12:49:26
9608     Log: rename perldelta.pod to perl5005delta.pod in preparation for
9609          starting a new one
9610  Branch: perl
9611       +> pod/perl5005delta.pod
9612        - pod/perldelta.pod
9613        ! MANIFEST pod/perl.pod
9614 ____________________________________________________________________________
9615 [  2341] By: gsar                                  on 1998/11/28  12:41:55
9616     Log: fix MALLOC_LOCK #define
9617  Branch: perl
9618        ! malloc.c
9619 ____________________________________________________________________________
9620 [  2340] By: gsar                                  on 1998/11/28  12:18:23
9621     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9622          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
9623          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
9624          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
9625  Branch: perl
9626        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
9627 ____________________________________________________________________________
9628 [  2339] By: jhi                                   on 1998/11/28  11:59:01
9629     Log: Add -lm to dynix/ptx POSIX hints.
9630          From: "Martin J. Bligh" <mbligh@sequent.com>
9631          To: jhi@iki.fi
9632          Subject: Re: Making Perl work on DYNIX/ptx
9633          Date: Wed, 25 Nov 1998 10:34:41 -0800
9634          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
9635  Branch: cfgperl
9636        ! ext/POSIX/hints/dynixptx.pl
9637 ____________________________________________________________________________
9638 [  2338] By: jhi                                   on 1998/11/28  11:57:19
9639     Log: Detypo.
9640  Branch: cfgperl
9641        ! lib/filetest.pm
9642 ____________________________________________________________________________
9643 [  2337] By: jhi                                   on 1998/11/28  11:56:29
9644     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
9645  Branch: cfgperl
9646        ! Configure
9647 ____________________________________________________________________________
9648 [  2336] By: gsar                                  on 1998/11/28  11:41:14
9649     Log: teach CPAN.pm to ignore beta perl distributions when looking for
9650          modules
9651          From: root@dogberry.rutgers.edu (root)
9652          Date: Thu, 12 Nov 1998 23:08:39 -0500
9653          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
9654          Subject: recompile tries getting a perl distribution
9655  Branch: perl
9656        ! lib/CPAN.pm
9657 ____________________________________________________________________________
9658 [  2335] By: gsar                                  on 1998/11/28  11:27:46
9659     Log: make $1 et al readonly under threads; make C<undef $1> fail like
9660          C<$1 = undef> does
9661  Branch: perl
9662        ! op.c pp.c t/op/undef.t
9663 ____________________________________________________________________________
9664 [  2334] By: gsar                                  on 1998/11/28  10:24:52
9665     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
9666  Branch: perl
9667        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
9668 ____________________________________________________________________________
9669 [  2333] By: gsar                                  on 1998/11/28  09:36:40
9670     Log: document changed PERL_HASH()
9671  Branch: perl
9672        ! pod/perlfunc.pod pod/perlguts.pod
9673 ____________________________________________________________________________
9674 [  2332] By: nick                                  on 1998/11/27  21:10:27
9675     Log: Handle INIT list in C.pm
9676          1. Provide init_av() from B.xs
9677          2. Export it in B.pm
9678          3. Use it in C.pm
9679          Also disable some pruning in savecv() which seems to undo
9680          my previous patch.
9681          Experimental feature - save pathnames of .so files in easily 
9682          grep-able form for use in wrapper to feed to linker.  
9683  Branch: perl
9684        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
9685 ____________________________________________________________________________
9686 [  2327] By: gsar                                  on 1998/11/27  15:12:01
9687     Log: integrate change#2315 from maint-5.005
9688  Branch: perl
9689        ! t/op/sort.t
9690       !> op.c sv.c
9691 ____________________________________________________________________________
9692 [  2326] By: gsar                                  on 1998/11/27  15:00:42
9693     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
9694  Branch: perl
9695       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
9696       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9697       !> lib/ExtUtils/typemap
9698 ____________________________________________________________________________
9699 [  2325] By: gsar                                  on 1998/11/27  14:46:18
9700     Log: malloc bugfix and documentation from Ilya Zakharevich
9701          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
9702          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
9703          Subject: [PATCH 5.005_*] Re: Internal coredump
9704          --
9705          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
9706          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
9707          Subject: [PATCH 5.005_*] malloc.c documentation
9708  Branch: perl
9709        ! malloc.c
9710 ____________________________________________________________________________
9711 [  2324] By: gsar                                  on 1998/11/27  14:41:38
9712     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
9713  Branch: perl
9714        ! ext/B/B/C.pm
9715 ____________________________________________________________________________
9716 [  2323] By: gsar                                  on 1998/11/27  14:33:44
9717     Log: From: maeda@src.ricoh.co.jp
9718          Date: Tue, 24 Nov 1998 10:37:45 +0900
9719          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
9720          Subject: format "..." bug
9721  Branch: perl
9722        ! pp_ctl.c t/op/write.t
9723 ____________________________________________________________________________
9724 [  2322] By: gsar                                  on 1998/11/27  14:20:12
9725     Log: add ext/Devel/Peek
9726          From: jan.dubois@ibm.net (Jan Dubois)
9727          Date: Mon, 23 Nov 1998 00:48:11 +0100
9728          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
9729          Subject: [PATCH 5.005_53] Devel::Peek integration
9730  Branch: perl
9731        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
9732        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9733        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
9734        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
9735        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
9736 ____________________________________________________________________________
9737 [  2321] By: gsar                                  on 1998/11/27  13:03:08
9738     Log: ensure 'make regen_headers' even without perl installed
9739          (suggested by Ilya Zakharevich)
9740  Branch: perl
9741        ! bytecode.pl warning.pl
9742 ____________________________________________________________________________
9743 [  2320] By: gsar                                  on 1998/11/27  12:58:36
9744     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9745          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
9746          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
9747          Subject: [PATCH 5.005_*] Cosmetic malloc patch
9748  Branch: perl
9749        ! malloc.c
9750 ____________________________________________________________________________
9751 [  2319] By: gsar                                  on 1998/11/27  12:56:13
9752     Log: eliminate dup hunk from integration
9753  Branch: perl
9754        ! lib/filetest.pm perl.h
9755 ____________________________________________________________________________
9756 [  2318] By: gsar                                  on 1998/11/27  12:50:08
9757     Log: integrate cfgperl changes into mainline
9758  Branch: perl
9759       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
9760        ! pod/perlfaq4.pod
9761       !> (integrate 30 files)
9762 ____________________________________________________________________________
9763 [  2317] By: jhi                                   on 1998/11/27  11:38:13
9764     Log: C<-x>.
9765  Branch: cfgperl
9766        ! lib/filetest.pm
9767 ____________________________________________________________________________
9768 [  2316] By: jhi                                   on 1998/11/27  11:10:22
9769     Log: Integrate from mainperl.
9770  Branch: cfgperl
9771       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
9772       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
9773       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
9774       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
9775       !> win32/win32sck.c
9776 ____________________________________________________________________________
9777 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
9778     Log: integrate change#2246 from mainline, while still allowing
9779          C<sort $globref @foo>
9780          
9781          allow C<sort $coderef @foo>
9782  Branch: maint-5.005/perl
9783        ! op.c sv.c
9784       !> t/op/sort.t
9785 ____________________________________________________________________________
9786 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
9787     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
9788          forwarded by Jarkko Hietaniemi from Mark Bixby
9789  Branch: maint-5.005/perl
9790        ! ext/DynaLoader/dl_mpeix.xs installperl
9791 ____________________________________________________________________________
9792 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
9793     Log: Allow PL_FILES to have multiple targets from one source by allowing
9794          an array ref as the value in the hash
9795  Branch: maint-5.005/perl
9796        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9797        ! lib/ExtUtils/MakeMaker.pm
9798 ____________________________________________________________________________
9799 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
9800     Log: fix unsigned variables to use SvUV and sv_setuv
9801  Branch: maint-5.005/perl
9802        ! lib/ExtUtils/typemap
9803 ____________________________________________________________________________
9804 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
9805     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
9806  Branch: maint-5.005/perl
9807        ! lib/ExtUtils/MM_Unix.pm
9808 ____________________________________________________________________________
9809 [  2301] By: gsar                                  on 1998/11/26  10:16:54
9810     Log: fix PL_defoutgv leak under threads
9811  Branch: perl
9812        ! ext/Thread/Thread.xs
9813 ____________________________________________________________________________
9814 [  2300] By: gsar                                  on 1998/11/26  09:04:44
9815     Log: properly free temporaries created by threads
9816  Branch: perl
9817        ! ext/Thread/Thread.xs
9818 ____________________________________________________________________________
9819 [  2299] By: gsar                                  on 1998/11/26  06:51:16
9820     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
9821          to set the package for the block properly
9822  Branch: perl
9823        ! op.c t/comp/package.t t/lib/dumper.t
9824 ____________________________________________________________________________
9825 [  2298] By: nick                                  on 1998/11/24  22:04:20
9826     Log: Part-1 of tweaks to allow Tk to be "compiled"
9827          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
9828          (May also need attention to exports etc. - to follow.)
9829  Branch: perl
9830        ! universal.c
9831 ____________________________________________________________________________
9832 [  2294] By: jhi                                   on 1998/11/23  10:44:26
9833     Log: The new socket tests need in some platforms
9834          to #include <sys/types.h>.
9835  Branch: cfgperl
9836        ! Configure
9837 ____________________________________________________________________________
9838 [  2293] By: jhi                                   on 1998/11/23  10:33:42
9839     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9840          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9841          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9842          Date: Mon, 23 Nov 1998 10:07:04 +0100
9843          Message-Id: <9811230907.AA06484@AWT.nl>
9844          
9845          NeXTstep NetInfo uses nidump to get the user/group databases.
9846  Branch: cfgperl
9847        ! t/op/grent.t t/op/pwent.t
9848 ____________________________________________________________________________
9849 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
9850     Log: Updated Porting/patchls utility.
9851  Branch: maint-5.004/perl
9852        ! Porting/patchls
9853 ____________________________________________________________________________
9854 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
9855     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
9856          From:  Henrik Tougaard <ht.000@foa.dk>
9857          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
9858          Files:  lib/Sys/Syslog.pm
9859  Branch: maint-5.004/perl
9860        ! lib/Sys/Syslog.pm
9861 ____________________________________________________________________________
9862 [  2286] By: jhi                                   on 1998/11/22  19:08:42
9863     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
9864  Branch: cfgperl
9865        ! ext/Socket/Socket.xs
9866 ____________________________________________________________________________
9867 [  2285] By: jhi                                   on 1998/11/22  18:21:07
9868     Log: MSG_PROXY for GNU/Hurd (previously we believed that
9869          all GNU libc platforms have MSG_PROXY.  Untrue).
9870          In fact this ended up as a major MSG_* and SCM_*
9871          update.  The MSG_XXX known to be enums in some
9872          versions of the glibc are now probed for and respective
9873          HAS_MSG_XXX are defined.  While I was at it I noticed
9874          SCM_RIGHTS being similarly an enum.  This reminded me of
9875          an ancient discussion in perl5-porters:
9876          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
9877          The BSD socket interface has a nifty feature for passing
9878          file descriptors and credentials--via sockets.  It may be
9879          too late to add this functionality to the CORE but
9880          at least Configure now probes for the functions,
9881          structs, and includes, defining the appropriate
9882          HAS_YYY and I_ZZZ, and the Socket extension exports
9883          the constants, in case somebody wants to write an
9884          extension for this interface.
9885  Branch: cfgperl
9886        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9887        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
9888        ! iperlsys.h
9889 ____________________________________________________________________________
9890 [  2284] By: jhi                                   on 1998/11/22  18:13:21
9891     Log: perlhist.pod 1.54, containing 5_53.
9892  Branch: cfgperl
9893        ! pod/perlhist.pod
9894 ____________________________________________________________________________
9895 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
9896     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
9897  Branch: maint-5.004/perl
9898        ! doio.c
9899 ____________________________________________________________________________
9900 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
9901     Log: Improve op/die_exit.t test for implicit close changing $!
9902  Branch: maint-5.004/perl
9903        ! t/op/die_exit.t
9904 ____________________________________________________________________________
9905 [  2268] By: jhi                                   on 1998/11/22  14:44:11
9906     Log: Fix thinko.
9907  Branch: cfgperl
9908        ! hints/dynixptx.sh
9909 ____________________________________________________________________________
9910 [  2267] By: jhi                                   on 1998/11/22  13:19:41
9911     Log: Document the d_socket override.
9912  Branch: cfgperl
9913        ! hints/dynixptx.sh
9914 ____________________________________________________________________________
9915 [  2266] By: jhi                                   on 1998/11/22  12:12:29
9916     Log: From: John Tobey <jtobey@channel1.com>
9917          Subject: [PATCH] perlfaq typos
9918          To: perl5-porters@perl.com
9919          Date: 22 Nov 1998 04:25:15 +0200
9920          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
9921  Branch: cfgperl
9922        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9923        ! pod/perlfaq7.pod pod/perlfaq8.pod
9924 ____________________________________________________________________________
9925 [  2265] By: jhi                                   on 1998/11/22  12:06:29
9926     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9927          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
9928          Newsgroups: hut.lists.perl5-porters
9929          To: gsar@engin.umich.edu (Gurusamy Sarathy)
9930          Cc: perl5-porters@perl.org (Perl5 Porters)
9931          Date: 20 Nov 1998 12:20:41 +0200
9932  Branch: cfgperl
9933        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9934        ! ext/DB_File/DB_File.xs
9935 ____________________________________________________________________________
9936 [  2264] By: jhi                                   on 1998/11/22  11:55:09
9937     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
9938          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9939          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9940          To: perlbug@perl.com
9941          Date: 20 Nov 1998 18:39:06 +0200
9942          Lines: 47
9943          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9944  Branch: cfgperl
9945        ! t/op/grent.t t/op/pwent.t
9946 ____________________________________________________________________________
9947 [  2263] By: jhi                                   on 1998/11/22  11:42:59
9948     Log: Permission testing is tricky when we have too much power.
9949          Problem reported in
9950          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9951          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9952          To: perlbug@perl.com
9953          Date: 20 Nov 1998 18:39:06 +0200
9954          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9955  Branch: cfgperl
9956        ! t/op/filetest.t
9957 ____________________________________________________________________________
9958 [  2262] By: gsar                                  on 1998/11/22  11:37:02
9959     Log: fix broken CAPI generation
9960  Branch: perl
9961        ! win32/GenCAPI.pl
9962 ____________________________________________________________________________
9963 [  2261] By: jhi                                   on 1998/11/22  11:17:00
9964     Log: -x should be C<-x>, reported by Gerben Wierda.
9965  Branch: cfgperl
9966        ! pod/perlfunc.pod
9967 ____________________________________________________________________________
9968 [  2260] By: gsar                                  on 1998/11/22  11:12:02
9969     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
9970  Branch: perl
9971        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
9972        ! proto.h
9973 ____________________________________________________________________________
9974 [  2259] By: jhi                                   on 1998/11/22  11:06:40
9975     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9976          Subject: Re: [PATCH] Re: pod2man bug in date generated line
9977          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
9978          Cc: perlbug@perl.com
9979          Date: 20 Nov 1998 21:30:17 +0200
9980          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
9981  Branch: cfgperl
9982        ! pod/pod2man.PL
9983 ____________________________________________________________________________
9984 [  2256] By: jhi                                   on 1998/11/21  10:44:01
9985     Log: From: Thomas Bowditch <bowditch@inmet.com>
9986          Subject: Benchmark.pm suggestion
9987          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
9988          Date: Fri, 20 Nov 1998 17:43:46 -0500
9989          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
9990          
9991          Added timesum().
9992  Branch: cfgperl
9993        ! lib/Benchmark.pm
9994 ____________________________________________________________________________
9995 [  2255] By: gsar                                  on 1998/11/21  08:45:06
9996     Log: another win32 portability fix: make sysread() and syswrite()
9997          work on sockets
9998  Branch: perl
9999        ! pp_sys.c win32/win32.h
10000 ____________________________________________________________________________
10001 [  2254] By: gsar                                  on 1998/11/21  07:49:06
10002     Log: win32_recvfrom() compatibility fix
10003  Branch: perl
10004        ! win32/win32sck.c
10005 ____________________________________________________________________________
10006 [  2253] By: jhi                                   on 1998/11/20  08:22:06
10007     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
10008          To: jhi@iki.fi
10009          Subject: MPE/iX Perl 5.005_02 oops
10010          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
10011          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
10012  Branch: cfgperl
10013        ! ext/DynaLoader/dl_mpeix.xs installperl
10014 ____________________________________________________________________________
10015 [  2252] By: gsar                                  on 1998/11/19  17:38:03
10016     Log: mess_sv tweak for change#2249
10017  Branch: perl
10018        ! util.c
10019 ____________________________________________________________________________
10020 [  2251] By: jhi                                   on 1998/11/18  12:32:19
10021     Log: Display use64bits and usemultiplicity but only if necessary.
10022  Branch: cfgperl
10023        ! myconfig
10024 ____________________________________________________________________________
10025 [  2250] By: jhi                                   on 1998/11/18  12:26:50
10026     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
10027          Subject: pp.c uses 'unsigned Quad_t'
10028          To: perlbug@perl.com 
10029          Date: Sun, 15 Nov 1998 20:57:05 -0300 
10030          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
10031  Branch: cfgperl
10032        ! perl.h pp.c
10033 ____________________________________________________________________________
10034 [  2249] By: gsar                                  on 1998/11/18  05:43:11
10035     Log: use PL_mess_sv only during global destruction (fixes problems with
10036          overlapping invocations of form()/warn()/die()/croak() trampling on
10037          each other's messages)
10038  Branch: perl
10039        ! mg.c util.c
10040 ____________________________________________________________________________
10041 [  2248] By: gsar                                  on 1998/11/18  05:39:36
10042     Log: tweak change#2245 to skip previous message if any
10043  Branch: perl
10044        ! pp_ctl.c t/pragma/warn/pp_ctl
10045 ____________________________________________________________________________
10046 [  2247] By: jhi                                   on 1998/11/17  11:46:56
10047     Log: Integrate from mainperl.
10048  Branch: cfgperl
10049       !> (integrate 26 files)
10050 ____________________________________________________________________________
10051 [  2246] By: gsar                                  on 1998/11/17  09:41:10
10052     Log: allow C<sort $coderef @foo>
10053  Branch: perl
10054        ! op.c t/op/sort.t t/pragma/overload.t
10055 ____________________________________________________________________________
10056 [  2245] By: gsar                                  on 1998/11/17  08:28:26
10057     Log: propagate failures in DESTROY() as (optional) warnings
10058  Branch: perl
10059        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
10060 ____________________________________________________________________________
10061 [  2244] By: gsar                                  on 1998/11/17  07:43:08
10062     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
10063  Branch: perl
10064        ! perl.c thrdvar.h
10065 ____________________________________________________________________________
10066 [  2243] By: gsar                                  on 1998/11/17  07:40:09
10067     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
10068  Branch: perl
10069        ! lib/warning.pm warning.h warning.pl
10070 ____________________________________________________________________________
10071 [  2242] By: gsar                                  on 1998/11/17  06:32:39
10072     Log: fix skipspace() to properly account for newlines in eval''-ed
10073          strings (caused bogus line numbers in diagnostics and debugger)
10074  Branch: perl
10075        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
10076 ____________________________________________________________________________
10077 [  2241] By: gsar                                  on 1998/11/17  03:48:12
10078     Log: s/Perl_utf8skip/PL_utf8skip/g
10079  Branch: perl
10080        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
10081 ____________________________________________________________________________
10082 [  2240] By: gsar                                  on 1998/11/14  06:09:06
10083     Log: rework op/groups.t
10084  Branch: perl
10085        ! t/op/filetest.t t/op/groups.t
10086 ____________________________________________________________________________
10087 [  2235] By: gsar                                  on 1998/11/14  00:17:05
10088     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
10089  Branch: perl
10090        ! op.c
10091 ____________________________________________________________________________
10092 [  2234] By: gsar                                  on 1998/11/14  00:14:02
10093     Log: update Changes
10094  Branch: perl
10095        ! Changes win32/config.bc win32/config.gc win32/config.vc
10096 ____________________________________________________________________________
10097 [  2233] By: gsar                                  on 1998/11/13  09:43:03
10098     Log: doc tweak
10099  Branch: perl
10100        ! README.win32
10101 ____________________________________________________________________________
10102 [  2230] By: jhi                                   on 1998/11/12  17:07:45
10103     Log: Allow hints file override for d_socket
10104          (based on Sequent-induced change #2229).
10105  Branch: cfgperl
10106        ! Configure
10107 ____________________________________________________________________________
10108 [  2229] By: jhi                                   on 1998/11/12  16:32:33
10109     Log: 
10110          From: "Martin J. Bligh" <mbligh@sequent.com>
10111          To: jhi@iki.fi
10112          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10113          Subject: Re: Making Perl work on DYNIX/ptx
10114          Date: Tue, 10 Nov 1998 16:24:26 -0800
10115          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
10116  Branch: cfgperl
10117        ! hints/dynixptx.sh
10118 ____________________________________________________________________________
10119 [  2228] By: jhi                                   on 1998/11/12  11:40:37
10120     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
10121          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
10122          To: jhi@iki.fi
10123          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
10124          Subject: Re: Making Perl work on DYNIX/ptx
10125          Date: Tue, 10 Nov 1998 18:01:10 -0800
10126  Branch: cfgperl
10127        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
10128 ____________________________________________________________________________
10129 [  2227] By: jhi                                   on 1998/11/12  11:17:42
10130     Log: Integrate from mainperl.
10131  Branch: cfgperl
10132       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
10133       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
10134       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10135       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
10136       !> win32/win32.c x2p/s2p.PL
10137 ____________________________________________________________________________
10138 [  2226] By: gsar                                  on 1998/11/11  21:05:42
10139     Log: provide -DPERL_POLLUTE
10140  Branch: perl
10141        ! embed.pl embedvar.h
10142 ____________________________________________________________________________
10143 [  2225] By: jhi                                   on 1998/11/09  07:45:12
10144     Log: From: Hans Mulder <hansm@icgroup.nl>
10145          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10146          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
10147          perl5-porters@perl.org
10148          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
10149          (UNINSTALLED)
10150          Date: Sun,  8 Nov 98 22:20:23 +0100
10151          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
10152  Branch: cfgperl
10153        ! malloc.c perl.h
10154 ____________________________________________________________________________
10155 [  2224] By: gsar                                  on 1998/11/09  03:13:14
10156     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
10157          Christoph <lupe@alanya.m.isar.de>)
10158  Branch: perl
10159        ! lib/Text/Wrap.pm
10160 ____________________________________________________________________________
10161 [  2223] By: gsar                                  on 1998/11/09  02:09:06
10162     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
10163          <lionel.fourquaux@wanadoo.fr>)
10164  Branch: perl
10165        ! x2p/s2p.PL
10166 ____________________________________________________________________________
10167 [  2222] By: gsar                                  on 1998/11/09  01:56:24
10168     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
10169          Date: Wed, 04 Nov 1998 12:19:44 +0000
10170          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
10171          Subject: [PATCH] Re: [5.005_53] read overflow? 
10172          --
10173          Date: Wed, 04 Nov 1998 13:15:18 +0000
10174          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
10175          Subject: [PATCH 5.005_53] perl -V fix
10176  Branch: perl
10177        ! perl.c regexec.c
10178 ____________________________________________________________________________
10179 [  2221] By: gsar                                  on 1998/11/09  01:34:56
10180     Log: From: jan.dubois@ibm.net (Jan Dubois)
10181          Date: Sun, 01 Nov 1998 00:05:01 +0100
10182          Message-ID: <364294bd.18052307@smtp1.ibm.net>
10183          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
10184  Branch: perl
10185        ! Changes win32/makedef.pl
10186 ____________________________________________________________________________
10187 [  2220] By: gsar                                  on 1998/11/08  21:13:07
10188     Log: integrate changes#2120,2168,2218 from maint-5.005;
10189          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
10190          enum; make regen_headers
10191  Branch: perl
10192        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
10193        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
10194 ____________________________________________________________________________
10195 [  2219] By: gsar                                  on 1998/11/08  19:42:57
10196     Log: integrate cfgperl changes into mainline
10197  Branch: perl
10198       +> README.vmesa
10199       !> Configure MANIFEST Porting/Glossary Porting/config.sh
10200       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
10201       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
10202       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
10203       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
10204       !> thread.h vms/subconfigure.com vos/config.h
10205 ____________________________________________________________________________
10206 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
10207     Log: From: Graham Barr <gbarr@ti.com>
10208          Date: Mon, 2 Nov 1998 07:38:52 -0600
10209          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
10210          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
10211  Branch: maint-5.005/perl
10212        ! ext/IPC/SysV/Msg.pm
10213 ____________________________________________________________________________
10214 [  2215] By: gsar                                  on 1998/11/08  02:52:52
10215     Log: set close-on-exec bit on pipe() FDs
10216  Branch: perl
10217        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
10218 ____________________________________________________________________________
10219 [  2214] By: gsar                                  on 1998/11/08  02:27:57
10220     Log: typo in newHVhv()
10221  Branch: perl
10222        ! hv.c
10223 ____________________________________________________________________________
10224 [  2211] By: jhi                                   on 1998/11/07  21:14:18
10225     Log: Finalize the Mach CThreads support.
10226          
10227          From: Hans Mulder <hansm@icgroup.nl>
10228          Date: Sat,  7 Nov 98 22:06:20 +0100
10229          To: Gurusamy Sarathy <gsar@engin.umich.edu>
10230          Cc: jhi@iki.fi, perl5-porters@perl.org
10231          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
10232          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
10233  Branch: cfgperl
10234        ! malloc.c perl.h
10235 ____________________________________________________________________________
10236 [  2210] By: gsar                                  on 1998/11/06  20:36:50
10237     Log: fix AvREALISH bogusness
10238  Branch: perl
10239        ! av.c t/op/array.t
10240 ____________________________________________________________________________
10241 [  2209] By: jhi                                   on 1998/11/06  08:05:31
10242     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
10243          ASSERT() causes problems in {NeXTStep,OpenStep}.
10244          
10245          From: Hans Mulder <hansm@icgroup.nl>
10246          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
10247          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
10248          Date: Fri,  6 Nov 98 01:27:41 +0100
10249          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
10250          
10251          and
10252          
10253          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10254          Subject: Re: ASSERT() in malloc.c
10255          To: jhi@iki.fi
10256          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
10257          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
10258  Branch: cfgperl
10259        ! malloc.c
10260 ____________________________________________________________________________
10261 [  2208] By: jhi                                   on 1998/11/06  07:55:38
10262     Log: Mach CThreads needs #include <mach/cthreads.h>.
10263  Branch: cfgperl
10264        ! perl.h
10265 ____________________________________________________________________________
10266 [  2206] By: jhi                                   on 1998/11/05  14:54:52
10267     Log: PERL_BADLANG wrongly documented.
10268          
10269          From: ts <decoux@moulon.inra.fr>
10270          To: jhi@cc.hut.fi
10271          Subject: Re: Locale warning messages
10272          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
10273          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
10274          
10275          and
10276          
10277          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10278          Subject: Re: PERL_BADLANG
10279          To: jhi@iki.fi
10280          Subject: Re: PERL_BADLANG
10281          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
10282          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
10283  Branch: cfgperl
10284        ! pod/perllocale.pod
10285 ____________________________________________________________________________
10286 [  2205] By: jhi                                   on 1998/11/05  14:24:33
10287     Log: Document all the control flow keywords in perlfunc
10288          so that "perlfunc -f while" works.
10289  Branch: cfgperl
10290        ! pod/perlfunc.pod
10291 ____________________________________________________________________________
10292 [  2204] By: jhi                                   on 1998/11/05  12:46:02
10293     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
10294          (from vos/config.h).  Update Porting/{Glossary,config*}.
10295  Branch: cfgperl
10296        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10297        ! config_h.SH vos/config.h
10298 ____________________________________________________________________________
10299 [  2203] By: jhi                                   on 1998/11/05  08:34:39
10300     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
10301  Branch: cfgperl
10302        ! hints/vmesa.sh vms/subconfigure.com
10303 ____________________________________________________________________________
10304 [  2202] By: jhi                                   on 1998/11/05  08:03:20
10305     Log: Integrate from mainperl.
10306  Branch: cfgperl
10307       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
10308       !> win32/Makefile win32/makefile.mk win32/win32.c
10309 ____________________________________________________________________________
10310 [  2201] By: gsar                                  on 1998/11/05  04:40:44
10311     Log: another POPSTACK victim
10312  Branch: perl
10313        ! cop.h sv.c
10314 ____________________________________________________________________________
10315 [  2196] By: gsar                                  on 1998/11/05  02:07:54
10316     Log: fix a location affected by change#2191, add note about POPSTACK
10317  Branch: perl
10318        ! cop.h gv.c pp_ctl.c
10319 ____________________________________________________________________________
10320 [  2195] By: gsar                                  on 1998/11/05  02:04:45
10321     Log: makefile notes
10322  Branch: perl
10323        ! win32/Makefile win32/makefile.mk
10324 ____________________________________________________________________________
10325 [  2192] By: gsar                                  on 1998/11/04  23:48:53
10326     Log: indeterminate order-of-evaluation fixes
10327  Branch: perl
10328        ! mg.c
10329 ____________________________________________________________________________
10330 [  2191] By: gsar                                  on 1998/11/04  23:02:16
10331     Log: refetch local stack pointer in POPSTACK
10332  Branch: perl
10333        ! cop.h perl.c
10334 ____________________________________________________________________________
10335 [  2190] By: jhi                                   on 1998/11/04  08:50:40
10336     Log: Configure update.
10337          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
10338          
10339          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10340          To: Martin Bligh <mbligh@sequent.com>
10341          Cc: Jarkko Hietaniemi <jhi@iki.fi>
10342          Subject: Re: Perl 5's configure on DYNIX/ptx
10343          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
10344          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
10345          
10346          find sockets also from libsocket, not just libnet.
10347          OS390: $compile_ok instead of $compile for <inttypes.h>,
10348          
10349          From: pvhp@forte.com (Peter Prymmer)
10350          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
10351          Subject: _53 not OK on os390 but looking better than ever
10352          Date: Tue, 3 Nov 98 17:33:22 PST
10353          Message-Id: <9811040133.AA09450@forte.com>
10354  Branch: cfgperl
10355        ! Configure
10356 ____________________________________________________________________________
10357 [  2189] By: jhi                                   on 1998/11/04  07:43:58
10358     Log: sysio.t failure: fix undefined order of evaluation, from
10359          
10360          From: Spider Boardman <spider@web.zk3.dec.com>
10361          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
10362          To: perlbug@perl.com
10363          Date: 4 Nov 1998 01:22:30 +0200
10364          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
10365  Branch: cfgperl
10366        ! pp_sys.c
10367 ____________________________________________________________________________
10368 [  2188] By: gsar                                  on 1998/11/04  02:59:16
10369     Log: fix return value of win32_pclose()
10370  Branch: perl
10371        ! win32/win32.c
10372 ____________________________________________________________________________
10373 [  2187] By: gsar                                  on 1998/11/04  02:56:34
10374     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
10375  Branch: perl
10376        ! Changes doop.c gv.c util.c
10377 ____________________________________________________________________________
10378 [  2186] By: jhi                                   on 1998/11/03  08:17:52
10379     Log: Document quads in pack.
10380  Branch: cfgperl
10381        ! pod/perlfunc.pod
10382 ____________________________________________________________________________
10383 [  2185] By: jhi                                   on 1998/11/03  07:49:35
10384     Log: (IV) vs (I32) vs I_V()
10385          
10386          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
10387          From: Anton Berezin <tobez@plab.ku.dk> 
10388          To: "p5p" <perl5-porters@perl.org> 
10389          Date: 01 Nov 1998 15:09:11 +0100 
10390          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
10391          
10392          and
10393          
10394          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
10395          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
10396          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
10397  Branch: cfgperl
10398        ! sv.c
10399 ____________________________________________________________________________
10400 [  2184] By: jhi                                   on 1998/11/03  07:42:46
10401     Log: VM/ESA updates.
10402  Branch: cfgperl
10403        + README.vmesa
10404        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
10405 ____________________________________________________________________________
10406 [  2183] By: jhi                                   on 1998/11/02  12:58:13
10407     Log: The id(1)-parsing is real fun.
10408  Branch: cfgperl
10409        ! t/op/groups.t
10410 ____________________________________________________________________________
10411 [  2182] By: jhi                                   on 1998/11/02  12:07:43
10412     Log: Decommission the symlink test.
10413  Branch: cfgperl
10414        ! t/op/lex_assign.t
10415 ____________________________________________________________________________
10416 [  2181] By: jhi                                   on 1998/11/02  12:03:08
10417     Log: Replace ATTR_JOINABLE with true Configure probe
10418          for PTHREAD_CREATE_JOINABLE (or equivalent:
10419          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
10420          Remove ATTR_JOINABLE itself: Thread.xs uses
10421          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
10422          
10423          Really scan for <mach/cthreads.h> only if usethreads.
10424  Branch: cfgperl
10425        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
10426 ____________________________________________________________________________
10427 [  2180] By: jhi                                   on 1998/11/02  11:07:34
10428     Log: In HP-UX 10.X usethreads only if the required files are present.
10429  Branch: cfgperl
10430        ! hints/hpux.sh
10431 ____________________________________________________________________________
10432 [  2179] By: jhi                                   on 1998/11/02  09:10:33
10433     Log: Prefer groups(1).
10434          id -Gn can be broken.
10435          id -a can save the day.
10436  Branch: cfgperl
10437        ! t/op/groups.t
10438 ____________________________________________________________________________
10439 [  2178] By: jhi                                   on 1998/11/02  08:35:29
10440     Log: Detrail enum comma.
10441  Branch: cfgperl
10442        ! perl.h
10443 ____________________________________________________________________________
10444 [  2177] By: jhi                                   on 1998/11/02  08:24:12
10445     Log: 0**0 = 1, from
10446          
10447          From: d-lewart@uiuc.edu (Daniel S. Lewart)
10448          Subject: Math::Complex 0**0 patches
10449          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
10450          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
10451          To: jhi@iki.fi (Jarkko Hietaniemi),
10452          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
10453  Branch: cfgperl
10454        ! lib/Math/Complex.pm t/lib/complex.t
10455 ____________________________________________________________________________
10456 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
10457     Log: From: jan.dubois@ibm.net (Jan Dubois)   
10458          Date: Fri, 09 Oct 1998 23:28:31 +0200
10459          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
10460          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
10461  Branch: maint-5.005/perl
10462        ! XSUB.h
10463 ____________________________________________________________________________
10464 [  2164] By: jhi                                   on 1998/10/31  15:50:02
10465     Log: Integrate from mainperl.
10466  Branch: cfgperl
10467       +> t/op/lex_assign.t
10468       !> (integrate 45 files)
10469
10470 ----------------
10471 Version 5.005_53
10472 ----------------
10473
10474 ____________________________________________________________________________
10475 [  2163] By: gsar                                  on 1998/10/31  11:31:12
10476     Log: bump patchlevel; other minor fixes for clean build and test on
10477          Solaris and win32
10478  Branch: perl
10479        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
10480        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
10481        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
10482        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10483        ! x2p/a2p.c
10484 ____________________________________________________________________________
10485 [  2162] By: gsar                                  on 1998/10/31  09:40:31
10486     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10487          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
10488          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
10489          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
10490  Branch: perl
10491        ! pp.h
10492 ____________________________________________________________________________
10493 [  2161] By: gsar                                  on 1998/10/31  09:39:13
10494     Log: From: Albert Dvornik <bert@genscan.com>
10495          Date: 30 Oct 1998 17:50:04 -0500
10496          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
10497          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
10498  Branch: perl
10499        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
10500 ____________________________________________________________________________
10501 [  2160] By: gsar                                  on 1998/10/31  09:35:03
10502     Log: fix for bugs in -x mode
10503          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10504          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
10505          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
10506          Subject: [PATCH 5.00552] Fix h2xs
10507  Branch: perl
10508        ! utils/h2xs.PL
10509 ____________________________________________________________________________
10510 [  2159] By: gsar                                  on 1998/10/31  09:31:36
10511     Log: Data::Dumper update
10512  Branch: perl
10513        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
10514        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
10515 ____________________________________________________________________________
10516 [  2153] By: gsar                                  on 1998/10/30  21:40:09
10517     Log: add testsuite portion of patch
10518          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10519          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
10520          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
10521          Subject: [PATCH 5.00321 ;-)] 87% speedup
10522  Branch: perl
10523        + t/op/lex_assign.t
10524        ! MANIFEST
10525 ____________________________________________________________________________
10526 [  2152] By: gsar                                  on 1998/10/30  21:08:11
10527     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
10528  Branch: perl
10529        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
10530 ____________________________________________________________________________
10531 [  2151] By: gsar                                  on 1998/10/30  20:18:09
10532     Log: From: Mark-Jason Dominus <mjd@plover.com>
10533          Date: Fri, 30 Oct 1998 14:24:23 EST
10534          Message-Id: <19981030192423.27276.qmail@plover.com>
10535          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
10536  Branch: perl
10537        ! x2p/walk.c
10538 ____________________________________________________________________________
10539 [  2150] By: gsar                                  on 1998/10/30  20:08:57
10540     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10541          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
10542          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
10543          Subject: [PATCH 5.00552] Overloaded <> and deref again
10544  Branch: perl
10545        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
10546        ! t/pragma/overload.t toke.c
10547 ____________________________________________________________________________
10548 [  2149] By: gsar                                  on 1998/10/30  19:38:15
10549     Log: From: Roderick Schertler <roderick@argon.org>
10550          Date: Thu, 29 Oct 1998 14:50:18 -0500
10551          Message-ID: <17625.909690618@eeyore.ibcinc.com>
10552          Subject: patch for daemonization docs in perlipc
10553  Branch: perl
10554        ! pod/perlipc.pod
10555 ____________________________________________________________________________
10556 [  2148] By: gsar                                  on 1998/10/30  19:36:07
10557     Log: From: Anton Berezin <tobez@plab.ku.dk>
10558          Date: 29 Oct 1998 17:06:25 +0100
10559          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
10560          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
10561  Branch: perl
10562        ! win32/win32.c
10563 ____________________________________________________________________________
10564 [  2147] By: gsar                                  on 1998/10/30  19:31:37
10565     Log: tweaked version of suggested patch
10566          From: Anton Berezin <tobez@plab.ku.dk>
10567          Date: 29 Oct 1998 14:48:54 +0100
10568          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
10569          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
10570  Branch: perl
10571        ! win32/win32.c
10572 ____________________________________________________________________________
10573 [  2146] By: gsar                                  on 1998/10/30  19:03:50
10574     Log: hand-apply whitespace-mutiliated patch
10575          From: "vishal bhatia" <vishalb@hotmail.com>
10576          Date: Wed, 28 Oct 1998 23:45:32 PST
10577          Message-ID: <19981029074534.2334.qmail@hotmail.com>
10578          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
10579  Branch: perl
10580        ! ext/B/B/C.pm ext/B/B/CC.pm
10581 ____________________________________________________________________________
10582 [  2145] By: gsar                                  on 1998/10/30  18:46:58
10583     Log: remaining PL_foo stragglers
10584  Branch: perl
10585        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
10586        ! op.h os2/os2.c vms/gen_shrfls.pl
10587 ____________________________________________________________________________
10588 [  2144] By: gsar                                  on 1998/10/30  17:38:36
10589     Log: integrate cfgperl tweaks into mainline
10590  Branch: perl
10591       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
10592       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
10593 ____________________________________________________________________________
10594 [  2143] By: jhi                                   on 1998/10/30  13:27:39
10595     Log: There can be multiple yacc/bison errors.
10596  Branch: cfgperl
10597        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
10598 ____________________________________________________________________________
10599 [  2142] By: jhi                                   on 1998/10/30  13:18:43
10600     Log: README.posix-bc update.
10601  Branch: cfgperl
10602        ! README.posix-bc
10603 ____________________________________________________________________________
10604 [  2141] By: jhi                                   on 1998/10/30  09:12:59
10605     Log: #2133 fallout.
10606  Branch: cfgperl
10607        ! doio.c ext/POSIX/POSIX.xs
10608 ____________________________________________________________________________
10609 [  2140] By: jhi                                   on 1998/10/30  08:43:18
10610     Log: Integrate from mainperl.
10611  Branch: cfgperl
10612       +> globvar.sym pp.sym
10613        - objpp.h thread.sym
10614       !> (integrate 61 files)
10615 ____________________________________________________________________________
10616 [  2133] By: gsar                                  on 1998/10/30  02:51:39
10617     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
10618          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
10619          should soon be automated also; the global variables that
10620          escaped the PL_foo conversion are now reined in; renamed
10621          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
10622          type of same name; duplicated lists of pp_things in various
10623          places is now gone; result has only been tested on win32
10624  Branch: perl
10625        + globvar.sym pp.sym
10626        - objpp.h thread.sym
10627        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
10628        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
10629        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
10630        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
10631        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
10632        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
10633        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
10634        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
10635        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
10636        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10637        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
10638 ____________________________________________________________________________
10639 [  2130] By: jhi                                   on 1998/10/29  15:31:26
10640     Log: Pure bison yylex() proto was broken.
10641  Branch: cfgperl
10642        ! proto.h
10643 ____________________________________________________________________________
10644 [  2126] By: jhi                                   on 1998/10/29  08:35:54
10645     Log: Integrate mainperl.
10646  Branch: cfgperl
10647       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
10648       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
10649       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
10650       !> t/pragma/warn/doio toke.c win32/makefile.mk
10651 ____________________________________________________________________________
10652 [  2125] By: jhi                                   on 1998/10/29  08:32:38
10653     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
10654  Branch: cfgperl
10655        ! Makefile.SH
10656 ____________________________________________________________________________
10657 [  2124] By: jhi                                   on 1998/10/29  08:06:44
10658     Log: EBCDIC Makefile.SH tuneup.
10659  Branch: cfgperl
10660        ! Makefile.SH
10661 ____________________________________________________________________________
10662 [  2119] By: gsar                                  on 1998/10/28  23:24:04
10663     Log: remove doubled hunk from integration
10664  Branch: perl
10665        ! pp.c
10666 ____________________________________________________________________________
10667 [  2118] By: gsar                                  on 1998/10/28  22:03:31
10668     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10669          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
10670          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
10671          Subject: [PATCH 5.00552] Minor debugger tweaks
10672  Branch: perl
10673        ! lib/perl5db.pl
10674 ____________________________________________________________________________
10675 [  2117] By: gsar                                  on 1998/10/28  22:02:30
10676     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10677          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
10678          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
10679          Subject: [PATCH 5.00552] Make sort respect overloading
10680  Branch: perl
10681        ! pp_ctl.c proto.h t/pragma/overload.t
10682 ____________________________________________________________________________
10683 [  2116] By: gsar                                  on 1998/10/28  21:51:11
10684     Log: MM patches from Ilya Zakharevich
10685          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
10686          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
10687          Subject: [PATCH 5.00552] Make MakeMaker more verbose
10688          --
10689          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
10690          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
10691          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
10692  Branch: perl
10693        ! lib/ExtUtils/MakeMaker.pm
10694 ____________________________________________________________________________
10695 [  2115] By: gsar                                  on 1998/10/28  21:46:19
10696     Log: add explicit references to perl source path in ld2 and gcc2
10697  Branch: perl
10698        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
10699 ____________________________________________________________________________
10700 [  2114] By: gsar                                  on 1998/10/28  21:39:56
10701     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10702          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
10703          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
10704          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
10705  Branch: perl
10706        ! INSTALL
10707 ____________________________________________________________________________
10708 [  2113] By: gsar                                  on 1998/10/28  21:21:16
10709     Log: integrate cfgperl into mainline
10710  Branch: perl
10711       +> t/op/filetest.t
10712       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
10713       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
10714       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
10715       !> thread.h toke.c vmesa/Makefile
10716 ____________________________________________________________________________
10717 [  2112] By: gsar                                  on 1998/10/28  21:14:18
10718     Log: minor cleanup
10719  Branch: perl
10720        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
10721 ____________________________________________________________________________
10722 [  2111] By: gsar                                  on 1998/10/28  18:52:10
10723     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
10724  Branch: perl
10725        ! toke.c
10726 ____________________________________________________________________________
10727 [  2110] By: jhi                                   on 1998/10/28  15:07:54
10728     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
10729  Branch: cfgperl
10730        ! Makefile.SH
10731 ____________________________________________________________________________
10732 [  2109] By: jhi                                   on 1998/10/28  13:39:54
10733     Log: a2p.y needs to generate also y.tab.h.
10734  Branch: cfgperl
10735        ! Makefile.SH
10736 ____________________________________________________________________________
10737 [  2108] By: jhi                                   on 1998/10/28  10:33:36
10738     Log: The "parse error" must be converted to "syntax error",
10739          just matching it aint' enough.
10740  Branch: cfgperl
10741        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10742        ! t/pragma/warning.t
10743 ____________________________________________________________________________
10744 [  2107] By: jhi                                   on 1998/10/28  10:23:05
10745     Log: Regen sig_n{ame,umber}* if slightest doubt.
10746  Branch: cfgperl
10747        ! Configure
10748 ____________________________________________________________________________
10749 [  2106] By: jhi                                   on 1998/10/28  08:44:49
10750     Log: Bison says 'parse error', not 'parser error'.
10751  Branch: cfgperl
10752        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10753        ! t/pragma/warning.t
10754 ____________________________________________________________________________
10755 [  2105] By: jhi                                   on 1998/10/28  08:42:09
10756     Log: yylex() parametrization.
10757  Branch: cfgperl
10758        ! proto.h toke.c
10759 ____________________________________________________________________________
10760 [  2104] By: jhi                                   on 1998/10/28  08:25:09
10761     Log: Bring in #2102.
10762  Branch: cfgperl
10763        ! pp.c
10764 ____________________________________________________________________________
10765 [  2103] By: jhi                                   on 1998/10/28  08:22:04
10766     Log: From: Dominic Dunlop <domo@vo.lu>
10767          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
10768          Date: 27 Oct 1998 20:47:25 +0200
10769          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
10770  Branch: cfgperl
10771        ! t/op/groups.t
10772 ____________________________________________________________________________
10773 [  2102] By: larry                                 on 1998/10/27  18:58:55
10774     Log: utf8 change to quotemeta broke EBCDIC
10775  Branch: perl
10776        ! pp.c
10777 ____________________________________________________________________________
10778 [  2101] By: jhi                                   on 1998/10/27  12:55:34
10779     Log: $Config{sig_num_init}.
10780          Also, a new approach to the 'pthreads-created-joinable': drop
10781          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
10782          directly. (See also #2096).
10783  Branch: cfgperl
10784        ! Configure config_h.SH
10785 ____________________________________________________________________________
10786 [  2100] By: jhi                                   on 1998/10/27  10:48:55
10787     Log: Regenerated perly_c.diff.
10788  Branch: cfgperl
10789        ! perly_c.diff
10790 ____________________________________________________________________________
10791 [  2099] By: jhi                                   on 1998/10/27  08:42:25
10792     Log: First the mangler was Netscape, then it was me.
10793  Branch: cfgperl
10794        ! vmesa/Makefile
10795 ____________________________________________________________________________
10796 [  2098] By: jhi                                   on 1998/10/27  08:34:40
10797     Log: `id -Gn` might be available where `groups` is not.
10798  Branch: cfgperl
10799        ! t/op/groups.t
10800 ____________________________________________________________________________
10801 [  2097] By: jhi                                   on 1998/10/27  08:05:17
10802     Log: Netscape had mangled the tabs.
10803  Branch: cfgperl
10804        ! vmesa/Makefile
10805 ____________________________________________________________________________
10806 [  2096] By: jhi                                   on 1998/10/27  08:03:05
10807     Log: ATTR_JOINABLE logic, based on (private email)
10808          
10809          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10810          Subject: Some little diffs
10811          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
10812          Date: Tue, 27 Oct 1998 13:44:42 +1300
10813  Branch: cfgperl
10814        ! thread.h
10815 ____________________________________________________________________________
10816 [  2095] By: jhi                                   on 1998/10/27  07:56:57
10817     Log: Mach cthreads support based on:
10818          
10819          From: brie@corp.home.net (Brian Harrison)
10820          Subject: perl5.005_02 patch for mthreads
10821          To: perl5-porters@perl.org
10822          Date: 24 Oct 1998 01:01:55 +0300
10823          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
10824          
10825          Pthread yield probe (dejavu)
10826          Cosmetic nanochange for the union semun output.
10827          Better inttypes.h probe.
10828          Undo the 'void *' $selecttype probe from #1971 because
10829          it breaks the $selectminbits test.
10830  Branch: cfgperl
10831        ! Configure config_h.SH perl.h thread.h
10832 ____________________________________________________________________________
10833 [  2094] By: jhi                                   on 1998/10/26  13:02:07
10834     Log: Also posix-bc wants to reyacc.
10835  Branch: cfgperl
10836        ! Makefile.SH
10837 ____________________________________________________________________________
10838 [  2093] By: jhi                                   on 1998/10/26  10:17:21
10839     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
10840          5_02 and really breaking things in non-ASCII worlds.
10841  Branch: cfgperl
10842        ! pp.c
10843 ____________________________________________________________________________
10844 [  2092] By: jhi                                   on 1998/10/26  09:08:00
10845     Log: More robustness.
10846  Branch: cfgperl
10847        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10848        ! t/pragma/warning.t
10849 ____________________________________________________________________________
10850 [  2091] By: jhi                                   on 1998/10/26  08:47:32
10851     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
10852          Bison really wants YYLEX_PARAM.
10853  Branch: cfgperl
10854        ! perly.y proto.h toke.c
10855 ____________________________________________________________________________
10856 [  2090] By: jhi                                   on 1998/10/26  08:21:25
10857     Log: s/YYLEX_PARAM/YYLEXPARAM/
10858  Branch: cfgperl
10859        ! perly.y
10860 ____________________________________________________________________________
10861 [  2089] By: jhi                                   on 1998/10/26  08:17:33
10862     Log: Indicate skipped subtests.
10863  Branch: cfgperl
10864        ! t/io/pipe.t
10865 ____________________________________________________________________________
10866 [  2088] By: jhi                                   on 1998/10/26  08:11:36
10867     Log: Integrate from mainperl.
10868  Branch: cfgperl
10869       !> (integrate 54 files)
10870 ____________________________________________________________________________
10871 [  2087] By: jhi                                   on 1998/10/26  08:08:02
10872     Log: Add test for filetests.
10873  Branch: cfgperl
10874        + t/op/filetest.t
10875        ! MANIFEST
10876 ____________________________________________________________________________
10877 [  2086] By: gsar                                  on 1998/10/26  02:44:44
10878     Log: various win32 tweaks; disable new xs_cpp section (it creates
10879          ambiguous inference graph for %.xs --> %.o)
10880  Branch: perl
10881        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
10882        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
10883        ! win32/config.gc win32/config_H.gc win32/makedef.pl
10884        ! win32/makefile.mk win32/win32.h
10885 ____________________________________________________________________________
10886 [  2085] By: gsar                                  on 1998/10/26  00:50:02
10887     Log: sanity-check $Config{drand01} in rand.t
10888  Branch: perl
10889        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
10890        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10891 ____________________________________________________________________________
10892 [  2078] By: gsar                                  on 1998/10/25  10:22:04
10893     Log: update win32/config*.?c
10894  Branch: perl
10895        ! Changes win32/config.bc win32/config.gc win32/config.vc
10896        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10897 ____________________________________________________________________________
10898 [  2077] By: gsar                                  on 1998/10/25  08:39:25
10899     Log: From: Graham Barr <gbarr@pobox.com>
10900          Date: Sat, 24 Oct 1998 21:45:50 -0500
10901          Message-ID: <19981024214550.C508@pobox.com>
10902          Subject: Re: die with a reference  should use overload "" operator
10903  Branch: perl
10904        ! pp_ctl.c
10905 ____________________________________________________________________________
10906 [  2076] By: gsar                                  on 1998/10/25  08:37:49
10907     Log: From: Graham Barr <gbarr@pobox.com>
10908          Date: Sat, 24 Oct 1998 12:45:21 -0500
10909          Message-ID: <19981024124521.C512@pobox.com>
10910          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
10911  Branch: perl
10912        ! sv.c
10913 ____________________________________________________________________________
10914 [  2075] By: gsar                                  on 1998/10/25  08:24:09
10915     Log: fix C<print $n += 5;> etc.
10916  Branch: perl
10917        ! toke.c
10918 ____________________________________________________________________________
10919 [  2074] By: gsar                                  on 1998/10/25  08:12:28
10920     Log: list builtins with portability caveats
10921          From: Jarkko Hietaniemi <jhi@iki.fi>
10922          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
10923          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
10924          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
10925  Branch: perl
10926        ! pod/perlfunc.pod
10927 ____________________________________________________________________________
10928 [  2073] By: gsar                                  on 1998/10/25  07:55:43
10929     Log: fix stack overrun in file test operators
10930  Branch: perl
10931        ! pp_sys.c
10932 ____________________________________________________________________________
10933 [  2072] By: gsar                                  on 1998/10/25  07:29:45
10934     Log: implement C<goto &func> and other fixes (via private mail)
10935          From:    "vishal bhatia" <vishalb@hotmail.com>
10936          Date:    Wed, 21 Oct 1998 22:59:03 PDT
10937          Message-Id: <19981022055904.20083.qmail@hotmail.com>
10938          Subject: [PATCH 5.005_52] More fixes for B
10939  Branch: perl
10940        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
10941 ____________________________________________________________________________
10942 [  2071] By: gsar                                  on 1998/10/25  07:14:41
10943     Log: From: Graham Barr <gbarr@pobox.com>
10944          Date: Sat, 17 Oct 1998 20:42:41 -0500
10945          Message-ID: <19981017204241.G510@pobox.com>
10946          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
10947  Branch: perl
10948        ! pp_ctl.c
10949 ____________________________________________________________________________
10950 [  2070] By: gsar                                  on 1998/10/25  07:07:29
10951     Log: avoid bogus line number in XSUB redefined warnings
10952  Branch: perl
10953        ! op.c
10954 ____________________________________________________________________________
10955 [  2069] By: gsar                                  on 1998/10/25  06:59:03
10956     Log: From: Martijn Koster <mak@excitecorp.com>
10957          Date: Wed, 21 Oct 1998 13:12:03 +0100
10958          Message-ID: <19981021131203.A15661@excitecorp.com>
10959          Subject: File::Path::mkpath reports the wrong error
10960  Branch: perl
10961        ! lib/File/Path.pm
10962 ____________________________________________________________________________
10963 [  2068] By: gsar                                  on 1998/10/25  06:54:43
10964     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
10965          Date: Tue, 20 Oct 1998 20:52:20 -0500
10966          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
10967          Subject: Exporter.pm's export_to_level() argument handling buggy
10968  Branch: perl
10969        ! lib/Exporter.pm
10970 ____________________________________________________________________________
10971 [  2067] By: gsar                                  on 1998/10/25  06:50:19
10972     Log: From: jan.dubois@ibm.net (Jan Dubois)
10973          Date: Wed, 21 Oct 1998 00:55:51 +0200
10974          Message-ID: <36380269.55370608@smtp1.ibm.net>
10975          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
10976  Branch: perl
10977        ! ext/DynaLoader/DynaLoader_pm.PL
10978 ____________________________________________________________________________
10979 [  2066] By: gsar                                  on 1998/10/25  06:48:19
10980     Log: recognize '%' as a shell metachar for win32
10981          From: jan.dubois@ibm.net (Jan Dubois)
10982          Date: Tue, 20 Oct 1998 21:57:35 +0200
10983          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
10984          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
10985  Branch: perl
10986        ! win32/win32.c
10987 ____________________________________________________________________________
10988 [  2065] By: gsar                                  on 1998/10/25  06:46:30
10989     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
10990  Branch: perl
10991        ! sv.c
10992 ____________________________________________________________________________
10993 [  2064] By: gsar                                  on 1998/10/25  06:45:09
10994     Log: From: Gisle Aas <gisle@aas.no>
10995          Date: 20 Oct 1998 14:24:44 +0200
10996          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
10997          Subject: ord() and unpack("U*",...) should not be negative
10998  Branch: perl
10999        ! pp.c
11000 ____________________________________________________________________________
11001 [  2063] By: gsar                                  on 1998/10/25  06:42:29
11002     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11003          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
11004          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
11005          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
11006  Branch: perl
11007        ! os2/os2.c
11008 ____________________________________________________________________________
11009 [  2062] By: gsar                                  on 1998/10/25  06:41:26
11010     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11011          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
11012          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
11013          Subject: [PATCH 5.005_*] Speed up aassign
11014  Branch: perl
11015        ! pp_hot.c
11016 ____________________________________________________________________________
11017 [  2061] By: gsar                                  on 1998/10/25  06:39:04
11018     Log: From: Graham Barr <gbarr@pobox.com>
11019          Date: Sat, 17 Oct 1998 22:22:02 -0500
11020          Message-ID: <19981017222202.J510@pobox.com>
11021          Subject: Re: '*' prototype does not allow bareword with strict
11022  Branch: perl
11023        ! toke.c
11024 ____________________________________________________________________________
11025 [  2060] By: gsar                                  on 1998/10/25  06:37:34
11026     Log: handle '::' in section names properly
11027          From: Graham Barr <gbarr@pobox.com>
11028          Date: Sat, 17 Oct 1998 12:57:54 -0500
11029          Message-ID: <19981017125754.C510@pobox.com>
11030          Subject: Re: pod2html
11031  Branch: perl
11032        ! lib/Pod/Html.pm
11033 ____________________________________________________________________________
11034 [  2059] By: gsar                                  on 1998/10/25  06:33:43
11035     Log: integrate changes#1982,2014,2021 (from maint-5.005)
11036  Branch: perl
11037       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
11038       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
11039 ____________________________________________________________________________
11040 [  2058] By: gsar                                  on 1998/10/25  05:44:17
11041     Log: allow more win32 symbol exports (suggested by Jan Dubois)
11042  Branch: perl
11043        ! win32/makedef.pl
11044 ____________________________________________________________________________
11045 [  2057] By: gsar                                  on 1998/10/25  05:40:40
11046     Log: integrate change#2053 from maint-5.005
11047  Branch: perl
11048       !> cop.h t/cmd/while.t
11049 ____________________________________________________________________________
11050 [  2056] By: gsar                                  on 1998/10/25  05:16:41
11051     Log: commented version of a patch suggested by Drago Goricanec
11052          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11053          Date: 16 Oct 1998 15:24:45 +0300
11054          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
11055          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
11056  Branch: perl
11057        ! pp_sys.c
11058 ____________________________________________________________________________
11059 [  2055] By: gsar                                  on 1998/10/25  05:11:03
11060     Log: include eof() in description of buffering caveats
11061          From: Anton Berezin <tobez@plab.ku.dk>
11062          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
11063          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
11064          Subject: [DOCPATCH] pod/perlfunc.pod
11065  Branch: perl
11066        ! pod/perlfunc.pod
11067 ____________________________________________________________________________
11068 [  2054] By: gsar                                  on 1998/10/25  05:07:42
11069     Log: disallow 'x' in hex numbers (except leading '0x')
11070          From: Gisle Aas <gisle@aas.no>
11071          Date: 16 Oct 1998 16:33:12 +0200
11072          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
11073          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
11074  Branch: perl
11075        ! perlvars.h t/op/oct.t util.c
11076 ____________________________________________________________________________
11077 [  2052] By: gsar                                  on 1998/10/25  04:49:04
11078     Log: avoid the circular refcnt logic in magic_mutexfree()
11079  Branch: perl
11080        ! mg.c pp.c pp_hot.c
11081 ____________________________________________________________________________
11082 [  2051] By: gsar                                  on 1998/10/25  04:35:07
11083     Log: properly restore PL_rsfp_filters after require
11084  Branch: perl
11085        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
11086        ! scope.h
11087 ____________________________________________________________________________
11088 [  2050] By: gsar                                  on 1998/10/25  02:42:32
11089     Log: integrate cfgperl changes back into mainline
11090  Branch: perl
11091       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
11092       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11093       !> (integrate 33 files)
11094 ____________________________________________________________________________
11095 [  2049] By: gsar                                  on 1998/10/25  01:30:48
11096     Log: avoid "mysterious" compile-time failures without messages
11097  Branch: perl
11098        ! gv.c
11099 ____________________________________________________________________________
11100 [  2041] By: gsar                                  on 1998/10/23  21:11:56
11101     Log: checkin jpl under //depot/perlext/jpl/...
11102  Branch: perlext
11103        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
11104        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
11105        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
11106        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
11107        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
11108        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
11109        + jpl/PerlInterpreter/Makefile.PL
11110        + jpl/PerlInterpreter/PerlInterpreter.c
11111        + jpl/PerlInterpreter/PerlInterpreter.h
11112        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
11113        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
11114        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
11115        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
11116        + jpl/get_jdk/jdk_hosts jpl/install-jpl
11117 ____________________________________________________________________________
11118 [  2040] By: larry                                 on 1998/10/23  19:31:42
11119     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
11120  Branch: perl
11121        ! pp.c
11122 ____________________________________________________________________________
11123 [  2039] By: larry                                 on 1998/10/23  18:48:34
11124     Log: tr///d does not seem to work
11125  Branch: perl
11126        ! lib/utf8_heavy.pl
11127 ____________________________________________________________________________
11128 [  2038] By: larry                                 on 1998/10/23  18:00:41
11129     Log: Program with utf8 identifiers fails to compile
11130  Branch: perl
11131        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
11132 ____________________________________________________________________________
11133 [  2037] By: jhi                                   on 1998/10/23  14:04:51
11134     Log: Test suite portability:
11135          - posix-bc does not write to broken pipes
11136          - filehand #11 only iff we have fork
11137          - warning.t can now match $expected using regular expressions
11138  Branch: cfgperl
11139        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
11140        ! t/pragma/warning.t
11141 ____________________________________________________________________________
11142 [  2036] By: jhi                                   on 1998/10/23  12:12:07
11143     Log: yacc clarification.
11144  Branch: cfgperl
11145        ! README.posix-bc
11146 ____________________________________________________________________________
11147 [  2035] By: jhi                                   on 1998/10/23  12:09:59
11148     Log: Some C compilers get upset about 8-bit characters in /* comments. */
11149  Branch: cfgperl
11150        ! mg.c
11151 ____________________________________________________________________________
11152 [  2034] By: jhi                                   on 1998/10/22  09:11:52
11153     Log: Configure update: both for pthread_yield more robust
11154          testing (all variants of pthread_attr_getdetachstate()) --
11155          and because Configure was broken in major way! About 1000
11156          last lines were truncated.
11157  Branch: cfgperl
11158        ! Configure
11159 ____________________________________________________________________________
11160 [  2033] By: jhi                                   on 1998/10/22  07:47:10
11161     Log: DJGPP feedback for #2028.
11162  Branch: cfgperl
11163        ! thread.h
11164 ____________________________________________________________________________
11165 [  2032] By: jhi                                   on 1998/10/21  13:03:57
11166     Log: yielding, the saga continues.
11167  Branch: cfgperl
11168        ! Configure config_h.SH
11169       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
11170       !> t/op/goto.t t/pragma/constant.t
11171 ____________________________________________________________________________
11172 [  2031] By: jhi                                   on 1998/10/21  09:15:42
11173     Log: VM/ESA feedback for #2028.
11174  Branch: cfgperl
11175        ! Configure config_h.SH thread.h
11176 ____________________________________________________________________________
11177 [  2030] By: gsar                                  on 1998/10/21  04:22:53
11178     Log: fix handling of mayhaps-extended @_ in goto &sub
11179  Branch: perl
11180        ! av.c pp_ctl.c t/op/goto.t
11181 ____________________________________________________________________________
11182 [  2029] By: gsar                                  on 1998/10/21  00:54:14
11183     Log: restore sanity to "constant" references
11184  Branch: perl
11185        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
11186 ____________________________________________________________________________
11187 [  2028] By: jhi                                   on 1998/10/20  15:01:20
11188     Log: OLD_PTHREADS_API reorganizing.
11189  Branch: cfgperl
11190        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
11191        ! vmesa/vmesaish.h
11192 ____________________________________________________________________________
11193 [  2027] By: jhi                                   on 1998/10/20  14:14:51
11194     Log: #2026 fallout.
11195  Branch: cfgperl
11196        ! Makefile.SH
11197 ____________________________________________________________________________
11198 [  2026] By: jhi                                   on 1998/10/20  11:47:21
11199     Log: VM/ESA update.
11200  Branch: cfgperl
11201        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
11202 ____________________________________________________________________________
11203 [  2025] By: jhi                                   on 1998/10/20  08:20:56
11204     Log: 64-bitness, based on
11205          
11206          From: Scott Henry <scotth@sgi.com>
11207          To: perl-64bit@perl.org
11208          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
11209          Subject: Re: Configure problems/questions...
11210          Date: 19 Oct 1998 22:38:06 -0700
11211  Branch: cfgperl
11212        ! hints/irix_6.sh perl.h
11213 ____________________________________________________________________________
11214 [  2024] By: jhi                                   on 1998/10/20  08:09:07
11215     Log: Add lseeksize.
11216  Branch: cfgperl
11217        ! config_h.SH
11218 ____________________________________________________________________________
11219 [  2023] By: jhi                                   on 1998/10/20  08:08:33
11220     Log: Mumble about _yields() only when threaded.
11221  Branch: cfgperl
11222        ! Configure
11223 ____________________________________________________________________________
11224 [  2022] By: jhi                                   on 1998/10/20  07:46:26
11225     Log: Thinko at PTHREADS_CREATED_JOINABLE.
11226  Branch: cfgperl
11227        ! thread.h
11228 ____________________________________________________________________________
11229 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
11230     Log: From: Chip Salzenberg <chip@perlsupport.com>
11231          Date: Tue, 6 Oct 1998 13:33:05 -0400
11232          Message-ID: <19981006133305.A2348@perlsupport.com>
11233          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
11234  Branch: maint-5.005/perl
11235        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
11236        ! t/op/tie.t
11237 ____________________________________________________________________________
11238 [  2020] By: jhi                                   on 1998/10/19  09:15:53
11239     Log: YIELD more robustly.
11240  Branch: cfgperl
11241        ! thread.h
11242 ____________________________________________________________________________
11243 [  2019] By: jhi                                   on 1998/10/19  08:48:33
11244     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
11245          the 'new' one (just like DJGPP, it seems).
11246  Branch: cfgperl
11247        ! thread.h
11248 ____________________________________________________________________________
11249 [  2018] By: jhi                                   on 1998/10/19  07:02:44
11250     Log: vmesaish.h doesn't exclude unixish.h.
11251  Branch: cfgperl
11252        ! perl.h
11253 ____________________________________________________________________________
11254 [  2017] By: jhi                                   on 1998/10/19  06:44:19
11255     Log: 1<<$randbits is not good for randbits=48.
11256  Branch: cfgperl
11257        ! t/op/rand.t
11258 ____________________________________________________________________________
11259 [  2016] By: jhi                                   on 1998/10/19  06:39:47
11260     Log: Make #2012 glob pattern more portable.
11261  Branch: cfgperl
11262        ! Makefile.SH
11263 ____________________________________________________________________________
11264 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
11265     Log: Fix POSIX::sigprocmask not to check type of $old parameter
11266          as it is output only
11267  Branch: maint-5.005/perl
11268        ! ext/POSIX/POSIX.xs
11269 ____________________________________________________________________________
11270 [  2012] By: jhi                                   on 1998/10/17  15:04:23
11271     Log: clean numbered core dumps and t/tmp[0-9]*.
11272  Branch: cfgperl
11273        ! Makefile.SH
11274 ____________________________________________________________________________
11275 [  2011] By: jhi                                   on 1998/10/17  14:59:15
11276     Log: More robust yacc/bison failure output handling.
11277  Branch: cfgperl
11278        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
11279 ____________________________________________________________________________
11280 [  2010] By: jhi                                   on 1998/10/17  14:51:05
11281     Log: BC2000 POSIX update.
11282  Branch: cfgperl
11283        ! MANIFEST
11284 ____________________________________________________________________________
11285 [  2009] By: jhi                                   on 1998/10/17  14:49:46
11286     Log: POSIX BC2000 port from perl-mvs:
11287          
11288          Subject: Ported perl 5.005.02 to BS2000 / POSIX
11289          From: Dorner Thomas <Thomas.Dorner@start.de> 
11290          Date: Tue, 29 Sep 1998 13:29:36 +0100 
11291          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
11292  Branch: cfgperl
11293        + README.posix-bc hints/posix-bc.sh
11294        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
11295        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
11296        ! unixish.h
11297 ____________________________________________________________________________
11298 [  2008] By: jhi                                   on 1998/10/17  14:07:49
11299     Log: VM/ESA-update.
11300  Branch: cfgperl
11301        ! MANIFEST
11302 ____________________________________________________________________________
11303 [  2007] By: jhi                                   on 1998/10/17  13:55:34
11304     Log: Forgot few S_I* imports.
11305  Branch: cfgperl
11306        ! t/lib/ipc_sysv.t
11307 ____________________________________________________________________________
11308 [  2006] By: jhi                                   on 1998/10/17  13:43:54
11309     Log: The VM/ESA port essentials, based on
11310          
11311          perl-mvs:
11312          
11313          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11314          Subject: Re: Can't find Data/Dumper.pm
11315          Date: Mon, 28 Sep 1998 07:40:49 +1300
11316          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
11317          
11318          private email:
11319          
11320          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11321          Subject: Re: Perl thread problems in VM/ESA
11322          Date: Thu, 15 Oct 1998 07:18:35 +1300
11323          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
11324          
11325          and private email:
11326          
11327          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
11328          Subject:  perl archive
11329          Date:  Sun, 11 Oct 1998 19:28:54 EDT
11330          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
11331          which gave a pointer to
11332          
11333          http://pucc.princeton.edu/~neale/perl.tar
11334          
11335          (based on Perl 5.005_51)
11336  Branch: cfgperl
11337        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
11338        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
11339        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
11340        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
11341 ____________________________________________________________________________
11342 [  2005] By: jhi                                   on 1998/10/17  13:17:19
11343     Log: Integrate mainperl.
11344  Branch: cfgperl
11345       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
11346       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11347       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
11348       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
11349       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
11350       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
11351       !> win32/makefile.mk
11352 ____________________________________________________________________________
11353 [  2004] By: jhi                                   on 1998/10/17  11:19:06
11354     Log: Removed an extra ' from the int64_t test.
11355  Branch: cfgperl
11356        ! Configure
11357 ____________________________________________________________________________
11358 [  2003] By: gsar                                  on 1998/10/17  04:11:40
11359     Log: silence -w noises (suggested by Greg Bacon)
11360  Branch: perl
11361        ! lib/Term/Complete.pm
11362 ____________________________________________________________________________
11363 [  2002] By: gsar                                  on 1998/10/17  04:07:48
11364     Log: From: Gisle Aas <gisle@aas.no>
11365          Date: 14 Oct 1998 15:53:14 +0200
11366          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
11367          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
11368  Branch: perl
11369        ! util.c
11370 ____________________________________________________________________________
11371 [  2001] By: gsar                                  on 1998/10/17  04:06:10
11372     Log: From: Gisle Aas <gisle@aas.no>
11373          Date: 14 Oct 1998 15:17:44 +0200
11374          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
11375          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
11376  Branch: perl
11377        ! toke.c
11378 ____________________________________________________________________________
11379 [  2000] By: gsar                                  on 1998/10/17  03:06:33
11380     Log: From: Gisle Aas <gisle@aas.no>
11381          Date: 14 Oct 1998 00:38:06 +0200
11382          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
11383          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
11384  Branch: perl
11385        ! sv.c
11386 ____________________________________________________________________________
11387 [  1999] By: gsar                                  on 1998/10/17  03:04:48
11388     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11389          Date: Tue, 13 Oct 1998 15:10:57 -0700
11390          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
11391          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
11392  Branch: perl
11393        ! vms/ext/Stdio/Stdio.pm
11394 ____________________________________________________________________________
11395 [  1998] By: gsar                                  on 1998/10/17  03:00:40
11396     Log: skip readonly vars and unref references when doing a reset()
11397  Branch: perl
11398        ! sv.c
11399 ____________________________________________________________________________
11400 [  1997] By: gsar                                  on 1998/10/17  02:49:19
11401     Log: fix buggy treatment of large checksums on unicode strings
11402          From: Gisle Aas <gisle@aas.no>
11403          Date: 13 Oct 1998 21:35:39 +0200
11404          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
11405          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
11406  Branch: perl
11407        ! pp.c
11408 ____________________________________________________________________________
11409 [  1996] By: gsar                                  on 1998/10/17  02:43:22
11410     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11411          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
11412          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
11413          Subject: [PATCH 5.005_52] Memory overrun in os2.c
11414  Branch: perl
11415        ! os2/Makefile.SHs os2/os2.c
11416 ____________________________________________________________________________
11417 [  1995] By: gsar                                  on 1998/10/17  02:42:01
11418     Log: clarify section name rules for typemaps
11419  Branch: perl
11420        ! pod/perlxs.pod
11421 ____________________________________________________________________________
11422 [  1994] By: gsar                                  on 1998/10/17  02:33:02
11423     Log: whitespace-proof grent.t
11424  Branch: perl
11425        ! t/op/grent.t
11426 ____________________________________________________________________________
11427 [  1993] By: gsar                                  on 1998/10/17  02:27:29
11428     Log: fix bug in B::CC::pp_sassign()
11429          From: "vishal bhatia" <vishalb@hotmail.com>
11430          Date: Sun, 11 Oct 1998 18:41:38 PDT
11431          Message-ID: <19981012014139.19614.qmail@hotmail.com>
11432          Subject: B::CC problems with pp_sassign routine
11433  Branch: perl
11434        ! ext/B/B/CC.pm
11435 ____________________________________________________________________________
11436 [  1992] By: gsar                                  on 1998/10/17  02:17:49
11437     Log: applied suggested patch with small doc tweak
11438          From: Gisle Aas <gisle@aas.no>
11439          Date: 11 Oct 1998 12:53:13 +0200
11440          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
11441          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
11442  Branch: perl
11443        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
11444        ! t/op/tiehandle.t
11445 ____________________________________________________________________________
11446 [  1991] By: gsar                                  on 1998/10/17  02:08:30
11447     Log: apply non-conflicting parts from suggested patch
11448          From: jan.dubois@ibm.net (Jan Dubois)
11449          Date: Sat, 10 Oct 1998 13:15:45 +0200
11450          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
11451          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
11452  Branch: perl
11453        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11454 ____________________________________________________________________________
11455 [  1990] By: gsar                                  on 1998/10/17  02:01:24
11456     Log: provide option to enable optimization with VC (suggested by Jan
11457          Dubois)
11458  Branch: perl
11459        ! win32/Makefile win32/makefile.mk
11460 ____________________________________________________________________________
11461 [  1989] By: gsar                                  on 1998/10/17  01:55:27
11462     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
11463          Dave Leppik <dleppik@gage.com>
11464  Branch: perl
11465        ! perl.h
11466 ____________________________________________________________________________
11467 [  1988] By: gsar                                  on 1998/10/17  01:49:05
11468     Log: stray typo found by Hugo van der Sanden
11469  Branch: perl
11470        ! op.c
11471 ____________________________________________________________________________
11472 [  1987] By: gsar                                  on 1998/10/17  01:45:52
11473     Log: perldoc pod update
11474          From: Daniel Grisinger <dgris@perrin.dimensional.com>
11475          Date: 06 Oct 1998 23:56:51 -0600
11476          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
11477          Subject: [PATCH _02 and _52] perldoc
11478  Branch: perl
11479        ! utils/perldoc.PL
11480 ____________________________________________________________________________
11481 [  1986] By: gsar                                  on 1998/10/17  01:41:40
11482     Log: qualify names of builtins
11483  Branch: perl
11484        ! ext/POSIX/POSIX.pm
11485 ____________________________________________________________________________
11486 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
11487     Log: From: Jochen Wiedmann <joe@ispsoft.de>
11488          Date: Thu, 17 Sep 1998 17:16:06 +0200
11489          Message-ID: <360127B6.E44564A@ispsoft.de>
11490          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
11491  Branch: maint-5.005/perl
11492        ! lib/ExtUtils/MakeMaker.pm
11493 ____________________________________________________________________________
11494 [  1978] By: gsar                                  on 1998/10/16  01:58:58
11495     Log: integrate cfgperl mods into mainline
11496  Branch: perl
11497       +> ext/DynaLoader/dl_vmesa.xs
11498        ! Porting/genlog
11499       !> Configure MANIFEST Makefile.SH config_h.SH
11500       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
11501       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
11502       !> x2p/Makefile.SH
11503 ____________________________________________________________________________
11504 [  1976] By: gsar                                  on 1998/10/16  00:10:52
11505     Log: stray tweak
11506  Branch: perl
11507        ! op.c
11508 ____________________________________________________________________________
11509 [  1975] By: gsar                                  on 1998/10/15  23:54:38
11510     Log: propagate typeness of lexicals while cloning them
11511  Branch: perl
11512        ! op.c
11513 ____________________________________________________________________________
11514 [  1974] By: gsar                                  on 1998/10/15  23:53:25
11515     Log: s/last/first/ typo in append_list()
11516  Branch: perl
11517        ! op.c
11518 ____________________________________________________________________________
11519 [  1973] By: gsar                                  on 1998/10/15  20:06:17
11520     Log: nuke confperl branch and contents
11521  Branch: confperl
11522        - (delete 1284 files)
11523 ____________________________________________________________________________
11524 [  1972] By: jhi                                   on 1998/10/15  07:07:35
11525     Log: Test #162 had been added but the "print 1..161" had not been updated.
11526  Branch: cfgperl
11527        ! t/op/pat.t
11528 ____________________________________________________________________________
11529 [  1971] By: gsar                                  on 1998/10/15  03:09:58
11530     Log: check in all confperl changes as of change#1964 into cfgperl
11531  Branch: cfgperl
11532        + ext/DynaLoader/dl_vmesa.xs
11533        ! Configure MANIFEST Makefile.SH config_h.SH
11534        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
11535        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
11536 ____________________________________________________________________________
11537 [  1970] By: gsar                                  on 1998/10/15  03:05:59
11538     Log: integrate mainline to get tr.t
11539  Branch: cfgperl
11540       +> t/op/tr.t
11541 ____________________________________________________________________________
11542 [  1969] By: gsar                                  on 1998/10/15  03:04:17
11543     Log: add missing tr.t to repository
11544  Branch: perl
11545        + t/op/tr.t
11546 ____________________________________________________________________________
11547 [  1968] By: gsar                                  on 1998/10/15  03:02:43
11548     Log: create cfgperl branch
11549  Branch: cfgperl
11550       +> (branch 1282 files)
11551 ____________________________________________________________________________
11552 [  1967] By: gsar                                  on 1998/10/15  02:46:08
11553     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
11554          (MAN3PODS cannot be set to ' '; stray stricture violation)
11555  Branch: perl
11556        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
11557        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
11558        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
11559        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
11560        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
11561        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
11562        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
11563        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
11564        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
11565        ! lib/ExtUtils/MM_Unix.pm
11566 ____________________________________________________________________________
11567 [  1966] By: gsar                                  on 1998/10/15  02:19:03
11568     Log: tweak to make fix in change#1944 behave correctly for closures
11569          created within eval''
11570  Branch: perl
11571        ! op.c t/op/eval.t
11572 ____________________________________________________________________________
11573 [  1965] By: gsar                                  on 1998/10/14  23:22:41
11574     Log: use better numbers for exitstatus test
11575  Branch: perl
11576        ! t/op/die_exit.t
11577 ____________________________________________________________________________
11578 [  1964] By: jhi                                   on 1998/10/14  17:25:41
11579     Log: Add VM/ESA dynaloading (uses <dll.h>).
11580  Branch: confperl
11581        + ext/DynaLoader/dl_vmesa.xs
11582        ! MANIFEST
11583 ____________________________________________________________________________
11584 [  1963] By: jhi                                   on 1998/10/14  17:17:10
11585     Log: Remove a2p.loadmap in 'clean' target.
11586  Branch: confperl
11587        ! x2p/Makefile.SH
11588 ____________________________________________________________________________
11589 [  1962] By: jhi                                   on 1998/10/14  17:13:11
11590     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
11591  Branch: confperl
11592        ! Makefile.SH
11593 ____________________________________________________________________________
11594 [  1961] By: jhi                                   on 1998/10/14  16:27:39
11595     Log: VM/ESA creates executable.loadmaps.
11596  Branch: confperl
11597        ! Makefile.SH
11598 ____________________________________________________________________________
11599 [  1960] By: jhi                                   on 1998/10/14  15:37:39
11600     Log: Introduce SCHED_YIELD (one of sched_yield(),
11601          pthread_yield(), or pthread_yield(NULL)).
11602          YIELD is then defined using SCHED_YIELD unless
11603          a platform-specific YIELD has already been defined.
11604          
11605          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
11606          
11607          The need for pthread_yield(NULL) and pthread_attr_setdet...
11608          introduced by (private email)
11609          
11610          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
11611          Date: Sat, 10 Oct 1998 21:08:15 +1300
11612          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
11613          Subject: Re: Perl thread problems in VM/ESA
11614          
11615          Better select() protoprobe (for AIX), from (private email)
11616          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11617          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
11618          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
11619          Subject: AIX select (fwd)
11620          From: Lars Hecking <lhecking@nmrc.ucc.ie>
11621          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
11622          Date: Fri, 2 Oct 1998 10:40:01 +0100
11623          Subject: AIX select
11624          
11625          Linux-avoid-so.X.Y, based on
11626          From: "Kurt D. Starsinic" <kstar@chapin.edu>
11627          Date: Tue, 13 Oct 1998 15:55:07 -0400
11628          Message-ID: <19981013155507.B4004@O2.chapin.edu>
11629          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
11630  Branch: confperl
11631        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
11632        ! thread.h
11633 ____________________________________________________________________________
11634 [  1959] By: jhi                                   on 1998/10/14  12:51:26
11635     Log: Some old pthread implementations have
11636          pthread_attr_setdetachstate(pthread_attr_t*, int*).
11637  Branch: confperl
11638        ! ext/Thread/Thread.xs
11639 ____________________________________________________________________________
11640 [  1958] By: jhi                                   on 1998/10/14  12:41:11
11641     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
11642          counterparts will follow soon.
11643  Branch: confperl
11644        ! thread.h
11645 ____________________________________________________________________________
11646 [  1957] By: jhi                                   on 1998/10/14  12:38:11
11647     Log: Add tr.t (MANIFEST already knew about it, strange)
11648  Branch: confperl
11649        + t/op/tr.t
11650 ____________________________________________________________________________
11651 [  1956] By: jhi                                   on 1998/10/14  12:24:35
11652     Log: Mutexen should be initialized only once.
11653  Branch: confperl
11654        ! gv.c op.c
11655 ____________________________________________________________________________
11656 [  1955] By: jhi                                   on 1998/10/14  12:19:38
11657     Log: os390 has its own cppstdin.
11658  Branch: confperl
11659        ! hints/os390.sh
11660 ____________________________________________________________________________
11661 [  1954] By: jhi                                   on 1998/10/14  12:15:06
11662     Log: Integrate with mainperl.
11663  Branch: confperl
11664       !> (integrate 1280 files)
11665 ____________________________________________________________________________
11666 [  1953] By: jhi                                   on 1998/10/14  11:48:08
11667     Log: Removed duplicate CMA threads code for HPUX 10.X.
11668          (probably residue of patch(1) being too understanding)
11669          Enhanced 64-bit settings. (redo change#1940)
11670  Branch: confperl
11671        ! hints/hpux.sh
11672 ____________________________________________________________________________
11673 [  1952] By: jhi                                   on 1998/10/14  11:45:16
11674     Log: (redo change#1949) Detypo in the d_open64 warning about
11675          the impending WHOA.
11676  Branch: confperl
11677        ! hints/irix_6.sh
11678 ____________________________________________________________________________
11679 [  1951] By: jhi                                   on 1998/10/14  10:54:16
11680     Log: Mutexen should only be inited once, after they have been New()ed.
11681  Branch: confperl
11682        ! gv.c op.c
11683 ____________________________________________________________________________
11684 [  1950] By: jhi                                   on 1998/10/14  10:41:43
11685     Log: Own cppstdin.
11686  Branch: confperl
11687        ! hints/os390.sh
11688 ____________________________________________________________________________
11689 [  1949] By: jhi                                   on 1998/10/14  10:34:23
11690     Log: Detypo in the d_open64 warning about the impending WHOA.
11691  Branch: confperl
11692        ! hints/irix_6.sh
11693 ____________________________________________________________________________
11694 [  1948] By: gsar                                  on 1998/10/14  05:38:01
11695     Log: two typos
11696  Branch: perl
11697        ! pp_hot.c t/op/eval.t
11698 ____________________________________________________________________________
11699 [  1947] By: gsar                                  on 1998/10/14  05:37:10
11700     Log: let docatch() pass the buck when restartop turns out to be null,
11701          making exceptions in BEGIN{} propagate as expected
11702  Branch: perl
11703        ! pp_ctl.c t/op/misc.t
11704 ____________________________________________________________________________
11705 [  1946] By: gsar                                  on 1998/10/13  03:41:49
11706     Log: add missing file from change#1943
11707  Branch: perl
11708        ! proto.h
11709 ____________________________________________________________________________
11710 [  1945] By: gsar                                  on 1998/10/13  03:32:02
11711     Log: defer "deep recursion" warnings until CXt_SUB context is properly
11712          set up
11713  Branch: perl
11714        ! pp_hot.c t/pragma/warn/pp_hot
11715 ____________________________________________________________________________
11716 [  1944] By: gsar                                  on 1998/10/13  03:15:50
11717     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
11718          fixup the cop_seq value that must be seen by lexical lookups that
11719          emanate within eval''
11720  Branch: perl
11721        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
11722 ____________________________________________________________________________
11723 [  1943] By: gsar                                  on 1998/10/13  02:06:09
11724     Log: ensure recursive attempts to findlex()icals know enough about where
11725          the last eval'' context was encountered
11726  Branch: perl
11727        ! op.c t/op/eval.t
11728 ____________________________________________________________________________
11729 [  1942] By: gsar                                  on 1998/10/13  02:01:24
11730     Log: force copy of substrings when matching against temporaries
11731  Branch: perl
11732        ! pp_hot.c t/op/pat.t
11733 ____________________________________________________________________________
11734 [  1941] By: gsar                                  on 1998/10/13  01:49:16
11735     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
11736          implementation)
11737  Branch: perl
11738        ! pp_ctl.c t/op/runlevel.t
11739 ____________________________________________________________________________
11740 [  1940] By: jhi                                   on 1998/10/12  09:57:44
11741     Log: Removed duplicate CMA threads code for HPUX 10.X.
11742          (probably residue of patch(1) being too understanding)
11743          Enhanced 64-bit settings.
11744  Branch: confperl
11745        ! hints/hpux.sh
11746 ____________________________________________________________________________
11747 [  1939] By: jhi                                   on 1998/10/12  09:53:11
11748     Log: Initial sync from mainline perl.
11749  Branch: confperl
11750        + (add 1282 files)
11751 ____________________________________________________________________________
11752 [  1937] By: gsar                                  on 1998/10/06  21:16:34
11753     Log: fix $/ init for USE_THREADS
11754  Branch: perl
11755        ! perl.c
11756 ____________________________________________________________________________
11757 [  1936] By: gsar                                  on 1998/10/06  07:19:39
11758     Log: fix globals caught by change#1927; builds and tests on Solaris
11759  Branch: perl
11760        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
11761        ! warning.h warning.pl
11762 ____________________________________________________________________________
11763 [  1935] By: gsar                                  on 1998/10/06  06:50:35
11764     Log: add test for previous fix
11765  Branch: perl
11766        ! ext/Thread/create.t
11767 ____________________________________________________________________________
11768 [  1934] By: gsar                                  on 1998/10/06  06:37:36
11769     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
11770  Branch: perl
11771        ! util.c
11772 ____________________________________________________________________________
11773 [  1933] By: gsar                                  on 1998/10/06  05:04:20
11774     Log: undo bogus part of change#1903 (as pointed out by Larry)
11775  Branch: perl
11776        ! pp_ctl.c
11777 ____________________________________________________________________________
11778 [  1932] By: gsar                                  on 1998/10/06  04:21:31
11779     Log: added tweaked version of suggested patch
11780          From: jan.dubois@ibm.net (Jan Dubois)
11781          Date: Sat, 03 Oct 1998 19:04:48 +0200
11782          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
11783          Subject: [PATCH 5.005_52] More MakeMaker  patches
11784  Branch: perl
11785        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11786        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11787 ____________________________________________________________________________
11788 [  1931] By: gsar                                  on 1998/10/06  04:04:33
11789     Log: use cpp symbols instead of hardwired constants
11790          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11791          Date: Mon, 05 Oct 1998 09:23:33 +0100
11792          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
11793          Subject: [PATCH 5.005_52] By the numbers (resend)
11794  Branch: perl
11795        ! op.c
11796 ____________________________________________________________________________
11797 [  1930] By: gsar                                  on 1998/10/06  04:01:55
11798     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11799          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
11800          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
11801          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
11802  Branch: perl
11803        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
11804        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
11805 ____________________________________________________________________________
11806 [  1929] By: gsar                                  on 1998/10/06  03:50:36
11807     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11808          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
11809          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
11810          Subject: [PATCH 5.00552] Minor test improvement
11811  Branch: perl
11812        ! t/op/magic.t
11813 ____________________________________________________________________________
11814 [  1928] By: gsar                                  on 1998/10/06  03:49:03
11815     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11816          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
11817          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
11818          Subject: [PATCH 5.00552] emacs/ptags inprovements
11819  Branch: perl
11820        ! emacs/ptags
11821 ____________________________________________________________________________
11822 [  1927] By: gsar                                  on 1998/10/06  03:47:44
11823     Log: disable C<#define dirty PL_dirty> et al.
11824  Branch: perl
11825        ! embed.pl embedvar.h
11826 ____________________________________________________________________________
11827 [  1926] By: gsar                                  on 1998/10/06  03:43:32
11828     Log: From: Mark-Jason Dominus <mjd@plover.com>
11829          Date: Sun, 04 Oct 1998 14:48:11 -0400
11830          Message-ID: <19981004184811.16048.qmail@plover.com>
11831          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
11832  Branch: perl
11833        ! utils/perldoc.PL
11834 ____________________________________________________________________________
11835 [  1925] By: gsar                                  on 1998/10/06  03:27:35
11836     Log: disable USE_THREADS when PERL_OBJECT is enabled
11837  Branch: perl
11838        ! win32/Makefile win32/makefile.mk
11839 ____________________________________________________________________________
11840 [  1924] By: gsar                                  on 1998/10/06  03:26:54
11841     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
11842  Branch: perl
11843        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
11844        ! vms/perly_c.vms
11845 ____________________________________________________________________________
11846 [  1923] By: gsar                                  on 1998/10/03  05:19:56
11847     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
11848          overridden
11849  Branch: perl
11850        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
11851        ! proto.h vms/perly_c.vms
11852 ____________________________________________________________________________
11853 [  1922] By: gsar                                  on 1998/10/03  03:59:50
11854     Log: suppress manifypods leak in extensions
11855  Branch: perl
11856        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
11857 ____________________________________________________________________________
11858 [  1921] By: gsar                                  on 1998/10/02  22:30:15
11859     Log: os390 fixes (suggested by Peter Prymmer)
11860  Branch: perl
11861        ! Makefile.SH regcomp.c
11862 ____________________________________________________________________________
11863 [  1920] By: gsar                                  on 1998/10/02  21:41:19
11864     Log: squelch undef warnings
11865          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11866          Date: Fri, 02 Oct 1998 11:01:14 +0100
11867          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
11868          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
11869  Branch: perl
11870        ! Changes lib/Math/BigInt.pm
11871 ____________________________________________________________________________
11872 [  1919] By: gsar                                  on 1998/10/02  04:59:13
11873     Log: add note to INSTALL about ANSI C
11874  Branch: perl
11875        ! INSTALL
11876 ____________________________________________________________________________
11877 [  1918] By: gsar                                  on 1998/10/02  04:21:10
11878     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
11879          From: jan.dubois@ibm.net (Jan Dubois)
11880          Date: Wed, 30 Sep 1998 23:35:30 +0200
11881          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
11882          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
11883  Branch: perl
11884        ! lib/ExtUtils/xsubpp
11885 ____________________________________________________________________________
11886 [  1917] By: gsar                                  on 1998/10/02  04:16:02
11887     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11888          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
11889          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
11890          Subject: Re: Configure test for selectbits busted
11891  Branch: perl
11892        ! Configure
11893 ____________________________________________________________________________
11894 [  1916] By: gsar                                  on 1998/10/02  04:14:17
11895     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11896          Date: Wed, 30 Sep 1998 17:15:20 -0700
11897          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
11898          Subject: [PATCH 5.005_02]VMS config tweaks
11899  Branch: perl
11900        ! vms/descrip_mms.template vms/subconfigure.com
11901 ____________________________________________________________________________
11902 [  1915] By: gsar                                  on 1998/10/02  04:10:47
11903     Log: use Off_t to permit 64-bit seek()
11904          From: Scott Henry <scotth@sgi.com>
11905          Date: 29 Sep 1998 17:38:46 -0700
11906          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
11907          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
11908          --
11909          Date: 28 Sep 1998 18:55:37 -0700
11910          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
11911          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11912  Branch: perl
11913        ! doio.c pp_sys.c proto.h sv.c
11914 ____________________________________________________________________________
11915 [  1914] By: gsar                                  on 1998/10/02  04:05:36
11916     Log: normalize tm struct passed to strftime() with mktime()
11917          From: Spider Boardman <spider@orb.nashua.nh.us>
11918          Date: Wed, 30 Sep 1998 15:12:09 -0400
11919          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
11920          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
11921  Branch: perl
11922        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11923 ____________________________________________________________________________
11924 [  1913] By: gsar                                  on 1998/10/02  03:59:46
11925     Log: don't try to run foo_SH.orig etc.
11926  Branch: perl
11927        ! Configure
11928 ____________________________________________________________________________
11929 [  1912] By: gsar                                  on 1998/10/02  03:45:37
11930     Log: make warning about glob process failure optional
11931  Branch: perl
11932        ! pod/perldiag.pod pp_hot.c
11933 ____________________________________________________________________________
11934 [  1911] By: gsar                                  on 1998/10/02  02:52:21
11935     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
11936          From: Dominic Dunlop <domo@vo.lu>
11937          Date: Tue, 29 Sep 1998 21:06:30 +0000
11938          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
11939          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
11940          --
11941          Date: Wed, 30 Sep 1998 11:46:44 +0000
11942          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
11943          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
11944  Branch: perl
11945        ! pod/perldiag.pod regcomp.c
11946 ____________________________________________________________________________
11947 [  1910] By: gsar                                  on 1998/10/02  02:48:48
11948     Log: minor Configure tweaks (via private mail)
11949          From: Jarkko Hietaniemi <jhi@iki.fi>
11950          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
11951          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
11952          Subject: [PATCH] 5.005_52: the drizzle continues
11953  Branch: perl
11954        ! Configure config_h.SH handy.h
11955 ____________________________________________________________________________
11956 [  1909] By: gsar                                  on 1998/10/02  02:46:39
11957     Log: update SCO hints for dynamic loading
11958          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11959          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
11960          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
11961          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11962          --
11963          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
11964          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
11965          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11966  Branch: perl
11967        ! hints/sco.sh
11968 ____________________________________________________________________________
11969 [  1908] By: gsar                                  on 1998/10/02  02:33:39
11970     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
11971  Branch: perl
11972        ! lib/File/Find.pm
11973 ____________________________________________________________________________
11974 [  1907] By: gsar                                  on 1998/10/02  02:21:52
11975     Log: applied patches, but retained old behavior for win32 (where compilers
11976          can't read from stdin at all)
11977          From: Graham Barr <gbarr@ti.com>
11978          Date: Mon, 28 Sep 1998 09:41:49 -0500
11979          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
11980          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11981          --
11982          Date: Tue, 29 Sep 1998 12:35:43 -0500
11983          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
11984          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11985  Branch: perl
11986        ! ext/Errno/Errno_pm.PL
11987 ____________________________________________________________________________
11988 [  1906] By: gsar                                  on 1998/10/02  02:02:19
11989     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
11990          Hietaniemi)
11991  Branch: perl
11992        ! t/op/grent.t
11993 ____________________________________________________________________________
11994 [  1905] By: gsar                                  on 1998/10/02  01:59:56
11995     Log: win32 caveats about truncate()
11996  Branch: perl
11997        ! pod/perlport.pod
11998 ____________________________________________________________________________
11999 [  1904] By: gsar                                  on 1998/10/02  01:53:25
12000     Log: various Configure and hints updates (prefer drand48() or random()
12001          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
12002          applied modulo SCO hints superceded by later patch
12003          From: Jarkko Hietaniemi <jhi@iki.fi>
12004          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
12005          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
12006          Subject: [PATCH] 5.005_52: Configure et al:
12007  Branch: perl
12008        + ext/IPC/SysV/hints/next_3.pl
12009        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
12010        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
12011        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
12012 ____________________________________________________________________________
12013 [  1903] By: gsar                                  on 1998/10/02  01:42:37
12014     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
12015          Date: Mon, 28 Sep 1998 17:41:49 +0100
12016          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
12017          Subject: [PATCH 5.005_52] Re: More on ?p 
12018          --
12019          Date: Thu, 01 Oct 1998 09:10:58 +0100
12020          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
12021          Subject: [PATCH 5.005_52] ?p fix
12022          --
12023          Date: Thu, 01 Oct 1998 10:45:56 +0100
12024          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
12025          Subject: [PATCH 5.005_52] more on ?p
12026  Branch: perl
12027        ! pp_ctl.c
12028 ____________________________________________________________________________
12029 [  1902] By: gsar                                  on 1998/10/02  01:36:14
12030     Log: From: Kenneth Duda <kjd@cisco.com>
12031          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
12032          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
12033          Subject: writemain dies when there are more than 4000 characters of extensions
12034  Branch: perl
12035        ! writemain.SH
12036 ____________________________________________________________________________
12037 [  1901] By: gsar                                  on 1998/10/02  01:33:16
12038     Log: tweak run_byacc recipe
12039  Branch: perl
12040        ! Makefile.SH Porting/pumpkin.pod
12041 ____________________________________________________________________________
12042 [  1900] By: gsar                                  on 1998/10/02  01:02:09
12043     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
12044  Branch: perl
12045        ! perl.h pp_ctl.c
12046 ____________________________________________________________________________
12047 [  1899] By: gsar                                  on 1998/09/28  20:46:30
12048     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
12049          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
12050          Dvornik)
12051  Branch: perl
12052        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
12053 ____________________________________________________________________________
12054 [  1898] By: gsar                                  on 1998/09/28  20:42:52
12055     Log: flush unsubmitted 5.00552 change
12056  Branch: perl
12057        ! MANIFEST
12058 ____________________________________________________________________________
12059 [  1897] By: gsar                                  on 1998/09/27  04:43:06
12060     Log: run vms_yfix.pl
12061  Branch: perl
12062        ! vms/perly_c.vms
12063 ____________________________________________________________________________
12064 [  1896] By: gsar                                  on 1998/09/27  03:38:55
12065     Log: small tweak on last change
12066  Branch: perl
12067        ! win32/win32.c
12068 ____________________________________________________________________________
12069 [  1895] By: gsar                                  on 1998/09/27  03:17:17
12070     Log: fix win32_stat() to do the right thing for share names
12071  Branch: perl
12072        ! win32/win32.c
12073 ____________________________________________________________________________
12074 [  1891] By: larry                                 on 1998/09/25  18:50:40
12075     Log: Fixed apostrophe problem from Mark Knutsen.
12076  Branch: perl
12077        ! sv.h
12078
12079 ----------------
12080 Version 5.005_52
12081 ----------------
12082
12083 ____________________________________________________________________________
12084 [  1890] By: gsar                                  on 1998/09/25  10:25:00
12085     Log: update template config.sh, add new config vars to win32 stuff
12086  Branch: perl
12087        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
12088        ! pp_sys.c proto.h win32/config.bc win32/config.gc
12089        ! win32/config.vc win32/config_H.bc win32/config_H.gc
12090        ! win32/config_H.vc win32/win32.h
12091 ____________________________________________________________________________
12092 [  1889] By: gsar                                  on 1998/09/25  07:13:13
12093     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
12094          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
12095          of full-fledged 64-bit support (including support for: fseeko/ftello,
12096          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
12097          in Fcntl)
12098          From: Jarkko Hietaniemi <jhi@iki.fi>
12099          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
12100          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
12101          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
12102          --
12103          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12104          Date: 12 Sep 1998 09:44:25 +0300
12105          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
12106          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
12107  Branch: perl
12108        + lib/filetest.pm
12109        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
12110        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
12111        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
12112        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
12113        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
12114        ! win32/makedef.pl
12115 ____________________________________________________________________________
12116 [  1888] By: gsar                                  on 1998/09/25  06:27:12
12117     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
12118  Branch: perl
12119        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
12120        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12121        ! win32/makedef.pl win32/makefile.mk win32/win32.c
12122 ____________________________________________________________________________
12123 [  1887] By: gsar                                  on 1998/09/25  04:50:49
12124     Log: win32.c tweak
12125  Branch: perl
12126        ! win32/win32.c
12127 ____________________________________________________________________________
12128 [  1886] By: gsar                                  on 1998/09/25  04:47:32
12129     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
12130  Branch: perl
12131        ! lib/ExtUtils/MakeMaker.pm
12132 ____________________________________________________________________________
12133 [  1885] By: gsar                                  on 1998/09/25  04:05:09
12134     Log: From: Dominic Dunlop <domo@vo.lu>
12135          Date: Thu, 10 Sep 1998 11:02:46 +0000
12136          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
12137          Subject: MM_Unix::canonpath erroneously turns leading // into /
12138  Branch: perl
12139        ! lib/ExtUtils/MM_Unix.pm
12140 ____________________________________________________________________________
12141 [  1884] By: gsar                                  on 1998/09/25  03:06:10
12142     Log: temporarily disable perl malloc for a2p until we clean up
12143          conflicting malloc() declarations everywhere
12144  Branch: perl
12145        ! x2p/Makefile.SH
12146 ____________________________________________________________________________
12147 [  1883] By: gsar                                  on 1998/09/25  02:27:00
12148     Log: remove obsolete win32/bin/*.pl
12149  Branch: perl
12150        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
12151        ! Changes MANIFEST win32/Makefile win32/makefile.mk
12152 ____________________________________________________________________________
12153 [  1882] By: gsar                                  on 1998/09/25  02:04:43
12154     Log: missing file in last submit
12155  Branch: perl
12156        ! proto.h
12157 ____________________________________________________________________________
12158 [  1881] By: gsar                                  on 1998/09/25  01:56:54
12159     Log: serial access to PL_x[inpr]v_root for USE_THREADS
12160  Branch: perl
12161        ! sv.c
12162 ____________________________________________________________________________
12163 [  1880] By: gsar                                  on 1998/09/25  01:19:38
12164     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
12165          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
12166          Date: Thu, 24 Sep 1998 22:01:09 +0900
12167          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
12168          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
12169  Branch: perl
12170        ! hv.c proto.h
12171 ____________________________________________________________________________
12172 [  1879] By: gsar                                  on 1998/09/25  00:20:07
12173     Log: tweaks to enable PERL_OBJECT to build & test on win32
12174  Branch: perl
12175        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
12176        ! win32/GenCAPI.pl
12177 ____________________________________________________________________________
12178 [  1878] By: gsar                                  on 1998/09/25  00:13:36
12179     Log: fix change#1861, which breaks default boot_xxx symbol generation
12180  Branch: perl
12181        ! lib/ExtUtils/Mksymlists.pm
12182 ____________________________________________________________________________
12183 [  1877] By: gsar                                  on 1998/09/24  10:29:54
12184     Log: two tweaks for clean build and test on Solaris
12185  Branch: perl
12186        ! op.c t/op/subst.t
12187 ____________________________________________________________________________
12188 [  1876] By: gsar                                  on 1998/09/24  09:04:43
12189     Log: From: Colin Kuskie <ckuskie@cadence.com>
12190          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
12191          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
12192          Subject: [PATCH 5.005_51] perlform.pod
12193  Branch: perl
12194        ! pod/perlform.pod
12195 ____________________________________________________________________________
12196 [  1875] By: gsar                                  on 1998/09/24  08:47:47
12197     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12198          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
12199          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
12200          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
12201  Branch: perl
12202        ! regexec.c
12203 ____________________________________________________________________________
12204 [  1874] By: gsar                                  on 1998/09/24  08:44:55
12205     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12206          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
12207          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
12208          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
12209  Branch: perl
12210        ! toke.c
12211 ____________________________________________________________________________
12212 [  1873] By: gsar                                  on 1998/09/24  08:39:41
12213     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12214          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
12215          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
12216          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
12217  Branch: perl
12218        ! Changes regcomp.c
12219 ____________________________________________________________________________
12220 [  1872] By: gsar                                  on 1998/09/24  08:37:00
12221     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
12222          Date: Sun, 23 Aug 1998 23:18:38 PDT
12223          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
12224          Subject: new irix_6.sh hints file
12225  Branch: perl
12226        ! hints/irix_6.sh
12227 ____________________________________________________________________________
12228 [  1871] By: gsar                                  on 1998/09/24  07:26:37
12229     Log: correct FSF address in various places
12230  Branch: perl
12231        ! Copying README ext/B/README lib/Getopt/Long.pm
12232 ____________________________________________________________________________
12233 [  1870] By: gsar                                  on 1998/09/24  07:11:56
12234     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
12235          Date:    Fri, 14 Aug 1998 09:20:16 PDT
12236          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
12237          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
12238  Branch: perl
12239        ! configure.com
12240 ____________________________________________________________________________
12241 [  1869] By: gsar                                  on 1998/09/24  06:55:59
12242     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
12243          From:    Scott Henry <scotth@sgi.com>
12244          Date:    13 Aug 1998 09:52:15 PDT
12245          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
12246          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
12247  Branch: perl
12248        ! hints/irix_6.sh
12249 ____________________________________________________________________________
12250 [  1868] By: gsar                                  on 1998/09/24  06:51:23
12251     Log: From:    Nathan Torkington <gnat@frii.com>
12252          Date:    Thu, 13 Aug 1998 10:59:48 MDT
12253          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
12254          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
12255  Branch: perl
12256        ! pod/perlfunc.pod
12257 ____________________________________________________________________________
12258 [  1867] By: gsar                                  on 1998/09/24  06:45:13
12259     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
12260          that are autoloaded)
12261  Branch: perl
12262        ! pp_ctl.c
12263 ____________________________________________________________________________
12264 [  1866] By: gsar                                  on 1998/09/24  05:21:19
12265     Log: grandfather deprecated "$$<digit>" no more
12266  Branch: perl
12267        ! pod/perldiag.pod toke.c
12268 ____________________________________________________________________________
12269 [  1865] By: gsar                                  on 1998/09/24  04:52:48
12270     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
12271          low bits (suggested by Ilya Zakharevich)
12272  Branch: perl
12273        ! hv.h
12274 ____________________________________________________________________________
12275 [  1864] By: gsar                                  on 1998/09/24  04:29:14
12276     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
12277          perly_c.diff
12278  Branch: perl
12279        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
12280        ! perly_c.diff toke.c
12281 ____________________________________________________________________________
12282 [  1863] By: gsar                                  on 1998/09/24  03:36:30
12283     Log: provide locked access to string table for USE_THREADS
12284  Branch: perl
12285        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
12286 ____________________________________________________________________________
12287 [  1862] By: gsar                                  on 1998/09/24  03:30:32
12288     Log: remove bogus warn()
12289  Branch: perl
12290        ! embed.pl
12291 ____________________________________________________________________________
12292 [  1861] By: gsar                                  on 1998/09/24  02:58:51
12293     Log: applied suggested patch, adapted for all platforms
12294          From: jan.dubois@ibm.net (Jan Dubois)
12295          Date: Sun, 20 Sep 1998 12:56:38 +0200
12296          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
12297          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
12298  Branch: perl
12299        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12300        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12301        ! lib/ExtUtils/MakeMaker.pm
12302 ____________________________________________________________________________
12303 [  1860] By: gsar                                  on 1998/09/24  02:16:14
12304     Log: upgrade to CPAN-1.40
12305  Branch: perl
12306        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
12307 ____________________________________________________________________________
12308 [  1859] By: gsar                                  on 1998/09/24  02:08:59
12309     Log: use $ENV{MAKEMAKEROPT} to set default command line args
12310  Branch: perl
12311        ! lib/ExtUtils/MakeMaker.pm
12312 ____________________________________________________________________________
12313 [  1857] By: gsar                                  on 1998/09/23  10:58:36
12314     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12315          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
12316          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
12317          Subject: More verbose Test::Harness [PATCH]
12318  Branch: perl
12319        ! lib/Test/Harness.pm
12320 ____________________________________________________________________________
12321 [  1856] By: gsar                                  on 1998/09/23  10:56:24
12322     Log: update hints for OPENSTEP 4.2 on i386
12323          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
12324          Date: Sun, 20 Sep 1998 01:03:18 +0200
12325          Message-Id: <9809192303.AA29190@Spike>
12326          Subject: Perl 5.005_02 compilation problems
12327  Branch: perl
12328        ! hints/next_4.sh
12329 ____________________________________________________________________________
12330 [  1855] By: gsar                                  on 1998/09/23  10:52:27
12331     Log: reset errno after C<require> search (as suggested by Larry)
12332  Branch: perl
12333        ! pp_ctl.c
12334 ____________________________________________________________________________
12335 [  1854] By: gsar                                  on 1998/09/23  10:50:26
12336     Log: misc pod tweaks
12337  Branch: perl
12338        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
12339 ____________________________________________________________________________
12340 [  1853] By: gsar                                  on 1998/09/23  10:46:06
12341     Log: make Pod/Html.pm handle the --title option properly (as suggested
12342          by gml4410@ggr.co.uk)
12343  Branch: perl
12344        ! lib/Pod/Html.pm
12345 ____________________________________________________________________________
12346 [  1852] By: gsar                                  on 1998/09/23  10:41:39
12347     Log: SSNEW() API for allocating memory on the savestack
12348          From: Albert Dvornik <bert@genscan.com>
12349          Date: 17 Sep 1998 19:23:07 -0400
12350          Message-Id: <tqemtae338.fsf@puma.genscan.com>
12351          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
12352  Branch: perl
12353        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
12354        ! perl.h proto.h scope.c scope.h t/io/tell.t
12355 ____________________________________________________________________________
12356 [  1851] By: gsar                                  on 1998/09/23  10:37:05
12357     Log: From: Jochen Wiedmann <joe@ispsoft.de>
12358          Date: Thu, 17 Sep 1998 17:16:06 +0200
12359          Message-ID: <360127B6.E44564A@ispsoft.de>
12360          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
12361  Branch: perl
12362        ! lib/ExtUtils/MakeMaker.pm
12363 ____________________________________________________________________________
12364 [  1850] By: gsar                                  on 1998/09/23  10:33:05
12365     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
12366          Date: 15 Sep 1998 01:32:31 +0200
12367          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
12368          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
12369  Branch: perl
12370        ! lib/ExtUtils/MM_Unix.pm
12371 ____________________________________________________________________________
12372 [  1849] By: gsar                                  on 1998/09/23  10:29:04
12373     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
12374          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
12375          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
12376          Subject: Re: extralibs.ld problem in MM_VMS.pm
12377  Branch: perl
12378        ! lib/ExtUtils/MM_VMS.pm
12379 ____________________________________________________________________________
12380 [  1848] By: gsar                                  on 1998/09/23  10:25:24
12381     Log: From: Roderick Schertler <roderick@argon.org>
12382          Date: 11 Sep 1998 16:19:21 -0400
12383          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
12384          Subject: Re: Open2 and memory leaks
12385  Branch: perl
12386        ! lib/IPC/Open3.pm
12387 ____________________________________________________________________________
12388 [  1847] By: gsar                                  on 1998/09/23  10:18:31
12389     Log: From: Roderick Schertler <roderick@argon.org>
12390          Date: Wed, 09 Sep 1998 23:52:48 -0400
12391          Message-ID: <20567.905399568@eeyore.ibcinc.com>
12392          Subject: seed srand from /dev/urandom when possible
12393  Branch: perl
12394        ! pod/perlfunc.pod pp.c
12395 ____________________________________________________________________________
12396 [  1846] By: gsar                                  on 1998/09/23  10:12:22
12397     Log: From: Roderick Schertler <roderick@argon.org>
12398          Date: Thu, 10 Sep 1998 00:32:17 -0400
12399          Message-ID: <21142.905401937@eeyore.ibcinc.com>
12400          Subject: doc update for crypt()'s salt
12401  Branch: perl
12402        ! pod/perlfunc.pod
12403 ____________________________________________________________________________
12404 [  1845] By: gsar                                  on 1998/09/23  10:09:23
12405     Log: fix h2ph handling of C<#error "foo">
12406          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
12407          Date: Thu, 10 Sep 1998 09:59:33 +0900
12408          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
12409          Subject: [5.005_02] h2ph problem
12410  Branch: perl
12411        ! utils/h2ph.PL
12412 ____________________________________________________________________________
12413 [  1844] By: gsar                                  on 1998/09/23  10:06:13
12414     Log: plug strictly private function leaks in API listing
12415  Branch: perl
12416        ! pod/perlguts.pod
12417 ____________________________________________________________________________
12418 [  1843] By: gsar                                  on 1998/09/23  10:02:57
12419     Log: hide symbol for static build
12420          From: Dominic Dunlop <domo@vo.lu>
12421          Date: Tue, 8 Sep 1998 21:40:46 +0000
12422          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
12423          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
12424  Branch: perl
12425        ! regcomp.c
12426 ____________________________________________________________________________
12427 [  1842] By: gsar                                  on 1998/09/23  09:52:46
12428     Log: define PUT_svindex(), PUT_opindex()
12429  Branch: perl
12430        ! ext/B/B/Assembler.pm
12431 ____________________________________________________________________________
12432 [  1841] By: gsar                                  on 1998/09/23  09:44:25
12433     Log: From: Dominic Dunlop <domo@vo.lu>
12434          Date: Tue, 8 Sep 1998 15:34:53 +0000
12435          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
12436          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
12437  Branch: perl
12438        ! t/pragma/warn/regexec
12439 ____________________________________________________________________________
12440 [  1840] By: gsar                                  on 1998/09/23  09:42:17
12441     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
12442  Branch: perl
12443        ! win32/bin/pl2bat.pl
12444 ____________________________________________________________________________
12445 [  1839] By: gsar                                  on 1998/09/23  09:38:18
12446     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
12447          Date: Mon, 7 Sep 1998 17:36:09 +0900
12448          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
12449          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
12450  Branch: perl
12451        ! ext/Thread/Thread.xs
12452 ____________________________________________________________________________
12453 [  1838] By: gsar                                  on 1998/09/23  09:21:11
12454     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
12455          Date: Thu, 10 Sep 1998 00:02:07 -0400
12456          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
12457          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
12458  Branch: perl
12459        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
12460        + vos/config.h vos/config_h.SH_orig vos/perl.bind
12461        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
12462        ! MANIFEST perl.c perl.h pod/perlport.pod
12463 ____________________________________________________________________________
12464 [  1837] By: gsar                                  on 1998/09/23  08:45:58
12465     Log: (via private mail)
12466          From: Charles Bailey <BAILEY@newman.upenn.edu>
12467          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
12468          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
12469          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
12470  Branch: perl
12471        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
12472        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12473        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
12474        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
12475        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
12476        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
12477        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
12478        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
12479        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
12480        ! vms/writemain.pl
12481 ____________________________________________________________________________
12482 [  1836] By: gsar                                  on 1998/09/23  08:17:42
12483     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12484          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
12485          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
12486          Subject: [PATCH 5.005_*] OS/2 spawning typos
12487  Branch: perl
12488        ! os2/os2.c
12489 ____________________________________________________________________________
12490 [  1835] By: gsar                                  on 1998/09/23  08:09:55
12491     Log: warn on C<my($foo,$foo)>
12492  Branch: perl
12493        ! op.c pod/perldiag.pod
12494 ____________________________________________________________________________
12495 [  1834] By: gsar                                  on 1998/09/23  07:35:56
12496     Log: From: pvhp@forte.com (Peter Prymmer)
12497          Date: Fri, 4 Sep 98 13:27:41 PDT
12498          Message-Id: <9809042027.AA04463@forte.com>
12499          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
12500  Branch: perl
12501        ! README.vms
12502 ____________________________________________________________________________
12503 [  1833] By: gsar                                  on 1998/09/23  07:27:34
12504     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12505          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
12506          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
12507          Subject: PATCH: 5.005_02 hint/hpux.sh
12508  Branch: perl
12509        ! hints/hpux.sh
12510 ____________________________________________________________________________
12511 [  1832] By: gsar                                  on 1998/09/23  07:22:40
12512     Log: fix (some) installhtml bugs
12513          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
12514          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
12515          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
12516          Subject: installhtml script needs work
12517  Branch: perl
12518        ! installhtml
12519 ____________________________________________________________________________
12520 [  1831] By: gsar                                  on 1998/09/23  07:19:30
12521     Log: document 'U' magic with examples
12522          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
12523          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
12524          Message-Id: <199809011455.PAA00631@sale-wts>
12525          Subject: Re: Looking for some XS MAGIC examples...
12526  Branch: perl
12527        ! pod/perlguts.pod
12528 ____________________________________________________________________________
12529 [  1830] By: gsar                                  on 1998/09/23  07:16:43
12530     Log: From: pvhp@forte.com (Peter Prymmer)
12531          Date: Mon, 31 Aug 98 17:13:49 PDT
12532          Message-Id: <9809010013.AA06737@forte.com>
12533          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
12534  Branch: perl
12535        ! README.os390
12536 ____________________________________________________________________________
12537 [  1829] By: gsar                                  on 1998/09/23  07:15:08
12538     Log: fix problematic typecast in filter_del()
12539          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
12540          Date: Mon, 31 Aug 1998 21:13:11 GMT
12541          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
12542          Subject: perl5.005_02 does not build on Cray T90
12543  Branch: perl
12544        ! toke.c
12545 ____________________________________________________________________________
12546 [  1828] By: gsar                                  on 1998/09/23  07:11:34
12547     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12548          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
12549          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
12550          Subject: [PATCH 5.005_5*] (?>) broken in RE
12551  Branch: perl
12552        ! regexec.c t/op/re_tests
12553 ____________________________________________________________________________
12554 [  1827] By: gsar                                  on 1998/09/23  07:09:50
12555     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
12556  Branch: perl
12557        ! t/op/grent.t t/op/groups.t
12558 ____________________________________________________________________________
12559 [  1826] By: gsar                                  on 1998/09/23  07:03:16
12560     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12561          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
12562          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
12563          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
12564  Branch: perl
12565        - interp.sym
12566        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
12567 ____________________________________________________________________________
12568 [  1825] By: gsar                                  on 1998/09/23  06:56:40
12569     Log: re-introduce change#1703
12570  Branch: perl
12571        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
12572 ____________________________________________________________________________
12573 [  1824] By: gsar                                  on 1998/09/23  06:44:19
12574     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12575          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
12576          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
12577          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
12578  Branch: perl
12579        ! lib/perl5db.pl
12580 ____________________________________________________________________________
12581 [  1823] By: gsar                                  on 1998/09/23  06:41:34
12582         Log: From: Joe Buehler <jhpb@hekimian.com>
12583              Date: 29 Aug 1998 17:13:28 -0400
12584              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
12585              Subject: patches for perl 5.005_51 under U/WIN
12586      Branch: perl
12587            + hints/uwin.sh
12588            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
12589            ! t/lib/posix.t
12590 ____________________________________________________________________________
12591 [  1822] By: gsar                                  on 1998/09/23  06:36:59
12592         Log: add missing C<no utf8;> tweak from Larry
12593      Branch: perl
12594            ! t/op/subst.t
12595 ____________________________________________________________________________
12596 [  1821] By: gsar                                  on 1998/09/23  06:27:51
12597         Log: s/runops/CALLRUNOPS/
12598      Branch: perl
12599            ! cc_runtime.h
12600 ____________________________________________________________________________
12601 [  1820] By: gsar                                  on 1998/09/23  06:24:49
12602         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
12603      Branch: perl
12604           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
12605           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
12606           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
12607           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
12608           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12609           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
12610           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
12611           +> t/pragma/warn/util
12612            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
12613            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
12614            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
12615            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
12616            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
12617            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
12618            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
12619            - t/pragma/warn-util
12620            ! MANIFEST t/pragma/warning.t
12621 ____________________________________________________________________________
12622 [  1819] By: gsar                                  on 1998/09/23  06:08:46
12623         Log: make \(%foo) return refs to values (not copies of values)
12624              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12625              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
12626              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
12627              --
12628              From: Roderick Schertler <roderick@argon.org>
12629              Date: Sat, 29 Aug 1998 00:58:33 -0400
12630              Message-ID: <29894.904366713@eeyore.ibcinc.com>
12631              Subject: Re: \(%x) problems
12632      Branch: perl
12633            ! doop.c pod/perlref.pod
12634 ____________________________________________________________________________
12635 [  1818] By: gsar                                  on 1998/09/23  06:05:08
12636         Log: make h2xs generate ANSI prototypes
12637      Branch: perl
12638            ! utils/h2xs.PL
12639 ____________________________________________________________________________
12640 [  1817] By: gsar                                  on 1998/09/23  05:57:16
12641         Log: updated usethreads hints for hpux 10.X
12642              From: Matthew T Harden <mthard@mthard1.monsanto.com>
12643              Date: Fri, 28 Aug 1998 14:10:42 GMT
12644              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
12645              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
12646      Branch: perl
12647            ! hints/hpux.sh perl.h
12648 ____________________________________________________________________________
12649 [  1816] By: gsar                                  on 1998/09/23  05:53:31
12650         Log: don't create empty directories in installperl
12651              From: Robin Barker <rmb1@cise.npl.co.uk>
12652              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
12653              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
12654              Subject: [PATCH 5.005_02] install: empty dirs
12655      Branch: perl
12656            ! installperl
12657 ____________________________________________________________________________
12658 [  1815] By: gsar                                  on 1998/09/23  05:50:36
12659         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
12660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12661              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
12662              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
12663              Subject: Re: your mail
12664      Branch: perl
12665            ! regexec.c t/op/re_tests
12666 ____________________________________________________________________________
12667 [  1814] By: gsar                                  on 1998/09/23  05:45:17
12668         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12669              Date: Thu, 20 Aug 1998 20:59:03 -0400
12670              Message-ID: <19980820205903.A12908@O2.chapin.edu>
12671              Subject: [PATCH] h2ph misquotes #error directives
12672      Branch: perl
12673            ! t/lib/h2ph.pht utils/h2ph.PL
12674 ____________________________________________________________________________
12675 [  1813] By: gsar                                  on 1998/09/23  05:42:41
12676         Log: patch to support computed regular subexpressions
12677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12678              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
12679              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
12680              Subject: [5.005_5* PATCH] Postponed RE - now!
12681      Branch: perl
12682            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
12683            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
12684 ____________________________________________________________________________
12685 [  1812] By: gsar                                  on 1998/09/23  05:26:26
12686         Log: better CR-handling on shebang line and in formats (fixed variant of
12687              patch suggested by Igor Sysoev <igor@nitek.ru>)
12688      Branch: perl
12689            ! perl.c toke.c
12690 ____________________________________________________________________________
12691 [  1811] By: gsar                                  on 1998/09/23  04:35:46
12692         Log: document non-loopish blocks better
12693              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12694              Date: Tue, 18 Aug 1998 12:28:36 +0100
12695              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
12696              Subject: Re: next in do {} while block gives error message
12697      Branch: perl
12698            ! pod/perlfunc.pod
12699 ____________________________________________________________________________
12700 [  1810] By: gsar                                  on 1998/09/23  04:12:05
12701         Log: fix bogus integerization of pop()'s return value
12702              From: Gurusamy Sarathy <gsar@engin.umich.edu>
12703              Date: Sat, 15 Aug 1998 23:27:54 -0400
12704              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
12705              Subject: Re: Complex expression does integer arithmetic 
12706      Branch: perl
12707            ! opcode.h opcode.pl
12708 ____________________________________________________________________________
12709 [  1809] By: gsar                                  on 1998/09/23  04:09:43
12710         Log: tweak README.win32
12711      Branch: perl
12712            ! README.win32
12713 ____________________________________________________________________________
12714 [  1808] By: gsar                                  on 1998/09/23  03:40:57
12715         Log: better diagnostic for do{} used as lvalue
12716      Branch: perl
12717            ! op.c pod/perlport.pod
12718 ____________________________________________________________________________
12719 [  1807] By: gsar                                  on 1998/09/23  03:38:30
12720         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
12721              From: hansm@icgroup.nl
12722              Date: Tue, 11 Aug 98 21:08:51 +0200
12723              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
12724              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
12725      Branch: perl
12726            ! malloc.c
12727 ____________________________________________________________________________
12728 [  1806] By: gsar                                  on 1998/09/23  03:36:08
12729         Log: support make written in perl (aka "pmake") on win32
12730      Branch: perl
12731            ! lib/ExtUtils/MM_Win32.pm
12732 ____________________________________________________________________________
12733 [  1805] By: gsar                                  on 1998/09/23  03:30:07
12734         Log: fix mismatched UV/U32 types for to_utf8_*()
12735      Branch: perl
12736            ! utf8.c
12737 ____________________________________________________________________________
12738 [  1804] By: gsar                                  on 1998/09/23  03:22:22
12739         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12740              Date: Sun, 9 Aug 1998 22:38:23 +0200
12741              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
12742              Subject: [PATCH 5.5002] dos-djgpp update
12743      Branch: perl
12744            ! t/io/fs.t
12745 ____________________________________________________________________________
12746 [  1803] By: gsar                                  on 1998/09/23  03:20:13
12747         Log: apply minimal variant of patch (sent via private mail)
12748              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
12749              Date: Wed, 12 Aug 1998 15:42:35 +0300
12750              Message-Id: <199808121242.PAA29761@comanche.spices>
12751              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
12752      Branch: perl
12753            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
12754            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
12755 ____________________________________________________________________________
12756 [  1802] By: gsar                                  on 1998/09/23  03:03:39
12757         Log: adjust searchdict.t for EBCDIC (still needs documenting)
12758              From: pvhp@forte.com (Peter Prymmer)
12759              Date: Thu, 6 Aug 98 18:09:39 PDT
12760              Message-Id: <9808070109.AA06158@forte.com>
12761              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
12762      Branch: perl
12763            ! README.os390 t/lib/searchdict.t
12764 ____________________________________________________________________________
12765 [  1801] By: gsar                                  on 1998/09/23  02:54:15
12766         Log: silence redefined warning for XS(INIT) {}
12767      Branch: perl
12768            ! op.c
12769 ____________________________________________________________________________
12770 [  1800] By: gsar                                  on 1998/09/23  02:42:23
12771         Log: support match indices via special variables @- and @+
12772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12773              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
12774              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
12775              Subject: [PATCH 5.004_76] @- and @+
12776      Branch: perl
12777            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
12778            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
12779 ____________________________________________________________________________
12780 [  1799] By: gsar                                  on 1998/09/23  01:44:31
12781         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12782              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
12783              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
12784              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
12785      Branch: perl
12786            ! regcomp.c t/op/re_tests
12787 ____________________________________________________________________________
12788 [  1798] By: gsar                                  on 1998/09/23  01:39:23
12789         Log: integrate maint-5.005 changes (except conflicting change#1794)
12790      Branch: perl
12791            ! Changes
12792           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
12793           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
12794           !> win32/win32.h
12795 ____________________________________________________________________________
12796 [  1797] By: gsar                                  on 1998/09/23  01:32:36
12797         Log: add note to win32/Makefile about setting CCHOME
12798      Branch: perl
12799            ! win32/Makefile win32/makefile.mk
12800 ____________________________________________________________________________
12801 [  1796] By: gsar                                  on 1998/09/23  01:31:32
12802         Log: perl.pod tweak
12803      Branch: perl
12804            ! pod/perl.pod
12805 ____________________________________________________________________________
12806 [  1795] By: gsar                                  on 1998/09/21  20:34:10
12807         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
12808      Branch: perl
12809            ! lib/ExtUtils/xsubpp
12810 ____________________________________________________________________________
12811 [  1789] By: gsar                                  on 1998/09/18  18:01:37
12812         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
12813      Branch: perl
12814            ! cop.h t/cmd/for.t
12815 ____________________________________________________________________________
12816 [  1788] By: gsar                                  on 1998/09/17  02:19:11
12817         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
12818      Branch: perl
12819            ! win32/config.bc win32/config.gc win32/config.vc
12820 ____________________________________________________________________________
12821 [  1787] By: gsar                                  on 1998/09/17  01:45:14
12822         Log: suppress bogus warning on C<sub x {} x()>
12823      Branch: perl
12824            ! toke.c
12825 ____________________________________________________________________________
12826 [  1786] By: gsar                                  on 1998/09/17  01:42:51
12827         Log: ntohl typo in objXSUB.h
12828      Branch: perl
12829            ! objXSUB.h
12830 ____________________________________________________________________________
12831 [  1785] By: gsar                                  on 1998/09/17  01:41:48
12832         Log: fill gaps in sig_* entries in win32/config.?c
12833      Branch: perl
12834            ! win32/config.bc win32/config.gc win32/config.vc
12835 ____________________________________________________________________________
12836 [  1781] By: larry                                 on 1998/09/05  23:48:24
12837         Log: tr/// logic was hosed under utf8
12838      Branch: perl
12839            ! doop.c op.c op.h pp.c proto.h
12840 ____________________________________________________________________________
12841 [  1780] By: larry                                 on 1998/09/05  23:44:16
12842         Log: several new tests needed tweaking to work under utf8
12843      Branch: perl
12844            ! t/comp/require.t t/op/pack.t t/op/substr.t
12845 ____________________________________________________________________________
12846 [  1779] By: larry                                 on 1998/09/05  23:41:42
12847         Log: index() applied BM optimization to wrong argument
12848      Branch: perl
12849            ! op.c util.c
12850 ____________________________________________________________________________
12851 [  1778] By: larry                                 on 1998/09/05  23:38:29
12852         Log: Implicit require during compile reset line numbering
12853      Branch: perl
12854            ! pp_ctl.c
12855
12856 ----------------
12857 Version 5.005_51
12858 ----------------
12859
12860 ____________________________________________________________________________
12861 [  1777] By: gsar                                  on 1998/08/10  07:02:38
12862         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
12863              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
12864              lexical warning testsuite for win32
12865      Branch: perl
12866            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
12867            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
12868            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
12869            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
12870            ! win32/Makefile win32/makefile.mk
12871 ____________________________________________________________________________
12872 [  1776] By: gsar                                  on 1998/08/09  17:53:48
12873         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
12874      Branch: perl
12875            ! Changes MANIFEST perl.c pod/perlhist.pod
12876 ____________________________________________________________________________
12877 [  1775] By: gsar                                  on 1998/08/09  14:35:33
12878         Log: tweak warning test
12879      Branch: perl
12880            ! t/pragma/warn-toke
12881 ____________________________________________________________________________
12882 [  1774] By: gsar                                  on 1998/08/09  14:13:46
12883         Log: add missing dTHR; notes for test failures due to small stacksize
12884      Branch: perl
12885            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
12886            ! toke.c universal.c util.c
12887 ____________________________________________________________________________
12888 [  1773] By: gsar                                  on 1998/08/09  11:31:53
12889         Log: lexical warnings; tweaks to places that didn't apply correctly
12890              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
12891              Date:    Wed, 29 Jul 1998 09:28:45 BST
12892              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
12893              Subject: lexical warnings patch for 5.005_50
12894      Branch: perl
12895            + README.lexwarn lib/warning.pm t/pragma/warn-2use
12896            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
12897            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
12898            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
12899            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
12900            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
12901            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
12902            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
12903            + warning.h warning.pl
12904            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
12905            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
12906            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
12907            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
12908            ! universal.c util.c
12909 ____________________________________________________________________________
12910 [  1772] By: gsar                                  on 1998/08/08  23:06:00
12911         Log: bump patchlevel to 5.005_51
12912      Branch: perl
12913            ! patchlevel.h win32/Makefile win32/config_H.bc
12914            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12915 ____________________________________________________________________________
12916 [  1771] By: gsar                                  on 1998/08/08  23:01:57
12917         Log: fix bogus warning on "\x{123}"
12918              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
12919              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
12920              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
12921              Subject: [5.005_50 PATCH] Some unicode problems
12922      Branch: perl
12923            ! regcomp.c toke.c
12924 ____________________________________________________________________________
12925 [  1770] By: gsar                                  on 1998/08/08  22:56:55
12926         Log: hide dup symbol for static build of ext/re
12927              From: Dominic Dunlop <domo@ppp72.vo.lu>
12928              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
12929              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
12930              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
12931      Branch: perl
12932            ! regcomp.c
12933 ____________________________________________________________________________
12934 [  1769] By: gsar                                  on 1998/08/08  22:45:06
12935         Log: fix double free on -Mutf8 -e '$b=uc("")'
12936              From: larry@wall.org (Larry Wall)
12937              Date: Fri, 7 Aug 1998 14:42:43 -0700
12938              Message-Id: <199808072142.OAA14920@wall.org>
12939              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
12940      Branch: perl
12941            ! pp.c
12942 ____________________________________________________________________________
12943 [  1768] By: gsar                                  on 1998/08/08  22:42:29
12944         Log: substr() assumes utf8 without say-so
12945              From: larry@wall.org (Larry Wall)
12946              Date: Fri, 7 Aug 1998 12:25:12 -0700
12947              Message-Id: <199808071925.MAA13436@wall.org>
12948              Subject: [PATCH 5.005_50] substr bug?
12949      Branch: perl
12950            ! pp.c
12951 ____________________________________________________________________________
12952 [  1767] By: gsar                                  on 1998/08/08  22:38:25
12953         Log: fix intolerance of SWASHes for blank lines
12954              From: Gisle Aas <aas@sn.no>
12955              Date: 06 Aug 1998 23:28:57 +0200
12956              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
12957              Subject: Re: Re[2]: another joyride begins
12958      Branch: perl
12959            ! lib/utf8_heavy.pl
12960 ____________________________________________________________________________
12961 [  1766] By: gsar                                  on 1998/08/08  22:33:10
12962         Log: utf8 doc tweak
12963              From: Gisle Aas <aas@sn.no>
12964              Date: 05 Aug 1998 00:41:04 +0200
12965              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
12966              Subject: Matching clumps
12967      Branch: perl
12968            ! lib/utf8.pm
12969 ____________________________________________________________________________
12970 [  1765] By: gsar                                  on 1998/08/08  22:31:37
12971         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
12972              From: Gisle Aas <aas@sn.no>
12973              Date: 04 Aug 1998 22:56:11 +0200
12974              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
12975              Subject: Re: another joyride begins
12976      Branch: perl
12977            ! lib/utf8_heavy.pl
12978 ____________________________________________________________________________
12979 [  1764] By: gsar                                  on 1998/08/08  22:28:43
12980         Log: From: larry@wall.org (Larry Wall)
12981              Date: Tue, 4 Aug 1998 17:04:51 -0700
12982              Message-Id: <199808050004.RAA22592@wall.org>
12983              Subject: [PATCH 5.005_50] \pX not implemented!
12984      Branch: perl
12985            ! regcomp.c
12986 ____________________________________________________________________________
12987 [  1763] By: gsar                                  on 1998/08/08  22:27:15
12988         Log: From: Stephen McCamant <alias@mcs.com>
12989              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
12990              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
12991              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
12992      Branch: perl
12993            ! op.c
12994 ____________________________________________________________________________
12995 [  1762] By: gsar                                  on 1998/08/08  22:26:09
12996         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12997              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
12998              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
12999              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
13000      Branch: perl
13001            + t/op/grent.t t/op/pwent.t
13002            ! MANIFEST
13003 ____________________________________________________________________________
13004 [  1761] By: gsar                                  on 1998/08/08  22:21:52
13005         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13006              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
13007              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
13008              Subject: [5.005_50 PATCH] misprint in RE engine
13009      Branch: perl
13010            ! regexec.c t/op/re_tests
13011 ____________________________________________________________________________
13012 [  1760] By: gsar                                  on 1998/08/08  22:18:54
13013         Log: integrate maint-5.005 changes into mainline
13014      Branch: perl
13015           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
13016           !> (integrate 138 files)
13017 ____________________________________________________________________________
13018 [  1672] By: gsar                                  on 1998/07/27  18:35:28
13019         Log: create new Changes
13020      Branch: perl
13021            + Changes
13022            ! Changes5.005 MANIFEST
13023 ____________________________________________________________________________
13024 [  1671] By: gsar                                  on 1998/07/27  18:30:57
13025         Log: rename Changes --> Changes5.005
13026      Branch: perl
13027           +> Changes5.005
13028            - Changes
13029 ____________________________________________________________________________
13030 [  1670] By: gsar                                  on 1998/07/27  18:10:14
13031         Log: integrate 5.005_01 changes from maint
13032      Branch: perl
13033            ! Changes
13034           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
13035           !> win32/win32.c
13036 ____________________________________________________________________________
13037 [  1667] By: nick                                  on 1998/07/26  14:31:01
13038         Log: Add dTHR so that it compiles miniperl in threaded mode
13039      Branch: perl
13040            ! doop.c mg.c regcomp.c regexec.c
13041 ____________________________________________________________________________
13042 [  1666] By: nick                                  on 1998/07/26  13:01:10
13043         Log: Resolve ansiperl against mainline (@1648?)
13044              Unclear that change number has "taken".
13045      Branch: ansiperl
13046           +> (branch 169 files)
13047            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
13048           !> (integrate 131 files)
13049
13050 ----------------
13051 Version 5.005_50
13052 ----------------
13053
13054 ____________________________________________________________________________
13055 [  1665] By: gsar                                  on 1998/07/26  05:38:48
13056         Log: add trailing newline to file
13057      Branch: perl
13058            ! Changes lib/unicode/blocks.txt
13059 ____________________________________________________________________________
13060 [  1664] By: gsar                                  on 1998/07/26  05:08:48
13061         Log: integrate proto.h additions from maint-5.005
13062      Branch: perl
13063           !> pod/perlhist.pod proto.h
13064 ____________________________________________________________________________
13065 [  1663] By: gsar                                  on 1998/07/26  05:07:05
13066         Log: add new files to MANIFEST; add missing prototypes to proto.h;
13067              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
13068              add typecasts to silence warnings; tweaks for win32 builds
13069      Branch: perl
13070            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
13071            ! win32/Makefile win32/makefile.mk
13072 ____________________________________________________________________________
13073 [  1662] By: gsar                                  on 1998/07/26  05:01:52
13074         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
13075      Branch: maint-5.005/perl
13076            ! pod/perlhist.pod proto.h
13077 ____________________________________________________________________________
13078 [  1661] By: gsar                                  on 1998/07/26  02:52:48
13079         Log: up patchlevel to 5.005_50
13080      Branch: perl
13081            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13082            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13083 ____________________________________________________________________________
13084 [  1660] By: gsar                                  on 1998/07/26  02:43:57
13085         Log: integrate utfperl
13086      Branch: perl
13087           +> (branch 162 files)
13088           !> (integrate 29 files)
13089 ____________________________________________________________________________
13090 [  1659] By: gsar                                  on 1998/07/26  02:38:22
13091         Log: integrate maint-5.005 changes
13092      Branch: perl
13093           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
13094           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
13095           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
13096           !> vms/descrip_mms.template vms/subconfigure.com
13097 ____________________________________________________________________________
13098 [  1658] By: gsar                                  on 1998/07/26  02:23:46
13099         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
13100              Date: Fri, 24 Jul 1998 11:38:25 -0700
13101              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
13102              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
13103              --
13104              Date: Fri, 24 Jul 1998 12:30:36 -0700
13105              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
13106              Subject: [PATCH 5.005]Tweaks to README.vms
13107              --
13108              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
13109              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
13110              Subject: [PATCH 5.005] Final build cleanup patch
13111      Branch: maint-5.005/perl
13112            ! README.vms vms/descrip_mms.template vms/subconfigure.com
13113 ____________________________________________________________________________
13114 [  1657] By: gsar                                  on 1998/07/26  02:19:50
13115         Log: another platform where pp_sselect() needs a whole fd_set buffer
13116              From: Lupe Christoph <lupe@alanya.m.isar.de>
13117              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
13118              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
13119              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
13120      Branch: maint-5.005/perl
13121            ! pp_sys.c
13122 ____________________________________________________________________________
13123 [  1656] By: gsar                                  on 1998/07/26  02:12:46
13124         Log: fix problem building modules on dos-djgpp
13125              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
13126              Date: Sat, 25 Jul 1998 00:53:39 +0200
13127              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
13128              Subject: [PATCH 5.005] dos-djgpp and modules problem
13129      Branch: maint-5.005/perl
13130            ! djgpp/fixpmain
13131 ____________________________________________________________________________
13132 [  1655] By: gsar                                  on 1998/07/26  02:11:09
13133         Log: From: Tom Spindler <dogcow@home.merit.edu>
13134              Date: Wed, 22 Jul 1998 16:11:07 -0400
13135              Message-ID: <19980722161107.A16813@home.merit.edu>
13136              Subject: [PATCH 5.005] BeOS tweak
13137      Branch: maint-5.005/perl
13138            ! hints/beos.sh
13139 ____________________________________________________________________________
13140 [  1654] By: gsar                                  on 1998/07/26  02:09:29
13141         Log: various pod tweaks
13142      Branch: maint-5.005/perl
13143            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
13144            ! pod/perltoc.pod
13145 ____________________________________________________________________________
13146 [  1653] By: gsar                                  on 1998/07/26  02:05:46
13147         Log: fix emacs/ptags for PL_* changes
13148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13149              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
13150              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
13151              Subject: [PATCH 5.004_76] Yet better ptags
13152      Branch: maint-5.005/perl
13153            ! emacs/ptags
13154 ____________________________________________________________________________
13155 [  1652] By: gsar                                  on 1998/07/26  02:03:01
13156         Log: fix behavior of <=> on bigints
13157              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13158              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
13159              Date: Fri, 24 Jul 1998 18:29:53 +0100
13160              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
13161      Branch: maint-5.005/perl
13162            ! lib/Math/BigInt.pm t/lib/bigintpm.t
13163 ____________________________________________________________________________
13164 [  1651] By: larry                                 on 1998/07/24  05:44:33
13165         Log: Here are the long-expected Unicode/UTF-8 modifications.
13166      Branch: utfperl
13167            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
13168            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
13169            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
13170            + lib/unicode/Decomposition.pl
13171            + lib/unicode/In/AlphabeticPresentationForms.pl
13172            + lib/unicode/In/Arabic.pl
13173            + lib/unicode/In/ArabicPresentationForms-A.pl
13174            + lib/unicode/In/ArabicPresentationForms-B.pl
13175            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
13176            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
13177            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
13178            + lib/unicode/In/BoxDrawing.pl
13179            + lib/unicode/In/CJKCompatibility.pl
13180            + lib/unicode/In/CJKCompatibilityForms.pl
13181            + lib/unicode/In/CJKCompatibilityIdeographs.pl
13182            + lib/unicode/In/CJKSymbolsandPunctuation.pl
13183            + lib/unicode/In/CJKUnifiedIdeographs.pl
13184            + lib/unicode/In/CombiningDiacriticalMarks.pl
13185            + lib/unicode/In/CombiningHalfMarks.pl
13186            + lib/unicode/In/CombiningMarksforSymbols.pl
13187            + lib/unicode/In/ControlPictures.pl
13188            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
13189            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
13190            + lib/unicode/In/EnclosedAlphanumerics.pl
13191            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
13192            + lib/unicode/In/GeneralPunctuation.pl
13193            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
13194            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
13195            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
13196            + lib/unicode/In/HalfwidthandFullwidthForms.pl
13197            + lib/unicode/In/HangulCompatibilityJamo.pl
13198            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
13199            + lib/unicode/In/Hebrew.pl
13200            + lib/unicode/In/HighPrivateUseSurrogates.pl
13201            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
13202            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
13203            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
13204            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
13205            + lib/unicode/In/LatinExtended-A.pl
13206            + lib/unicode/In/LatinExtended-B.pl
13207            + lib/unicode/In/LatinExtendedAdditional.pl
13208            + lib/unicode/In/LetterlikeSymbols.pl
13209            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
13210            + lib/unicode/In/MathematicalOperators.pl
13211            + lib/unicode/In/MiscellaneousSymbols.pl
13212            + lib/unicode/In/MiscellaneousTechnical.pl
13213            + lib/unicode/In/NumberForms.pl
13214            + lib/unicode/In/OpticalCharacterRecognition.pl
13215            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
13216            + lib/unicode/In/SmallFormVariants.pl
13217            + lib/unicode/In/SpacingModifierLetters.pl
13218            + lib/unicode/In/Specials.pl
13219            + lib/unicode/In/SuperscriptsandSubscripts.pl
13220            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
13221            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
13222            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
13223            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
13224            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
13225            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
13226            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
13227            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
13228            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
13229            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
13230            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
13231            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
13232            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
13233            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
13234            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
13235            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
13236            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
13237            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
13238            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
13239            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
13240            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
13241            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
13242            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
13243            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
13244            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
13245            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
13246            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
13247            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
13248            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
13249            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
13250            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
13251            + lib/unicode/JamoShort.pl lib/unicode/Makefile
13252            + lib/unicode/Name.pl lib/unicode/Number.pl
13253            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
13254            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
13255            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
13256            + lib/unicode/blocks.txt lib/unicode/index2.txt
13257            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
13258            + lib/unicode/names2.txt lib/unicode/props2.txt
13259            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
13260            + utf8.c utf8.h
13261            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
13262            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
13263            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
13264            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
13265            ! t/op/vec.t toke.c util.c vms/vmsish.h
13266 ____________________________________________________________________________
13267 [  1650] By: gsar                                  on 1998/07/24  04:06:48
13268         Log: create utfperl branch
13269      Branch: utfperl
13270           +> (branch 1079 files)
13271 ____________________________________________________________________________
13272 [  1649] By: gsar                                  on 1998/07/24  03:56:56
13273         Log: create maint-5.005 branch
13274      Branch: maint-5.005/perl
13275           +> (branch 1079 files)
13276 ____________________________________________________________________________
13277 [  1648] By: gsar                                  on 1998/07/24  03:36:35
13278         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
13279      Branch: perl
13280            ! Changes
13281