Even more Todo.
[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 [  3697] By: gsar                                  on 1999/07/18  05:22:36
83         Log: From: pvhp@forte.com (Peter Prymmer)
84              Date: Thu, 1 Jul 99 19:31:24 PDT
85              Message-Id: <9907020231.AA16942@forte.com>
86              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
87      Branch: perl
88            + t/op/chars.t
89            ! MANIFEST ebcdic.c t/op/ord.t
90 ____________________________________________________________________________
91 [  3696] By: gsar                                  on 1999/07/18  05:11:02
92         Log: display thread id in diagnostics (suggested by Dan Sugalski)
93      Branch: perl
94            ! lib/Carp.pm util.c
95 ____________________________________________________________________________
96 [  3695] By: gsar                                  on 1999/07/18  04:57:47
97         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
98      Branch: perl
99            ! pod/perldiag.pod
100 ____________________________________________________________________________
101 [  3694] By: gsar                                  on 1999/07/18  04:56:28
102         Log: cache [NIUP]V conversions of defined READONLY values
103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
104              Date: Sun, 11 Jul 1999 04:39:44 -0400
105              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
106              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
107      Branch: perl
108            ! sv.c
109 ____________________________________________________________________________
110 [  3693] By: gsar                                  on 1999/07/18  03:53:38
111         Log: From: jan.dubois@ibm.net (Jan Dubois)
112              Date: Sat, 17 Jul 1999 10:58:29 +0200
113              Message-ID: <379144ad.13616689@smtp1.ibm.net>
114              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
115      Branch: perl
116            ! lib/ExtUtils/Manifest.pm
117 ____________________________________________________________________________
118 [  3692] By: gsar                                  on 1999/07/18  03:51:03
119         Log: remove spurious newSTATEOP() that causes goto to enter one too many
120              contexts when jumping between if and elsif blocks
121      Branch: perl
122            ! perly.c perly.y pp_ctl.c t/op/goto.t
123 ____________________________________________________________________________
124 [  3691] By: gsar                                  on 1999/07/18  01:49:59
125         Log: detypo, update Changes
126      Branch: perl
127            ! Changes doio.c
128 ____________________________________________________________________________
129 [  3690] By: gsar                                  on 1999/07/18  01:16:59
130         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
131      Branch: perl
132            ! lib/integer.pm
133 ____________________________________________________________________________
134 [  3689] By: gsar                                  on 1999/07/18  00:47:17
135         Log: ensure __END__ appears on a line by itself in wrapped
136              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
137              mention caveat about successfull kill()
138      Branch: perl
139            ! pod/perlfunc.pod win32/bin/pl2bat.pl
140 ____________________________________________________________________________
141 [  3688] By: gsar                                  on 1999/07/17  20:47:44
142         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
143      Branch: perl
144            ! ext/SDBM_File/sdbm/Makefile.PL
145 ____________________________________________________________________________
146 [  3687] By: gsar                                  on 1999/07/17  20:43:27
147         Log: make CC.pm use a distinct CCPP() macro rather than PP()
148              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
149      Branch: perl
150            ! cc_runtime.h ext/B/B/CC.pm
151 ____________________________________________________________________________
152 [  3686] By: gsar                                  on 1999/07/17  20:39:08
153         Log: tiny bug in vars.pm (from John Dlugosz)
154      Branch: perl
155            ! lib/vars.pm
156 ____________________________________________________________________________
157 [  3685] By: gsar                                  on 1999/07/17  20:37:27
158         Log: applied suggested patch, along with later tweak
159              From: jan.dubois@ibm.net (Jan Dubois)
160              Date: Wed, 14 Jul 1999 23:53:43 +0200
161              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
162              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
163      Branch: perl
164            ! lib/Pod/Html.pm
165 ____________________________________________________________________________
166 [  3684] By: gsar                                  on 1999/07/17  20:24:32
167         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
168      Branch: perl
169            ! thrdvar.h
170 ____________________________________________________________________________
171 [  3683] By: gsar                                  on 1999/07/17  20:21:01
172         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
173              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
174              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
175              Subject: [PATCH 5.005_57] Segfaults if $^P
176      Branch: perl
177            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
178            ! proto.h
179 ____________________________________________________________________________
180 [  3682] By: gsar                                  on 1999/07/17  20:04:17
181         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
182              and prefix/lib/perl5/man are ass_u_med only if those directories
183              actually exist; else prefix/{lib,man} are used)
184      Branch: perl
185            ! lib/ExtUtils/MM_Unix.pm
186 ____________________________________________________________________________
187 [  3681] By: gsar                                  on 1999/07/17  19:12:33
188         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
189      Branch: perl
190            ! op.c t/comp/proto.t
191 ____________________________________________________________________________
192 [  3680] By: gsar                                  on 1999/07/17  18:23:55
193         Log: fix vec() on magic values
194              From: Ian Phillipps <ian@dial.pipex.com>
195              Date: Mon, 12 Jul 1999 12:30:05 +0100
196              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
197              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
198      Branch: perl
199            ! doop.c t/op/tie.t
200 ____________________________________________________________________________
201 [  3679] By: gsar                                  on 1999/07/17  18:10:44
202         Log: make system() return -1 and set $! if exec of child failed
203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
204              Date: Fri, 9 Jul 1999 05:21:13 -0400
205              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
206              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
207      Branch: perl
208            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
209            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
210 ____________________________________________________________________________
211 [  3678] By: gsar                                  on 1999/07/17  17:54:01
212         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
213              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
214              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
215              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
216      Branch: perl
217            ! util.c
218 ____________________________________________________________________________
219 [  3677] By: gsar                                  on 1999/07/17  17:34:38
220         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
221              converted Ken's documentation outline into pod
222      Branch: perl
223            ! x2p/find2perl.PL
224 ____________________________________________________________________________
225 [  3676] By: gsar                                  on 1999/07/17  16:34:09
226         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
227              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
228              Steve Lidie
229      Branch: perl
230            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
231            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
232            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
233            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
234            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
235            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
236 ____________________________________________________________________________
237 [  3675] By: gsar                                  on 1999/07/17  00:16:53
238         Log: backout redundant change#3628
239      Branch: perl
240            ! Changes hints/bsdos.sh
241 ____________________________________________________________________________
242 [  3674] By: jhi                                   on 1999/07/15  14:26:03
243         Log: Fix the bin/oct/hex constant overflow tests for
244              long long platforms.
245      Branch: cfgperl
246            ! t/pragma/warn/util
247 ____________________________________________________________________________
248 [  3673] By: jhi                                   on 1999/07/14  21:59:11
249         Log: Fixed AIX dynamic loading and AIX shared Perl library.
250              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
251              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
252              Hijacked win32/makedef.pl for more general purpose export
253              list building, now it is used (as toplevel makedef.pl)
254              for win32 and AIX (perl_exp.SH made unnecessary).
255              Because the export lists are now correct in AIX, no more linker
256              warnings about "Exported symbol not defined" should appear.
257      Branch: cfgperl
258            + makedef.pl
259            - perl_exp.SH win32/makedef.pl
260            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
261            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
262            ! win32/makefile.mk
263 ____________________________________________________________________________
264 [  3672] By: gsar                                  on 1999/07/14  17:12:13
265         Log: minor efficiency tweak
266      Branch: perl
267            ! pp_ctl.c
268 ____________________________________________________________________________
269 [  3671] By: jhi                                   on 1999/07/14  16:22:39
270         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
271              if its caller re_intuit_start() was entered with strend == strpos
272              because end_shift ended up as -1.  The patch ain't necessarily
273              correct but least the core dump is avoided.
274      Branch: cfgperl
275            ! regexec.c
276 ____________________________________________________________________________
277 [  3670] By: jhi                                   on 1999/07/13  07:59:09
278         Log: Integrate with Sarathy.
279      Branch: cfgperl
280            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
281            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
282           !> (integrate 67 files)
283 ____________________________________________________________________________
284 [  3669] By: gsar                                  on 1999/07/12  06:14:54
285         Log: fixups for sundry warnings about function pointers
286      Branch: perl
287            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
288            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
289            ! win32/win32.c win32/win32.h
290 ____________________________________________________________________________
291 [  3668] By: gsar                                  on 1999/07/12  04:11:58
292         Log: tweaks for win32/borland
293      Branch: perl
294            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
295 ____________________________________________________________________________
296 [  3667] By: gsar                                  on 1999/07/12  01:55:15
297         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
298              builds; passing the implicit context is unified among the three
299              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
300              flavors (see the top of perl.h) for testing; all varargs functions
301              foo() have a va_list-taking variant vfoo() for generating the
302              context-free versions; the PERL_OBJECT build should now be
303              hyper-compatible with CPAN extensions (C++ is totally out of
304              the picture)
305              
306              result has only been tested on Windows
307              
308              TODO: write docs on the THX rationale and idiomatic usage of
309              the Perl API
310      Branch: perl
311            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
312            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
313            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
314            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
315            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
316            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
317            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
318            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
319            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
320            ! global.sym globals.c intrpvar.h iperlsys.h
321            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
322            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
323            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
324            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
325            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
326            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
327            ! win32/dl_win32.xs win32/include/dirent.h
328            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
329            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
330            ! win32/win32iop.h win32/win32sck.c
331 ____________________________________________________________________________
332 [  3666] By: jhi                                   on 1999/07/11  22:00:13
333         Log: Integrate with Sarathy.
334      Branch: cfgperl
335           !> op.c t/op/lex_assign.t
336 ____________________________________________________________________________
337 [  3665] By: jhi                                   on 1999/07/11  21:59:01
338         Log: More manual sync.
339      Branch: cfgperl
340            ! pod/perldelta.pod
341 ____________________________________________________________________________
342 [  3664] By: gsar                                  on 1999/07/11  19:11:07
343         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
344              remedy and related tests via private mail
345      Branch: perl
346            ! op.c t/op/lex_assign.t
347 ____________________________________________________________________________
348 [  3663] By: jhi                                   on 1999/07/11  15:04:37
349         Log: Manual synchronization with Sarathy (some files
350              had drifted apart for no apparent reason), plus
351              I had a typo in dl_vms.xs Sarathy had fixed.
352      Branch: cfgperl
353            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
354 ____________________________________________________________________________
355 [  3662] By: jhi                                   on 1999/07/10  12:23:21
356         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
357              to adapt to the underlying platform (the binary, 0b1..., test
358              was broken in 64-bit platforms).  Also change "hex" in the
359              warning messages to "hexadecimal" to match "binary" and "octal".
360      Branch: cfgperl
361            ! pod/perldiag.pod t/pragma/warn/util util.c
362 ____________________________________________________________________________
363 [  3661] By: jhi                                   on 1999/07/08  21:54:55
364         Log: Integrate with Sarathy.
365      Branch: cfgperl
366           +> perlapi.c perlapi.h
367           !> (integrate 43 files)
368 ____________________________________________________________________________
369 [  3660] By: gsar                                  on 1999/07/08  18:47:35
370         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
371      Branch: perl
372            + perlapi.c perlapi.h
373            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
374            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
375            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
376            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
377            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
378            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
379            ! win32/win32.h
380 ____________________________________________________________________________
381 [  3659] By: gsar                                  on 1999/07/08  18:41:45
382         Log: sundry cleanups for clean build on windows
383      Branch: perl
384            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
385 ____________________________________________________________________________
386 [  3658] By: gsar                                  on 1999/07/08  01:24:25
387         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
388              type mismatch problems
389      Branch: perl
390            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
391            ! t/pragma/warn/op toke.c utf8.c util.c
392 ____________________________________________________________________________
393 [  3657] By: jhi                                   on 1999/07/07  23:01:16
394         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
395      Branch: cfgperl
396            ! pod/perldiag.pod
397           !> Changes configure.com ext/B/B/Deparse.pm
398           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
399           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
400           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
401           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
402           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
403           !> t/pragma/overload.t thread.h vms/vms.c
404 ____________________________________________________________________________
405 [  3656] By: gsar                                  on 1999/07/07  21:04:38
406         Log: integrate cfgperl contents
407      Branch: perl
408           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
409           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
410           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
411            ! Changes
412           !> (integrate 45 files)
413 ____________________________________________________________________________
414 [  3655] By: gsar                                  on 1999/07/07  18:55:45
415         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
416              <pvhp@forte.com>
417      Branch: perl
418            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
419 ____________________________________________________________________________
420 [  3654] By: gsar                                  on 1999/07/07  18:47:03
421         Log: change#1889 mistakenly removed F_SETLK
422      Branch: perl
423            ! ext/Fcntl/Fcntl.xs
424 ____________________________________________________________________________
425 [  3653] By: gsar                                  on 1999/07/07  18:42:42
426         Log: B::Deparse update
427              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
428              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
429              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
430              Subject: [PATCH _57, long] B::Deparse 0.58
431      Branch: perl
432            ! ext/B/B/Deparse.pm
433 ____________________________________________________________________________
434 [  3652] By: gsar                                  on 1999/07/07  18:41:07
435         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
436              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
437              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
438              Subject: Re: [ID 19990705.001] Overloading boolean conversion
439      Branch: perl
440            ! gv.c t/pragma/overload.t
441 ____________________________________________________________________________
442 [  3651] By: gsar                                  on 1999/07/07  17:47:30
443         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
444      Branch: perl
445            ! perlsfio.h
446 ____________________________________________________________________________
447 [  3650] By: gsar                                  on 1999/07/07  17:45:52
448         Log: applied new parts of suggested patch
449              From: Charles Bailey <BAILEY@newman.upenn.edu>
450              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
451              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
452              Subject: [PATCH 5.005_57] Consolidated VMS patch
453      Branch: perl
454            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
455            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
456            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
457            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
458            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
459 ____________________________________________________________________________
460 [  3649] By: jhi                                   on 1999/07/07  13:38:02
461         Log: Sync regcomp warn with reality.
462      Branch: cfgperl
463            ! t/pragma/warn/regcomp
464 ____________________________________________________________________________
465 [  3648] By: jhi                                   on 1999/07/07  13:04:55
466         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
467              resolved manually.
468      Branch: cfgperl
469           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
470           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
471           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
472            - README.lexwarn
473           !> (integrate 79 files)
474 ____________________________________________________________________________
475 [  3647] By: gsar                                  on 1999/07/07  10:32:03
476         Log: From: jan.dubois@ibm.net (Jan Dubois)
477              Date: Thu, 01 Jul 1999 11:17:53 +0200
478              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
479              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
480      Branch: perl
481            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
482            ! lib/ExtUtils/MakeMaker.pm
483 ____________________________________________________________________________
484 [  3646] By: gsar                                  on 1999/07/07  10:27:55
485         Log: fix undocumented IO::Handle functions as suggested
486              by cj10@cam.ac.uk
487      Branch: perl
488            ! ext/IO/lib/IO/Handle.pm
489 ____________________________________________________________________________
490 [  3645] By: gsar                                  on 1999/07/07  10:18:55
491         Log: prohibit thread join()ing itself (from Dan Sugalski)
492      Branch: perl
493            ! ext/Thread/Thread.xs
494 ____________________________________________________________________________
495 [  3644] By: gsar                                  on 1999/07/07  10:14:26
496         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
497              Date: Wed, 30 Jun 1999 14:02:42 -0700
498              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
499              Subject:  [PATCH 5.005_57] Compiler and XSUBS
500      Branch: perl
501            ! ext/B/B/C.pm
502 ____________________________________________________________________________
503 [  3643] By: gsar                                  on 1999/07/07  10:08:38
504         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
505              (from François Désarménien <desar@club-internet.fr>)
506      Branch: perl
507            ! pod/perlsyn.pod
508 ____________________________________________________________________________
509 [  3642] By: gsar                                  on 1999/07/07  10:03:24
510         Log: From: Doug MacEachern <dougm@cp.net>
511              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
512              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
513              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
514      Branch: perl
515            ! ext/B/B.xs
516 ____________________________________________________________________________
517 [  3641] By: gsar                                  on 1999/07/07  10:00:57
518         Log: slightly modified version of suggested patch
519              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
520              Date: Mon, 28 Jun 1999 14:23:59 -0400
521              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
522              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
523      Branch: perl
524            ! ext/POSIX/POSIX.xs
525 ____________________________________________________________________________
526 [  3640] By: gsar                                  on 1999/07/07  09:45:43
527         Log: lexical warnings update (warning.t fails one test
528              due to leaked scalar, investigation pending)
529              From: paul.marquess@bt.com
530              Date: Sat, 26 Jun 1999 23:19:52 +0100
531              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
532              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
533      Branch: perl
534            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
535            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
536            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
537            - README.lexwarn
538            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
539            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
540            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
541            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
542            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
543            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
544            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
545            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
546            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
547            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
548            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
549            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
550            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
551            ! warning.h warning.pl win32/win32.c
552 ____________________________________________________________________________
553 [  3639] By: gsar                                  on 1999/07/07  08:09:30
554         Log: From: Brian Jepson <bjepson@home.com>
555              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
556              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
557              Subject: Patch to JPL example program
558      Branch: perl
559            ! jpl/JPL_Rolo/JPL_Rolo.jpl
560 ____________________________________________________________________________
561 [  3638] By: jhi                                   on 1999/07/07  08:07:58
562         Log: Integrate with Sarathy.
563      Branch: cfgperl
564           !> (integrate 34 files)
565 ____________________________________________________________________________
566 [  3637] By: gsar                                  on 1999/07/07  08:07:49
567         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
568              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
569              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
570              Subject: [PATCH _57, long] Eliminate CONDOPs
571      Branch: perl
572            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
573            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
574            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
575            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
576            ! pod/perltoc.pod pp_ctl.c pp_hot.c
577 ____________________________________________________________________________
578 [  3636] By: gsar                                  on 1999/07/07  07:50:51
579         Log: adapted suggested patch for IO-1.20x
580              From: ian@dial.pipex.com
581              Date:  Fri, 25 Jun 1999 10:39:42 +0100
582              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
583              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
584      Branch: perl
585            ! ext/IO/lib/IO/Socket.pm
586 ____________________________________________________________________________
587 [  3635] By: gsar                                  on 1999/07/07  07:26:05
588         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
589      Branch: perl
590            ! hints/powerux.sh
591 ____________________________________________________________________________
592 [  3634] By: gsar                                  on 1999/07/07  07:20:02
593         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
594              Date: Wed, 23 Jun 1999 16:16:05 +0100
595              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
596              Subject: [PATCH 5.005_57] memleak in optimizer
597      Branch: perl
598            ! embed.h embed.pl objXSUB.h op.c proto.h
599 ____________________________________________________________________________
600 [  3633] By: gsar                                  on 1999/07/07  07:10:52
601         Log: add do-not-edit caveats for files generated by opcode.pl
602              (suggested by Hugo van der Sanden)
603      Branch: perl
604            ! opcode.h opcode.pl pp.sym pp_proto.h
605 ____________________________________________________________________________
606 [  3632] By: gsar                                  on 1999/07/07  06:41:13
607         Log: better diagnostics on read operations from write-only
608              filehandles
609      Branch: perl
610            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
611            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
612 ____________________________________________________________________________
613 [  3631] By: gsar                                  on 1999/07/07  02:03:34
614         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
615              by David Muir Sharnoff <muir@idiom.com>)
616      Branch: perl
617            ! lib/Sys/Hostname.pm
618 ____________________________________________________________________________
619 [  3630] By: gsar                                  on 1999/07/07  01:57:16
620         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
621              Date: Sun, 20 Jun 1999 17:17:17 -0700
622              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
623              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
624      Branch: perl
625            ! ext/B/B/CC.pm
626 ____________________________________________________________________________
627 [  3629] By: gsar                                  on 1999/07/07  01:46:03
628         Log: installperl should write normal messages to STDOUT, not STDERR
629      Branch: perl
630            ! installperl
631 ____________________________________________________________________________
632 [  3628] By: gsar                                  on 1999/07/07  01:41:25
633         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
634      Branch: perl
635            ! hints/bsdos.sh
636 ____________________________________________________________________________
637 [  3627] By: gsar                                  on 1999/07/07  00:27:10
638         Log: make diagnostic on C<my $^I> etc., more readable
639      Branch: perl
640            ! op.c
641 ____________________________________________________________________________
642 [  3626] By: gsar                                  on 1999/07/06  23:47:27
643         Log: From: Andy Dougherty <doughera@lafayette.edu>
644              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
645              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
646              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
647      Branch: perl
648            ! Makefile.SH utils/Makefile
649 ____________________________________________________________________________
650 [  3625] By: jhi                                   on 1999/07/06  21:50:46
651         Log: Some new files of #3624 missing from MANIFEST.
652      Branch: cfgperl
653            ! MANIFEST
654 ____________________________________________________________________________
655 [  3624] By: jhi                                   on 1999/07/06  21:47:04
656         Log: POSIX [[:character class:]] support for standard, locale,
657              and utf8.  If both utf8 and locale are on, utf8 wins.
658              I don't fully understand why so many tables changed in
659              lib/unicode because of "make" -- maybe it was just overdue.
660      Branch: cfgperl
661            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
662            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
663            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
664            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
665            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
666            ! lib/unicode/Block.pl lib/unicode/Category.pl
667            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
668            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
669            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
670            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
671            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
672            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
673            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
674            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
675            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
676            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
677            ! t/pragma/warn/regcomp utf8.c
678 ____________________________________________________________________________
679 [  3623] By: gsar                                  on 1999/07/06  20:52:48
680         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
681              Date: Wed, 16 Jun 1999 14:57:22 -0400
682              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
683              Subject: [PATCH 5.00557] Devel::Peek
684      Branch: perl
685            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
686 ____________________________________________________________________________
687 [  3622] By: gsar                                  on 1999/07/06  20:22:59
688         Log: applied patch after demunging headers with appropriate paths
689              From: "Vishal Bhatia" <vishalb@my-deja.com>
690              Date: Sat, 12 Jun 1999 08:23:59 -0700
691              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
692              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
693      Branch: perl
694            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
695            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
696 ____________________________________________________________________________
697 [  3621] By: gsar                                  on 1999/07/06  20:10:50
698         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
699              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
700              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
701              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
702      Branch: perl
703            ! doio.c
704 ____________________________________________________________________________
705 [  3620] By: jhi                                   on 1999/07/06  19:16:47
706         Log: Mention EPOC and SOCKS.
707      Branch: cfgperl
708            ! pod/perldelta.pod
709 ____________________________________________________________________________
710 [  3619] By: gsar                                  on 1999/07/06  16:52:37
711         Log: fix int vs STRLEN issue
712      Branch: perl
713            ! pp.c
714 ____________________________________________________________________________
715 [  3618] By: jhi                                   on 1999/07/06  16:52:20
716         Log: There ain't Perl_atonv().
717      Branch: cfgperl
718            ! ext/ByteLoader/bytecode.h
719 ____________________________________________________________________________
720 [  3617] By: jhi                                   on 1999/07/06  15:55:22
721         Log: Integrate with Sarathy.
722      Branch: cfgperl
723           !> Makefile.SH
724 ____________________________________________________________________________
725 [  3616] By: jhi                                   on 1999/07/06  15:54:09
726         Log: Tweak for #3613.
727      Branch: cfgperl
728            ! Configure config_h.SH
729 ____________________________________________________________________________
730 [  3615] By: gsar                                  on 1999/07/06  11:00:21
731         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
732              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
733              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
734              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
735      Branch: perl
736            ! Makefile.SH
737 ____________________________________________________________________________
738 [  3614] By: jhi                                   on 1999/07/06  10:44:48
739         Log: Integrate with Sarathy.
740      Branch: cfgperl
741           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
742           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
743 ____________________________________________________________________________
744 [  3613] By: jhi                                   on 1999/07/06  10:43:20
745         Log: From: Nathan Kurz <nate@valleytel.net>
746              Subject: [ID 19990612.001 compiling three deep modules within ext/]
747              ply-To: nate@valleytel.net
748              erl5-porters@perl.org
749              Date: Sat, 12 Jun 1999 01:26:04 -0500
750              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
751      Branch: cfgperl
752            ! Configure config_h.SH
753 ____________________________________________________________________________
754 [  3612] By: gsar                                  on 1999/07/06  10:17:52
755         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
756              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
757              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
758              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
759      Branch: perl
760            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
761 ____________________________________________________________________________
762 [  3611] By: gsar                                  on 1999/07/06  09:51:20
763         Log: From: pvhp@forte.com (Peter Prymmer)
764              Date: Fri, 11 Jun 99 17:07:19 PDT
765              Message-Id: <9906120007.AA13802@forte.com>
766              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
767      Branch: perl
768            ! ext/IO/lib/IO/File.pm
769 ____________________________________________________________________________
770 [  3610] By: gsar                                  on 1999/07/06  09:37:37
771         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
772              tweak)
773              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
774              Date: Wed, 09 Jun 1999 18:27:51 +0100
775              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
776              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
777      Branch: perl
778            ! perl.h t/base/rs.t
779 ____________________________________________________________________________
780 [  3609] By: jhi                                   on 1999/07/06  09:28:48
781         Log: Integrate with Sarathy.
782      Branch: cfgperl
783           !> (integrate 49 files)
784 ____________________________________________________________________________
785 [  3608] By: gsar                                  on 1999/07/06  09:28:21
786         Log: test tweak
787      Branch: perl
788            ! t/pragma/warn/op
789 ____________________________________________________________________________
790 [  3607] By: jhi                                   on 1999/07/06  09:22:48
791         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
792      Branch: cfgperl
793            ! Configure config_h.SH
794 ____________________________________________________________________________
795 [  3606] By: gsar                                  on 1999/07/06  09:05:02
796         Log: applied slightly tweaked version of suggested patch for
797              improved RE API
798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
799              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
800              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
801              Subject: [PATCH 5.005_57] REx engine rehash
802      Branch: perl
803            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
804            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
805            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
806            ! util.c
807 ____________________________________________________________________________
808 [  3605] By: gsar                                  on 1999/07/06  08:54:03
809         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
810      Branch: perl
811            ! sv.c
812 ____________________________________________________________________________
813 [  3604] By: gsar                                  on 1999/07/06  07:08:30
814         Log: From: paul.marquess@bt.com
815              Date: Tue, 8 Jun 1999 22:37:58 +0100 
816              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
817              Subject: [PATCH 5.005_57] DB_File 1.67
818      Branch: perl
819            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
820            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
821 ____________________________________________________________________________
822 [  3603] By: gsar                                  on 1999/07/06  07:04:50
823         Log: From: paul.marquess@bt.com
824              Date: Tue, 8 Jun 1999 22:34:01 +0100 
825              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
826              Subject: [PATCH 5.005_57] DBM Filters
827      Branch: perl
828            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
829            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
830            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
831            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
832 ____________________________________________________________________________
833 [  3602] By: gsar                                  on 1999/07/06  07:00:01
834         Log: slightly tweaked version of suggested patch
835              From: Dan Sugalski <sugalskd@ous.edu>
836              Date: Tue, 08 Jun 1999 14:09:38 -0700
837              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
838              Subject: [PATCH 5.005_57]Use NV instead of double in the core
839      Branch: perl
840            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
841            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
842            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
843            ! proto.h sv.c sv.h toke.c universal.c util.c
844 ____________________________________________________________________________
845 [  3601] By: gsar                                  on 1999/07/06  06:52:57
846         Log: integrate cfgperl contents into mainline
847      Branch: perl
848           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
849           +> epoc/perl.mmp epoc/perl.pkg
850           !> (integrate 30 files)
851 ____________________________________________________________________________
852 [  3598] By: jhi                                   on 1999/07/05  20:02:55
853         Log: Integrate with mainperl.
854      Branch: cfgperl
855           +> lib/CGI/Pretty.pm
856           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
857           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
858           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
859           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
860           !> vms/vmsish.h
861 ____________________________________________________________________________
862 [  3597] By: jhi                                   on 1999/07/05  19:59:48
863         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
864              that addresses the notorious "Additional libraries" question.
865      Branch: cfgperl
866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
867            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
868            ! pp_sys.c
869 ____________________________________________________________________________
870 [  3596] By: gsar                                  on 1999/07/05  18:30:51
871         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
872              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
873              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
874              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
875      Branch: perl
876            ! pp_sys.c t/lib/io_udp.t
877 ____________________________________________________________________________
878 [  3595] By: gsar                                  on 1999/07/05  18:29:08
879         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
880              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
881              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
882              Subject: [PATCH 5.00557] Setting $^E wipes out $!
883      Branch: perl
884            ! mg.c
885 ____________________________________________________________________________
886 [  3594] By: gsar                                  on 1999/07/05  18:24:53
887         Log: hand-apply whitespace mutiliated patch
888              From: Dan Sugalski <sugalskd@osshe.edu>
889              Date: Mon, 07 Jun 1999 14:46:42 -0700
890              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
891              Subject: [PATCH 5.005_57]Updated VMS patch
892      Branch: perl
893            ! thread.h vms/descrip_mms.template vms/subconfigure.com
894            ! vms/vms.c vms/vmsish.h
895 ____________________________________________________________________________
896 [  3593] By: gsar                                  on 1999/07/05  17:53:04
897         Log: applied parts not duplicated by previous patches
898              From: "Vishal Bhatia" <vishalb@my-deja.com>
899              Date: Sat, 05 Jun 1999 08:42:17 -0700
900              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
901              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
902      Branch: perl
903            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
904            ! ext/B/B/Stackobj.pm
905 ____________________________________________________________________________
906 [  3592] By: jhi                                   on 1999/07/05  17:17:22
907         Log: AIX threaded build, plus few more on the side.
908      Branch: cfgperl
909            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
910            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
911            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
912            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
913 ____________________________________________________________________________
914 [  3591] By: gsar                                  on 1999/07/05  16:52:34
915         Log: "\e" and "\a" didn't produce right escape under EBCDIC
916              From: pvhp@forte.com (Peter Prymmer)
917              Date: Fri, 4 Jun 99 12:00:27 PDT
918              Message-Id: <9906041900.AA28387@forte.com>
919              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
920      Branch: perl
921            ! toke.c
922 ____________________________________________________________________________
923 [  3590] By: gsar                                  on 1999/07/05  16:40:01
924         Log: s/scalar ref constructor/single ref constructor/ (suggested
925              by Stephen McCamant)
926      Branch: perl
927            ! opcode.h opcode.pl
928 ____________________________________________________________________________
929 [  3589] By: gsar                                  on 1999/07/05  16:34:06
930         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
931      Branch: perl
932            ! ext/GDBM_File/GDBM_File.xs
933 ____________________________________________________________________________
934 [  3588] By: gsar                                  on 1999/07/05  16:29:39
935         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
936              is unchanged still)
937      Branch: perl
938            ! op.c
939 ____________________________________________________________________________
940 [  3587] By: jhi                                   on 1999/07/05  10:31:43
941         Log: Make perl_exp.SH smarter about what to include and what to exclude.
942      Branch: cfgperl
943            ! perl_exp.SH
944 ____________________________________________________________________________
945 [  3586] By: jhi                                   on 1999/07/05  09:29:31
946         Log: Remove unnecessary and extraneous my $i = 0.
947      Branch: cfgperl
948            ! bytecode.pl
949 ____________________________________________________________________________
950 [  3585] By: jhi                                   on 1999/07/05  07:28:59
951         Log: Integrate with mainperl.
952      Branch: cfgperl
953           !> (integrate 30 files)
954 ____________________________________________________________________________
955 [  3584] By: gsar                                  on 1999/07/05  05:36:28
956         Log: From: Vishal Bhatia <vishalb@hotmail.com>
957              Date: Thu, 03 Jun 1999 00:57:48 PDT
958              Message-ID: <19990603075749.86665.qmail@hotmail.com>
959              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
960      Branch: perl
961            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
962 ____________________________________________________________________________
963 [  3583] By: gsar                                  on 1999/07/05  05:31:19
964         Log: suppress fancy display when in verbose mode (suggested by
965              Paul Johnson <pjcj@transeda.com>)
966      Branch: perl
967            ! lib/Test/Harness.pm
968 ____________________________________________________________________________
969 [  3582] By: gsar                                  on 1999/07/05  05:17:12
970         Log: cygwin32 update
971              From: "Fifer, Eric" <EFifer@sanwaint.com>
972              Date:  Wed, 2 Jun 1999 15:16:05 +0100
973              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
974              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
975      Branch: perl
976            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
977            ! cygwin32/build-instructions.READFIRST
978            ! cygwin32/build-instructions.charles-wilson
979            ! cygwin32/build-instructions.sebastien-barre
980            ! cygwin32/build-instructions.steven-morlock
981            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
982            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
983            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
984            ! t/op/magic.t util.c
985 ____________________________________________________________________________
986 [  3581] By: gsar                                  on 1999/07/05  02:46:18
987         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
988      Branch: perl
989            ! util.c
990 ____________________________________________________________________________
991 [  3580] By: gsar                                  on 1999/07/05  02:38:03
992         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
993              Date: Mon, 31 May 1999 18:18:13 -0600
994              Message-ID: <19990601001813.AAA17834@csgsystems.com>
995              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
996      Branch: perl
997            ! t/TEST t/UTEST t/harness utils/perlcc.PL
998 ____________________________________________________________________________
999 [  3579] By: gsar                                  on 1999/07/05  01:20:58
1000         Log: compatibility tweak for Class::Struct
1001      Branch: perl
1002            ! lib/Class/Struct.pm
1003 ____________________________________________________________________________
1004 [  3578] By: jhi                                   on 1999/07/04  23:26:01
1005         Log: Miscellaneus AIX fixes + SOCKS support.
1006      Branch: cfgperl
1007            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1008            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
1009            ! hints/aix.sh pp_sys.c
1010 ____________________________________________________________________________
1011 [  3577] By: gsar                                  on 1999/07/04  23:07:39
1012         Log: test tweak
1013      Branch: perl
1014            ! t/io/openpid.t
1015 ____________________________________________________________________________
1016 [  3576] By: jhi                                   on 1999/07/04  22:39:23
1017         Log: Integrate with mainperl.
1018      Branch: cfgperl
1019           +> t/io/openpid.t
1020            - win32/perlhost.h
1021           !> (integrate 51 files)
1022 ____________________________________________________________________________
1023 [  3575] By: jhi                                   on 1999/07/04  22:26:48
1024         Log: Added 64-bit support for AIX 4.3 or better
1025              based on Martin H. Rusoff's observations.
1026      Branch: cfgperl
1027            ! Configure config_h.SH hints/aix.sh
1028 ____________________________________________________________________________
1029 [  3574] By: jhi                                   on 1999/07/04  21:34:47
1030         Log: Do not throw away gccvers compilation errors.
1031              From: Andy Dougherty <doughera@lafayette.edu>
1032              To: Ron Seguin <rseguin@on.bell.ca>
1033              Cc: Perl Porters <perl5-porters@perl.org>
1034              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
1035              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
1036              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
1037      Branch: cfgperl
1038            ! Configure config_h.SH
1039 ____________________________________________________________________________
1040 [  3573] By: gsar                                  on 1999/07/04  21:10:32
1041         Log: adapted suggested tests for addition to testsuite
1042              From: RonaldWS@aol.com
1043              Date:  Sun, 30 May 1999 16:27:28 EDT
1044              Message-Id:  <25cd799f.2482f930@aol.com>
1045              Subject: [19990530.007] Open with pipe | does not return pid under win32
1046      Branch: perl
1047            + t/io/openpid.t
1048            ! MANIFEST win32/win32.c
1049 ____________________________________________________________________________
1050 [  3572] By: gsar                                  on 1999/07/04  20:29:32
1051         Log: perl_run() should call my_exit(0) for normal completion
1052      Branch: perl
1053            ! perl.c
1054 ____________________________________________________________________________
1055 [  3571] By: jhi                                   on 1999/07/04  20:10:44
1056         Log: Add test for change #3568 plus general cleanup.
1057      Branch: cfgperl
1058            ! t/pragma/locale.t
1059 ____________________________________________________________________________
1060 [  3570] By: gsar                                  on 1999/07/04  20:03:21
1061         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
1062              overloading
1063      Branch: perl
1064            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1065            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
1066 ____________________________________________________________________________
1067 [  3569] By: gsar                                  on 1999/07/04  18:04:48
1068         Log: make AIX dynaloading work when libperl is shared (and thus under
1069              mod_perl etc.)
1070              From: Jens-Uwe Mager <jum@helios.de>
1071              Date:  Sat, 29 May 1999 17:09:52 +0200
1072              Message-Id:  <199905291509.RAA43978@ans.helios.de>
1073              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
1074      Branch: perl
1075            ! ext/DynaLoader/dl_aix.xs
1076 ____________________________________________________________________________
1077 [  3568] By: jhi                                   on 1999/07/04  14:54:23
1078         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
1079              This resulted for example in the 'o' magic not being cleared by
1080              magic_setcollxfrm(), which resulted in strange cmp results.
1081              The bug was reported originally in the message
1082              Subject: Bug with locale
1083              From: Jan Starzynski <jan@planet.de> 
1084              To: perlbug@perl.com 
1085              Date: Fri, 09 Apr 1999 13:23:07 +0200 
1086              Message-ID: <370DE31B.DAEE1332@planet.de> 
1087      Branch: cfgperl
1088            ! pp.c
1089 ____________________________________________________________________________
1090 [  3567] By: gsar                                  on 1999/07/04  02:38:34
1091         Log: remove misleading info on defined(&func), unclutter deprecation
1092              about defined(@array)
1093      Branch: perl
1094            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1095            ! t/pragma/warn/op
1096 ____________________________________________________________________________
1097 [  3566] By: gsar                                  on 1999/07/04  01:46:31
1098         Log: From: jan.dubois@ibm.net (Jan Dubois)
1099              Date: Wed, 26 May 1999 22:07:17 +0200
1100              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
1101              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
1102      Branch: perl
1103            ! Changes win32/win32.c win32/win32.h
1104 ____________________________________________________________________________
1105 [  3565] By: gsar                                  on 1999/07/04  01:26:02
1106         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
1107              for win32 issues)
1108      Branch: perl
1109            ! pod/perlxstut.pod
1110 ____________________________________________________________________________
1111 [  3564] By: gsar                                  on 1999/07/02  03:09:04
1112         Log: avoid warnings
1113      Branch: perl
1114            ! ext/Thread/Thread/Specific.pm lib/fields.pm
1115 ____________________________________________________________________________
1116 [  3563] By: gsar                                  on 1999/06/28  19:23:47
1117         Log: inc version (for CPAN.pm sanity)
1118      Branch: perl
1119            ! lib/Text/ParseWords.pm
1120 ____________________________________________________________________________
1121 [  3562] By: gsar                                  on 1999/06/28  19:19:01
1122         Log: regen perltoc
1123      Branch: perl
1124            ! pod/perltoc.pod
1125 ____________________________________________________________________________
1126 [  3561] By: gsar                                  on 1999/06/28  19:08:41
1127         Log: From: Damian Conway <damian@cs.monash.edu.au>
1128              Date: Wed, 26 May 1999 00:58:35 -0400
1129              Message-Id: <199905260458.AAA06411@defender.perl.org>
1130              Subject: [19990526.002] Misc. improvements to Class:Struct
1131      Branch: perl
1132            ! MANIFEST lib/Class/Struct.pm
1133 ____________________________________________________________________________
1134 [  3560] By: gsar                                  on 1999/06/28  18:50:52
1135         Log: remove bogus PL_optype_size
1136      Branch: perl
1137            ! bytecode.pl ext/ByteLoader/byterun.h
1138 ____________________________________________________________________________
1139 [  3559] By: gsar                                  on 1999/06/28  18:22:26
1140         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
1141      Branch: perl
1142            + lib/CGI/Pretty.pm
1143            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
1144            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
1145            ! t/lib/cgi-html.t t/lib/cgi-request.t
1146 ____________________________________________________________________________
1147 [  3558] By: jhi                                   on 1999/06/28  07:30:21
1148         Log: Change Olaf Lebbe's email address.
1149      Branch: cfgperl
1150            ! README.epoc
1151 ____________________________________________________________________________
1152 [  3557] By: gsar                                  on 1999/06/28  00:07:33
1153         Log: make autogenerated files writable
1154      Branch: perl
1155            - win32/perlhost.h
1156            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
1157            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
1158            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
1159            ! proto.h regnodes.h warning.h win32/config_H.bc
1160            ! win32/config_H.gc win32/config_H.vc
1161 ____________________________________________________________________________
1162 [  3556] By: jhi                                   on 1999/06/27  19:22:53
1163         Log: Update MANIFEST to match #3555.
1164      Branch: cfgperl
1165            ! MANIFEST
1166 ____________________________________________________________________________
1167 [  3555] By: jhi                                   on 1999/06/27  19:16:22
1168         Log: EPOC port to Psion5.
1169              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1170              To: Jarkko Hietaniemi <jhi@iki.fi>
1171              Cc: perl5-porters@perl.org
1172              Subject: Re: Psion5
1173              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
1174              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
1175      Branch: cfgperl
1176            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1177            + epoc/perl.mmp epoc/perl.pkg
1178            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
1179            ! perl.h sv.c util.c
1180 ____________________________________________________________________________
1181 [  3554] By: jhi                                   on 1999/06/27  18:50:52
1182         Log: Integrate from mainperl.
1183      Branch: cfgperl
1184           !> (integrate 48 files)
1185 ____________________________________________________________________________
1186 [  3553] By: gsar                                  on 1999/06/27  14:28:49
1187         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
1188              gone from the public API); PERL_OBJECT builds again on
1189              windows
1190              
1191              TODO: namespace-clean the typedefs in iperlsys.h and
1192              elsewhere; remove C++ remnants from public headers
1193      Branch: perl
1194            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
1195            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1196            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1197            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
1198            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
1199            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
1200            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
1201            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
1202            ! win32/config.gc win32/config.vc win32/dl_win32.xs
1203            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1204            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
1205            ! win32/win32sck.c
1206 ____________________________________________________________________________
1207 [  3552] By: gsar                                  on 1999/06/27  13:49:31
1208         Log: integrate cfgperl changes into mainline
1209      Branch: perl
1210           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1211           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1212           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1213           !> util.c
1214 ____________________________________________________________________________
1215 [  3551] By: gsar                                  on 1999/06/27  13:31:11
1216         Log: fix indents
1217      Branch: perl
1218            ! op.c
1219 ____________________________________________________________________________
1220 [  3550] By: gsar                                  on 1999/06/24  22:42:53
1221         Log: update Changes
1222      Branch: perl
1223            ! Changes
1224 ____________________________________________________________________________
1225 [  3549] By: gsar                                  on 1999/06/24  22:41:17
1226         Log: avoid race condition in the CAPI extension bootstrap handler
1227      Branch: perl
1228            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
1229 ____________________________________________________________________________
1230 [  3548] By: gsar                                  on 1999/06/24  22:39:53
1231         Log: sanity check to cover the case when perl is installed into the
1232              X:\ (drive root)
1233      Branch: perl
1234            ! win32/win32.c
1235 ____________________________________________________________________________
1236 [  3547] By: gsar                                  on 1999/06/22  19:30:32
1237         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
1238      Branch: perl
1239            ! lib/Tie/RefHash.pm
1240 ____________________________________________________________________________
1241 [  3544] By: jhi                                   on 1999/06/18  19:24:28
1242         Log: Tidy up #3542 and #3543. 
1243      Branch: cfgperl
1244            ! t/pragma/locale.t util.c
1245 ____________________________________________________________________________
1246 [  3543] By: jhi                                   on 1999/06/18  10:28:45
1247         Log: Spice up locale.t.
1248      Branch: cfgperl
1249            ! t/pragma/locale.t
1250 ____________________________________________________________________________
1251 [  3542] By: jhi                                   on 1999/06/17  22:42:03
1252         Log: Fixed two long-standing locale bugs.
1253              
1254              Both problems were related to numeric locale which
1255              controls the radix character aka the decimal separator.
1256              (1) printf (and sprintf) were resetting the numeric locale to C.
1257              (2) Using locale-numerically formatted floating point
1258              numbers (e.g. "1,23") together with -w caused warnings about
1259              "isn't numeric".  The operations were working fine, though,
1260              because atof() was using the local locale.
1261              Both problems reported by Stefan Vogtner.
1262              
1263              Introduced a wrapper for atof() that attempts to convert
1264              the string both ways.  This helps Perl to understand
1265              numbers like this "4.56" even when using a local locale
1266              makes atof() understand only numbers like this "7,89".
1267              
1268              Remaining related problems, both of which existed before
1269              this patch and continue to exist after this patch:
1270              (a) The behaviour of print() is _not_ as documented by perllocale.
1271              Instead of always using the C locale, print() does use the
1272              local locale, just like the *printf() do.  This may be fixable
1273              now that switching to-and-fro between locales has been made
1274              more consistent, but fixing print() would change existing
1275              behaviour.  perllocale is not changed by this patch.
1276              (b) If a number has been stringified (say, via "$number") under
1277              a local locale, the cached string value persists even under
1278              "no locale".  This may or may not be a problem: operations
1279              work fine because the original number is still there, but
1280              that the string form keeps its locale-ish outlook may be
1281              somewhat confusing.
1282      Branch: cfgperl
1283            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1284            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1285            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1286            ! util.c
1287 ____________________________________________________________________________
1288 [  3541] By: jhi                                   on 1999/06/17  20:00:16
1289         Log: Integrate from mainperl.
1290      Branch: cfgperl
1291           !> ext/Data/Dumper/Dumper.pm op.c
1292 ____________________________________________________________________________
1293 [  3540] By: gsar                                  on 1999/06/16  16:49:55
1294         Log: dump C<0> as such, not C<'0'>
1295      Branch: perl
1296            ! ext/Data/Dumper/Dumper.pm
1297 ____________________________________________________________________________
1298 [  3539] By: gsar                                  on 1999/06/13  04:04:40
1299         Log: fix coredumper in change#3498
1300      Branch: perl
1301            ! op.c
1302 ____________________________________________________________________________
1303 [  3538] By: jhi                                   on 1999/06/12  22:01:26
1304         Log: Integrate from mainperl.
1305      Branch: cfgperl
1306           +> lib/caller.pm
1307           !> (integrate 36 files)
1308 ____________________________________________________________________________
1309 [  3537] By: gsar                                  on 1999/06/12  06:43:03
1310         Log: EXTERN_C declarations for global arrays in various
1311              headers, so perl can be built even in C++ mode; win32
1312              build fixups; regen headers
1313      Branch: perl
1314            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
1315            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
1316 ____________________________________________________________________________
1317 [  3536] By: gsar                                  on 1999/06/12  06:38:21
1318         Log: caller.pm typos
1319      Branch: perl
1320            ! lib/caller.pm
1321 ____________________________________________________________________________
1322 [  3535] By: gsar                                  on 1999/06/11  23:13:54
1323         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
1324              is temporarily gone
1325      Branch: perl
1326            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
1327            ! pod/perldelta.pod proto.h win32/perllib.c
1328 ____________________________________________________________________________
1329 [  3534] By: gsar                                  on 1999/06/11  20:41:51
1330         Log: implement C<use caller 'encoding'>
1331      Branch: perl
1332            + lib/caller.pm
1333            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
1334 ____________________________________________________________________________
1335 [  3533] By: gsar                                  on 1999/06/11  16:51:04
1336         Log: truncate() has a peculiar exemption from strict barewords, even
1337              though it has a non-filehandle prototype
1338      Branch: perl
1339            ! op.c t/io/fs.t
1340 ____________________________________________________________________________
1341 [  3532] By: gsar                                  on 1999/06/11  09:09:16
1342         Log: GDBM tweak
1343      Branch: perl
1344            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
1345 ____________________________________________________________________________
1346 [  3531] By: gsar                                  on 1999/06/10  23:34:19
1347         Log: part of the platform changes for IMPLICIT_CONTEXT
1348      Branch: perl
1349            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
1350            ! jpl/PerlInterpreter/PerlInterpreter.c
1351            ! jpl/PerlInterpreter/PerlInterpreter.h
1352            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
1353            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
1354 ____________________________________________________________________________
1355 [  3530] By: jhi                                   on 1999/06/10  20:55:56
1356         Log: Integrate from mainperl.
1357      Branch: cfgperl
1358           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1359 ____________________________________________________________________________
1360 [  3529] By: gsar                                  on 1999/06/10  20:40:01
1361         Log: DB_File tweaks for IMPLICIT CONTEXT
1362      Branch: perl
1363            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1364 ____________________________________________________________________________
1365 [  3528] By: jhi                                   on 1999/06/10  10:18:15
1366         Log: Integrate from mainperl.
1367      Branch: cfgperl
1368           !> (integrate 105 files)
1369 ____________________________________________________________________________
1370 [  3527] By: gsar                                  on 1999/06/10  09:30:35
1371         Log: most globals are now interpreter local; locale initialization
1372              was too early, defer it until interpreter is allocated and
1373              initialized; multiple interpreters should now be
1374              concurrency-safe (untested)
1375      Branch: perl
1376            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
1377            ! perlvars.h
1378 ____________________________________________________________________________
1379 [  3526] By: gsar                                  on 1999/06/10  08:38:00
1380         Log: fix small nits
1381      Branch: perl
1382            ! cc_runtime.h ext/B/B/CC.pm run.c
1383 ____________________________________________________________________________
1384 [  3525] By: gsar                                  on 1999/06/10  04:41:38
1385         Log: win32 build fixes
1386      Branch: perl
1387            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
1388            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1389            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
1390            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
1391            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1392            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
1393            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1394            ! win32/win32.c win32/win32.h win32/win32sck.c
1395            ! win32/win32thread.c win32/win32thread.h
1396 ____________________________________________________________________________
1397 [  3524] By: gsar                                  on 1999/06/09  18:03:01
1398         Log: more complete support for implicit thread/interpreter pointer,
1399              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
1400              without that enabled):
1401              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
1402              is a noop; tests pass on Solaris; should be faster now!
1403              - MULTIPLICITY has been tested with and without
1404              PERL_IMPLICIT_CONTEXT on Solaris
1405              - improved function database now merged with embed.pl
1406              - everything except the varargs functions have foo(a,b,c) macros
1407              to provide compatibility
1408              - varargs functions default to compatibility variants that
1409              get the context pointer using dTHX
1410              - there should be almost no source compatibility issues as a
1411              result of all this
1412              - dl_foo.xs changes other than dl_dlopen.xs untested
1413              - still needs documentation, fixups for win32 etc
1414              Next step: migrate most non-mutex variables from perlvars.h
1415              to intrpvar.h
1416      Branch: perl
1417            - proto.pl
1418            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
1419            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
1420            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1421            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1422            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
1423            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1424            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
1425            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1426            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1427            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
1428            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1429            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1430            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
1431            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
1432            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
1433            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
1434            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
1435            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
1436            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
1437            ! util.c win32/Makefile win32/makefile.mk writemain.SH
1438 ____________________________________________________________________________
1439 [  3523] By: gsar                                  on 1999/06/07  05:24:13
1440         Log: missed a file
1441      Branch: perl
1442            + proto.pl
1443            ! MANIFEST
1444 ____________________________________________________________________________
1445 [  3522] By: gsar                                  on 1999/06/07  05:18:34
1446         Log: initial stub implementation of implicit thread/this
1447              pointer    argument; builds/tests on Solaris, win32
1448              hasn't been fixed up yet; proto.h, global.sym and
1449              static function decls are now generated from a common
1450              database in proto.pl; some inconsistently named
1451              perl_foo() things are now Perl_foo(), compatibility
1452              #defines provided; perl_foo() (lowercase 'p') reserved
1453              for functions that take an explicit context argument;
1454              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
1455      Branch: perl
1456            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
1457            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
1458            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
1459            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
1460            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
1461            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
1462            ! universal.c utf8.c util.c
1463 ____________________________________________________________________________
1464 [  3521] By: gsar                                  on 1999/06/04  23:00:22
1465         Log: clean up some stray "global" symbols
1466      Branch: perl
1467            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
1468            ! pp_proto.h proto.h
1469 ____________________________________________________________________________
1470 [  3520] By: jhi                                   on 1999/06/02  21:33:28
1471         Log: Integrate from mainperl.
1472      Branch: cfgperl
1473           !> (integrate 94 files)
1474 ____________________________________________________________________________
1475 [  3519] By: gsar                                  on 1999/06/02  07:16:10
1476         Log: avoid dereferencing null pointer from getpwent() et al
1477      Branch: perl
1478            ! pp_sys.c
1479 ____________________________________________________________________________
1480 [  3518] By: gsar                                  on 1999/06/02  04:47:10
1481         Log: remove _() non-ansism
1482      Branch: perl
1483            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
1484            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
1485            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
1486            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
1487            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
1488            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
1489            ! ext/re/re.xs handy.h hv.c iperlsys.h
1490            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
1491            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
1492            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
1493            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
1494            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
1495            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
1496            ! vms/vmsish.h vms/writemain.pl vos/config.h
1497            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
1498            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
1499            ! win32/perllib.c win32/runperl.c win32/win32.h
1500            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
1501            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
1502 ____________________________________________________________________________
1503 [  3517] By: gsar                                  on 1999/06/02  02:17:51
1504         Log: missed a few files
1505      Branch: perl
1506            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
1507 ____________________________________________________________________________
1508 [  3516] By: gsar                                  on 1999/06/02  01:37:33
1509         Log: integrate cfgperl contents into mainline
1510      Branch: perl
1511           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1512           +> ext/ByteLoader/byterun.h
1513            - bytecode.h byterun.c byterun.h
1514            ! Changes
1515           !> (integrate 58 files)
1516 ____________________________________________________________________________
1517 [  3515] By: gsar                                  on 1999/06/02  00:48:50
1518         Log: remove stray K&R-isms
1519      Branch: perl
1520            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
1521            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
1522            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
1523            ! toke.c util.c win32/win32.c x2p/hash.c
1524 ____________________________________________________________________________
1525 [  3514] By: gsar                                  on 1999/06/01  15:55:55
1526         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
1527              strict 'subs'
1528      Branch: perl
1529            ! op.c t/pragma/strict-subs
1530 ____________________________________________________________________________
1531 [  3513] By: jhi                                   on 1999/06/01  07:17:05
1532         Log: Patch applying of #3499 had gone awry.
1533      Branch: cfgperl
1534            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
1535 ____________________________________________________________________________
1536 [  3512] By: gsar                                  on 1999/05/31  19:21:30
1537         Log: tighter -help output
1538      Branch: perl
1539            ! perl.c
1540 ____________________________________________________________________________
1541 [  3511] By: gsar                                  on 1999/05/31  17:18:23
1542         Log: fix memory leak in C<eval 'return sub {...}'>
1543      Branch: perl
1544            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
1545 ____________________________________________________________________________
1546 [  3510] By: gsar                                  on 1999/05/31  14:11:46
1547         Log: tweak C++isms
1548      Branch: perl
1549            ! win32/dl_win32.xs win32/win32.c
1550 ____________________________________________________________________________
1551 [  3509] By: jhi                                   on 1999/05/30  13:02:26
1552         Log: Cleanup of #3488.
1553      Branch: cfgperl
1554            ! Configure config_h.SH
1555 ____________________________________________________________________________
1556 [  3508] By: jhi                                   on 1999/05/30  11:16:01
1557         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1558              To: Mailing list Perl5 <perl5-porters@perl.org>
1559              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
1560              Date: Sat, 29 May 1999 20:18:13 -0400
1561              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
1562      Branch: cfgperl
1563            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
1564 ____________________________________________________________________________
1565 [  3507] By: jhi                                   on 1999/05/29  20:05:40
1566         Log: From: Mark-Jason Dominus <mjd@plover.com>
1567              To: perl5-porters@perl.com
1568              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
1569              Date: Sat, 29 May 1999 14:45:10 -0400
1570              Message-ID: <19990529184510.27557.qmail@plover.com>
1571      Branch: cfgperl
1572            ! op.h
1573 ____________________________________________________________________________
1574 [  3506] By: gsar                                  on 1999/05/29  16:49:39
1575         Log: avoid gv_check() recursive pit
1576      Branch: perl
1577            ! gv.c
1578 ____________________________________________________________________________
1579 [  3505] By: jhi                                   on 1999/05/29  11:38:16
1580         Log: From: jan.dubois@ibm.net (Jan Dubois)
1581              To: Gurusamy Sarathy <gsar@activestate.com>
1582              Cc: perl5-porters@perl.org
1583              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
1584              Date: Sat, 29 May 1999 08:46:22 +0200
1585              Message-ID: <374f8007.2016008@smtp1.ibm.net>
1586      Branch: cfgperl
1587            ! t/op/grent.t t/op/pwent.t
1588 ____________________________________________________________________________
1589 [  3504] By: jhi                                   on 1999/05/29  11:07:10
1590         Log: QNX needs <sys/select.h> to define fd_set.
1591              
1592              From: Norton Allen <allen@huarp.harvard.edu>
1593              To: perl5-porters@perl.org
1594              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
1595              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
1596              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
1597      Branch: cfgperl
1598            ! ext/IO/poll.c
1599 ____________________________________________________________________________
1600 [  3503] By: jhi                                   on 1999/05/29  10:53:31
1601         Log: From: jan.dubois@ibm.net (Jan Dubois)
1602              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
1603              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
1604              Date: Fri, 28 May 1999 20:14:35 +0200
1605              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
1606      Branch: cfgperl
1607            ! lib/Math/BigFloat.pm
1608 ____________________________________________________________________________
1609 [  3502] By: jhi                                   on 1999/05/29  10:44:44
1610         Log: Make Configure support the change #3367,
1611              SysV shadow passwords.
1612      Branch: cfgperl
1613            ! Configure config_h.SH pp_sys.c
1614 ____________________________________________________________________________
1615 [  3501] By: gsar                                  on 1999/05/28  21:22:23
1616         Log: add wide versions of win32 system calls (first step in
1617              globalization); delayload winsock for performance if compiling
1618              with VC 6.0
1619      Branch: perl
1620            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
1621            ! win32/win32.c win32/win32.h
1622 ____________________________________________________________________________
1623 [  3500] By: jhi                                   on 1999/05/28  21:17:24
1624         Log: The new t/lib/io_linenum.t was using stricture
1625              before @INC was set up.
1626      Branch: cfgperl
1627            ! t/lib/io_linenum.t
1628 ____________________________________________________________________________
1629 [  3499] By: jhi                                   on 1999/05/28  17:13:23
1630         Log: From: Tom Hughes <tom@compton.nu>
1631              To: perl5-porters@perl.org
1632              Subject: [PATCH 5.005_57] ByteLoader mark 2
1633              Date: Wed, 26 May 1999 23:59:49 +0100
1634              Message-ID: <bf337a0849.tom@compton.compton.nu>
1635              
1636              plus resolve tiny conflict with #3479
1637              plus regen_headers.
1638      Branch: cfgperl
1639            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1640            + ext/ByteLoader/byterun.h
1641            - bytecode.h byterun.c byterun.h
1642            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
1643            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
1644            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
1645            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
1646            ! perl.h perlvars.h proto.h util.c utils/Makefile
1647 ____________________________________________________________________________
1648 [  3498] By: jhi                                   on 1999/05/28  16:53:04
1649         Log: From: Mark-Jason Dominus <mjd@plover.com>
1650              To: perl5-porters@perl.com
1651              Subject: PATCH (5.005_57): defined(@a) now deprecated
1652              Date: Thu, 27 May 1999 16:05:44 -0400
1653              Message-ID: <19990527200544.13330.qmail@plover.com>
1654      Branch: cfgperl
1655            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
1656            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
1657 ____________________________________________________________________________
1658 [  3497] By: jhi                                   on 1999/05/28  16:50:54
1659         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1660              To: perl5-porters@perl.org (Mailing list Perl5)
1661              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
1662              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
1663              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
1664      Branch: cfgperl
1665            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
1666            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
1667 ____________________________________________________________________________
1668 [  3496] By: jhi                                   on 1999/05/28  16:48:39
1669         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1670              To: perl5-porters@perl.org (Mailing list Perl5)
1671              Subject: [PATCH 5.00557] Required OS/2-related patches
1672              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
1673              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
1674      Branch: cfgperl
1675            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
1676            ! t/op/stat.t util.c
1677 ____________________________________________________________________________
1678 [  3495] By: jhi                                   on 1999/05/28  16:45:56
1679         Log: From: Paul Johnson <pjcj@transeda.com>
1680              To: perl5-porters <perl5-porters@perl.org>
1681              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
1682              Date: Fri, 28 May 1999 15:13:54 +0100
1683              Message-ID: <19990528151354.B289@west-tip.transeda.com>
1684      Branch: cfgperl
1685            ! t/TEST
1686 ____________________________________________________________________________
1687 [  3494] By: jhi                                   on 1999/05/28  16:44:34
1688         Log: From: Paul Johnson <pjcj@transeda.com>
1689              To: perl5-porters <perl5-porters@perl.org>
1690              Subject: [PATCH 5.005_57] Fixes related to working local $.
1691              Date: Fri, 28 May 1999 15:11:18 +0100
1692              Message-ID: <19990528151118.A289@west-tip.transeda.com>
1693      Branch: cfgperl
1694            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
1695 ____________________________________________________________________________
1696 [  3493] By: gsar                                  on 1999/05/28  16:37:26
1697         Log: change#3449 wasn't doing enough
1698      Branch: perl
1699            ! op.c t/comp/proto.t
1700 ____________________________________________________________________________
1701 [  3492] By: jhi                                   on 1999/05/28  08:12:23
1702         Log: From: paul.marquess@bt.com
1703              To: doughera@lafayette.edu
1704              Cc: perl5-porters@perl.org
1705              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
1706              Date: Thu, 27 May 1999 23:31:38 +0100
1707              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
1708              
1709              Had to be applied manually; some mailer had munged the patch slightly.
1710      Branch: cfgperl
1711            ! ext/NDBM_File/NDBM_File.xs
1712 ____________________________________________________________________________
1713 [  3491] By: jhi                                   on 1999/05/28  07:51:17
1714         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1715              To: perl5-porters@perl.org
1716              Subject: [PATCH 5.005_57] fixing eval in the compiler
1717              Date: Thu, 27 May 1999 07:56:54 -0700
1718              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
1719      Branch: cfgperl
1720            ! cc_runtime.h scope.h
1721 ____________________________________________________________________________
1722 [  3490] By: jhi                                   on 1999/05/28  07:47:06
1723         Log: From: Andy Dougherty <doughera@lafayette.edu>
1724              To: perlbug@perl.com
1725              Cc: Jarkko Hietaniemi <jhi@iki.fi>
1726              Subject: [PATCH] Configure updates for ISC 4.1
1727              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
1728              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
1729      Branch: cfgperl
1730            ! Configure config_h.SH
1731 ____________________________________________________________________________
1732 [  3489] By: jhi                                   on 1999/05/28  07:39:17
1733         Log: Integrate from mainperl.
1734      Branch: cfgperl
1735           !> malloc.c win32/makedef.pl win32/win32.c
1736 ____________________________________________________________________________
1737 [  3488] By: jhi                                   on 1999/05/27  16:57:19
1738         Log: From: Andy Dougherty <doughera@lafayette.edu>
1739              To: Perl Porters <perl5-porters@perl.org>
1740              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
1741              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
1742              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
1743      Branch: cfgperl
1744            ! Configure config_h.SH hints/sunos_4_1.sh util.c
1745 ____________________________________________________________________________
1746 [  3487] By: gsar                                  on 1999/05/27  03:56:20
1747         Log: make win32_spawnvp() inherit standard handles even when they
1748              may be redirected
1749      Branch: perl
1750            ! win32/win32.c
1751 ____________________________________________________________________________
1752 [  3486] By: jhi                                   on 1999/05/26  19:55:52
1753         Log: From: Andy Dougherty <doughera@lafayette.edu>
1754              To: perl5-porters@perl.org
1755              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
1756              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
1757              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
1758      Branch: cfgperl
1759            ! util.c
1760 ____________________________________________________________________________
1761 [  3485] By: chip                                  on 1999/05/26  17:19:11
1762         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
1763      Branch: maint-5.004/perl
1764            ! Configure
1765 ____________________________________________________________________________
1766 [  3484] By: gsar                                  on 1999/05/26  01:56:28
1767         Log: fix missing exported symbol
1768      Branch: perl
1769            ! malloc.c win32/makedef.pl
1770 ____________________________________________________________________________
1771 [  3483] By: jhi                                   on 1999/05/25  23:08:07
1772         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
1773              
1774              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1775              To: perlbug@perl.com
1776              Subject: OpenBSD hints file update
1777              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
1778              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
1779      Branch: cfgperl
1780            ! hints/openbsd.sh
1781 ____________________________________________________________________________
1782 [  3482] By: jhi                                   on 1999/05/25  23:01:25
1783         Log: From: Tom Hughes <tom@compton.nu>
1784              To: perl5-porters@perl.org
1785              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
1786              Date: Tue, 25 May 1999 23:10:23 +0100
1787              Message-ID: <1ed7f10749.tom@compton.compton.nu>
1788      Branch: cfgperl
1789            ! Configure config_h.SH
1790 ____________________________________________________________________________
1791 [  3481] By: jhi                                   on 1999/05/25  22:31:50
1792         Log: 3479, 3480, 3481 seems logical.
1793      Branch: cfgperl
1794           !> hints/aix.sh
1795 ____________________________________________________________________________
1796 [  3480] By: jhi                                   on 1999/05/25  22:13:39
1797         Log: The change #3479 wasn't perfect.
1798      Branch: perl
1799            ! hints/aix.sh
1800 ____________________________________________________________________________
1801 [  3479] By: jhi                                   on 1999/05/25  21:59:21
1802         Log: Cures for _57 in AIX 4.1.5.0.
1803              (1) The lddlflags lost its -lc by change #3660
1804              (and the politeness of change #3257).
1805              (2) optype_size must end up in perl.exp (as PL_optype_size).
1806              Added it to perlvars.h, fixed bytecode.pl,
1807              regen'ed the relevant headers.
1808      Branch: cfgperl
1809            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
1810            ! perlvars.h
1811      Branch: perl
1812            ! hints/aix.sh
1813 ____________________________________________________________________________
1814 [  3478] By: jhi                                   on 1999/05/25  20:13:47
1815         Log: Integrate from mainperl.
1816      Branch: cfgperl
1817           +> pod/perltootc.pod
1818           !> (integrate 101 files)
1819 ____________________________________________________________________________
1820 [  3477] By: gsar                                  on 1999/05/25  10:43:48
1821         Log: here be 5.005_57
1822      Branch: perl
1823            ! Changes MANIFEST Porting/makerel
1824           !> Changes5.005
1825
1826 ----------------
1827 Version 5.005_57
1828 ----------------
1829
1830 ____________________________________________________________________________
1831 [  3476] By: gsar                                  on 1999/05/25  09:23:43
1832         Log: up patchlevel &c
1833      Branch: perl
1834            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1835            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1836            ! win32/makefile.mk
1837 ____________________________________________________________________________
1838 [  3475] By: gsar                                  on 1999/05/25  09:14:51
1839         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1840              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
1841              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
1842              Subject: [PATCH 5.005_56] REx engine improvements
1843      Branch: perl
1844            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
1845            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
1846            ! thrdvar.h util.c
1847 ____________________________________________________________________________
1848 [  3474] By: gsar                                  on 1999/05/25  08:39:56
1849         Log: test case for change#3470
1850      Branch: perl
1851            ! t/lib/bigintpm.t
1852 ____________________________________________________________________________
1853 [  3473] By: gsar                                  on 1999/05/25  08:36:52
1854         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
1855      Branch: perl
1856            ! Changes pod/perlport.pod
1857 ____________________________________________________________________________
1858 [  3472] By: gsar                                  on 1999/05/25  08:28:57
1859         Log: assorted tweaks
1860      Branch: perl
1861            ! doio.c iperlsys.h win32/config.bc win32/config.gc
1862            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1863            ! win32/config_H.vc win32/makedef.pl
1864 ____________________________________________________________________________
1865 [  3471] By: gsar                                  on 1999/05/25  06:06:04
1866         Log: perlref update from Tom Christiansen
1867      Branch: perl
1868            ! pod/perlref.pod
1869 ____________________________________________________________________________
1870 [  3470] By: gsar                                  on 1999/05/25  06:03:27
1871         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1872              Date: Mon, 24 May 1999 17:43:56 -0400
1873              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
1874              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
1875      Branch: perl
1876            ! hv.c
1877 ____________________________________________________________________________
1878 [  3469] By: gsar                                  on 1999/05/25  05:59:22
1879         Log: avoid temporary files that have a constant name (from a suggestion
1880              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
1881      Branch: perl
1882            ! lib/ExtUtils/MM_Unix.pm
1883 ____________________________________________________________________________
1884 [  3468] By: gsar                                  on 1999/05/25  05:54:29
1885         Log: From: pvhp@forte.com (Peter Prymmer)
1886              Date: Mon, 24 May 99 11:20:25 PDT
1887              Message-Id: <9905241820.AA28071@forte.com>
1888              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
1889      Branch: perl
1890            ! lib/Pod/Text.pm
1891 ____________________________________________________________________________
1892 [  3467] By: gsar                                  on 1999/05/25  04:08:50
1893         Log: fix glob() bug that resulted in missing symlinks that don't point
1894              anywhere
1895      Branch: perl
1896            ! pp_hot.c
1897 ____________________________________________________________________________
1898 [  3466] By: gsar                                  on 1999/05/25  03:00:00
1899         Log: avoid enumerating @INC contents in diagnostic if @INC was never
1900              searched
1901      Branch: perl
1902            ! pod/perldiag.pod pp_ctl.c
1903 ____________________________________________________________________________
1904 [  3465] By: gsar                                  on 1999/05/25  02:24:08
1905         Log: add caveat about close(PIPE) carelessness
1906      Branch: perl
1907            ! pod/perlfunc.pod
1908 ____________________________________________________________________________
1909 [  3464] By: gsar                                  on 1999/05/24  23:55:53
1910         Log: fix bogus line numbers for void context warnings
1911              (change#2548 was overeager)
1912      Branch: perl
1913            ! op.c
1914 ____________________________________________________________________________
1915 [  3463] By: gsar                                  on 1999/05/24  23:31:58
1916         Log: change#3455 had a typo
1917      Branch: perl
1918            ! pp_ctl.c
1919 ____________________________________________________________________________
1920 [  3462] By: gsar                                  on 1999/05/24  17:32:20
1921         Log: more pod updates from Tom Christiansen; regen perltoc
1922      Branch: perl
1923            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
1924            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
1925 ____________________________________________________________________________
1926 [  3461] By: gsar                                  on 1999/05/24  07:41:32
1927         Log: perlmod notes from Damian Conway (via Tom Christiansen)
1928      Branch: perl
1929            ! pod/perlmod.pod
1930 ____________________________________________________________________________
1931 [  3460] By: gsar                                  on 1999/05/24  07:24:11
1932         Log: major pod update from Tom Christiansen
1933      Branch: perl
1934            + pod/perltootc.pod
1935            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
1936            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
1937            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
1938            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
1939            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
1940            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
1941            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
1942            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
1943            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
1944            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
1945            ! pod/perlxs.pod pod/pod2man.PL
1946 ____________________________________________________________________________
1947 [  3459] By: gsar                                  on 1999/05/24  06:26:48
1948         Log: perlfaq update from Tom Christiansen
1949      Branch: perl
1950            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1951            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1952            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1953            ! pod/perlfaq9.pod
1954 ____________________________________________________________________________
1955 [  3458] By: gsar                                  on 1999/05/24  05:55:11
1956         Log: updated to v1.50 from CPAN
1957      Branch: perl
1958            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1959 ____________________________________________________________________________
1960 [  3457] By: gsar                                  on 1999/05/24  05:46:20
1961         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1962              Date: Sun, 23 May 1999 16:35:07 +0100
1963              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
1964              Subject: [PATCH 5.005_56] name PL_in_eval bits
1965      Branch: perl
1966            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
1967 ____________________________________________________________________________
1968 [  3456] By: gsar                                  on 1999/05/24  05:18:06
1969         Log: make -t mode the default on emacs/dumb terminals
1970      Branch: perl
1971            ! Changes utils/perldoc.PL
1972 ____________________________________________________________________________
1973 [  3455] By: gsar                                  on 1999/05/24  05:05:19
1974         Log: return 0 rather than "" when scalar grep has nothing to iterate
1975              on (brings behavior in line with documentation)
1976      Branch: perl
1977            ! pp_ctl.c
1978 ____________________________________________________________________________
1979 [  3454] By: gsar                                  on 1999/05/24  04:52:52
1980         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
1981              Date: Thu, 20 May 1999 13:27:02 -1000
1982              Message-Id: <E10kcDN-0007TA-00@lapaki>
1983              Subject: Problem with MM_Unix in 5.005_03
1984      Branch: perl
1985            ! lib/ExtUtils/MM_Unix.pm
1986 ____________________________________________________________________________
1987 [  3453] By: gsar                                  on 1999/05/24  04:39:49
1988         Log: avoid removing duplicates in user-generated warnings
1989              From: byron@omix.com (Byron Brummer)
1990              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
1991              Message-Id: <199905201101.EAA91175@thrush.omix.com>
1992              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
1993      Branch: perl
1994            ! lib/diagnostics.pm
1995 ____________________________________________________________________________
1996 [  3452] By: gsar                                  on 1999/05/24  04:23:10
1997         Log: straighten some code to avoid NeXT compiler bugs (from
1998              Geoff Kuenning <geoff@cs.hmc.edu>)
1999      Branch: perl
2000            ! pp_ctl.c
2001 ____________________________________________________________________________
2002 [  3451] By: gsar                                  on 1999/05/24  03:03:05
2003         Log: minor logic tweak for reserved word warning
2004      Branch: perl
2005            ! lib/Test/Harness.pm toke.c
2006 ____________________________________________________________________________
2007 [  3450] By: gsar                                  on 1999/05/24  02:34:20
2008         Log: oops, some files missing in change#3449
2009      Branch: perl
2010            ! op.c op.h toke.c
2011 ____________________________________________________________________________
2012 [  3449] By: gsar                                  on 1999/05/24  02:33:12
2013         Log: allow '*' prototype to autoquote even barewords that happen to be
2014              function names; parens or ampersand continue to force the other
2015              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
2016              do the right thing, for example
2017      Branch: perl
2018            ! t/comp/proto.t
2019 ____________________________________________________________________________
2020 [  3448] By: gsar                                  on 1999/05/24  01:51:24
2021         Log: remove vestiges of PL_last_proto
2022      Branch: perl
2023            ! embedvar.h intrpvar.h objXSUB.h
2024 ____________________________________________________________________________
2025 [  3447] By: gsar                                  on 1999/05/24  01:49:20
2026         Log: redo change#2061 and parts of change#1169 with code in the
2027              parser; PL_last_proto hackery gone, strict 'subs' in now
2028              implemented in the optimizer where specifying the exceptional
2029              cases is much more robust; '*' (bareword) prototype now works
2030              reliably when used in second and subsequent arguments
2031      Branch: perl
2032            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
2033 ____________________________________________________________________________
2034 [  3446] By: gsar                                  on 1999/05/23  05:00:55
2035         Log: remove redundant part of change#1169 superceded by change#2061;
2036              avoid "future reserved word" warning on prototypical bearwords
2037      Branch: perl
2038            ! t/lib/fatal.t toke.c
2039 ____________________________________________________________________________
2040 [  3445] By: gsar                                  on 1999/05/21  23:36:49
2041         Log: s/isspace/isSPACE/g and make sure the CRT version is always
2042              passed an unsigned char (fixes random occurrence of spaces in
2043              arguments containing high-bit chars passed to spawned children,
2044              on win32)
2045      Branch: perl
2046            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
2047 ____________________________________________________________________________
2048 [  3444] By: gsar                                  on 1999/05/21  23:08:55
2049         Log: integrate Configure changes from cfgperl
2050      Branch: perl
2051           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2052           !> config_h.SH
2053 ____________________________________________________________________________
2054 [  3443] By: jhi                                   on 1999/05/21  22:00:56
2055         Log: Integrate from mainperl.
2056      Branch: cfgperl
2057           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
2058           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
2059           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
2060           !> win32/perlhost.h win32/win32.c x2p/walk.c
2061 ____________________________________________________________________________
2062 [  3442] By: jhi                                   on 1999/05/21  21:59:46
2063         Log: fflush.
2064      Branch: cfgperl
2065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2066            ! config_h.SH
2067 ____________________________________________________________________________
2068 [  3441] By: gsar                                  on 1999/05/21  17:48:55
2069         Log: integrate cfgperl changes
2070      Branch: perl
2071           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2072           !> config_h.SH hints/sunos_4_1.sh installperl
2073 ____________________________________________________________________________
2074 [  3440] By: gsar                                  on 1999/05/21  17:42:49
2075         Log: test tweak
2076      Branch: perl
2077            ! t/comp/proto.t
2078 ____________________________________________________________________________
2079 [  3439] By: gsar                                  on 1999/05/21  17:31:26
2080         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
2081              (Configure fflush(NULL) detection seems broken on Solaris, which
2082              is why I hit the problem)
2083      Branch: perl
2084            ! Changes perl.h
2085 ____________________________________________________________________________
2086 [  3438] By: gsar                                  on 1999/05/20  16:41:01
2087         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
2088      Branch: perl
2089            ! pod/perlport.pod
2090 ____________________________________________________________________________
2091 [  3437] By: jhi                                   on 1999/05/20  07:14:39
2092         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
2093              (via private email).
2094      Branch: cfgperl
2095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2096            ! config_h.SH hints/sunos_4_1.sh
2097 ____________________________________________________________________________
2098 [  3436] By: gsar                                  on 1999/05/20  05:18:26
2099         Log: various little nits
2100      Branch: perl
2101            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
2102            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
2103            ! win32/perlhost.h win32/win32.c x2p/walk.c
2104 ____________________________________________________________________________
2105 [  3435] By: jhi                                   on 1999/05/18  16:25:49
2106         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2107              To: perl5-porters@perl.org
2108              Subject: installperl
2109              Date: Fri, 14 May 1999 21:34:58 +0100
2110              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
2111      Branch: cfgperl
2112            ! installperl
2113 ____________________________________________________________________________
2114 [  3434] By: jhi                                   on 1999/05/17  21:25:54
2115         Log: Integrate from mainperl.
2116      Branch: cfgperl
2117           +> lib/ExtUtils/MM_Cygwin.pm
2118            - cygwin32/impure_ptr.c
2119           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2120           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2121           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
2122           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
2123           !> x2p/find2perl.PL
2124 ____________________________________________________________________________
2125 [  3433] By: gsar                                  on 1999/05/17  09:49:01
2126         Log: integrate cfgperl changes into mainline
2127      Branch: perl
2128           !> Configure INSTALL config_h.SH configure.com embed.h
2129           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
2130           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
2131           !> util.c
2132 ____________________________________________________________________________
2133 [  3432] By: gsar                                  on 1999/05/17  09:06:45
2134         Log: emit more appropriate diagnostic for failed glob (variant
2135              of patch suggested by Graham Barr)
2136      Branch: perl
2137            ! gv.c pod/perldiag.pod pp.c pp_hot.c
2138 ____________________________________________________________________________
2139 [  3431] By: gsar                                  on 1999/05/17  08:38:09
2140         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2141              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
2142              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
2143              Subject: find2perl does not grok the 'c' suffix to the -size argument
2144      Branch: perl
2145            ! x2p/find2perl.PL
2146 ____________________________________________________________________________
2147 [  3430] By: gsar                                  on 1999/05/17  08:26:21
2148         Log: additional cleanups for cygwin32 port
2149              From: "Fifer, Eric" <EFifer@sanwaint.com>
2150              Date: Wed, 12 May 1999 20:25:54 +0100
2151              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
2152              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
2153      Branch: perl
2154            + lib/ExtUtils/MM_Cygwin.pm
2155            - cygwin32/impure_ptr.c
2156            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2157            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2158            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
2159            ! perl.h util.c
2160 ____________________________________________________________________________
2161 [  3429] By: gsar                                  on 1999/05/17  08:01:04
2162         Log: From: Andy Dougherty <doughera@lafayette.edu>
2163              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2164              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2165              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2166      Branch: perl
2167            ! INSTALL
2168 ____________________________________________________________________________
2169 [  3428] By: jhi                                   on 1999/05/17  07:03:26
2170         Log: Integrate from mainperl modulo the Socket.xs change.
2171      Branch: cfgperl
2172           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
2173           !> win32/win32.c win32/win32.h
2174 ____________________________________________________________________________
2175 [  3427] By: jhi                                   on 1999/05/16  22:09:11
2176         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2177              To: perl5-porters@perl.org (Mailing list Perl5)
2178              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
2179              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
2180              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
2181      Branch: cfgperl
2182            ! ext/Devel/Peek/Peek.xs
2183 ____________________________________________________________________________
2184 [  3426] By: jhi                                   on 1999/05/16  22:07:11
2185         Log: From: Mark-Jason Dominus <mjd@plover.com>
2186              To: perl5-porters@perl.com
2187              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
2188              Date: Sat, 15 May 1999 12:43:47 -0400
2189              Message-ID: <19990515164348.7313.qmail@plover.com>
2190      Branch: cfgperl
2191            ! pod/perldiag.pod
2192 ____________________________________________________________________________
2193 [  3425] By: nick                                  on 1999/05/15  15:56:10
2194         Log: Mingw32 + w32api-0.1.5 tweaks
2195              - now more like other Win32 compilers
2196      Branch: perl
2197            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
2198            ! win32/win32.h
2199 ____________________________________________________________________________
2200 [  3424] By: nick                                  on 1999/05/14  21:04:22
2201         Log: Experimental "slab" allocator for ops.
2202              To try it -DPL_OP_SLAB_ALLOC for op.c 
2203              This is for proof of concept only, it leaks memory 
2204              (ops are not free'd) so don't use in embedded apps.
2205              If this minimalist version does not show performance 
2206              gain then whole idea is worthless. 
2207              Nick see's approx 12% speed up vs perlmalloc running
2208              perl -Ilib -MCPAN -e '' 
2209              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
2210      Branch: perl
2211            ! op.c
2212 ____________________________________________________________________________
2213 [  3423] By: gsar                                  on 1999/05/14  19:55:04
2214         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
2215              found (brings sitelib intuition in line with privlib)
2216      Branch: perl
2217            ! win32/win32.c
2218 ____________________________________________________________________________
2219 [  3422] By: jhi                                   on 1999/05/14  08:08:01
2220         Log: From: pvhp@forte.com (Peter Prymmer)
2221              To: perl5-porters@perl.org, vmsperl@perl.org
2222              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
2223              Date: Thu, 13 May 99 15:29:57 PDT
2224              Message-Id: <9905132229.AA15854@forte.com>
2225      Branch: cfgperl
2226            ! configure.com
2227 ____________________________________________________________________________
2228 [  3421] By: jhi                                   on 1999/05/14  07:34:20
2229         Log: Integrate from mainperl.
2230      Branch: cfgperl
2231           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
2232 ____________________________________________________________________________
2233 [  3420] By: jhi                                   on 1999/05/14  07:33:26
2234         Log: Still fflushing.
2235      Branch: cfgperl
2236            ! Configure config_h.SH util.c
2237 ____________________________________________________________________________
2238 [  3419] By: gsar                                  on 1999/05/14  03:08:29
2239         Log: mortalize string allocations by win32_get_{priv,site}lib()
2240              (fixes small memory leak in interpreter)
2241      Branch: perl
2242            ! win32/win32.c
2243 ____________________________________________________________________________
2244 [  3418] By: gsar                                  on 1999/05/14  03:06:50
2245         Log: make win32_longname() preserve kind of slashes in argument
2246      Branch: perl
2247            ! win32/win32.c
2248 ____________________________________________________________________________
2249 [  3417] By: gsar                                  on 1999/05/14  03:04:44
2250         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
2251      Branch: perl
2252            ! lib/ExtUtils/MM_Unix.pm
2253 ____________________________________________________________________________
2254 [  3416] By: jhi                                   on 1999/05/13  21:18:06
2255         Log: Integrate from mainperl.
2256      Branch: cfgperl
2257           !> pp_ctl.c
2258 ____________________________________________________________________________
2259 [  3415] By: jhi                                   on 1999/05/13  21:16:49
2260         Log: Fixes from Andy Dougherty (via private email).
2261      Branch: cfgperl
2262            ! Configure config_h.SH
2263 ____________________________________________________________________________
2264 [  3414] By: nick                                  on 1999/05/13  20:04:26
2265         Log: valist vs va_list typo
2266      Branch: perl
2267            ! pp_ctl.c
2268 ____________________________________________________________________________
2269 [  3413] By: jhi                                   on 1999/05/13  15:04:05
2270         Log: From: Andy Dougherty <doughera@lafayette.edu>
2271              To: perlbug@perl.com
2272              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2273              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2274              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2275      Branch: cfgperl
2276            ! INSTALL
2277 ____________________________________________________________________________
2278 [  3412] By: jhi                                   on 1999/05/13  14:20:17
2279         Log: Integrate from mainperl.
2280      Branch: cfgperl
2281           !> pp_ctl.c
2282 ____________________________________________________________________________
2283 [  3411] By: gsar                                  on 1999/05/13  14:16:56
2284         Log: docatch_body() declaration mismatch
2285      Branch: perl
2286            ! pp_ctl.c
2287 ____________________________________________________________________________
2288 [  3410] By: jhi                                   on 1999/05/13  13:51:44
2289         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
2290      Branch: cfgperl
2291            ! Configure config_h.SH perl.h
2292 ____________________________________________________________________________
2293 [  3409] By: jhi                                   on 1999/05/13  13:31:53
2294         Log: Still fflushing strong.
2295      Branch: cfgperl
2296            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
2297            ! proto.h util.c
2298 ____________________________________________________________________________
2299 [  3408] By: jhi                                   on 1999/05/12  14:30:23
2300         Log: Integrate from mainperl.
2301      Branch: cfgperl
2302           !> (integrate 30 files)
2303 ____________________________________________________________________________
2304 [  3407] By: jhi                                   on 1999/05/12  12:28:31
2305         Log: Be tidier with fflush(NULL) testing.
2306      Branch: cfgperl
2307            ! Configure config_h.SH
2308 ____________________________________________________________________________
2309 [  3406] By: gsar                                  on 1999/05/12  11:26:03
2310         Log: better range-checking on list slices, with test
2311              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2312              Date: Sun, 02 May 1999 17:02:53 +0100
2313              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
2314              Subject: Re: List slice of undefs returns 0 items 
2315      Branch: perl
2316            ! pp.c t/op/list.t
2317 ____________________________________________________________________________
2318 [  3405] By: gsar                                  on 1999/05/12  11:22:27
2319         Log: change#3397 needs test tweak
2320      Branch: perl
2321            ! Changes t/pragma/warn/sv
2322 ____________________________________________________________________________
2323 [  3404] By: gsar                                  on 1999/05/12  11:07:44
2324         Log: typo in change#3397
2325      Branch: perl
2326            ! doop.c
2327 ____________________________________________________________________________
2328 [  3403] By: gsar                                  on 1999/05/12  10:49:01
2329         Log: From: Stephen Zander <gibreel@pobox.com>
2330              Date: 12 May 1999 01:22:31 -0700
2331              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
2332              Subject: Re: Test::Harness runs tainted tests with wrong library path
2333      Branch: perl
2334            ! lib/Test/Harness.pm
2335 ____________________________________________________________________________
2336 [  3402] By: gsar                                  on 1999/05/12  10:42:06
2337         Log: typo in change#3400
2338      Branch: perl
2339            ! ext/B/B/Deparse.pm
2340 ____________________________________________________________________________
2341 [  3401] By: jhi                                   on 1999/05/12  10:40:42
2342         Log: A better, shinier, and possibly even correctly working
2343              reincarnation of #3398.
2344      Branch: cfgperl
2345            ! Configure config_h.SH
2346 ____________________________________________________________________________
2347 [  3400] By: gsar                                  on 1999/05/12  10:40:11
2348         Log: deparse \&func() as \(&func()) for clarity
2349              From: Albert Dvornik <bert@genscan.com>
2350              Date: 11 May 1999 13:32:04 -0400
2351              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
2352              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
2353      Branch: perl
2354            ! ext/B/B/Deparse.pm
2355 ____________________________________________________________________________
2356 [  3399] By: gsar                                  on 1999/05/12  10:36:02
2357         Log: more testsuite smarts (many of them courtesy Ilya)
2358      Branch: perl
2359            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
2360            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
2361            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
2362            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
2363            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
2364            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
2365            ! t/op/pwent.t
2366 ____________________________________________________________________________
2367 [  3398] By: jhi                                   on 1999/05/12  09:33:08
2368         Log: Detect whether fflush(NULL) works as per change #3352.
2369      Branch: cfgperl
2370            ! Configure config_h.SH perl.h
2371 ____________________________________________________________________________
2372 [  3397] By: gsar                                  on 1999/05/12  08:56:03
2373         Log: From: jan.dubois@ibm.net (Jan Dubois)
2374              Date: Wed, 12 May 1999 01:01:00 +0200
2375              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
2376              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
2377      Branch: perl
2378            ! doop.c
2379 ____________________________________________________________________________
2380 [  3396] By: gsar                                  on 1999/05/12  08:23:27
2381         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
2382              stat() behaves similarly
2383      Branch: perl
2384            ! win32/win32.c
2385 ____________________________________________________________________________
2386 [  3395] By: jhi                                   on 1999/05/11  22:21:32
2387         Log: Redo parts of #3341 and #3358 that #3394 undid.
2388      Branch: cfgperl
2389            ! Configure config_h.SH
2390 ____________________________________________________________________________
2391 [  3394] By: jhi                                   on 1999/05/11  22:03:48
2392         Log: Add I_NETINET_TCP to help change #3391.
2393      Branch: cfgperl
2394            ! Configure config_h.SH ext/Socket/Socket.xs
2395 ____________________________________________________________________________
2396 [  3393] By: jhi                                   on 1999/05/11  21:44:59
2397         Log: Integrate from mainperl.
2398      Branch: cfgperl
2399           !> (integrate 55 files)
2400 ____________________________________________________________________________
2401 [  3392] By: gsar                                  on 1999/05/11  20:56:43
2402         Log: update embedvar.h
2403      Branch: perl
2404            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
2405 ____________________________________________________________________________
2406 [  3391] By: gsar                                  on 1999/05/11  16:32:05
2407         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2408              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
2409              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
2410              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
2411      Branch: perl
2412            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
2413 ____________________________________________________________________________
2414 [  3390] By: gsar                                  on 1999/05/11  15:27:40
2415         Log: display more frequent progress messages when STDOUT is a tty
2416      Branch: perl
2417            ! lib/Test/Harness.pm
2418 ____________________________________________________________________________
2419 [  3389] By: gsar                                  on 1999/05/11  14:40:58
2420         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2421              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
2422              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
2423              Subject: [PATCH 5.005_53] Explanations by Test::Harness
2424      Branch: perl
2425            ! lib/Test/Harness.pm
2426 ____________________________________________________________________________
2427 [  3388] By: gsar                                  on 1999/05/11  14:08:14
2428         Log: avoid creating spurious subroutine stubs on failed subroutine
2429              call and other places of sv_2cv() misuse; fixes problems with
2430              failed subroutine calls "hiding" later attempts to lookup methods
2431              in base classes
2432      Branch: perl
2433            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
2434 ____________________________________________________________________________
2435 [  3387] By: gsar                                  on 1999/05/11  09:34:13
2436         Log: various fixes for clean build and test on win32; configpm broken,
2437              needed to open myconfig.SH rather than myconfig; sundry adjustments
2438              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
2439              work under win32; getenv_sv() changed to getenv_len() since SVs
2440              aren't visible in the lower echelons; remove bogus exports from
2441              config.sym; PERL_OBJECT-ness for C++ exception support; null out
2442              IoDIRP in filter_del() or sv_free() will attempt to close it
2443      Branch: perl
2444            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
2445            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
2446            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
2447            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
2448            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
2449            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2450            ! win32/config.gc win32/config.vc win32/makedef.pl
2451            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
2452            ! win32/win32.c win32/win32.h
2453 ____________________________________________________________________________
2454 [  3386] By: gsar                                  on 1999/05/11  02:49:07
2455         Log: gutsupport for C++ exceptions
2456              From: Chip Salzenberg <chip@perlsupport.com>
2457              Date: Tue, 9 Mar 1999 11:51:57 -0500
2458              Message-ID: <19990309115157.E7911@perlsupport.com>
2459              Subject: [PATCH 5.005] Flexible Exceptions
2460      Branch: perl
2461            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
2462            ! scope.c scope.h thrdvar.h util.c
2463 ____________________________________________________________________________
2464 [  3385] By: gsar                                  on 1999/05/10  19:33:36
2465         Log: "weak" references internals, still needs perlguts documentation
2466              (somewhat modified version of patch suggested by Tuomas J. Lukka
2467              <lukka@fas.harvard.edu>)
2468      Branch: perl
2469            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
2470            ! pod/perldiag.pod proto.h sv.c sv.h util.c
2471 ____________________________________________________________________________
2472 [  3384] By: jhi                                   on 1999/05/10  18:21:43
2473         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
2474              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
2475      Branch: cfgperl
2476            ! INSTALL hints/dec_osf.sh
2477 ____________________________________________________________________________
2478 [  3381] By: jhi                                   on 1999/05/10  14:39:28
2479         Log: Integrate from mainperl.
2480      Branch: cfgperl
2481           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
2482           +> cygwin32/build-instructions.charles-wilson
2483           +> cygwin32/build-instructions.sebastien-barre
2484           +> cygwin32/build-instructions.steven-morlock
2485           +> cygwin32/build-instructions.steven-morlock2
2486           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
2487           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2488           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
2489           +> t/op/numconvert.t utils/perlbc.PL
2490            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2491            - cygwin32/perlld
2492           !> (integrate 105 files)
2493 ____________________________________________________________________________
2494 [  3380] By: gsar                                  on 1999/05/10  12:27:14
2495         Log: regen regnodes.h
2496      Branch: perl
2497            ! Changes regnodes.h
2498 ____________________________________________________________________________
2499 [  3379] By: gsar                                  on 1999/05/10  12:17:26
2500         Log: From: jan.dubois@ibm.net (Jan Dubois)
2501              Date: Sat, 01 May 1999 22:55:36 +0200
2502              Message-ID: <373067e9.56194713@smtp1.ibm.net>
2503              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
2504      Branch: perl
2505            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
2506            ! win32/config_H.vc
2507 ____________________________________________________________________________
2508 [  3378] By: gsar                                  on 1999/05/10  12:07:13
2509         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2510              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
2511              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
2512              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
2513      Branch: perl
2514            + t/op/numconvert.t
2515            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
2516            ! util.c
2517 ____________________________________________________________________________
2518 [  3377] By: gsar                                  on 1999/05/10  11:39:48
2519         Log: pp_modulo comment tweak from Ilya
2520      Branch: perl
2521            ! pp.c
2522 ____________________________________________________________________________
2523 [  3376] By: gsar                                  on 1999/05/10  11:30:40
2524         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2525              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
2526              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
2527              Subject: Test.pm update [PATCH _56]
2528      Branch: perl
2529            ! lib/Test.pm
2530 ____________________________________________________________________________
2531 [  3375] By: gsar                                  on 1999/05/10  11:28:30
2532         Log: From: jan.dubois@ibm.net (Jan Dubois)
2533              Date: Fri, 07 May 1999 00:59:54 +0200
2534              Message-ID: <373318ae.19292461@smtp1.ibm.net>
2535              Subject: Re: Using existing memory for an SV's PV 
2536      Branch: perl
2537            ! sv.c
2538 ____________________________________________________________________________
2539 [  3374] By: gsar                                  on 1999/05/10  11:23:44
2540         Log: From: jan.dubois@ibm.net (Jan Dubois)
2541              Date: Fri, 07 May 1999 00:59:52 +0200
2542              Message-ID: <37321800.19118320@smtp1.ibm.net>
2543              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
2544      Branch: perl
2545            ! perl.h
2546 ____________________________________________________________________________
2547 [  3373] By: gsar                                  on 1999/05/10  11:22:10
2548         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2549              Date: Thu, 6 May 1999 18:17:28 -0400
2550              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
2551              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
2552      Branch: perl
2553            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
2554            ! util.c
2555 ____________________________________________________________________________
2556 [  3372] By: gsar                                  on 1999/05/10  10:57:49
2557         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2558              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
2559              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
2560              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
2561      Branch: perl
2562            ! regcomp.c regcomp.pl
2563 ____________________________________________________________________________
2564 [  3371] By: gsar                                  on 1999/05/10  10:54:01
2565         Log: From: lane@duphy4.physics.drexel.edu
2566              Date: Tue, 04 May 1999 10:19:25 -0700
2567              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
2568              Subject: [PATCH 5.005.56] pod->html VMS fixes
2569      Branch: perl
2570            ! installhtml lib/Pod/Html.pm
2571 ____________________________________________________________________________
2572 [  3370] By: gsar                                  on 1999/05/10  10:45:52
2573         Log: testsuite nits
2574      Branch: perl
2575            ! t/lib/io_linenum.t t/op/filetest.t
2576 ____________________________________________________________________________
2577 [  3369] By: gsar                                  on 1999/05/10  10:35:22
2578         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2579              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
2580              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
2581              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
2582      Branch: perl
2583            ! os2/os2ish.h os2/os2thread.h
2584 ____________________________________________________________________________
2585 [  3368] By: gsar                                  on 1999/05/10  10:00:11
2586         Log: From: Albert Dvornik <bert@genscan.com>
2587              Date: 03 May 1999 12:20:57 -0400
2588              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
2589              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
2590      Branch: perl
2591            ! dump.c
2592 ____________________________________________________________________________
2593 [  3367] By: gsar                                  on 1999/05/10  09:55:51
2594         Log: shadow password support for Solaris (needs Configure help to
2595              determine HAS_GETSPENT)
2596              From: "Patrick O'Brien" <pdo@cs.umd.edu>
2597              Date: Sat, 01 May 1999 19:41:17 -0400
2598              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
2599              Subject: getpwent() under solaris
2600      Branch: perl
2601            ! pp_sys.c
2602 ____________________________________________________________________________
2603 [  3366] By: gsar                                  on 1999/05/10  09:45:58
2604         Log: From: jan.dubois@ibm.net (Jan Dubois)
2605              Date: Sat, 01 May 1999 23:45:47 +0200
2606              Message-ID: <373373fb.59284266@smtp1.ibm.net>
2607              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
2608      Branch: perl
2609            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2610            ! pod/perldelta.pod
2611 ____________________________________________________________________________
2612 [  3365] By: gsar                                  on 1999/05/10  09:34:22
2613         Log: test suite and fix input_line_number()
2614              From: Paul Johnson <pjcj@transeda.com>
2615              Date: Thu, 29 Apr 1999 06:28:14 +0100
2616              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
2617              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
2618      Branch: perl
2619            + t/lib/io_linenum.t
2620            ! MANIFEST ext/IO/lib/IO/Handle.pm
2621 ____________________________________________________________________________
2622 [  3364] By: gsar                                  on 1999/05/10  09:20:56
2623         Log: fix overeager [:foo:] parsing
2624              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2625              Date: Fri, 30 Apr 1999 09:26:18 +0100
2626              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
2627              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
2628      Branch: perl
2629            ! regcomp.c t/op/re_tests
2630 ____________________________________________________________________________
2631 [  3363] By: gsar                                  on 1999/05/10  09:09:21
2632         Log: documentation for Win32 builtins (somewhat modified)
2633              From: jan.dubois@ibm.net (Jan Dubois)
2634              Date: Tue, 30 Mar 1999 08:05:03 +0200
2635              Message-ID: <37006783.1926460@smtp1.ibm.net>
2636              Subject: Re: Issues with build 509 
2637      Branch: perl
2638            + pod/Win32.pod
2639            ! MANIFEST
2640 ____________________________________________________________________________
2641 [  3362] By: gsar                                  on 1999/05/10  08:22:07
2642         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
2643      Branch: perl
2644            ! lib/File/Copy.pm win32/win32.c
2645 ____________________________________________________________________________
2646 [  3361] By: gsar                                  on 1999/05/10  08:11:29
2647         Log: escape ampersands in <pre> sections
2648      Branch: perl
2649            ! Changes lib/Pod/Html.pm
2650 ____________________________________________________________________________
2651 [  3360] By: gsar                                  on 1999/05/10  08:04:14
2652         Log: AIX hints enhancements (threads build, SOCKS support)
2653              From: "David R. Favor" <dfavor@austin.ibm.com>
2654              Date: Wed, 28 Apr 1999 08:45:28 -0500
2655              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
2656              Subject: Working build for AIX + gcc + threading
2657      Branch: perl
2658            ! hints/aix.sh
2659 ____________________________________________________________________________
2660 [  3359] By: gsar                                  on 1999/05/10  07:49:26
2661         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
2662              Date: Tue, 27 Apr 1999 23:47:24 PDT
2663              Message-ID: <19990428064724.95244.qmail@hotmail.com>
2664              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
2665              --
2666              Date: Thu, 29 Apr 1999 18:21:06 -0700
2667              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
2668              Subject: [PATCH 5.005_56] double constants ( C.pm)
2669              --
2670              Date: Mon, 03 May 1999 20:21:31 PDT
2671              Message-ID: <19990504032131.81113.qmail@hotmail.com>
2672              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
2673              --
2674              Date: Thu, 06 May 1999 17:57:09 -0700
2675              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
2676              Subject: Stash.pm
2677      Branch: perl
2678            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
2679            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
2680 ____________________________________________________________________________
2681 [  3358] By: gsar                                  on 1999/05/10  04:39:15
2682         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
2683              From: alexander smishlajev <als@turnhere.com>
2684              Date: Sun, 25 Apr 1999 14:58:29 +0300
2685              Message-ID: <37230365.5F68B460@turnhere.com>
2686              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
2687      Branch: perl
2688            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
2689            + cygwin32/build-instructions.charles-wilson
2690            + cygwin32/build-instructions.sebastien-barre
2691            + cygwin32/build-instructions.steven-morlock
2692            + cygwin32/build-instructions.steven-morlock2
2693            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
2694            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2695            - cygwin32/perlld
2696            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
2697            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
2698            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
2699            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
2700            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
2701            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
2702 ____________________________________________________________________________
2703 [  3357] By: gsar                                  on 1999/05/10  04:07:07
2704         Log: applied suggested patch, modulo already applied parts
2705              From: Charles Bailey <BAILEY@newman.upenn.edu>
2706              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
2707              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
2708              Subject: [Patch 5.005_56] VMS consolidated patch #2
2709      Branch: perl
2710            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
2711            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
2712            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
2713            ! vms/subconfigure.com vms/test.com vms/vms.c
2714 ____________________________________________________________________________
2715 [  3356] By: gsar                                  on 1999/05/10  03:48:08
2716         Log: applied suggested patch, with win32 and PERL_OBJECT additions
2717              From: Tom Hughes <tom@compton.nu>
2718              Date: Sat, 24 Apr 1999 18:11:59 +0100
2719              Message-ID: <609bdff748.tom@compton.compton.nu>
2720              Subject: ByteLoader patch
2721      Branch: perl
2722            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2723            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
2724            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
2725            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
2726            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
2727            ! utils/Makefile win32/Makefile win32/makefile.mk
2728 ____________________________________________________________________________
2729 [  3355] By: gsar                                  on 1999/05/10  03:22:49
2730         Log: document 'test' attribute (from Andreas Koenig)
2731      Branch: perl
2732            ! lib/ExtUtils/MakeMaker.pm
2733 ____________________________________________________________________________
2734 [  3354] By: gsar                                  on 1999/05/10  03:12:37
2735         Log: From: pmarquess@bfsec.bt.co.uk
2736              Date: Thu, 22 Apr 1999 23:12:08 +0100
2737              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
2738              Subject: PATCH for small bug in scan_bin
2739      Branch: perl
2740            ! util.c
2741 ____________________________________________________________________________
2742 [  3353] By: gsar                                  on 1999/05/10  02:39:33
2743         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
2744              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
2745      Branch: perl
2746            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
2747            ! win32/win32iop.h
2748 ____________________________________________________________________________
2749 [  3352] By: gsar                                  on 1999/05/09  22:47:39
2750         Log: flush all open output buffers before fork(), exec(), system, qx//
2751              and pipe open() operations, simplifying buffering headaches faced
2752              by users; uses fflush(NULL), which may need Configure test
2753      Branch: perl
2754            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
2755            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
2756 ____________________________________________________________________________
2757 [  3351] By: gsar                                  on 1999/05/09  21:11:51
2758         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
2759              Leroy <jll@skynet.be>)
2760      Branch: perl
2761            ! utils/perlcc.PL
2762 ____________________________________________________________________________
2763 [  3350] By: gsar                                  on 1999/05/09  20:39:11
2764         Log: normalize $^X to full pathname on win32
2765      Branch: perl
2766            ! win32/runperl.c
2767 ____________________________________________________________________________
2768 [  3349] By: gsar                                  on 1999/05/09  20:23:07
2769         Log: allow readline($globref), <$globref> already works
2770      Branch: perl
2771            ! pp_hot.c
2772 ____________________________________________________________________________
2773 [  3348] By: gsar                                  on 1999/05/09  20:00:09
2774         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
2775              <lemburg@online-club.de>)
2776      Branch: perl
2777            ! utils/perldoc.PL
2778 ____________________________________________________________________________
2779 [  3347] By: gsar                                  on 1999/05/09  18:47:21
2780         Log: additions to Thread.pm docs from Tuomas J. Lukka
2781              <lukka@fas.harvard.edu>
2782      Branch: perl
2783            ! ext/Thread/Thread.pm
2784 ____________________________________________________________________________
2785 [  3346] By: gsar                                  on 1999/05/09  18:38:00
2786         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2787              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
2788              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
2789              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
2790      Branch: perl
2791            ! ext/B/B/Xref.pm
2792 ____________________________________________________________________________
2793 [  3345] By: gsar                                  on 1999/05/09  18:22:43
2794         Log: work around mangled archname on win32 while finding privlib/sitelib;
2795              normalize lib paths to forward slashes internally
2796      Branch: perl
2797            ! win32/win32.c
2798 ____________________________________________________________________________
2799 [  3344] By: gsar                                  on 1999/05/09  03:20:06
2800         Log: fix typo in dbm filters that caused odbm.t to fail
2801      Branch: perl
2802            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
2803 ____________________________________________________________________________
2804 [  3343] By: gsar                                  on 1999/05/09  02:02:59
2805         Log: tweak test totals
2806      Branch: perl
2807            ! Changes t/lib/tie-stdhandle.t
2808 ____________________________________________________________________________
2809 [  3342] By: gsar                                  on 1999/05/09  01:42:06
2810         Log: import list propagation busted (pointed out by Ton Hospel
2811              <thospel@mail.dma.be>)
2812      Branch: perl
2813            ! lib/autouse.pm
2814 ____________________________________________________________________________
2815 [  3341] By: gsar                                  on 1999/05/09  00:54:18
2816         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
2817              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
2818      Branch: perl
2819            ! Configure Makefile.SH
2820 ____________________________________________________________________________
2821 [  3340] By: gsar                                  on 1999/05/09  00:40:41
2822         Log: generate manpages for newly added utils
2823      Branch: perl
2824            ! installman
2825 ____________________________________________________________________________
2826 [  3339] By: gsar                                  on 1999/05/09  00:33:50
2827         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2828              Date: Sun, 02 May 1999 17:59:24 +0100
2829              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
2830              Subject: [PATCH] Re: ptr to realloced memory in yylex
2831      Branch: perl
2832            ! toke.c
2833 ____________________________________________________________________________
2834 [  3338] By: jhi                                   on 1999/05/08  22:40:29
2835         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
2836      Branch: cfgperl
2837            ! INSTALL
2838 ____________________________________________________________________________
2839 [  3337] By: jhi                                   on 1999/05/08  22:22:26
2840         Log: Integrate from mainperl.
2841      Branch: cfgperl
2842           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
2843           !> (integrate 54 files)
2844 ____________________________________________________________________________
2845 [  3336] By: gsar                                  on 1999/05/08  21:48:22
2846         Log: make perldoc -f grok nested =items
2847      Branch: perl
2848            ! utils/perldoc.PL
2849 ____________________________________________________________________________
2850 [  3335] By: gsar                                  on 1999/05/08  19:48:11
2851         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
2852      Branch: perl
2853            ! op.c t/lib/fields.t
2854 ____________________________________________________________________________
2855 [  3334] By: gsar                                  on 1999/05/08  19:09:41
2856         Log: update test totals
2857      Branch: perl
2858            ! t/lib/bigintpm.t
2859 ____________________________________________________________________________
2860 [  3333] By: gsar                                  on 1999/05/08  16:56:02
2861         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
2862      Branch: perl
2863            ! pod/perlfunc.pod
2864 ____________________________________________________________________________
2865 [  3332] By: gsar                                  on 1999/05/08  16:46:44
2866         Log: applied suggested patch, added tests
2867              From: William Mann <wmann@avici.com>
2868              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
2869              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
2870              Subject: BigInt.pm extensions for logical operations
2871      Branch: perl
2872            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
2873 ____________________________________________________________________________
2874 [  3331] By: gsar                                  on 1999/05/08  16:09:33
2875         Log: avoid temporary files named 'tmp'
2876      Branch: perl
2877            ! Makefile.SH pp.c
2878 ____________________________________________________________________________
2879 [  3330] By: nick                                  on 1999/05/08  14:16:30
2880         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
2881              Provide Tie::StdHandle
2882              Basic update of docs.
2883      Branch: perl
2884            + t/lib/tie-stdhandle.t
2885            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
2886 ____________________________________________________________________________
2887 [  3329] By: nick                                  on 1999/05/08  12:03:45
2888         Log: Tweaks to open(my $fh,...) stuff
2889      Branch: perl
2890            ! op.c pp.c pp_sys.c t/io/open.t
2891 ____________________________________________________________________________
2892 [  3328] By: nick                                  on 1999/05/08  11:18:42
2893         Log: Bring SDBM_File.xs into line with new typemap
2894      Branch: perl
2895            ! ext/SDBM_File/SDBM_File.xs
2896 ____________________________________________________________________________
2897 [  3327] By: gsar                                  on 1999/05/08  00:07:11
2898         Log: add test case for AUTOLOAD reentrancy fix in change#3279
2899      Branch: perl
2900            ! t/lib/autoloader.t
2901 ____________________________________________________________________________
2902 [  3326] By: nick                                  on 1999/05/07  21:24:50
2903         Log: Implement open( my $fh, ...) and similar.
2904              Set flag in op.c for "constructor ops"
2905              In pp_rv2gv, if flag is set and arg is PADSV and uninit
2906              vivify as reference to a detached GV.
2907              (Name of GV is the pad name.)
2908              This scheme should "just work" for pipe/socket etc. too.
2909              
2910              #if 0 out the open(FH,undef) for now.
2911              Change t/io/open.t to test open(my $fh,...)
2912      Branch: perl
2913            ! op.c pp.c pp_sys.c t/io/open.t
2914 ____________________________________________________________________________
2915 [  3325] By: nick                                  on 1999/05/07  21:18:42
2916         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
2917      Branch: perl
2918            ! util.c
2919 ____________________________________________________________________________
2920 [  3324] By: gsar                                  on 1999/05/07  20:28:31
2921         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
2922              intervening code has to allocate SVs)
2923      Branch: perl
2924            ! util.c
2925 ____________________________________________________________________________
2926 [  3323] By: gsar                                  on 1999/05/07  19:45:08
2927         Log: allow line numbers to show in diagnostics during global destruction
2928      Branch: perl
2929            ! util.c
2930 ____________________________________________________________________________
2931 [  3322] By: gsar                                  on 1999/05/07  09:38:11
2932         Log: From: Dan Sugalski <sugalskd@ous.edu>
2933              Date: Fri, 09 Apr 1999 16:16:39 -0700
2934              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
2935              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
2936      Branch: perl
2937            ! lib/ExtUtils/MM_VMS.pm
2938 ____________________________________________________________________________
2939 [  3321] By: gsar                                  on 1999/05/07  09:08:23
2940         Log: From: kwzh@gnu.org (Karl Heuer)
2941              Date: Wed, 7 Apr 1999 23:58:58 -0400
2942              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
2943              Subject: [perl-5.005.02] detect lack of /dev/tty
2944      Branch: perl
2945            ! Makefile.SH
2946 ____________________________________________________________________________
2947 [  3320] By: gsar                                  on 1999/05/07  08:52:14
2948         Log: allow distinct prefix for versioned executables
2949              From: Roderick Schertler <roderick@argon.org>
2950              Date: Wed, 07 Apr 1999 15:34:56 -0400
2951              Message-ID: <3003.923513696@eeyore.ibcinc.com>
2952              Subject: perl55.00503 -> perl5.00503 patch for installperl
2953      Branch: perl
2954            ! INSTALL installperl
2955 ____________________________________________________________________________
2956 [  3319] By: gsar                                  on 1999/05/07  08:07:02
2957         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2958              Date: Mon, 05 Apr 1999 15:38:42 -0700
2959              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
2960              Subject: Re: chomp fails with $/ in fixed-length record mode
2961              --
2962              From: Roderick Schertler <roderick@argon.org>
2963              Date: Tue, 06 Apr 1999 21:11:37 -0400
2964              Message-ID: <2795.923447497@eeyore.ibcinc.com>
2965              Subject: Re: chomp fails with $/ in fixed-length record mode
2966      Branch: perl
2967            ! doop.c pod/perlfunc.pod t/op/chop.t
2968 ____________________________________________________________________________
2969 [  3318] By: gsar                                  on 1999/05/07  07:56:35
2970         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2971              Date: Tue, 6 Apr 1999 01:40:36 -0400
2972              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
2973              Subject: [PATCH 5.005_*] Make % use fmod()
2974      Branch: perl
2975            ! pp.c t/op/arith.t
2976 ____________________________________________________________________________
2977 [  3317] By: gsar                                  on 1999/05/07  04:18:11
2978         Log: DBM Filters (via private mail)
2979              From: pmarquess@bfsec.bt.co.uk
2980              Date: Sun, 18 Apr 1999 21:05:52 +0100
2981              Message-Id: <199904182009.NAA19152@activestate.com>
2982              Subject: DBM Filters
2983      Branch: perl
2984            + pod/perldbmfilter.pod
2985            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2986            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2987            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2988            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
2989            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
2990            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2991            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
2992            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
2993            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
2994            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
2995            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
2996            ! t/lib/sdbm.t
2997 ____________________________________________________________________________
2998 [  3316] By: gsar                                  on 1999/05/07  03:28:53
2999         Log: avoid negative return value from Win32::GetTickCount()
3000              From: jan.dubois@ibm.net (Jan Dubois)
3001              Date: Sat, 03 Apr 1999 19:04:18 +0200
3002              Message-ID: <37084742.22824479@smtp1.ibm.net>
3003              Subject: Re: Win32::GetTickCount
3004      Branch: perl
3005            ! win32/win32.c
3006 ____________________________________________________________________________
3007 [  3315] By: nick                                  on 1999/05/06  21:44:38
3008         Log: open(FH,undef) # creates new_tmpfile opened read/write
3009              Add t/io/open.t with test for above.
3010      Branch: perl
3011            + t/io/open.t
3012            ! pp_sys.c
3013 ____________________________________________________________________________
3014 [  3314] By: gsar                                  on 1999/05/06  08:01:23
3015         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
3016              Date: Tue, 30 Mar 1999 23:40:34 PST
3017              Message-ID: <19990331074034.6117.qmail@hotmail.com>
3018              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
3019              --
3020              Date: Wed, 07 Apr 1999 00:28:23 -0800
3021              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
3022              Subject: [PATCH 5.005_56] function prototypes(B.pm)
3023              --
3024              Date: Thu, 22 Apr 1999 23:40:52 -0700
3025              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
3026              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
3027              --
3028              Date: Tue, 27 Apr 1999 01:14:49 PDT
3029              Message-ID: <19990427081449.28615.qmail@hotmail.com>
3030              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
3031      Branch: perl
3032            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
3033            ! t/op/ref.t
3034 ____________________________________________________________________________
3035 [  3313] By: jhi                                   on 1999/05/06  07:59:52
3036         Log: Integrate from mainperl.
3037      Branch: cfgperl
3038           !> (integrate 33 files)
3039 ____________________________________________________________________________
3040 [  3312] By: gsar                                  on 1999/05/06  07:11:50
3041         Log: add Ethiopic section to unicode master database (from Ken
3042              Whistler <kenw@sybase.com>)
3043      Branch: perl
3044            ! lib/unicode/UnicodeData-Latest.txt
3045 ____________________________________________________________________________
3046 [  3311] By: gsar                                  on 1999/05/06  05:37:55
3047         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
3048              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
3049              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
3050              Subject: Largefiles for Solaris
3051      Branch: perl
3052            ! hints/solaris_2.sh
3053 ____________________________________________________________________________
3054 [  3310] By: gsar                                  on 1999/05/06  05:14:35
3055         Log: emit more accurate diagnostic for syntax errors involving <>
3056              within eval""
3057      Branch: perl
3058            ! toke.c utils/perldoc.PL
3059 ____________________________________________________________________________
3060 [  3309] By: gsar                                  on 1999/05/06  04:36:31
3061         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
3062      Branch: perl
3063            ! t/lib/open3.t
3064 ____________________________________________________________________________
3065 [  3308] By: gsar                                  on 1999/05/06  03:19:16
3066         Log: applied first part of suggested patch (bug described cannot be
3067              reproduced any longer, so the second inconclusive part has not
3068              been applied)
3069              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3070              Date: Sun, 28 Mar 1999 04:51:34 +0100
3071              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
3072              Subject: [PATCH 5.005_56] Re: A core dump 
3073      Branch: perl
3074            ! toke.c
3075 ____________________________________________________________________________
3076 [  3307] By: gsar                                  on 1999/05/06  01:56:06
3077         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
3078              change#3180)
3079      Branch: perl
3080            ! op.c
3081 ____________________________________________________________________________
3082 [  3306] By: gsar                                  on 1999/05/05  17:17:34
3083         Log: applied non-conflicting parts of suggested patch
3084              From: Charles Bailey <BAILEY@newman.upenn.edu>
3085              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
3086              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
3087              Subject: [Patch 5.005_56] Revised VMS patch
3088      Branch: perl
3089            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
3090            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
3091 ____________________________________________________________________________
3092 [  3305] By: gsar                                  on 1999/05/05  16:20:19
3093         Log: make perldoc use backslashed pathnames within system() on win32
3094      Branch: perl
3095            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
3096 ____________________________________________________________________________
3097 [  3304] By: gsar                                  on 1999/05/05  07:29:43
3098         Log: upgrade Pod::Parser to v1.081 from CPAN
3099      Branch: perl
3100            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3101            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3102            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
3103 ____________________________________________________________________________
3104 [  3303] By: gsar                                  on 1999/05/05  07:02:07
3105         Log: From: Andy Dougherty <doughera@lafayette.edu>
3106              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
3107              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
3108              Subject: [PATCH 5.005_03-MT3] INSTALL patches
3109      Branch: perl
3110            ! INSTALL
3111 ____________________________________________________________________________
3112 [  3302] By: gsar                                  on 1999/05/05  06:55:21
3113         Log: load base packages based on nonexistent $VERSION
3114              From: andreas.koenig@anima.de (Andreas J. Koenig)
3115              Date: 19 Mar 1999 06:00:28 +0100
3116              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
3117              Subject: Re: base.pm flaw
3118      Branch: perl
3119            ! lib/base.pm lib/locale.pm
3120 ____________________________________________________________________________
3121 [  3301] By: gsar                                  on 1999/05/04  05:41:08
3122         Log: pod2man outputs switched date and revision label (fix suggested by
3123              EthanSasiela@mede.com)
3124      Branch: perl
3125            ! pod/pod2man.PL
3126 ____________________________________________________________________________
3127 [  3300] By: gsar                                  on 1999/05/03  18:48:25
3128         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
3129              (makes opendir(D,"c:") work reliably)
3130      Branch: perl
3131            ! win32/win32.c
3132 ____________________________________________________________________________
3133 [  3299] By: gsar                                  on 1999/05/02  19:39:55
3134         Log: add test case for change#3298
3135      Branch: perl
3136            ! sv.c t/op/readdir.t
3137 ____________________________________________________________________________
3138 [  3298] By: gsar                                  on 1999/05/02  19:24:41
3139         Log: close directory handles properly when localized
3140      Branch: perl
3141            ! sv.c
3142 ____________________________________________________________________________
3143 [  3297] By: jhi                                   on 1999/04/30  11:42:14
3144         Log: Integrate from mainperl.
3145      Branch: cfgperl
3146           !> Changes config_h.SH configure.com lib/AutoLoader.pm
3147           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
3148           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
3149           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
3150           !> vms/subconfigure.com win32/win32.c
3151 ____________________________________________________________________________
3152 [  3293] By: chip                                  on 1999/04/29  18:50:49
3153         Log: Fix shebang lines.
3154      Branch: maint-5.004/perl
3155            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
3156            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
3157            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
3158            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
3159            ! x2p/find2perl.PL x2p/s2p.PL
3160 ____________________________________________________________________________
3161 [  3284] By: gsar                                  on 1999/04/27  00:48:42
3162         Log: integrate change#3279 from maint-5.004
3163      Branch: perl
3164            ! lib/AutoLoader.pm
3165 ____________________________________________________________________________
3166 [  3279] By: chip                                  on 1999/04/26  23:09:26
3167         Log: Make &AutoLoad::AUTOLOAD reentrant.
3168      Branch: maint-5.004/perl
3169            ! lib/AutoLoader.pm
3170 ____________________________________________________________________________
3171 [  3276] By: chip                                  on 1999/04/26  22:34:36
3172         Log: Make porting scripts executable.
3173      Branch: maint-5.004/perl
3174            ! Changes Porting/genlog Porting/makerel Porting/p4desc
3175            ! Porting/patchls
3176 ____________________________________________________________________________
3177 [  3274] By: gsar                                  on 1999/04/26  17:30:31
3178         Log: allow embedded null characters in diagnostics
3179      Branch: perl
3180            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
3181 ____________________________________________________________________________
3182 [  3273] By: gsar                                  on 1999/04/26  08:27:22
3183         Log: hand-applied conflicting parts of suggested patch
3184              From: Charles Bailey <BAILEY@newman.upenn.edu>
3185              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
3186              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
3187              Subject: [PATCH 5.005_56] VMS configuration/build
3188      Branch: perl
3189            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3190            ! vms/munchconfig.c vms/subconfigure.com
3191 ____________________________________________________________________________
3192 [  3272] By: gsar                                  on 1999/04/26  08:25:41
3193         Log: update Changes; tweak minor regressions
3194      Branch: perl
3195            ! Changes lib/AutoSplit.pm lib/File/Path.pm
3196 ____________________________________________________________________________
3197 [  3271] By: gsar                                  on 1999/04/26  07:52:51
3198         Log: integrate change#3229 from maint-5.004
3199      Branch: perl
3200            ! pp_ctl.c util.c
3201 ____________________________________________________________________________
3202 [  3270] By: gsar                                  on 1999/04/25  22:58:27
3203         Log: fix buggy reference count on refs to SVs with autoviv magic
3204              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
3205              accessing free()d memory)
3206      Branch: perl
3207            ! pp.c t/op/ref.t
3208 ____________________________________________________________________________
3209 [  3269] By: gsar                                  on 1999/04/24  17:07:55
3210         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
3211              on win32)
3212      Branch: perl
3213            ! win32/win32.c
3214 ____________________________________________________________________________
3215 [  3268] By: gsar                                  on 1999/04/24  16:38:25
3216         Log: kill dup hunk
3217      Branch: perl
3218            ! config_h.SH
3219 ____________________________________________________________________________
3220 [  3267] By: gsar                                  on 1999/04/24  16:35:57
3221         Log: integrate cfgperl changes into mainline
3222      Branch: perl
3223           +> myconfig.SH
3224            - myconfig
3225            ! pod/perlre.pod
3226           !> (integrate 38 files)
3227 ____________________________________________________________________________
3228 [  3266] By: jhi                                   on 1999/04/23  18:42:44
3229         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3230              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
3231              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
3232              Cc: Lionel Cons <lionel.cons@cern.ch>,
3233              Ilya Zakharevich <ilya@math.ohio-state.edu>,
3234              David Hayes <david@bdel.com>
3235              Subject: [PATCH] h2ph
3236              Date: Fri, 23 Apr 1999 12:37:23 -0400
3237              Message-ID: <19990423123723.A49550@O2.chapin.edu>
3238      Branch: cfgperl
3239            ! utils/h2ph.PL
3240 ____________________________________________________________________________
3241 [  3265] By: jhi                                   on 1999/04/21  18:17:12
3242         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
3243              To: perlbug@perl.org
3244              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
3245              Date: Wed, 21 Apr 1999 08:17:54 -0700
3246              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
3247      Branch: cfgperl
3248            ! vms/descrip_mms.template
3249 ____________________________________________________________________________
3250 [  3264] By: jhi                                   on 1999/04/20  08:50:54
3251         Log: From: Andy Dougherty <doughera@lafayette.edu>
3252              To: The Perl Porters Mailing List <perl5-porters@perl.org>
3253              Subject: [PATCH 5.005_56] Re: 5.006 Todo
3254              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
3255              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
3256      Branch: cfgperl
3257            ! Porting/pumpkin.pod
3258 ____________________________________________________________________________
3259 [  3263] By: jhi                                   on 1999/04/20  08:05:01
3260         Log: From: Chip Salzenberg <chip@perlsupport.com>
3261              To: Perl 5 Porters <perl5-porters@perl.org>
3262              Subject: [PATCH 5.005_56] Configure: $sig_count
3263              Date: Sun, 18 Apr 1999 17:54:36 -0400
3264              Message-ID: <19990418175436.A27496@perlsupport.com>
3265      Branch: cfgperl
3266            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3267            ! config_h.SH
3268 ____________________________________________________________________________
3269 [  3262] By: jhi                                   on 1999/04/19  18:23:50
3270         Log: Subject: PATCH wrong faq reference in perlbook.pod
3271              From: Robin Barker <rmb1@cise.npl.co.uk>
3272              To: perlbug@perl.com
3273              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
3274              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
3275      Branch: cfgperl
3276            ! pod/perlbook.pod
3277 ____________________________________________________________________________
3278 [  3261] By: jhi                                   on 1999/04/15  13:59:04
3279         Log: From: Andy Dougherty <doughera@lafayette.edu>
3280              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
3281              Cc: Perl Porters <perl5-porters@perl.org>
3282              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
3283              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
3284              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
3285      Branch: cfgperl
3286            ! hints/solaris_2.sh
3287 ____________________________________________________________________________
3288 [  3260] By: jhi                                   on 1999/04/15  13:56:53
3289         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3290              To: pumpkings@jhereg.perl.com
3291              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
3292              Date: Thu, 15 Apr 1999 07:13:41 -0600
3293              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
3294      Branch: cfgperl
3295            ! pod/perldata.pod
3296 ____________________________________________________________________________
3297 [  3259] By: jhi                                   on 1999/04/13  23:12:52
3298         Log: LDLIBPTH also on 'clean' targets.
3299      Branch: cfgperl
3300            ! Makefile.SH
3301 ____________________________________________________________________________
3302 [  3258] By: jhi                                   on 1999/04/13  21:38:46
3303         Log: Add information about the two DEC C compiler optimizer bugs
3304              (what patch levels of the compilers fix them).
3305      Branch: cfgperl
3306            ! pp.c t/op/repeat.t
3307 ____________________________________________________________________________
3308 [  3257] By: jhi                                   on 1999/04/13  14:25:08
3309         Log: Be polite about ccdlflags and lddflags, too.
3310              Avoid Perl's malloc only when threaded.
3311      Branch: cfgperl
3312            ! hints/aix.sh
3313 ____________________________________________________________________________
3314 [  3256] By: jhi                                   on 1999/04/13  10:21:33
3315         Log: Croak if no known ways to semctl() (don't assume union semun).
3316      Branch: cfgperl
3317            ! doio.c perl.h
3318 ____________________________________________________________________________
3319 [  3255] By: jhi                                   on 1999/04/13  09:10:26
3320         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3321              To: perl5-porters@perl.org, vmsperl@perl.org
3322              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
3323              Date: Mon, 12 Apr 1999 13:36:48 -0700
3324              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
3325      Branch: cfgperl
3326            ! lib/ExtUtils/MM_VMS.pm
3327 ____________________________________________________________________________
3328 [  3254] By: jhi                                   on 1999/04/13  06:56:26
3329         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3330              To: perlbug@perl.com
3331              Subject: Update for OpenBSD hints
3332              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
3333              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
3334      Branch: cfgperl
3335            ! hints/openbsd.sh
3336 ____________________________________________________________________________
3337 [  3229] By: chip                                  on 1999/04/13  04:04:14
3338         Log: Preserve errno from importunities of sfio.
3339      Branch: maint-5.004/perl
3340            ! pp_ctl.c util.c
3341 ____________________________________________________________________________
3342 [  3226] By: jhi                                   on 1999/04/11  12:52:26
3343         Log: If both ways to call semctl are broken,    skip the tests.
3344      Branch: cfgperl
3345            ! t/lib/ipc_sysv.t
3346 ____________________________________________________________________________
3347 [  3225] By: jhi                                   on 1999/04/10  22:27:28
3348         Log: From: Andy Dougherty <doughera@lafayette.edu>
3349              To: dsembr01@ox.slug.louisville.edu
3350              Cc: perlbug@perl.com
3351              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
3352              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
3353              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
3354      Branch: cfgperl
3355            ! ext/POSIX/POSIX.xs
3356 ____________________________________________________________________________
3357 [  3224] By: jhi                                   on 1999/04/09  18:50:32
3358         Log: From: Andy Dougherty <doughera@lafayette.edu>
3359              To: Perl Porters <perl5-porters@perl.org>
3360              Subject: [PATCH 5.005_56] Re: prefix= in hints
3361              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
3362              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
3363              
3364              (Overrides change #3204 from Kurt)
3365      Branch: cfgperl
3366            ! hints/linux.sh
3367 ____________________________________________________________________________
3368 [  3223] By: jhi                                   on 1999/04/09  18:37:55
3369         Log: Understand Apollo's //node notation.
3370              
3371              From: Johann Klasek <jk@auto.tuwien.ac.at>
3372              To: jhi@iki.fi
3373              Subject: Re: DomainPerl
3374              Date: Fri, 9 Apr 1999 18:21:37 +0200
3375              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
3376      Branch: cfgperl
3377            ! lib/Cwd.pm
3378 ____________________________________________________________________________
3379 [  3220] By: jhi                                   on 1999/04/04  16:33:49
3380         Log: Integrate from mainperl.
3381      Branch: cfgperl
3382           !> (integrate 39 files)
3383 ____________________________________________________________________________
3384 [  3219] By: gsar                                  on 1999/04/04  02:48:17
3385         Log: tweak previous change
3386      Branch: maint-5.005/perl
3387            ! win32/win32.c
3388 ____________________________________________________________________________
3389 [  3218] By: gsar                                  on 1999/04/04  02:44:47
3390         Log: be careful about extending the stack for the Win32:: builtins
3391      Branch: maint-5.005/perl
3392            ! win32/win32.c
3393 ____________________________________________________________________________
3394 [  3217] By: gsar                                  on 1999/04/04  01:59:26
3395         Log: correct places that said newSVpv() when they meant newSVpvn()
3396      Branch: perl
3397            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
3398            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
3399            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3400            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
3401            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
3402            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
3403            ! win32/win32.c
3404 ____________________________________________________________________________
3405 [  3216] By: gsar                                  on 1999/04/03  23:58:27
3406         Log: avoid duplicate code
3407      Branch: perl
3408            ! sv.c
3409 ____________________________________________________________________________
3410 [  3215] By: gsar                                  on 1999/04/03  23:14:34
3411         Log: grow PL_tmps_stack more efficiently; make it more amenable to
3412              STRESS_REALLOC testing
3413      Branch: perl
3414            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
3415            ! sv.c
3416 ____________________________________________________________________________
3417 [  3214] By: gsar                                  on 1999/04/03  21:01:09
3418         Log: scrounge and save three extra branches in pp_entersub()
3419      Branch: perl
3420            ! cv.h pp_ctl.c pp_hot.c
3421 ____________________________________________________________________________
3422 [  3213] By: gsar                                  on 1999/04/03  17:43:23
3423         Log: remove duplicate code and an extra branch in sv_setsv() and
3424              other hot code by making SvTHINKFIRST() think about FAKE SVs
3425      Branch: perl
3426            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
3427            ! proto.h scope.c sv.c sv.h
3428 ____________________________________________________________________________
3429 [  3212] By: jhi                                   on 1999/04/03  16:20:09
3430         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
3431              
3432              From: John Bley <jbb6@acpub.duke.edu>
3433              To: perlbug@perl.org
3434              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
3435              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
3436              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
3437      Branch: cfgperl
3438            ! doio.c pp_sys.c
3439 ____________________________________________________________________________
3440 [  3211] By: jhi                                   on 1999/04/03  13:27:26
3441         Log: Change #3210 was rather unportable.  This is better.
3442      Branch: cfgperl
3443            ! Configure config_h.SH
3444 ____________________________________________________________________________
3445 [  3210] By: jhi                                   on 1999/04/03  13:16:20
3446         Log: Avoid Digital UNIX' ksh.
3447              
3448              From: Jarkko Hietaniemi <jhi@iki.fi> 
3449              To: Henrik Tougaard <ht000@siberut.foa.dk> 
3450              Cc: perlbug@perl.com, ht000@foa.dk 
3451              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
3452              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
3453              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
3454      Branch: cfgperl
3455            ! Configure config_h.SH
3456 ____________________________________________________________________________
3457 [  3209] By: jhi                                   on 1999/04/03  12:49:04
3458         Log: Integrate from mainperl.
3459      Branch: cfgperl
3460           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
3461 ____________________________________________________________________________
3462 [  3208] By: jhi                                   on 1999/04/03  12:27:24
3463         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
3464              
3465              From: Lionel Cons <lionel.cons@cern.ch>
3466              To: jhi@iki.fi
3467              Cc: perlbug@perl.com, kstar@isinet.com,
3468              Philippe Defert <philippe.defert@cern.ch>
3469              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
3470              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
3471              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
3472      Branch: cfgperl
3473            ! hints/irix_6.sh
3474 ____________________________________________________________________________
3475 [  3207] By: jhi                                   on 1999/04/03  12:20:21
3476         Log: Be polite about usemymalloc.
3477      Branch: cfgperl
3478            ! hints/aix.sh
3479 ____________________________________________________________________________
3480 [  3206] By: gsar                                  on 1999/04/02  23:31:59
3481         Log: a typo in change#3205
3482      Branch: perl
3483            ! t/lib/bigfloatpm.t
3484 ____________________________________________________________________________
3485 [  3205] By: gsar                                  on 1999/04/02  23:20:31
3486         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
3487              returns NaNs faithfully)
3488      Branch: perl
3489            ! t/lib/bigfloatpm.t
3490 ____________________________________________________________________________
3491 [  3204] By: jhi                                   on 1999/04/02  22:03:23
3492         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
3493              
3494              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3495              To: perl5-porters@perl.org
3496              Subject: linux hints nit
3497              Date: Fri, 2 Apr 1999 16:49:47 -0500
3498              Message-ID: <19990402164947.E80926@O2.chapin.edu>
3499      Branch: cfgperl
3500            ! hints/linux.sh
3501 ____________________________________________________________________________
3502 [  3203] By: jhi                                   on 1999/04/02  22:00:56
3503         Log: Display exact glibc version in Linux. 
3504              
3505              From: Andy Dougherty <doughera@lafayette.edu>
3506              To: Perl Porters <perl5-porters@perl.org>
3507              Subject: Displaying glibc version on Linux
3508              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
3509              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
3510      Branch: cfgperl
3511            ! hints/linux.sh
3512 ____________________________________________________________________________
3513 [  3202] By: gsar                                  on 1999/04/02  21:23:18
3514         Log: various little goofs
3515      Branch: perl
3516            ! Changes Makefile.SH README installperl
3517 ____________________________________________________________________________
3518 [  3201] By: jhi                                   on 1999/04/02  13:13:39
3519         Log: Configure regen.
3520              
3521              Add llseek + offset_t probing.
3522              Change CONFIG to CONFIGDOTSH.
3523              'unset foo' is unportable, use foo=''.
3524      Branch: cfgperl
3525            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3526            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
3527            ! perl_exp.SH writemain.SH
3528 ____________________________________________________________________________
3529 [  3200] By: jhi                                   on 1999/04/02  12:06:22
3530         Log: Introduce myconfig.SH.
3531              
3532              From: Andy Dougherty <doughera@lafayette.edu>
3533              To: Jarkko Hietaniemi <jhi@iki.fi>
3534              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
3535              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
3536              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
3537              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
3538      Branch: cfgperl
3539            + myconfig.SH
3540            - myconfig
3541            ! MANIFEST
3542 ____________________________________________________________________________
3543 [  3195] By: jhi                                   on 1999/03/28  16:42:54
3544         Log: Update perlhist on 5_03.
3545      Branch: maint-5.005/perl
3546            ! pod/perlhist.pod
3547 ____________________________________________________________________________
3548 [  3194] By: jhi                                   on 1999/03/28  12:30:01
3549         Log: Integrate from mainperl.
3550      Branch: cfgperl
3551           +> t/op/grep.t
3552            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
3553            ! t/lib/bigintpm.t
3554           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
3555           !> t/lib/thread.t
3556 ____________________________________________________________________________
3557 [  3189] By: gsar                                  on 1999/03/28  08:22:00
3558         Log: various pod niggles
3559      Branch: maint-5.005/perl
3560            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
3561            ! pod/perlfunc.pod pod/perlhist.pod
3562 ____________________________________________________________________________
3563 [  3187] By: gsar                                  on 1999/03/28  07:31:16
3564         Log: regularize CAPI declarations (CAPI extensions now build under
3565              the Borland compiler)
3566      Branch: maint-5.005/perl
3567            ! win32/GenCAPI.pl
3568 ____________________________________________________________________________
3569 [  3186] By: gsar                                  on 1999/03/28  07:26:33
3570         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
3571              -DPERL_CAPI
3572      Branch: maint-5.005/perl
3573            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
3574 ____________________________________________________________________________
3575 [  3183] By: gsar                                  on 1999/03/28  06:00:46
3576         Log: update p4 utility to ignore non-text files
3577      Branch: perl
3578            ! Porting/p4desc
3579 ____________________________________________________________________________
3580 [  3181] By: gsar                                  on 1999/03/28  03:37:23
3581         Log: integrate change#3179 from maint-5.005
3582      Branch: perl
3583           !> ext/Thread/Thread.xs t/lib/thread.t
3584 ____________________________________________________________________________
3585 [  3180] By: gsar                                  on 1999/03/28  02:28:20
3586         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
3587              (sometimes caused bizarreness in the BLOCK)
3588      Branch: perl
3589            + t/op/grep.t
3590            ! MANIFEST op.c
3591 ____________________________________________________________________________
3592 [  3179] By: gsar                                  on 1999/03/28  02:14:04
3593         Log: fix thread segfault when passing large number of arguments to child
3594              a la C<Thread->new($foo, 1..1000)>
3595      Branch: maint-5.005/perl
3596            ! ext/Thread/Thread.xs t/lib/thread.t
3597 ____________________________________________________________________________
3598 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
3599         Log: fix $Config{'usethreads'} typo in perlthrtut
3600              
3601              From: Ian Maloney <szhmf9@wsblob.ubs.com>
3602              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
3603              Message-Id: <199903251540.QAA02439@wsblob.>
3604              Subject: perlthrtut documentation error
3605      Branch: maint-5.005/perl
3606            ! pod/perlthrtut.pod
3607 ____________________________________________________________________________
3608 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
3609         Log: Update Test.pm to VERSION 1.122 from CPAN
3610      Branch: maint-5.005/perl
3611            ! lib/Test.pm
3612 ____________________________________________________________________________
3613 [  3171] By: jhi                                   on 1999/03/26  22:38:28
3614         Log: Integrate from mainperl.
3615      Branch: cfgperl
3616           !> (integrate 37 files)
3617 ____________________________________________________________________________
3618 [  3170] By: gsar                                  on 1999/03/26  01:30:25
3619         Log: specify type of bracket in "Unmatched bracket" diagnostic;
3620              prefer 'brace' or 'curly bracket' over 'curly brace'
3621      Branch: perl
3622            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
3623            ! t/op/misc.t t/op/re_tests toke.c
3624 ____________________________________________________________________________
3625 [  3169] By: gsar                                  on 1999/03/26  00:50:51
3626         Log: better description of "Integer overflow" diagnostic
3627      Branch: perl
3628            ! pod/perldiag.pod
3629 ____________________________________________________________________________
3630 [  3168] By: gsar                                  on 1999/03/25  11:02:46
3631         Log: applied needful parts of suggested patch
3632              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
3633              Date: Tue, 23 Mar 1999 16:21:43 -0800
3634              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
3635              Subject: [PATCH 5.005_56] pp_formline correction
3636      Branch: perl
3637            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
3638 ____________________________________________________________________________
3639 [  3167] By: gsar                                  on 1999/03/25  10:39:02
3640         Log: clarify what a "comment" means (due to Mark-Jason Dominus
3641              <mjd@plover.com>)
3642      Branch: perl
3643            ! pod/perlsyn.pod
3644 ____________________________________________________________________________
3645 [  3166] By: gsar                                  on 1999/03/25  10:33:18
3646         Log: describe current behavior on local($foo{nothere}) (suggested by
3647              Lionel Cons <lionel.cons@cern.ch>)
3648      Branch: perl
3649            ! pod/perlsub.pod
3650 ____________________________________________________________________________
3651 [  3165] By: gsar                                  on 1999/03/25  06:21:05
3652         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
3653              <vishalb@hotmail.com>)
3654      Branch: perl
3655            ! ext/B/B/C.pm
3656 ____________________________________________________________________________
3657 [  3164] By: gsar                                  on 1999/03/25  06:17:27
3658         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3659              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
3660              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
3661              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
3662      Branch: perl
3663            ! ext/B/B.xs op.h opcode.pl
3664 ____________________________________________________________________________
3665 [  3163] By: gsar                                  on 1999/03/25  06:15:49
3666         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
3667              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
3668              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
3669              Subject: [PATCH _56] B::Deparse 0.57
3670              --
3671              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
3672              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
3673              Subject: Re: [PATCH _56] B::Deparse 0.57 
3674      Branch: perl
3675            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
3676 ____________________________________________________________________________
3677 [  3162] By: gsar                                  on 1999/03/25  06:11:46
3678         Log: fix a few places that said 'int', but meant 'STRLEN'
3679      Branch: perl
3680            ! pod/perlguts.pod proto.h sv.c
3681 ____________________________________________________________________________
3682 [  3161] By: gsar                                  on 1999/03/25  06:01:18
3683         Log: From: Russ Allbery <rra@stanford.edu>
3684              Date: 22 Mar 1999 04:26:26 -0800
3685              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
3686              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
3687      Branch: perl
3688            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
3689            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
3690            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
3691            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
3692 ____________________________________________________________________________
3693 [  3160] By: gsar                                  on 1999/03/25  02:26:31
3694         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
3695      Branch: perl
3696            ! opcode.h opcode.pl
3697 ____________________________________________________________________________
3698 [  3159] By: gsar                                  on 1999/03/25  02:18:17
3699         Log: add statement-modifier loops to :base_loop class
3700      Branch: perl
3701            ! ext/Opcode/Opcode.pm
3702 ____________________________________________________________________________
3703 [  3158] By: gsar                                  on 1999/03/25  00:36:57
3704         Log: integrate changes#3105,3130,3154 from maint-5.005
3705      Branch: perl
3706           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
3707 ____________________________________________________________________________
3708 [  3157] By: gsar                                  on 1999/03/25  00:24:17
3709         Log: remove bogus panic()
3710      Branch: perl
3711            ! Changes lib/Math/BigFloat.pm
3712 ____________________________________________________________________________
3713 [  3156] By: jhi                                   on 1999/03/24  22:43:43
3714         Log: Integrate from mainperl.
3715      Branch: cfgperl
3716           +> (branch 38 files)
3717           !> (integrate 68 files)
3718 ____________________________________________________________________________
3719 [  3155] By: jhi                                   on 1999/03/24  22:12:17
3720         Log: Configure regenerated because of changes #3130/#3154 and #3147.
3721      Branch: cfgperl
3722            ! Configure config_h.SH
3723 ____________________________________________________________________________
3724 [  3154] By: jhi                                   on 1999/03/24  21:40:51
3725         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
3726              based on suggestions from Andy Dougherty.
3727      Branch: maint-5.005/perl
3728            ! INSTALL
3729 ____________________________________________________________________________
3730 [  3153] By: gsar                                  on 1999/03/24  10:38:05
3731         Log: applied suggested patch, modulo superceded parts
3732              From: Charles Bailey <BAILEY@newman.upenn.edu>
3733              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
3734              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
3735              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
3736      Branch: perl
3737            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
3738            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
3739            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
3740            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
3741 ____________________________________________________________________________
3742 [  3152] By: gsar                                  on 1999/03/24  10:30:51
3743         Log: applied suggested patch, modulo superceded parts
3744              From: Charles Bailey <BAILEY@newman.upenn.edu>
3745              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
3746              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
3747              Subject: [PATCH 5.005_56] Miscellaneous small fixes
3748      Branch: perl
3749            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
3750            ! lib/File/Basename.pm
3751 ____________________________________________________________________________
3752 [  3151] By: gsar                                  on 1999/03/24  10:15:00
3753         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
3754      Branch: perl
3755            ! pod/perlop.pod
3756 ____________________________________________________________________________
3757 [  3150] By: gsar                                  on 1999/03/24  10:09:13
3758         Log: missing integration in previous change
3759      Branch: perl
3760           !> README.apollo
3761 ____________________________________________________________________________
3762 [  3149] By: gsar                                  on 1999/03/24  10:06:44
3763         Log: integrate changes#3116,3119 from maint-5.005
3764      Branch: perl
3765            + README.apollo
3766           +> apollo/netinet/in.h
3767           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
3768 ____________________________________________________________________________
3769 [  3148] By: gsar                                  on 1999/03/24  10:01:56
3770         Log: integrate changes#3091-3094 from maint-5.005
3771      Branch: perl
3772           !> README.hurd vms/subconfigure.com vos/config.h
3773           !> vos/config_h.SH_orig
3774 ____________________________________________________________________________
3775 [  3147] By: gsar                                  on 1999/03/24  09:31:49
3776         Log: warn about newfangled vfork() caveats
3777      Branch: perl
3778            ! Configure
3779 ____________________________________________________________________________
3780 [  3146] By: jhi                                   on 1999/03/24  09:20:14
3781         Log: Bring in changes #2808 and #2812 (from mainline perl)
3782              that enhance the perlbug checklist.
3783      Branch: maint-5.005/perl
3784            ! utils/perlbug.PL
3785 ____________________________________________________________________________
3786 [  3145] By: gsar                                  on 1999/03/24  08:37:02
3787         Log: integrate change#3115 from maint-5.005
3788      Branch: perl
3789           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
3790           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
3791 ____________________________________________________________________________
3792 [  3144] By: gsar                                  on 1999/03/24  08:33:59
3793         Log: add note about map in scalar context
3794      Branch: perl
3795            ! pod/perlfunc.pod
3796 ____________________________________________________________________________
3797 [  3143] By: gsar                                  on 1999/03/24  08:25:59
3798         Log: doc tweak
3799      Branch: perl
3800            ! lib/Time/Local.pm
3801 ____________________________________________________________________________
3802 [  3142] By: gsar                                  on 1999/03/24  08:20:37
3803         Log: applied suggested patch, modulo bogus hunk
3804              From: "Vishal Bhatia" <vishalb@hotmail.com>
3805              Date: Thu, 11 Mar 1999 07:40:27 PST
3806              Message-ID: <19990311154027.25891.qmail@hotmail.com>
3807              Subject: [PATCH 5.005_56] Minor fixes in perlcc
3808      Branch: perl
3809            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
3810 ____________________________________________________________________________
3811 [  3141] By: gsar                                  on 1999/03/24  08:06:12
3812         Log: integrate change#3104 from maint-5.005
3813      Branch: perl
3814           !> README.os390 t/lib/posix.t
3815 ____________________________________________________________________________
3816 [  3140] By: gsar                                  on 1999/03/24  06:34:56
3817         Log: fix failure of C<&locked_sub;> under -Dusethreads
3818      Branch: perl
3819            ! pp_hot.c t/lib/thread.t
3820 ____________________________________________________________________________
3821 [  3139] By: gsar                                  on 1999/03/24  05:52:00
3822         Log: debugger tweak (wasn't printing a newline after recalled commands)
3823      Branch: perl
3824            ! lib/perl5db.pl
3825 ____________________________________________________________________________
3826 [  3138] By: gsar                                  on 1999/03/24  05:33:28
3827         Log: document OO exceptions (based on a suggestion by Andreas Koenig
3828              <andreas.koenig@anima.de>)
3829      Branch: perl
3830            ! pod/perlfunc.pod
3831 ____________________________________________________________________________
3832 [  3137] By: gsar                                  on 1999/03/24  02:50:20
3833         Log: better "Illegal %s digit ignored" warnings
3834      Branch: perl
3835            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
3836            ! toke.c util.c
3837 ____________________________________________________________________________
3838 [  3136] By: gsar                                  on 1999/03/24  02:26:38
3839         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
3840      Branch: perl
3841            + t/pragma/utf8.t
3842            ! regcomp.c
3843 ____________________________________________________________________________
3844 [  3135] By: gsar                                  on 1999/03/24  01:29:09
3845         Log: flip release & version in win32_uname()
3846      Branch: perl
3847            ! win32/win32.c
3848 ____________________________________________________________________________
3849 [  3134] By: gsar                                  on 1999/03/24  01:08:33
3850         Log: support POSIX::uname() via win32_uname()
3851      Branch: perl
3852            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
3853            ! win32/config.gc win32/config.vc win32/config_H.bc
3854            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
3855            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3856 ____________________________________________________________________________
3857 [  3133] By: gsar                                  on 1999/03/23  22:20:10
3858         Log: From: jan.dubois@ibm.net (Jan Dubois)
3859              Date: Sat, 06 Mar 1999 21:42:56 +0100
3860              Message-ID: <36e49281.50337171@smtp1.ibm.net>
3861              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
3862      Branch: perl
3863            ! pod/perldelta.pod
3864 ____________________________________________________________________________
3865 [  3132] By: gsar                                  on 1999/03/23  22:17:45
3866         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
3867              Date: Sat, 06 Mar 1999 17:50:49 +0100
3868              Message-ID: <36e25209.33833760@smtp1.ibm.net>
3869              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
3870              --
3871              Date: Sat, 06 Mar 1999 18:15:00 +0100
3872              Message-ID: <36e36222.37954195@smtp1.ibm.net>
3873              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
3874      Branch: perl
3875            + t/lib/filefunc.t
3876            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
3877            ! pod/perldelta.pod pod/perlmodlib.pod
3878 ____________________________________________________________________________
3879 [  3131] By: gsar                                  on 1999/03/23  22:07:59
3880         Log: integrate cfgperl changes into mainline
3881      Branch: perl
3882           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
3883           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
3884           !> installperl malloc.c perl.c perl.h pod/perl.pod
3885           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
3886 ____________________________________________________________________________
3887 [  3130] By: jhi                                   on 1999/03/23  22:02:23
3888         Log: Don't use config.msg to remind about the
3889              LD_LIBRARY_PATH because Makefile.SH takes
3890              care of that.
3891              
3892              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
3893              This used to be the default but in some MT or another it
3894              was dropped because of some transient error or another.
3895      Branch: maint-5.005/perl
3896            ! Configure hints/dec_osf.sh
3897 ____________________________________________________________________________
3898 [  3129] By: gsar                                  on 1999/03/23  21:38:03
3899         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
3900              to size    and better maintainability)
3901      Branch: perl
3902            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3903            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3904            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
3905            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
3906            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
3907            + t/pod/include.xr t/pod/included.t t/pod/included.xr
3908            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
3909            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
3910            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
3911            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
3912            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
3913            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
3914            ! win32/Makefile win32/makefile.mk win32/pod.mak
3915 ____________________________________________________________________________
3916 [  3128] By: jhi                                   on 1999/03/23  10:14:54
3917         Log: Integrate from mainperl.
3918      Branch: cfgperl
3919           !> (integrate 46 files)
3920 ____________________________________________________________________________
3921 [  3127] By: gsar                                  on 1999/03/23  06:57:30
3922         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
3923              Date: Thu, 4 Mar 1999 10:54:01 -0800
3924              Message-Id: <9903041854.AA46868@frc0000>
3925              Subject: patch for useless Math::BigInt warnings
3926      Branch: perl
3927            ! lib/Math/BigInt.pm
3928 ____________________________________________________________________________
3929 [  3126] By: gsar                                  on 1999/03/23  05:54:37
3930         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
3931              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3932              Date: Fri, 19 Feb 1999 15:47:59 -0500
3933              Message-ID: <19990219154759.A32350@O2.chapin.edu>
3934              Subject: [PATCH] OSF/1 hints
3935      Branch: perl
3936            ! hints/dec_osf.sh
3937 ____________________________________________________________________________
3938 [  3125] By: gsar                                  on 1999/03/23  00:56:38
3939         Log: avoid typeglob persistence in pp_readline()
3940      Branch: perl
3941            ! sv.c t/op/gv.t
3942 ____________________________________________________________________________
3943 [  3124] By: gsar                                  on 1999/03/22  21:12:23
3944         Log: update copyright years
3945      Branch: perl
3946            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
3947            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
3948            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
3949            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
3950            ! sv.c sv.h toke.c utf8.c utf8.h util.c
3951 ____________________________________________________________________________
3952 [  3123] By: gsar                                  on 1999/03/22  07:07:06
3953         Log: implement win32_spawnvp() internally, making it return true PIDs
3954              for asynchronous spawns; fix win32_kill() to always deal with
3955              PIDs
3956      Branch: perl
3957            ! win32/win32.c win32/win32.h
3958 ____________________________________________________________________________
3959 [  3122] By: jhi                                   on 1999/03/19  21:12:14
3960         Log: Describe the new Benchmark feature in more detail.
3961      Branch: cfgperl
3962            ! pod/perldelta.pod
3963      Branch: maint-5.005/perl
3964            ! pod/perldelta.pod
3965 ____________________________________________________________________________
3966 [  3121] By: jhi                                   on 1999/03/19  08:16:12
3967         Log: AVAILABILITY tuning.
3968      Branch: cfgperl
3969            ! pod/perl.pod
3970      Branch: maint-5.005/perl
3971            ! pod/perl.pod
3972 ____________________________________________________________________________
3973 [  3120] By: jhi                                   on 1999/03/17  14:52:17
3974         Log: Rhapsody change assumed too much.
3975      Branch: cfgperl
3976            ! t/op/stat.t
3977 ____________________________________________________________________________
3978 [  3119] By: jhi                                   on 1999/03/17  14:33:43
3979         Log: More Apollo fixes.
3980      Branch: maint-5.005/perl
3981            ! README.apollo hints/apollo.sh t/lib/io_udp.t
3982 ____________________________________________________________________________
3983 [  3118] By: jhi                                   on 1999/03/16  17:23:39
3984         Log: Nada.
3985      Branch: maint-5.005/perl
3986            ! README.apollo
3987 ____________________________________________________________________________
3988 [  3117] By: jhi                                   on 1999/03/16  17:18:49
3989         Log: Apollo DomainOS AVAILABILITY.
3990      Branch: cfgperl
3991            ! pod/perl.pod
3992      Branch: maint-5.005/perl
3993            ! pod/perl.pod
3994 ____________________________________________________________________________
3995 [  3116] By: jhi                                   on 1999/03/16  17:14:00
3996         Log: Apollo DomainOS patch
3997              From: Johann Klasek <jk@auto.tuwien.ac.at>
3998              Subject: Re: DomainPerl
3999              Date: Tue, 16 Mar 1999 17:46:32 +0100
4000              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
4001      Branch: maint-5.005/perl
4002            + README.apollo apollo/netinet/in.h
4003            ! MANIFEST hints/apollo.sh
4004 ____________________________________________________________________________
4005 [  3115] By: jhi                                   on 1999/03/16  14:23:54
4006         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
4007              To: Gurusamy Sarathy <gsar@activestate.com>,
4008              Graham Barr <gbarr@pobox.com>
4009              Cc: Perl5 Porters <perl5-porters@perl.org>,
4010              "Paul.Marquess" <Paul.Marquess@btinternet.com>
4011              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
4012              Date: Sun, 14 Mar 1999 14:43:57 -0000
4013              Message-Id: <199903141841.NAA17040@defender.perl.org>
4014      Branch: maint-5.005/perl
4015            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4016            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
4017 ____________________________________________________________________________
4018 [  3114] By: jhi                                   on 1999/03/16  12:42:20
4019         Log: Mention Rhapsody in 5.005_5X perldelta,
4020              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
4021              *planned* AVAILABILITY.
4022      Branch: cfgperl
4023            ! pod/perl.pod pod/perldelta.pod
4024      Branch: maint-5.005/perl
4025            ! pod/perl.pod
4026 ____________________________________________________________________________
4027 [  3113] By: jhi                                   on 1999/03/16  10:38:53
4028         Log: perldelta niggling.
4029      Branch: cfgperl
4030            ! pod/perldelta.pod
4031      Branch: maint-5.005/perl
4032            ! pod/perldelta.pod
4033 ____________________________________________________________________________
4034 [  3112] By: jhi                                   on 1999/03/16  10:35:21
4035         Log: Integrate from mainperl.
4036      Branch: cfgperl
4037           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
4038           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
4039 ____________________________________________________________________________
4040 [  3111] By: jhi                                   on 1999/03/16  10:28:10
4041         Log: AVAILABILITY update: still mention PowerUX,
4042              Novell Netware now has sources available.
4043      Branch: cfgperl
4044            ! pod/perl.pod
4045      Branch: maint-5.005/perl
4046            ! pod/perl.pod
4047 ____________________________________________________________________________
4048 [  3110] By: gsar                                  on 1999/03/16  04:34:23
4049         Log: sundry pod niggles
4050      Branch: perl
4051            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
4052            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
4053 ____________________________________________________________________________
4054 [  3109] By: jhi                                   on 1999/03/15  17:00:11
4055         Log: Integrate from mainperl.
4056      Branch: cfgperl
4057           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4058           +> lib/unicode/Is/Syllable.pl
4059           +> lib/unicode/MakeEthiopicSyllables.PL
4060           +> lib/unicode/README.Ethiopic
4061           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4062           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4063           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4064           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4065           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4066           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4067           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4068           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
4069 ____________________________________________________________________________
4070 [  3108] By: jhi                                   on 1999/03/15  16:58:12
4071         Log: First pass of integrating the Rhapsody port,
4072              
4073              From: Wilfredo Sanchez <wsanchez@apple.com> 
4074              Subject: Keeping the world in sync.
4075              Reply-To: wsanchez@apple.com 
4076              To: perlbug@perl.com 
4077              Date: Fri, 13 Nov 1998 17:11:30 -0800 
4078              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
4079      Branch: cfgperl
4080            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
4081            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
4082            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
4083            ! x2p/util.c
4084 ____________________________________________________________________________
4085 [  3107] By: gsar                                  on 1999/03/15  03:22:10
4086         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
4087              From: Daniel Yacob <dmulholl@cs.indiana.edu>
4088              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
4089              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
4090              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
4091      Branch: perl
4092            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4093            + lib/unicode/Is/Syllable.pl
4094            + lib/unicode/MakeEthiopicSyllables.PL
4095            + lib/unicode/README.Ethiopic
4096            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4097            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4098            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4099            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4100            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4101            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4102            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4103            ! lib/unicode/Name.pl lib/unicode/Number.pl
4104 ____________________________________________________________________________
4105 [  3106] By: gsar                                  on 1999/03/12  20:35:36
4106         Log: change#3067 failed package.t due to needless creation of $a and $b;
4107              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
4108      Branch: perl
4109            ! op.c
4110 ____________________________________________________________________________
4111 [  3105] By: jhi                                   on 1999/03/12  15:54:57
4112         Log: Recognize the NetBSD packages collection.
4113      Branch: maint-5.005/perl
4114            ! hints/netbsd.sh
4115 ____________________________________________________________________________
4116 [  3104] By: jhi                                   on 1999/03/12  09:07:04
4117         Log: From: pvhp@forte.com (Peter Prymmer)
4118              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
4119              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
4120              Date: Thu, 11 Mar 99 14:24:54 PST
4121              Message-Id: <9903112224.AA24346@forte.com>
4122      Branch: maint-5.005/perl
4123            ! README.os390 t/lib/posix.t
4124 ____________________________________________________________________________
4125 [  3103] By: jhi                                   on 1999/03/10  11:07:46
4126         Log: Integrate from mainperl.
4127      Branch: cfgperl
4128           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
4129           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
4130           !> t/pragma/warn/1global toke.c win32/makedef.pl
4131 ____________________________________________________________________________
4132 [  3102] By: jhi                                   on 1999/03/10  11:01:20
4133         Log: From: pvhp@forte.com (Peter Prymmer)
4134              To: perl5-porters@perl.org
4135              Subject: [5.005_03-MT6]Patch: time passes
4136              Date: Tue, 9 Mar 99 18:42:17 PST
4137              Message-Id: <9903100242.AA29057@forte.com>
4138      Branch: maint-5.005/perl
4139            ! perl.c
4140 ____________________________________________________________________________
4141 [  3101] By: jhi                                   on 1999/03/10  10:30:15
4142         Log: From: Mark-Jason Dominus <mjd@plover.com>
4143              To: perl5-porters@perl.com
4144              Subject: Minor fix to perlfunc.pod
4145              Date: Mon, 08 Mar 1999 20:05:53 -0500
4146              Message-ID: <19990309010553.13757.qmail@plover.com>
4147      Branch: maint-5.005/perl
4148            ! pod/perlfunc.pod
4149 ____________________________________________________________________________
4150 [  3100] By: gsar                                  on 1999/03/09  23:04:44
4151         Log: change#3060 had the wrong quotes
4152      Branch: perl
4153            ! pod/pod2man.PL
4154 ____________________________________________________________________________
4155 [  3099] By: jhi                                   on 1999/03/09  12:52:21
4156         Log: d_uname was broken (probably since _53), reported by
4157              
4158              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4159              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
4160              cpan-testers@perl.org
4161              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
4162              Date: Mon, 08 Mar 1999 13:22:31 +0000
4163              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
4164              
4165              and
4166              
4167              From: lvirden@cas.org (Larry W. Virden)
4168              To: perlbug@perl.com
4169              Subject: configure not correctly identifying uname posix compatibility
4170              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
4171              Message-Id: <199903081136.GAA23682@cas.org>
4172      Branch: cfgperl
4173            ! Configure config_h.SH
4174 ____________________________________________________________________________
4175 [  3098] By: gsar                                  on 1999/03/09  03:16:07
4176         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
4177      Branch: perl
4178            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
4179 ____________________________________________________________________________
4180 [  3097] By: gsar                                  on 1999/03/09  02:50:43
4181         Log: use yyerror() instead of croak() so that compile-time failures in
4182              my(LIST) don't confuse globals with lexicals
4183      Branch: perl
4184            ! op.c toke.c
4185 ____________________________________________________________________________
4186 [  3096] By: gsar                                  on 1999/03/09  02:47:36
4187         Log: adjust testsuite for change#3067
4188      Branch: perl
4189            ! t/pragma/warn/1global
4190 ____________________________________________________________________________
4191 [  3095] By: gsar                                  on 1999/03/08  21:04:48
4192         Log: remove bogus symbols from global.sym
4193      Branch: perl
4194            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
4195            ! perl.h win32/makedef.pl
4196 ____________________________________________________________________________
4197 [  3094] By: jhi                                   on 1999/03/06  16:16:15
4198         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4199              To: jhi@iki.fi
4200              Subject: Oops
4201              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
4202              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
4203      Branch: maint-5.005/perl
4204            ! README.hurd
4205 ____________________________________________________________________________
4206 [  3093] By: jhi                                   on 1999/03/06  15:59:46
4207         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4208              To: jhi@iki.fi
4209              Subject: New Hurd README
4210              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
4211              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
4212      Branch: maint-5.005/perl
4213            ! README.hurd
4214 ____________________________________________________________________________
4215 [  3092] By: jhi                                   on 1999/03/06  12:52:06
4216         Log: From: Paul_Green@stratus.com
4217              To: perl5-porters@perl.org
4218              Cc: jhi@iki.fi, Paul_Green@stratus.com
4219              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
4220              Date: Fri, 5 Mar 1999 18:08:49 -0500 
4221              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
4222      Branch: maint-5.005/perl
4223            ! vos/config.h vos/config_h.SH_orig
4224 ____________________________________________________________________________
4225 [  3091] By: jhi                                   on 1999/03/06  12:42:21
4226         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4227              To: perl5-porters@perl.org, vmsperl@perl.org
4228              Subject: [PATCH 5.005_03-MT6]VMS build patch
4229              Date: Fri, 05 Mar 1999 12:36:19 -0800
4230              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
4231      Branch: maint-5.005/perl
4232            ! vms/subconfigure.com
4233 ____________________________________________________________________________
4234 [  3090] By: gsar                                  on 1999/03/06  04:40:03
4235         Log: integrate change#3089 from mainline
4236              
4237              tolerate CRs after options
4238      Branch: maint-5.005/perl
4239           !> perl.c
4240 ____________________________________________________________________________
4241 [  3089] By: gsar                                  on 1999/03/06  04:30:40
4242         Log: tolerate CRs after options
4243      Branch: perl
4244            ! perl.c
4245 ____________________________________________________________________________
4246 [  3088] By: jhi                                   on 1999/03/05  12:49:01
4247         Log: Integrate from mainperl.
4248      Branch: cfgperl
4249           +> README.hurd
4250           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
4251 ____________________________________________________________________________
4252 [  3087] By: gsar                                  on 1999/03/05  06:41:16
4253         Log: adjust timeouts to accomodate slow/busy systems
4254      Branch: perl
4255            ! t/lib/io_sock.t
4256 ____________________________________________________________________________
4257 [  3083] By: gsar                                  on 1999/03/05  01:32:47
4258         Log: integrate change#3081 from maint-5.005
4259      Branch: perl
4260           !> ext/Errno/Errno_pm.PL
4261 ____________________________________________________________________________
4262 [  3082] By: gsar                                  on 1999/03/05  01:31:06
4263         Log: integrate change#2904 from maint-5.005
4264      Branch: perl
4265           +> README.hurd
4266           !> MANIFEST
4267 ____________________________________________________________________________
4268 [  3081] By: gsar                                  on 1999/03/05  00:14:33
4269         Log: protect against doubled backslashes
4270      Branch: maint-5.005/perl
4271            ! ext/Errno/Errno_pm.PL
4272 ____________________________________________________________________________
4273 [  3077] By: jhi                                   on 1999/03/04  08:10:13
4274         Log: Integrate from mainperl.
4275      Branch: cfgperl
4276           +> ext/B/B/Stash.pm
4277           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
4278           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
4279           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
4280           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
4281 ____________________________________________________________________________
4282 [  3076] By: jhi                                   on 1999/03/04  08:07:59
4283         Log: Regen config_h.SH once more because of *size, 
4284              noticed by
4285              
4286              From: Hans Mulder <hansm@icgned.icgroup.nl>
4287              To: Jarkko Hietaniemi <jhi@iki.fi>
4288              Cc: perl5-porters@perl.org
4289              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4290              Date: Thu,  4 Mar 99 00:10:45 +0100
4291              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4292      Branch: cfgperl
4293            ! Configure config_h.SH
4294 ____________________________________________________________________________
4295 [  3068] By: gsar                                  on 1999/03/04  05:48:03
4296         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
4297              Date: Thu,  4 Mar 99 00:10:45 +0100
4298              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4299              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4300      Branch: perl
4301            ! config_h.SH
4302 ____________________________________________________________________________
4303 [  3067] By: gsar                                  on 1999/03/04  05:44:32
4304         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
4305              From: Graham Barr <gbarr@ti.com>
4306              Date: Wed, 3 Mar 1999 17:23:56 -0600
4307              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
4308              Subject: Re: 'use strict' doesn't work for one-letter variables
4309      Branch: perl
4310            ! gv.c op.c
4311 ____________________________________________________________________________
4312 [  3066] By: gsar                                  on 1999/03/04  05:20:50
4313         Log: updates to compiler modules
4314              From: "Vishal Bhatia" <vishalb@hotmail.com>
4315              Date: Tue, 02 Mar 1999 23:27:25 PST
4316              Message-ID: <19990303072725.779.qmail@hotmail.com>
4317              Subject: PATCH 5.005_56 + Test procedure
4318      Branch: perl
4319            + ext/B/B/Stash.pm
4320            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
4321            ! lib/Test/Harness.pm utils/perlcc.PL
4322 ____________________________________________________________________________
4323 [  3065] By: gsar                                  on 1999/03/04  05:03:30
4324         Log: more s/s_/s!/ etc.
4325      Branch: perl
4326            ! pod/perldelta.pod pod/perlfunc.pod
4327 ____________________________________________________________________________
4328 [  3064] By: gsar                                  on 1999/03/04  04:50:45
4329         Log: integrate cfgperl contents into mainline
4330      Branch: perl
4331           !> Configure README.vms bytecode.h config_h.SH configure.com
4332           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
4333           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
4334           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4335 ____________________________________________________________________________
4336 [  3063] By: gsar                                  on 1999/03/04  04:44:13
4337         Log: HP-UX has yet another spelling for /NaNQ?/
4338      Branch: perl
4339            ! t/lib/bigfloatpm.t
4340 ____________________________________________________________________________
4341 [  3062] By: gsar                                  on 1999/03/04  04:36:08
4342         Log: error-check for accept() test
4343      Branch: perl
4344            ! t/lib/io_sock.t
4345 ____________________________________________________________________________
4346 [  3061] By: gsar                                  on 1999/03/04  03:40:25
4347         Log: allow custom comparison function in File::Compare::compare_text()
4348              From: jan.dubois@ibm.net (Jan Dubois)
4349              Date: Fri, 26 Feb 1999 21:56:09 +0100
4350              Message-ID: <36db0838.8805651@smtp1.ibm.net>
4351              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4352      Branch: perl
4353            ! lib/File/Compare.pm
4354 ____________________________________________________________________________
4355 [  3060] By: gsar                                  on 1999/03/04  03:37:38
4356         Log: better version of change#3038
4357              From: abigail@fnx.com
4358              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
4359              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
4360              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
4361      Branch: perl
4362            ! pod/pod2man.PL
4363 ____________________________________________________________________________
4364 [  3058] By: jhi                                   on 1999/03/03  22:30:40
4365         Log: Configure regen to
4366              (1) match maint-5.005 patches #3056 and #3057
4367              (2) better version of PHOSTNAME of #3050
4368              (3) the crosscompile/multiarch config_h.SH trouble solved for now
4369      Branch: cfgperl
4370            ! Configure config_h.SH
4371 ____________________________________________________________________________
4372 [  3054] By: jhi                                   on 1999/03/03  09:57:59
4373         Log: Change #3053 missed perldelta.
4374      Branch: cfgperl
4375            ! pod/perldelta.pod
4376 ____________________________________________________________________________
4377 [  3053] By: jhi                                   on 1999/03/03  08:29:43
4378         Log: Use '!' to mark native integer packings instead of '_'.
4379      Branch: cfgperl
4380            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
4381 ____________________________________________________________________________
4382 [  3052] By: jhi                                   on 1999/03/02  23:12:36
4383         Log: The HP-UX threads patch (change #3028) is needed also here.
4384      Branch: cfgperl
4385            ! hints/hpux.sh thread.h
4386 ____________________________________________________________________________
4387 [  3051] By: jhi                                   on 1999/03/02  08:24:52
4388         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4389              To: perl5-porters@perl.org, vmsperl@perl.org
4390              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
4391              Date: Mon, 01 Mar 1999 16:10:57 -0800
4392              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
4393      Branch: cfgperl
4394            ! README.vms
4395      Branch: maint-5.005/perl
4396            ! README.vms
4397 ____________________________________________________________________________
4398 [  3050] By: jhi                                   on 1999/03/02  08:22:29
4399         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4400              To: perl5-porters@perl.org, vmsperl@perl.org
4401              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
4402              Date: Mon, 01 Mar 1999 16:06:29 -0800
4403              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
4404              
4405              From: Dan Sugalski <sugalskd@osshe.edu>
4406              To: perl5-porters@perl.org, vmsperl@perl.org
4407              Subject: [PATCH 5.005_56]vmsish.pm patch
4408              Date: Mon, 01 Mar 1999 20:19:04 -0800
4409              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
4410              
4411              plus Configure regen containing a "solution" to the
4412              crosscompile/multiarch problem.
4413      Branch: cfgperl
4414            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
4415            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4416 ____________________________________________________________________________
4417 [  3049] By: jhi                                   on 1999/03/02  07:34:21
4418         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
4419              To: perl5-porters@perl.org
4420              Subject: [PATCH] Eliminate (valid) warning in byterun.c
4421              Date: Mon, 01 Mar 1999 17:27:59 -0500
4422              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
4423      Branch: cfgperl
4424            ! bytecode.h
4425      Branch: maint-5.005/perl
4426            ! bytecode.h
4427 ____________________________________________________________________________
4428 [  3048] By: gsar                                  on 1999/03/02  06:41:21
4429         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4430      Branch: perl
4431            ! MANIFEST README.hpux
4432 ____________________________________________________________________________
4433 [  3047] By: jhi                                   on 1999/03/01  06:34:43
4434         Log: Integrate from mainperl.
4435      Branch: cfgperl
4436           +> README.hpux lib/File/Spec/Functions.pm
4437           !> (integrate 28 files)
4438 ____________________________________________________________________________
4439 [  3046] By: gsar                                  on 1999/03/01  05:34:28
4440         Log: this is 5.005_56
4441      Branch: perl
4442            ! Changes
4443
4444 ----------------
4445 Version 5.005_56
4446 ----------------
4447
4448 ____________________________________________________________________________
4449 [  3045] By: gsar                                  on 1999/03/01  03:32:30
4450         Log: destroy PL_svref_mutex in perl_destruct()
4451      Branch: perl
4452            ! perl.c
4453 ____________________________________________________________________________
4454 [  3044] By: gsar                                  on 1999/03/01  00:38:50
4455         Log: up patchlevel &c.
4456      Branch: perl
4457            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
4458            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4459            ! win32/makefile.mk
4460 ____________________________________________________________________________
4461 [  3043] By: gsar                                  on 1999/03/01  00:14:15
4462         Log: integrate cfgperl contents into mainline
4463      Branch: perl
4464            ! pod/perldelta.pod
4465           !> Configure config_h.SH
4466 ____________________________________________________________________________
4467 [  3042] By: gsar                                  on 1999/02/28  23:55:08
4468         Log: slightly edited version of suggested patch
4469              From: jan.dubois@ibm.net (Jan Dubois)
4470              Date: Mon, 01 Mar 1999 00:32:05 +0100
4471              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
4472              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
4473      Branch: perl
4474            + lib/File/Spec/Functions.pm
4475            ! MANIFEST lib/File/Spec.pm
4476 ____________________________________________________________________________
4477 [  3041] By: gsar                                  on 1999/02/28  22:47:19
4478         Log: fix subtle bug in eval'' testsuite
4479      Branch: perl
4480            ! t/op/eval.t
4481 ____________________________________________________________________________
4482 [  3040] By: gsar                                  on 1999/02/28  22:46:24
4483         Log: avoid literal control characters in change#3039
4484      Branch: perl
4485            ! t/base/lex.t
4486 ____________________________________________________________________________
4487 [  3039] By: gsar                                  on 1999/02/28  21:47:18
4488         Log: todo item: permit extended control variables a la ${^Foo} (patch
4489              courtesy Mark-Jason Dominus <mjd@plover.com>)
4490      Branch: perl
4491            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
4492            ! t/base/lex.t toke.c
4493 ____________________________________________________________________________
4494 [  3038] By: gsar                                  on 1999/02/28  21:21:05
4495         Log: From: abigail@fnx.com
4496              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
4497              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
4498              Subject: Recognize -> and => inside [A-Z]<> sequences.
4499      Branch: perl
4500            ! pod/pod2man.PL
4501 ____________________________________________________________________________
4502 [  3037] By: gsar                                  on 1999/02/28  21:12:22
4503         Log: fix longstanding bug: searches for lexicals originating within eval''
4504              weren't stopping at the subroutine boundary correctly
4505      Branch: perl
4506            ! op.c proto.h t/op/eval.t
4507 ____________________________________________________________________________
4508 [  3036] By: gsar                                  on 1999/02/28  20:02:29
4509         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
4510              as stacked list values
4511              From: jan.dubois@ibm.net (Jan Dubois)
4512              Date: Sat, 27 Feb 1999 18:24:17 +0100
4513              Message-ID: <36e22849.36531259@smtp1.ibm.net>
4514              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
4515      Branch: perl
4516            ! win32/win32.c
4517 ____________________________________________________________________________
4518 [  3035] By: gsar                                  on 1999/02/28  19:48:54
4519         Log: remove superfluous stack_sp decl
4520      Branch: perl
4521            ! jpl/JNI/JNI.xs
4522 ____________________________________________________________________________
4523 [  3034] By: gsar                                  on 1999/02/28  19:34:58
4524         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
4525      Branch: perl
4526            ! lib/Getopt/Std.pm
4527 ____________________________________________________________________________
4528 [  3033] By: gsar                                  on 1999/02/28  19:23:41
4529         Log: add File::Compare::compare_text()
4530              From: jan.dubois@ibm.net (Jan Dubois)
4531              Date: Fri, 26 Feb 1999 00:20:41 +0100
4532              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
4533              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4534      Branch: perl
4535            ! lib/File/Compare.pm pod/perltodo.pod
4536 ____________________________________________________________________________
4537 [  3032] By: gsar                                  on 1999/02/28  19:01:33
4538         Log: add README.hpux
4539      Branch: perl
4540            + README.hpux
4541            ! MAINTAIN MANIFEST
4542 ____________________________________________________________________________
4543 [  3031] By: gsar                                  on 1999/02/28  18:49:08
4544         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
4545              James Cromie <jcromie@fossil.uswc.uswest.com>
4546      Branch: perl
4547            ! lib/Pod/Html.pm
4548 ____________________________________________________________________________
4549 [  3030] By: gsar                                  on 1999/02/28  18:35:09
4550         Log: From: jan.dubois@ibm.net (Jan Dubois)
4551              Date: Wed, 24 Feb 1999 22:34:56 +0100
4552              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
4553              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
4554      Branch: perl
4555            ! lib/Test/Harness.pm
4556 ____________________________________________________________________________
4557 [  3029] By: gsar                                  on 1999/02/28  18:28:18
4558         Log: add note about env pollution
4559      Branch: perl
4560            ! INSTALL pod/perltodo.pod
4561 ____________________________________________________________________________
4562 [  3028] By: jhi                                   on 1999/02/26  14:40:00
4563         Log: HP-UX 11 threads.
4564              
4565              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4566              To: perl5-porters@perl.org
4567              Cc: jhi@cc.hut.fi
4568              Subject: Maint 5 and _54 with threading on HP-UX 11.00
4569              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
4570              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
4571              
4572              NOTE from jhi: the hpux hints could still be more robust by
4573              disabling gdbm when necessary.
4574              
4575              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
4576              linking -lgdbm -lpthread creates an executable that instantly
4577              core dumps on a pthreads internal panic:
4578              
4579              ./gdpt
4580              
4581              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
4582              Return Pointer is 0xc082bf33
4583              17639 quit (core dumped)  ./gdpt
4584              
4585              You don't have to *use* either gdbm or pthreads in the executable,
4586              just linking them together is enough.  Workaround is to recompile
4587              the GDBM under HP-UX 11, that makes the problem go away.
4588      Branch: maint-5.005/perl
4589            ! hints/hpux.sh thread.h
4590 ____________________________________________________________________________
4591 [  3025] By: jhi                                   on 1999/02/25  20:41:07
4592         Log: Temporary workaround for the config_h.SH versus
4593              crosscompile and multiarch plus introduce 'rt'
4594              to $libswanted: in UNIX98 sched_yield() lives there.
4595      Branch: cfgperl
4596            ! Configure config_h.SH
4597 ____________________________________________________________________________
4598 [  3024] By: jhi                                   on 1999/02/24  12:54:59
4599         Log: Integrate from mainperl.
4600      Branch: cfgperl
4601           +> t/lib/fatal.t
4602           !> (integrate 44 files)
4603 ____________________________________________________________________________
4604 [  3023] By: gsar                                  on 1999/02/24  07:02:12
4605         Log: integrate cfgperl contents
4606      Branch: perl
4607           !> (integrate 30 files)
4608 ____________________________________________________________________________
4609 [  3022] By: gsar                                  on 1999/02/24  05:59:47
4610         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
4611              Date: 23 Feb 1999 17:53:22 -0700
4612              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
4613              Subject: [PATCH: _55] perldoc -q broken
4614      Branch: perl
4615            ! utils/perldoc.PL
4616 ____________________________________________________________________________
4617 [  3021] By: gsar                                  on 1999/02/24  05:51:53
4618         Log: ansify perlio.c, fix PerlIO-ish typos
4619      Branch: perl
4620            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
4621            ! iperlsys.h perlio.c
4622 ____________________________________________________________________________
4623 [  3020] By: gsar                                  on 1999/02/24  05:28:06
4624         Log: adjust a Perl_malloc() flag for NeXT
4625              From: Hans Mulder <hansm@icgned.icgroup.nl>
4626              Date: Tue, 23 Feb 99 00:26:25 +0100
4627              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
4628              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
4629      Branch: perl
4630            ! perl.h
4631 ____________________________________________________________________________
4632 [  3019] By: gsar                                  on 1999/02/24  05:19:42
4633         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
4634      Branch: perl
4635            ! pod/perltodo.pod
4636 ____________________________________________________________________________
4637 [  3018] By: gsar                                  on 1999/02/24  04:15:18
4638         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4639              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
4640              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
4641              Subject: improved error message [PATCH _55] [RESEND]
4642      Branch: perl
4643            ! sv.c
4644 ____________________________________________________________________________
4645 [  3017] By: gsar                                  on 1999/02/24  03:50:34
4646         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4647              Date: Sun, 21 Feb 1999 20:02:18 -0700
4648              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
4649              Subject: perlfunc updates (against 55)
4650      Branch: perl
4651            ! pod/perlfunc.pod
4652 ____________________________________________________________________________
4653 [  3016] By: gsar                                  on 1999/02/24  03:17:05
4654         Log: testsuite adjustments
4655              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4656              Date: Sat, 20 Feb 1999 15:24:57 +0000
4657              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
4658              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
4659      Branch: perl
4660            ! t/lib/io_sock.t t/op/lex_assign.t
4661 ____________________________________________________________________________
4662 [  3015] By: gsar                                  on 1999/02/24  02:54:47
4663         Log: avoid modifying readonly values from qw()
4664      Branch: perl
4665            ! lib/ExtUtils/MM_Unix.pm
4666 ____________________________________________________________________________
4667 [  3014] By: gsar                                  on 1999/02/24  02:49:04
4668         Log: more "correct" utbuf for utime()
4669      Branch: perl
4670            ! doio.c
4671 ____________________________________________________________________________
4672 [  3013] By: jhi                                   on 1999/02/22  19:27:44
4673         Log: Fix MacPerl version, change PowerUX to PowerMAX.
4674              
4675              From: Chris Nandor <pudge@pobox.com>
4676              To: jhi@iki.fi
4677              Cc: perl5-porters@perl.org
4678              Subject: Re: perl current availability as documented by perl.pod
4679              Date: Sun, 21 Feb 1999 11:06:03 -0500
4680              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
4681              
4682              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4683              To: jhi@iki.fi
4684              Cc: perl5-porters@perl.org
4685              Subject: Re: perl current availability as documented by perl.pod
4686              Date: Mon, 22 Feb 1999 13:08:30 GMT
4687              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
4688      Branch: cfgperl
4689            ! pod/perl.pod
4690      Branch: maint-5.005/perl
4691            ! pod/perl.pod
4692 ____________________________________________________________________________
4693 [  3012] By: jhi                                   on 1999/02/22  10:26:11
4694         Log: Snapshot the cross-compilation/multiarchitecture stuff
4695              (currently broken in next)
4696      Branch: cfgperl
4697            ! Configure config_h.SH pp.c
4698 ____________________________________________________________________________
4699 [  3011] By: jhi                                   on 1999/02/22  10:24:51
4700         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4701              To: gsar@activestate.com (Gurusamy Sarathy)
4702              Cc: perl5-porters@perl.org (Perl5 Porters)
4703              Subject: [PATCH 5.005_55] DB_File 1.64 patch
4704              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
4705              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
4706      Branch: cfgperl
4707            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4708            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
4709 ____________________________________________________________________________
4710 [  3009] By: jhi                                   on 1999/02/22  09:14:26
4711         Log: Scratch #3008 and introduce $crosscompile and $multiarch
4712              also in non-Configure lands.
4713      Branch: cfgperl
4714            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
4715            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
4716            ! win32/config.gc win32/config.vc win32/config_H.bc
4717            ! win32/config_H.gc win32/config_H.vc
4718 ____________________________________________________________________________
4719 [  3008] By: jhi                                   on 1999/02/22  08:58:04
4720         Log: Add -DMULTIARCH (see change #3006).
4721      Branch: cfgperl
4722            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
4723 ____________________________________________________________________________
4724 [  3007] By: jhi                                   on 1999/02/22  08:54:06
4725         Log: Undo the references to local{lib,arch} introduced by #3006.
4726      Branch: cfgperl
4727            ! Configure config_h.SH
4728 ____________________________________________________________________________
4729 [  3006] By: jhi                                   on 1999/02/22  08:43:50
4730         Log: From: hansm@icgned.icgroup.nl
4731              To: perlbug@perl.com
4732              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
4733              Date: Sun, 21 Feb 1999 22:58:55 +0100
4734              Reply-To: hansmu@xs4all.nl
4735              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
4736              
4737              plus other Configure changes: prepare for cross-compilation/
4738              multiarchitecture builds.
4739      Branch: cfgperl
4740            ! Configure config_h.SH
4741 ____________________________________________________________________________
4742 [  3005] By: jhi                                   on 1999/02/22  08:35:30
4743         Log: Configure/Perl knew how to look for use Mach cthreads
4744              but Configure didn't let them to be used ($osname 'next').
4745      Branch: cfgperl
4746            ! Configure config_h.SH
4747      Branch: maint-5.005/perl
4748            ! Configure
4749 ____________________________________________________________________________
4750 [  3004] By: jhi                                   on 1999/02/21  15:46:02
4751         Log: Update Acorn AVAILABILITY.
4752      Branch: cfgperl
4753            ! pod/perl.pod
4754      Branch: maint-5.005/perl
4755            ! pod/perl.pod
4756 ____________________________________________________________________________
4757 [  3003] By: jhi                                   on 1999/02/21  14:50:42
4758         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
4759              To: perl5-porters@perl.org (Perl 5 Porters)
4760              Subject: PATCH: perlref.pod - symbolic ref example
4761              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
4762              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
4763      Branch: cfgperl
4764            ! pod/perlref.pod
4765      Branch: maint-5.005/perl
4766            ! pod/perlref.pod
4767 ____________________________________________________________________________
4768 [  3002] By: jhi                                   on 1999/02/21  14:35:22
4769         Log: Sync cfgperl with maint-5.005 change #3000.
4770      Branch: cfgperl
4771            ! pod/perlfunc.pod t/op/pack.t
4772 ____________________________________________________________________________
4773 [  2999] By: gsar                                  on 1999/02/20  22:48:30
4774         Log: From:    John Bley <jbb6@acpub.duke.edu>
4775              Date:    Sat, 20 Feb 1999 16:02:34 EST
4776              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
4777              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
4778      Branch: perl
4779            ! regcomp.c
4780 ____________________________________________________________________________
4781 [  2998] By: jhi                                   on 1999/02/20  14:13:06
4782         Log: Enhanced the endianness description.
4783      Branch: cfgperl
4784            ! pod/perlfunc.pod
4785 ____________________________________________________________________________
4786 [  2996] By: jhi                                   on 1999/02/20  13:55:41
4787         Log: Glossary now mostly fixed.
4788      Branch: cfgperl
4789            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4790            ! config_h.SH
4791 ____________________________________________________________________________
4792 [  2994] By: jhi                                   on 1999/02/20  11:58:33
4793         Log: Perldeltify GNU/Hurd.
4794      Branch: cfgperl
4795            ! pod/perldelta.pod
4796 ____________________________________________________________________________
4797 [  2993] By: gsar                                  on 1999/02/20  00:59:10
4798         Log: fix typo in Perl_sbrk()
4799              From: hansm@icgned.icgroup.nl
4800              Date: Fri, 19 Feb 1999 23:19:31 +0100
4801              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
4802              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
4803      Branch: perl
4804            ! malloc.c
4805 ____________________________________________________________________________
4806 [  2992] By: gsar                                  on 1999/02/20  00:51:08
4807         Log: integrate change#2980 from maint-5.005
4808      Branch: perl
4809           !> utils/h2xs.PL
4810 ____________________________________________________________________________
4811 [  2991] By: gsar                                  on 1999/02/20  00:34:01
4812         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4813              Date: Thu, 18 Feb 1999 18:51:38 +0000
4814              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
4815              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
4816      Branch: perl
4817            ! pp_hot.c t/op/pat.t
4818 ____________________________________________________________________________
4819 [  2990] By: gsar                                  on 1999/02/20  00:30:48
4820         Log: From: jan.dubois@ibm.net (Jan Dubois)
4821              Date: Thu, 18 Feb 1999 19:14:07 +0100
4822              Message-ID: <36d15809.40853323@smtp1.ibm.net>
4823              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
4824      Branch: perl
4825            ! win32/win32.c
4826 ____________________________________________________________________________
4827 [  2989] By: gsar                                  on 1999/02/20  00:27:01
4828         Log: do poll() emulation unless HAS_POLL && I_POLL
4829      Branch: perl
4830            ! ext/IO/poll.h
4831 ____________________________________________________________________________
4832 [  2988] By: gsar                                  on 1999/02/19  23:52:12
4833         Log: tweak RE for NaNQ? recognition
4834      Branch: perl
4835            ! t/lib/bigfloatpm.t
4836 ____________________________________________________________________________
4837 [  2987] By: gsar                                  on 1999/02/19  23:29:59
4838         Log: mention C<use utf8> and C<use warning> in perldelta
4839      Branch: perl
4840            ! pod/perldelta.pod
4841 ____________________________________________________________________________
4842 [  2985] By: jhi                                   on 1999/02/19  20:43:19
4843         Log: pack/unpack better in (network-)short-non-16-bits and
4844              (network-)long-non-32-bits systems such as Cray C90.
4845      Branch: cfgperl
4846            ! perl.h pp.c t/op/pack.t
4847 ____________________________________________________________________________
4848 [  2984] By: jhi                                   on 1999/02/19  20:38:54
4849         Log: Regen Configure.
4850      Branch: cfgperl
4851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4852            ! perl.c
4853 ____________________________________________________________________________
4854 [  2982] By: jhi                                   on 1999/02/19  19:51:49
4855         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
4856              not probed for and         
4857              
4858              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4859              To: Chaim Frenkel <chaimf@pobox.com>,
4860              Russ Allbery <rra@stanford.edu>,
4861              Jarkko Hietaniemi <jhi@iki.fi>,
4862              Gurusamy Sarathy <gsar@activestate.com>,
4863              Graham Barr <gbarr@pobox.com>
4864              Cc: bdensch@ameritech.net, perlbug@perl.com
4865              Subject: [PATCH] Re: Solaris 7 for Intel
4866              Message-ID: <19990219124404.A30182@O2.chapin.edu>
4867              
4868              Glossary is still missing some terms because
4869              mkglossary is misbehaving (change #2981 updated
4870              Glossary manually)
4871      Branch: cfgperl
4872            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4873            ! Porting/config_H
4874 ____________________________________________________________________________
4875 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
4876         Log: Make result of h2xs work when user adds C<use strict>
4877      Branch: maint-5.005/perl
4878            ! utils/h2xs.PL
4879 ____________________________________________________________________________
4880 [  2979] By: gsar                                  on 1999/02/19  05:24:29
4881         Log: doc for change#2978
4882      Branch: perl
4883            ! pod/perlsub.pod
4884 ____________________________________________________________________________
4885 [  2978] By: gsar                                  on 1999/02/19  05:08:29
4886         Log: bring '*' prototype closer to how it behaves internally
4887      Branch: perl
4888            + t/lib/fatal.t
4889            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
4890 ____________________________________________________________________________
4891 [  2977] By: gsar                                  on 1999/02/19  02:50:31
4892         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
4893      Branch: perl
4894            ! perly.h
4895 ____________________________________________________________________________
4896 [  2975] By: gsar                                  on 1999/02/18  21:41:57
4897         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
4898              of lexical searches in BEGIN|INIT|END)
4899      Branch: perl
4900            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
4901            ! vms/perly_c.vms
4902 ____________________________________________________________________________
4903 [  2974] By: gsar                                  on 1999/02/18  21:03:06
4904         Log: missing PERL_POLLUTE_MALLOC
4905      Branch: perl
4906            ! ext/SDBM_File/sdbm/sdbm.h
4907 ____________________________________________________________________________
4908 [  2973] By: gsar                                  on 1999/02/18  17:10:49
4909         Log: From:    Andy Dougherty <doughera@lafayette.edu>
4910              Date:    Wed, 17 Feb 1999 17:22:50 EST
4911              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
4912              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
4913      Branch: perl
4914            ! lib/dotsh.pl
4915 ____________________________________________________________________________
4916 [  2972] By: gsar                                  on 1999/02/18  17:04:12
4917         Log: s/#defined/#define/
4918      Branch: perl
4919            ! ext/Data/Dumper/Dumper.xs
4920 ____________________________________________________________________________
4921 [  2970] By: gsar                                  on 1999/02/18  03:26:43
4922         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
4923      Branch: perl
4924            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4925            ! ext/GDBM_File/typemap
4926 ____________________________________________________________________________
4927 [  2969] By: gsar                                  on 1999/02/17  23:30:47
4928         Log: correct slurp mode doc
4929      Branch: perl
4930            ! pod/perlfunc.pod pod/perlop.pod
4931 ____________________________________________________________________________
4932 [  2968] By: jhi                                   on 1999/02/17  23:15:49
4933         Log: Ultrix hints update.
4934              
4935              From: Spider Boardman <spider@zk3.dec.com>
4936              To: perlbug@perl.com
4937              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
4938              Date: Tue, 16 Feb 1999 23:04:28 -0500
4939              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
4940      Branch: cfgperl
4941            ! hints/ultrix_4.sh
4942 ____________________________________________________________________________
4943 [  2966] By: jhi                                   on 1999/02/17  23:09:21
4944         Log: Change #2965 wiped out some Sarathy's _55 changes.
4945              Now unwiped.
4946      Branch: cfgperl
4947            ! Configure pp.c t/op/pack.t
4948 ____________________________________________________________________________
4949 [  2965] By: jhi                                   on 1999/02/17  23:00:04
4950         Log: Configure tweaks.
4951              
4952              Fix the Unixware/SCO uname scan:
4953              
4954              From: Tom Hughes <thh@cyberscience.com>
4955              To: perlbug@perl.com
4956              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
4957              Date: 17 Feb 1999 15:34:15 +0000    
4958              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
4959              
4960              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
4961              
4962              From: Joe Buehler <jhpb@hekimian.com>
4963              To: perl5-porters@perl.org
4964              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
4965              Date: 12 Feb 1999 11:25:21 -0500
4966              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
4967              
4968              Make the pthreads joinable constant scan to output to fd 4, not 2.
4969      Branch: cfgperl
4970            ! Configure
4971 ____________________________________________________________________________
4972 [  2964] By: gsar                                  on 1999/02/17  21:30:07
4973         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4974              Date: Wed, 17 Feb 1999 06:53:13 -0700
4975              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
4976              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
4977      Branch: perl
4978            ! lib/Pod/Functions.pm
4979 ____________________________________________________________________________
4980 [  2963] By: gsar                                  on 1999/02/17  21:18:21
4981         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
4982              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4983              Date: Wed, 17 Feb 1999 10:06:01 +0000
4984              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
4985              Subject: Re: [5.005_53] panic: pad_free curpad 
4986      Branch: perl
4987            ! regcomp.c regexec.c t/op/misc.t
4988 ____________________________________________________________________________
4989 [  2962] By: gsar                                  on 1999/02/16  21:26:28
4990         Log: NaNQ? tweak
4991      Branch: perl
4992            ! t/lib/bigfloatpm.t
4993 ____________________________________________________________________________
4994 [  2961] By: jhi                                   on 1999/02/16  19:26:38
4995         Log: Integrate from mainperl.
4996      Branch: cfgperl
4997           !> (integrate 37 files)
4998 ____________________________________________________________________________
4999 [  2960] By: gsar                                  on 1999/02/16  18:04:29
5000         Log: undo change#2465 (qw[] is a real list now)
5001      Branch: perl
5002            ! pod/perlop.pod
5003 ____________________________________________________________________________
5004 [  2959] By: gsar                                  on 1999/02/16  07:09:33
5005         Log: this was 5.005_55
5006      Branch: perl
5007            ! Changes
5008
5009 ----------------
5010 Version 5.005_55
5011 ----------------
5012
5013 ____________________________________________________________________________
5014 [  2958] By: gsar                                  on 1999/02/16  06:18:27
5015         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
5016              elide dups and non-dependents from Changes
5017      Branch: perl
5018            ! Changes pod/perlhist.pod
5019           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
5020           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
5021           !> pod/perlport.pod pp.c t/op/pack.t
5022 ____________________________________________________________________________
5023 [  2957] By: gsar                                  on 1999/02/16  04:09:47
5024         Log: propagate PERL_VERSION everywhere, add to pod
5025      Branch: perl
5026            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
5027            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
5028            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
5029            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
5030            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
5031            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
5032            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
5033            ! win32/config.gc win32/config.vc win32/config_sh.PL
5034            ! win32/win32.c x2p/a2py.c
5035 ____________________________________________________________________________
5036 [  2955] By: jhi                                   on 1999/02/15  16:15:03
5037         Log: The pack tests now better in C90 (after the packnative patches).
5038      Branch: cfgperl
5039            ! t/op/pack.t
5040 ____________________________________________________________________________
5041 [  2954] By: gsar                                  on 1999/02/15  14:11:50
5042         Log: tweak Configure to follow new PERL_VERSION etc.
5043      Branch: perl
5044            ! Configure patchlevel.h pod/perlhist.pod
5045 ____________________________________________________________________________
5046 [  2953] By: jhi                                   on 1999/02/15  14:02:21
5047         Log: Integrate from mainperl.
5048      Branch: cfgperl
5049           !> MANIFEST Porting/makerel
5050 ____________________________________________________________________________
5051 [  2952] By: jhi                                   on 1999/02/15  13:50:07
5052         Log: Enhance the packnative patch: use the packnative code
5053              only if required.  Also added hefty testing (hopefully
5054              I didn't assume too much...).  Tested on alpha, ix86, sparc.
5055      Branch: cfgperl
5056            ! pod/perlfunc.pod pp.c t/op/pack.t
5057 ____________________________________________________________________________
5058 [  2951] By: jhi                                   on 1999/02/15  13:46:56
5059         Log: AVAILABILITY from 5.005_03-tobe, will of course
5060              require updating when 5.006 comes out.
5061      Branch: cfgperl
5062            ! pod/perl.pod
5063 ____________________________________________________________________________
5064 [  2949] By: gsar                                  on 1999/02/15  13:28:51
5065         Log: will this be it for 5.005_55?
5066      Branch: perl
5067            ! MANIFEST Porting/makerel
5068 ____________________________________________________________________________
5069 [  2948] By: jhi                                   on 1999/02/15  13:23:52
5070         Log: Integrate from mainperl.
5071      Branch: cfgperl
5072           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
5073           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5074           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5075           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
5076           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
5077           !> win32/config.gc win32/config.vc win32/config_H.bc
5078           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5079 ____________________________________________________________________________
5080 [  2947] By: jhi                                   on 1999/02/15  13:20:41
5081         Log: perlport.pod 1.39 from Chris.
5082      Branch: cfgperl
5083            ! pod/perlport.pod
5084 ____________________________________________________________________________
5085 [  2946] By: jhi                                   on 1999/02/15  13:09:58
5086         Log: Import Ultrix update, change #2864, 
5087              
5088              From: Spider Boardman <spider@zk3.dec.com>
5089              To: perlbug@perl.com
5090              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
5091              Date: Wed, 10 Feb 1999 23:33:31 -0500
5092              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
5093      Branch: cfgperl
5094            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
5095 ____________________________________________________________________________
5096 [  2945] By: jhi                                   on 1999/02/15  13:04:50
5097         Log: OpenBSD sparc SHMLBA.
5098      Branch: cfgperl
5099            ! ext/IPC/SysV/SysV.xs
5100 ____________________________________________________________________________
5101 [  2944] By: gsar                                  on 1999/02/15  12:09:52
5102         Log: update win32/config* stuff, Changes
5103      Branch: perl
5104            ! Changes win32/Makefile win32/config.bc win32/config.gc
5105            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5106            ! win32/config_H.vc win32/makefile.mk
5107 ____________________________________________________________________________
5108 [  2943] By: gsar                                  on 1999/02/15  11:54:08
5109         Log: #include patchlevel.h by default, provide
5110              PERL_{REVISION,VERSION,SUBVERSION}
5111      Branch: perl
5112            ! patchlevel.h perl.h
5113 ____________________________________________________________________________
5114 [  2942] By: gsar                                  on 1999/02/15  10:26:59
5115         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
5116              misc fixes
5117      Branch: perl
5118            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
5119 ____________________________________________________________________________
5120 [  2941] By: gsar                                  on 1999/02/15  10:24:37
5121         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
5122              Message-ID: <19990207002851.B9185@toldyouso.com>
5123              Message-ID: <19990207212152.A9765@toldyouso.com>
5124              Message-ID: <19990207212041.A9622@toldyouso.com>
5125              Message-ID: <19990207213127.A10244@toldyouso.com>
5126              Message-ID: <19990207212559.A9950@toldyouso.com>
5127              Message-ID: <19990207212842.A9994@toldyouso.com>
5128              Message-ID: <19990207212500.A9860@toldyouso.com>
5129              Message-ID: <19990207213013.A10105@toldyouso.com>
5130      Branch: perl
5131            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5132            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5133            ! pod/perlmodlib.pod pod/perltoc.pod
5134 ____________________________________________________________________________
5135 [  2940] By: gsar                                  on 1999/02/15  10:07:08
5136         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
5137              of suggested patch)
5138              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
5139              Date: Mon, 08 Feb 1999 01:14:41 -0000
5140              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
5141              Subject: [PATCH 5.005_54] some pending C.pm stuff 
5142      Branch: perl
5143            ! ext/B/B/C.pm
5144 ____________________________________________________________________________
5145 [  2939] By: jhi                                   on 1999/02/15  08:40:18
5146         Log: Integrate from mainperl.
5147      Branch: cfgperl
5148           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
5149            - lib/File/PathConvert.pm
5150           !> (integrate 81 files)
5151 ____________________________________________________________________________
5152 [  2938] By: gsar                                  on 1999/02/15  06:56:39
5153         Log: change#2839 was bogus, redo
5154      Branch: perl
5155           !> t/lib/h2ph.pht
5156 ____________________________________________________________________________
5157 [  2937] By: gsar                                  on 1999/02/15  06:38:15
5158         Log: support Win32::GetFullPathName() and Win32::SetLastError()
5159              From: jan.dubois@ibm.net (Jan Dubois)
5160              Date: Tue, 09 Feb 1999 22:27:31 +0100
5161              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
5162              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
5163      Branch: perl
5164            ! win32/win32.c
5165 ____________________________________________________________________________
5166 [  2936] By: gsar                                  on 1999/02/15  06:26:39
5167         Log: support native integers, pack("L_",...) etc. (via private mail)
5168              From: Jarkko Hietaniemi <jhi@iki.fi>
5169              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
5170              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
5171              Subject: the "packnative" patch
5172      Branch: perl
5173            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
5174            ! t/lib/ipc_sysv.t t/op/pack.t
5175 ____________________________________________________________________________
5176 [  2935] By: gsar                                  on 1999/02/15  06:04:02
5177         Log: From: Michael G Schwern <schwern@pobox.com>
5178              Date: Tue, 9 Feb 1999 04:13:12 -0500
5179              Message-ID: <19990209041312.A15788@toldyouso.com>
5180              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
5181      Branch: perl
5182            ! utils/h2xs.PL
5183 ____________________________________________________________________________
5184 [  2934] By: gsar                                  on 1999/02/15  05:30:13
5185         Log: fix bugs in the handling of negative numbers, among other things
5186              From: Steven Knight <knight@theopera.baldmt.citilink.com>
5187              Date: Mon, 8 Feb 1999 01:16:24 -0600
5188              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
5189              Subject: Math::BigFloat and Math::BigInt
5190      Branch: perl
5191            + t/lib/bigfloat.t t/lib/bigfloatpm.t
5192            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
5193            ! t/lib/bigintpm.t
5194 ____________________________________________________________________________
5195 [  2933] By: gsar                                  on 1999/02/15  04:57:52
5196         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
5197              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
5198              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
5199              Subject: s2p incorrectly handles hold space commands
5200      Branch: perl
5201            ! x2p/s2p.PL
5202 ____________________________________________________________________________
5203 [  2932] By: gsar                                  on 1999/02/15  04:45:55
5204         Log: clarify what a "line" is
5205      Branch: perl
5206            ! pod/perlfunc.pod pod/perlvar.pod
5207 ____________________________________________________________________________
5208 [  2931] By: gsar                                  on 1999/02/15  04:23:29
5209         Log: backout change#2811 and add newer version based on File::Spec
5210              From: Barrie Slaymaker <rbs@telerama.com>
5211              Date: Thu, 11 Feb 1999 16:29:24 -0500
5212              Message-ID: <36C34BB4.A62090E0@telerama.com>
5213              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
5214      Branch: perl
5215            - lib/File/PathConvert.pm
5216            ! MANIFEST installhtml lib/Pod/Html.pm
5217 ____________________________________________________________________________
5218 [  2930] By: gsar                                  on 1999/02/15  04:16:25
5219         Log: From: Barrie Slaymaker <rbs@telerama.com>
5220              Date: Thu, 11 Feb 1999 19:39:48 -0500
5221              Message-ID: <36C37854.707D139@telerama.com>
5222              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
5223      Branch: perl
5224            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
5225 ____________________________________________________________________________
5226 [  2929] By: gsar                                  on 1999/02/15  04:06:50
5227         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
5228              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
5229              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
5230              Subject: [PATCH]5.005_54 (DOC) fix many typos
5231              --
5232              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
5233              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
5234              Subject: [PATCH]5.005_54 (DOC) typos
5235      Branch: perl
5236            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
5237            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
5238            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5239            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5240            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
5241            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
5242            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
5243            ! pod/perlvar.pod pod/perlxs.pod
5244 ____________________________________________________________________________
5245 [  2928] By: gsar                                  on 1999/02/15  03:39:53
5246         Log: allow the Carp routines to pass through exception objects
5247      Branch: perl
5248            ! lib/Carp.pm
5249 ____________________________________________________________________________
5250 [  2927] By: gsar                                  on 1999/02/15  03:22:57
5251         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
5252      Branch: perl
5253            ! pod/perlfaq8.pod
5254 ____________________________________________________________________________
5255 [  2926] By: gsar                                  on 1999/02/15  03:19:39
5256         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
5257              have done that, but didn't)
5258      Branch: perl
5259           !> utils/h2ph.PL
5260 ____________________________________________________________________________
5261 [  2925] By: gsar                                  on 1999/02/15  03:17:01
5262         Log: integrate cfgperl changes into mainline
5263      Branch: perl
5264            ! Changes
5265           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5266           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
5267           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
5268           !> vms/subconfigure.com
5269 ____________________________________________________________________________
5270 [  2924] By: gsar                                  on 1999/02/15  03:07:08
5271         Log: add const qualifier to most char* prototypes, handle ripple effect
5272      Branch: perl
5273            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
5274            ! universal.c util.c
5275 ____________________________________________________________________________
5276 [  2923] By: gsar                                  on 1999/02/15  01:04:30
5277         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5278              Date: Thu, 04 Feb 1999 02:37:31 +0000
5279              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
5280              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
5281      Branch: perl
5282            ! pp_ctl.c t/op/range.t
5283 ____________________________________________________________________________
5284 [  2922] By: gsar                                  on 1999/02/15  00:24:34
5285         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5286              Date: Sun, 31 Jan 1999 01:50:06 +0000
5287              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
5288              Subject: [PATCH 5.005_03t4] regexp flags bug
5289      Branch: perl
5290            ! regcomp.c t/op/re_tests
5291 ____________________________________________________________________________
5292 [  2921] By: gsar                                  on 1999/02/15  00:13:02
5293         Log: use New() et al., rather than safemalloc() et al.
5294              From: jan.dubois@ibm.net (Jan Dubois)
5295              Date: Fri, 29 Jan 1999 23:27:22 +0100
5296              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
5297              Subject: [PATCH _03-MT5] POSIX.xs memory API
5298      Branch: perl
5299            ! ext/POSIX/POSIX.xs
5300 ____________________________________________________________________________
5301 [  2920] By: gsar                                  on 1999/02/15  00:05:33
5302         Log: tweak READ() docs to mention $buffer must be altered by reference
5303      Branch: perl
5304            ! pod/perltie.pod
5305 ____________________________________________________________________________
5306 [  2919] By: gsar                                  on 1999/02/14  23:50:39
5307         Log: applied suggested patch, with several language/readability tweaks
5308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5309              Date: Fri, 29 Jan 1999 00:25:02 -0500
5310              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
5311              Subject: Re: [PATCH 5.005_*] Better parsing docs
5312      Branch: perl
5313            ! pod/perlop.pod
5314 ____________________________________________________________________________
5315 [  2918] By: gsar                                  on 1999/02/14  23:20:42
5316         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
5317              of silently returning bogus values)
5318              From: Peter Chines <pchines@nhgri.nih.gov>
5319              Date: Wed, 27 Jan 1999 16:11:31 -0500
5320              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
5321              Subject: Time::Local
5322      Branch: perl
5323            ! lib/Time/Local.pm pod/perldelta.pod
5324 ____________________________________________________________________________
5325 [  2917] By: gsar                                  on 1999/02/14  11:21:43
5326         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5327              Date: Thu, 28 Jan 1999 10:02:20 -0500
5328              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
5329              Subject: Re: [PATCH 5.005_53] Better perldoc
5330      Branch: perl
5331            ! utils/perldoc.PL
5332 ____________________________________________________________________________
5333 [  2916] By: gsar                                  on 1999/02/14  10:59:38
5334         Log: back out change#2751, apply updated version 
5335              From: jan.dubois@ibm.net (Jan Dubois)
5336              Date: Sat, 06 Feb 1999 01:06:29 +0100
5337              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
5338              Subject: [PATCH] Cleanup of File::Spec module
5339      Branch: perl
5340            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
5341            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5342            ! lib/File/Spec/Win32.pm
5343 ____________________________________________________________________________
5344 [  2915] By: gsar                                  on 1999/02/14  10:48:01
5345         Log: tweak select() test
5346      Branch: perl
5347            ! pod/perlipc.pod t/op/fh.t
5348 ____________________________________________________________________________
5349 [  2914] By: gsar                                  on 1999/02/14  10:25:55
5350         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
5351      Branch: perl
5352            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
5353 ____________________________________________________________________________
5354 [  2913] By: gsar                                  on 1999/02/14  10:03:51
5355         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
5356              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
5357              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
5358              Subject: Re: SvOPV() or SvPV_nolen() or ...
5359      Branch: perl
5360            ! pod/perlguts.pod
5361 ____________________________________________________________________________
5362 [  2912] By: gsar                                  on 1999/02/14  09:57:29
5363         Log: provide SvPV_nolen(sv) to avoid use of PL_na
5364              From: jan.dubois@ibm.net (Jan Dubois)
5365              Date: Sun, 24 Jan 1999 02:45:32 +0100
5366              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
5367              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
5368      Branch: perl
5369            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
5370            ! sv.h
5371 ____________________________________________________________________________
5372 [  2911] By: gsar                                  on 1999/02/14  06:51:05
5373         Log: elide stray effluvium
5374      Branch: perl
5375            ! pod/perldelta.pod
5376 ____________________________________________________________________________
5377 [  2910] By: gsar                                  on 1999/02/14  05:51:56
5378         Log: slurping an empty file should return '' rather than undef, with
5379              commensurate effects on ARGV processing
5380      Branch: perl
5381            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5382            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
5383 ____________________________________________________________________________
5384 [  2909] By: gsar                                  on 1999/02/14  00:02:11
5385         Log: perly_c.diff typo
5386      Branch: perl
5387            ! perly.c perly_c.diff vms/perly_c.vms
5388 ____________________________________________________________________________
5389 [  2908] By: gsar                                  on 1999/02/13  18:20:13
5390         Log: From: jan.dubois@ibm.net (Jan Dubois)
5391              Date: Sat, 13 Feb 1999 13:25:53 +0100
5392              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
5393              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
5394      Branch: perl
5395            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
5396 ____________________________________________________________________________
5397 [  2907] By: jhi                                   on 1999/02/13  15:07:26
5398         Log: Integrate from mainperl.
5399      Branch: cfgperl
5400           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
5401           !> (integrate 150 files)
5402 ____________________________________________________________________________
5403 [  2903] By: gsar                                  on 1999/02/12  13:25:59
5404         Log: From: jan.dubois@ibm.net (Jan Dubois)
5405              Date: Sun, 24 Jan 1999 01:12:00 +0100
5406              Message-ID: <36b66479.62756298@smtp1.ibm.net>
5407              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
5408      Branch: perl
5409            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
5410            ! proto.h sv.c sv.h
5411 ____________________________________________________________________________
5412 [  2902] By: gsar                                  on 1999/02/12  12:55:11
5413         Log: script to generate ctags from etags
5414              From: Colin Kuskie <ckuskie@cadence.com>
5415              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
5416              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
5417              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
5418      Branch: perl
5419            + emacs/e2ctags.pl
5420            ! Makefile.SH pod/perlfaq3.pod
5421 ____________________________________________________________________________
5422 [  2901] By: gsar                                  on 1999/02/12  12:40:17
5423         Log: allow boolean assign ops to be lvalues
5424              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5425              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
5426              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
5427              --
5428              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5429              Date: Mon, 18 Jan 1999 10:04:00 +0000
5430              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
5431              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
5432      Branch: perl
5433            + t/op/lop.t
5434            ! MANIFEST op.c
5435 ____________________________________________________________________________
5436 [  2899] By: jhi                                   on 1999/02/12  12:03:48
5437         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
5438      Branch: cfgperl
5439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5440            ! config_h.SH hints/openbsd.sh
5441 ____________________________________________________________________________
5442 [  2898] By: gsar                                  on 1999/02/12  11:49:25
5443         Log: support win32_putenv()
5444      Branch: perl
5445            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
5446            ! win32/win32.c win32/win32iop.h
5447 ____________________________________________________________________________
5448 [  2894] By: gsar                                  on 1999/02/12  11:09:27
5449         Log: add missing hunk in change#2657
5450      Branch: perl
5451            ! ext/B/B/CC.pm
5452 ____________________________________________________________________________
5453 [  2893] By: gsar                                  on 1999/02/12  11:00:13
5454         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5455              Date: Tue, 19 Jan 1999 20:13:15 -0500
5456              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
5457              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
5458      Branch: perl
5459            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
5460            ! t/pragma/subs.t t/pragma/warning.t
5461 ____________________________________________________________________________
5462 [  2892] By: gsar                                  on 1999/02/12  10:44:38
5463         Log: update change#2670 to later version
5464              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5465              Date: Sun, 31 Jan 1999 16:16:14 +0000
5466              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
5467              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
5468      Branch: perl
5469            ! t/op/subst.t toke.c
5470 ____________________________________________________________________________
5471 [  2891] By: gsar                                  on 1999/02/12  10:31:17
5472         Log: make testsuite somewhat location independent
5473      Branch: perl
5474            ! (edit 117 files)
5475 ____________________________________________________________________________
5476 [  2890] By: gsar                                  on 1999/02/12  10:00:30
5477         Log: add $AutoLoader::VERSION
5478      Branch: perl
5479            ! lib/AutoLoader.pm
5480 ____________________________________________________________________________
5481 [  2889] By: gsar                                  on 1999/02/12  09:55:48
5482         Log: tweak PERL_STRICT_CR notes
5483      Branch: perl
5484            ! pod/perl5005delta.pod
5485 ____________________________________________________________________________
5486 [  2888] By: gsar                                  on 1999/02/12  09:41:45
5487         Log: add note about test-notty target
5488      Branch: perl
5489            ! README.win32
5490 ____________________________________________________________________________
5491 [  2887] By: gsar                                  on 1999/02/12  09:37:37
5492         Log: add perltodo.pod
5493      Branch: perl
5494            + pod/perltodo.pod
5495            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
5496            ! win32/pod.mak
5497 ____________________________________________________________________________
5498 [  2886] By: jhi                                   on 1999/02/12  08:52:14
5499         Log: Integrate from mainperl.
5500      Branch: cfgperl
5501           +> t/op/fh.t
5502           !> (integrate 30 files)
5503 ____________________________________________________________________________
5504 [  2885] By: gsar                                  on 1999/02/12  08:42:10
5505         Log: note how to find REG_INFTY limit
5506      Branch: perl
5507            ! pod/perlre.pod
5508 ____________________________________________________________________________
5509 [  2884] By: jhi                                   on 1999/02/12  08:36:14
5510         Log: OpenBSD pthreads awareness, thanks to
5511              David Leonard <david.leonard@csee.uq.edu.au>
5512      Branch: maint-5.005/perl
5513            ! Configure hints/openbsd.sh
5514 ____________________________________________________________________________
5515 [  2882] By: gsar                                  on 1999/02/12  08:05:20
5516         Log: IO is maintained by p5p (per Graham Barr's wishes)
5517      Branch: perl
5518            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
5519            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
5520            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5521            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5522 ____________________________________________________________________________
5523 [  2881] By: gsar                                  on 1999/02/12  07:57:13
5524         Log: fh.t typo
5525      Branch: perl
5526            ! t/op/fh.t
5527 ____________________________________________________________________________
5528 [  2880] By: gsar                                  on 1999/02/12  07:38:16
5529         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
5530      Branch: perl
5531            ! perl.c pod/perlrun.pod
5532 ____________________________________________________________________________
5533 [  2879] By: gsar                                  on 1999/02/12  05:39:29
5534         Log: fix ops that are not filehandle constructors to not create GV if it
5535              doesn't already exist (avoids leaks); extend semantics of defined()
5536              so that defined(*{$foo}) works (experimental)
5537      Branch: perl
5538            + t/op/fh.t
5539            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
5540            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
5541 ____________________________________________________________________________
5542 [  2877] By: jhi                                   on 1999/02/11  20:44:00
5543         Log: From: Chris Nandor <pudge@pobox.com>
5544              To: perl5-porters@perl.org
5545              Subject: [PATCH] perlport.pod 1.39
5546              Date: Thu, 11 Feb 1999 12:28:35 -0500
5547              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
5548      Branch: cfgperl
5549            ! pod/perlport.pod
5550 ____________________________________________________________________________
5551 [  2870] By: gsar                                  on 1999/02/11  11:17:08
5552         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
5553      Branch: perl
5554            ! ext/IO/lib/IO/Pipe.pm
5555 ____________________________________________________________________________
5556 [  2869] By: gsar                                  on 1999/02/11  11:00:56
5557         Log: update win32/pod.mak
5558      Branch: perl
5559            ! win32/pod.mak
5560 ____________________________________________________________________________
5561 [  2868] By: gsar                                  on 1999/02/11  10:42:44
5562         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
5563              Date: Fri, 08 Jan 1999 14:36:53 +1100
5564              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
5565              Subject: Re: [Fwd: IO::Socket::connect and blocking]
5566      Branch: perl
5567            ! ext/IO/lib/IO/Socket.pm
5568 ____________________________________________________________________________
5569 [  2867] By: gsar                                  on 1999/02/11  09:43:03
5570         Log: av_extend() doc tweak from Jan Dubois
5571      Branch: perl
5572            ! pod/perlguts.pod
5573 ____________________________________________________________________________
5574 [  2866] By: gsar                                  on 1999/02/11  09:27:17
5575         Log: display full pathname of unreadable files
5576      Branch: perl
5577            ! utils/perldoc.PL
5578 ____________________________________________________________________________
5579 [  2865] By: gsar                                  on 1999/02/11  09:02:31
5580         Log: missing patch in change#2522
5581      Branch: perl
5582            ! lib/Pod/Text.pm
5583 ____________________________________________________________________________
5584 [  2864] By: jhi                                   on 1999/02/11  08:45:00
5585         Log: From: Spider Boardman <spider@zk3.dec.com>
5586              To: perlbug@perl.com
5587              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
5588              Date: Wed, 10 Feb 1999 23:33:31 -0500
5589              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
5590      Branch: maint-5.005/perl
5591            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
5592 ____________________________________________________________________________
5593 [  2862] By: gsar                                  on 1999/02/11  08:14:34
5594         Log: integrate changes#2738,2740 from maint-5.005
5595      Branch: perl
5596           !> lib/ExtUtils/MakeMaker.pm
5597 ____________________________________________________________________________
5598 [  2861] By: jhi                                   on 1999/02/11  08:04:25
5599         Log: Integrate from mainperl.
5600      Branch: cfgperl
5601           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
5602           !> t/op/range.t win32/config.gc
5603 ____________________________________________________________________________
5604 [  2860] By: gsar                                  on 1999/02/11  07:30:08
5605         Log: binmode() support for cygwin32 (suggested by Steven Morlock
5606              <newspost@morlock.net>)
5607      Branch: perl
5608            ! perl.h
5609 ____________________________________________________________________________
5610 [  2859] By: gsar                                  on 1999/02/11  07:14:21
5611         Log: update Changes
5612      Branch: perl
5613            ! Changes
5614           !> pod/perl5005delta.pod
5615 ____________________________________________________________________________
5616 [  2856] By: gsar                                  on 1999/02/11  07:07:39
5617         Log: integrate perldelta changes from maint-5.005
5618      Branch: perl
5619           !> pod/perl5005delta.pod
5620 ____________________________________________________________________________
5621 [  2855] By: gsar                                  on 1999/02/11  06:31:50
5622         Log: applied suggested patch; added tests
5623              From: Adam Krolnik <adamk@gypsy.cyrix.com>
5624              Date: Sat, 12 Dec 98 15:30:18 -0600
5625              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
5626              Subject: Range operation doesn't handle IV_MAX
5627      Branch: perl
5628            ! pp_ctl.c t/op/range.t
5629 ____________________________________________________________________________
5630 [  2854] By: gsar                                  on 1999/02/11  05:00:55
5631         Log: compatibility fix: magic non-propagation in foreach implicit localization
5632      Branch: perl
5633            ! pp_ctl.c t/op/local.t win32/config.gc
5634 ____________________________________________________________________________
5635 [  2852] By: gsar                                  on 1999/02/10  23:17:49
5636         Log: fair warning about -Dusethreads
5637      Branch: maint-5.005/perl
5638            ! Configure INSTALL README.threads
5639 ____________________________________________________________________________
5640 [  2847] By: jhi                                   on 1999/02/09  19:13:28
5641         Log: Integrate from mainperl.
5642      Branch: cfgperl
5643           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
5644           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
5645 ____________________________________________________________________________
5646 [  2846] By: gsar                                  on 1999/02/09  13:53:28
5647         Log: a modified version of suggested patch for pack template 'Z'; added docs
5648              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
5649              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
5650              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
5651              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
5652      Branch: perl
5653            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
5654 ____________________________________________________________________________
5655 [  2845] By: gsar                                  on 1999/02/09  00:03:26
5656         Log: clarify docs for change#2835
5657      Branch: perl
5658            ! pod/perldelta.pod pod/perlop.pod
5659 ____________________________________________________________________________
5660 [  2844] By: gsar                                  on 1999/02/08  23:40:57
5661         Log: addendum to change#2823
5662              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5663              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
5664              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
5665              Subject: [PATCH] Docs and tests for method-call syntax
5666      Branch: perl
5667            ! pod/perlobj.pod t/op/method.t
5668 ____________________________________________________________________________
5669 [  2843] By: jhi                                   on 1999/02/08  21:06:28
5670         Log: Ultrix mmap tidbit.
5671      Branch: cfgperl
5672            ! hints/ultrix_4.sh
5673 ____________________________________________________________________________
5674 [  2842] By: jhi                                   on 1999/02/08  20:22:55
5675         Log: Integrate from mainperl.
5676      Branch: cfgperl
5677           +> t/op/subst_wamp.t
5678           !> (integrate 35 files)
5679 ____________________________________________________________________________
5680 [  2841] By: jhi                                   on 1999/02/08  18:23:26
5681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5682              To: Mailing list Perl5 <perl5-porters@perl.org>
5683              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
5684              Date: Sun, 7 Feb 1999 17:25:22 -0500
5685              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
5686      Branch: cfgperl
5687            + t/op/subst_amp.t
5688            ! MANIFEST regcomp.c t/op/subst.t
5689 ____________________________________________________________________________
5690 [  2840] By: jhi                                   on 1999/02/08  18:16:54
5691         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5692              To: Mailing list Perl5 <perl5-porters@perl.org>
5693              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
5694              Date: Sun, 7 Feb 1999 17:00:10 -0500
5695              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
5696      Branch: cfgperl
5697            ! pp_hot.c t/op/pat.t
5698 ____________________________________________________________________________
5699 [  2839] By: jhi                                   on 1999/02/08  17:25:30
5700         Log: A require was missing.
5701      Branch: cfgperl
5702            ! t/lib/h2ph.pht
5703 ____________________________________________________________________________
5704 [  2838] By: jhi                                   on 1999/02/08  16:38:41
5705         Log: Bring in the change #2809 (the Configure part has been
5706              modified rather a lot since the #2809, though.)
5707      Branch: cfgperl
5708            ! Configure utils/h2ph.PL
5709 ____________________________________________________________________________
5710 [  2835] By: gsar                                  on 1999/02/08  14:40:23
5711         Log: make qw() into a true list at compile time (slightly modified
5712              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
5713      Branch: perl
5714            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
5715 ____________________________________________________________________________
5716 [  2834] By: gsar                                  on 1999/02/08  13:23:16
5717         Log: make safesysmalloc() etc., always available; safemalloc() et al are
5718              now macros that point to the right malloc; fix various places in
5719              sources that need to always use safesysmalloc() et al
5720      Branch: perl
5721            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
5722            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
5723 ____________________________________________________________________________
5724 [  2833] By: gsar                                  on 1999/02/08  10:56:16
5725         Log: remove spurious #endif in last change
5726      Branch: perl
5727            ! perl.h
5728 ____________________________________________________________________________
5729 [  2832] By: gsar                                  on 1999/02/08  10:34:55
5730         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
5731              them ask for insanity (untested)
5732      Branch: perl
5733            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
5734            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
5735            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
5736 ____________________________________________________________________________
5737 [  2831] By: jhi                                   on 1999/02/08  08:33:33
5738         Log: Update vms/subconfigure.com along the lines of change #2829.
5739      Branch: cfgperl
5740            ! vms/subconfigure.com
5741 ____________________________________________________________________________
5742 [  2830] By: gsar                                  on 1999/02/08  00:19:46
5743         Log: integrate cfgperl changes into mainline
5744      Branch: perl
5745           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
5746           +> lib/File/PathConvert.pm pod/perlthrtut.pod
5747            ! Changes
5748           !> (integrate 93 files)
5749 ____________________________________________________________________________
5750 [  2829] By: jhi                                   on 1999/02/07  23:49:46
5751         Log: Configure update.
5752              
5753              Probe for mmap() et alia.
5754              The *cc*symbols patch (just Configure, no h2ph).
5755      Branch: cfgperl
5756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5757            ! config_h.SH perl.h
5758 ____________________________________________________________________________
5759 [  2828] By: gsar                                  on 1999/02/07  23:38:47
5760         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5761              Date: Sun, 7 Feb 1999 17:25:22 -0500
5762              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
5763              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
5764      Branch: perl
5765            + t/op/subst_amp.t t/op/subst_wamp.t
5766            ! MANIFEST regcomp.c t/op/subst.t
5767 ____________________________________________________________________________
5768 [  2827] By: gsar                                  on 1999/02/07  23:27:32
5769         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5770              Date: Sun, 7 Feb 1999 17:00:10 -0500
5771              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
5772              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
5773      Branch: perl
5774            ! pp_hot.c t/op/pat.t
5775 ____________________________________________________________________________
5776 [  2826] By: gsar                                  on 1999/02/07  23:26:04
5777         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
5778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5779              Date: Sun, 7 Feb 1999 15:07:27 -0500
5780              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
5781              Subject: Re: fixing memory leaks in REx compilation
5782      Branch: perl
5783            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
5784            ! regexec.c
5785 ____________________________________________________________________________
5786 [  2825] By: jhi                                   on 1999/02/07  18:05:13
5787         Log: Integrate from mainperl.
5788      Branch: cfgperl
5789           +> lib/DB.pm t/comp/bproto.t
5790           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
5791           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
5792           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
5793           !> toke.c vms/perly_c.vms
5794 ____________________________________________________________________________
5795 [  2824] By: gsar                                  on 1999/02/07  14:21:48
5796         Log: tweak doc on bitwise ops
5797      Branch: perl
5798            ! pod/perlop.pod
5799 ____________________________________________________________________________
5800 [  2823] By: gsar                                  on 1999/02/07  13:38:31
5801         Log: applied suggested patch; regen perly* and vms/perly*
5802              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5803              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
5804              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
5805              Subject: [PATCH] Re: Suggestion for perlobj man page
5806      Branch: perl
5807            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
5808 ____________________________________________________________________________
5809 [  2822] By: gsar                                  on 1999/02/07  12:39:09
5810         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
5811              disabled, fails tests)
5812      Branch: perl
5813            ! regcomp.h
5814 ____________________________________________________________________________
5815 [  2821] By: gsar                                  on 1999/02/07  11:09:39
5816         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
5817              <Alexander.Barilo@aexp.com>)
5818      Branch: perl
5819            ! lib/Pod/Html.pm
5820 ____________________________________________________________________________
5821 [  2820] By: gsar                                  on 1999/02/07  10:20:35
5822         Log: add draft debugging API implementation
5823      Branch: perl
5824            + lib/DB.pm
5825            ! MANIFEST
5826 ____________________________________________________________________________
5827 [  2819] By: gsar                                  on 1999/02/07  09:58:45
5828         Log: avoid garbage in db->dirbuf
5829              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
5830              Date: Sat, 05 Dec 1998 14:14:54 +0900
5831              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
5832              Subject: SDBM bug
5833      Branch: perl
5834            ! ext/SDBM_File/sdbm/sdbm.c
5835 ____________________________________________________________________________
5836 [  2818] By: gsar                                  on 1999/02/07  09:32:24
5837         Log: missing entry
5838      Branch: perl
5839            ! MANIFEST
5840 ____________________________________________________________________________
5841 [  2817] By: gsar                                  on 1999/02/07  09:30:47
5842         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
5843      Branch: perl
5844            + t/comp/bproto.t
5845            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5846 ____________________________________________________________________________
5847 [  2816] By: gsar                                  on 1999/02/06  00:14:29
5848         Log: minor bug in dumping blessed subrefs
5849      Branch: perl
5850            ! ext/Data/Dumper/Dumper.pm
5851 ____________________________________________________________________________
5852 [  2812] By: jhi                                   on 1999/02/03  22:02:24
5853         Log: Enhance change #2808.
5854              
5855              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5856              To: perl5-porters@perl.org
5857              Subject: Re: [PATCH 5.00*]: perlbug checklist
5858              Date: Wed, 3 Feb 1999 19:02:27 +0000
5859              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
5860      Branch: cfgperl
5861            ! utils/perlbug.PL
5862 ____________________________________________________________________________
5863 [  2811] By: jhi                                   on 1999/02/03  21:53:23
5864         Log: From: Barrie Slaymaker <rbs@telerama.com>
5865              To: perl5-porters@perl.org
5866              CC: pod-people@perl.org
5867              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
5868              Date: Wed, 03 Feb 1999 10:34:18 -0500
5869              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
5870              
5871              Add File::PathConvert.pm.
5872              Fix Pod::Html and installhtml to understand relative urls.
5873      Branch: cfgperl
5874            + lib/File/PathConvert.pm
5875            ! MANIFEST installhtml lib/Pod/Html.pm
5876 ____________________________________________________________________________
5877 [  2810] By: jhi                                   on 1999/02/03  20:25:10
5878         Log: From: Francois Desarmenien <desar@club-internet.fr>
5879              To: Mailing list Perl5 <perl5-porters@perl.org>
5880              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
5881              Date: Wed, 03 Feb 1999 13:13:24 +0000
5882              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
5883              
5884              (note: this patch completely overrides Tom Wolfe's patch,
5885              change #2604)
5886      Branch: cfgperl
5887            + ext/GDBM_File/hints/sco.pl
5888            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
5889 ____________________________________________________________________________
5890 [  2809] By: jhi                                   on 1999/02/03  19:54:16
5891         Log: h2ph fixes + Configure patch to support them.
5892              
5893              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5894              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
5895              Gurusamy Sarathy <gsar@engin.umich.edu>
5896              Cc: perl5-porters@perl.org
5897              Subject: [PATCH 5.00503_MT5] h2ph.PL
5898              Date: Tue, 2 Feb 1999 19:48:06 -0500
5899              Message-ID: <19990202194806.E10647@O2.chapin.edu>
5900      Branch: maint-5.005/perl
5901            ! Configure utils/h2ph.PL
5902 ____________________________________________________________________________
5903 [  2808] By: jhi                                   on 1999/02/03  16:59:55
5904         Log: Enhance the perlbug checklist.
5905      Branch: cfgperl
5906            ! utils/perlbug.PL
5907 ____________________________________________________________________________
5908 [  2807] By: jhi                                   on 1999/02/03  14:01:37
5909         Log: Document the standard strftime %formats.
5910              
5911              From: Dominic Dunlop <domo@vo.lu>
5912              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
5913              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
5914              Date: Tue, 2 Feb 1999 15:55:29 +0100
5915              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
5916      Branch: cfgperl
5917            ! ext/POSIX/POSIX.pod
5918 ____________________________________________________________________________
5919 [  2806] By: jhi                                   on 1999/02/03  13:58:00
5920         Log: Integrate from mainperl.
5921      Branch: cfgperl
5922           !> perl.h
5923 ____________________________________________________________________________
5924 [  2805] By: gsar                                  on 1999/02/03  03:32:31
5925         Log: PL_uuemap[] init needs help for sizeof()
5926      Branch: perl
5927            ! perl.h
5928 ____________________________________________________________________________
5929 [  2804] By: jhi                                   on 1999/02/02  20:44:30
5930         Log: These should've been already in #2803.
5931      Branch: cfgperl
5932            ! Configure config_h.SH vms/subconfigure.com
5933 ____________________________________________________________________________
5934 [  2803] By: jhi                                   on 1999/02/02  20:38:45
5935         Log: telldir prototype issue, from mists of time...
5936      Branch: cfgperl
5937            ! hints/netbsd.sh pp_sys.c
5938 ____________________________________________________________________________
5939 [  2801] By: jhi                                   on 1999/02/02  17:40:14
5940         Log: From: John Bley <jbb6@acpub.duke.edu>
5941              To: perlbug@perl.org
5942              Subject: [PATCH]5.005_54 (DOC) fix minor typos
5943              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
5944              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
5945      Branch: cfgperl
5946            ! pod/perlre.pod
5947 ____________________________________________________________________________
5948 [  2800] By: jhi                                   on 1999/02/02  17:26:49
5949         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
5950      Branch: cfgperl
5951            ! Todo-5.005
5952 ____________________________________________________________________________
5953 [  2799] By: jhi                                   on 1999/02/02  17:18:51
5954         Log: Update FindBin from maint-5.005.
5955      Branch: cfgperl
5956            ! lib/FindBin.pm
5957 ____________________________________________________________________________
5958 [  2798] By: jhi                                   on 1999/02/02  17:16:07
5959         Log: Fix typecasts in #2797
5960              
5961              From: "G. Del Merritt" <del@intranetics.com>
5962              Date: Fri, 29 Jan 1999 11:47:25 -0700
5963              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
5964              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
5965      Branch: cfgperl
5966            ! ext/POSIX/POSIX.xs
5967 ____________________________________________________________________________
5968 [  2797] By: jhi                                   on 1999/02/02  17:14:37
5969         Log: From: Ted Law <tedlaw@cibcwg.com>
5970              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
5971              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
5972              Subject: POSIX::strftime buffer overflow problem
5973      Branch: cfgperl
5974            ! ext/POSIX/POSIX.xs
5975 ____________________________________________________________________________
5976 [  2796] By: jhi                                   on 1999/02/02  17:13:23
5977         Log: Do not use File::Slurp.
5978      Branch: cfgperl
5979            ! t/lib/textfill.t
5980 ____________________________________________________________________________
5981 [  2795] By: jhi                                   on 1999/02/02  17:11:48
5982         Log: perlhist update from maint-5.005.
5983      Branch: cfgperl
5984            ! pod/perlhist.pod
5985 ____________________________________________________________________________
5986 [  2794] By: jhi                                   on 1999/02/02  17:10:33
5987         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
5988      Branch: cfgperl
5989            ! ext/POSIX/POSIX.pm
5990 ____________________________________________________________________________
5991 [  2793] By: jhi                                   on 1999/02/02  17:08:39
5992         Log: Missed the html test from change #2787. 
5993      Branch: cfgperl
5994            ! t/lib/cgi-html.t
5995 ____________________________________________________________________________
5996 [  2792] By: jhi                                   on 1999/02/02  17:01:24
5997         Log: Update Getopt::Long to 2.19.
5998      Branch: cfgperl
5999            ! lib/Getopt/Long.pm
6000 ____________________________________________________________________________
6001 [  2791] By: jhi                                   on 1999/02/02  16:59:13
6002         Log: overload syntax is no longer experimental
6003      Branch: cfgperl
6004            ! lib/overload.pm
6005 ____________________________________________________________________________
6006 [  2789] By: jhi                                   on 1999/02/02  16:47:50
6007         Log: Still doc fixes.
6008      Branch: cfgperl
6009            ! lib/diagnostics.pm
6010 ____________________________________________________________________________
6011 [  2788] By: jhi                                   on 1999/02/02  16:47:07
6012         Log: Doc fixes.
6013      Branch: cfgperl
6014            ! lib/CGI.pm lib/diagnostics.pm
6015 ____________________________________________________________________________
6016 [  2787] By: jhi                                   on 1999/02/02  16:38:55
6017         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
6018              where applicable).
6019      Branch: cfgperl
6020            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
6021            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6022            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6023            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
6024            ! eg/cgi/frameset.cgi eg/cgi/index.html
6025            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6026            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6027            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6028            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
6029            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
6030            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
6031 ____________________________________________________________________________
6032 [  2786] By: jhi                                   on 1999/02/02  16:17:52
6033         Log: Update CPAN to 1.47.
6034      Branch: cfgperl
6035            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6036 ____________________________________________________________________________
6037 [  2785] By: jhi                                   on 1999/02/02  16:09:03
6038         Log: From: Mark-Jason Dominus <mjd@plover.com>
6039              Date: Sat, 16 Jan 1999 17:22:06 -0500
6040              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
6041              Message-ID: <19990116222206.3674.qmail@plover.com>
6042      Branch: cfgperl
6043            ! pod/perlsub.pod
6044 ____________________________________________________________________________
6045 [  2784] By: jhi                                   on 1999/02/02  16:01:31
6046         Log: Fix incorrect "used only once" warnings
6047              
6048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6049              Date: Fri, 8 Jan 1999 04:37:10 -0500
6050              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
6051              Subject: Re: change#965 flakiness
6052      Branch: cfgperl
6053            ! gv.c
6054 ____________________________________________________________________________
6055 [  2783] By: jhi                                   on 1999/02/02  15:50:38
6056         Log: perldelta updates.
6057      Branch: cfgperl
6058            ! pod/perldelta.pod
6059 ____________________________________________________________________________
6060 [  2782] By: jhi                                   on 1999/02/02  14:28:26
6061         Log: Mirror change #2781.
6062      Branch: cfgperl
6063            ! hints/linux.sh
6064 ____________________________________________________________________________
6065 [  2781] By: jhi                                   on 1999/02/02  14:27:01
6066         Log: Update the MkLinux note.
6067      Branch: maint-5.005/perl
6068            ! hints/linux.sh
6069 ____________________________________________________________________________
6070 [  2780] By: jhi                                   on 1999/02/02  14:10:59
6071         Log: Update todo.
6072      Branch: cfgperl
6073            ! Todo-5.005
6074 ____________________________________________________________________________
6075 [  2779] By: jhi                                   on 1999/02/02  14:00:25
6076         Log: Integrate from mainperl.
6077      Branch: cfgperl
6078            ! t/lib/textfill.t t/lib/textwrap.t
6079           !> (integrate 32 files)
6080 ____________________________________________________________________________
6081 [  2778] By: jhi                                   on 1999/02/02  13:56:23
6082         Log: VMS update, applicable parts of
6083              
6084              From: Dan Sugalski <sugalskd@osshe.edu>
6085              To: perl5-porters@perl.org
6086              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6087              Date: Wed, 20 Jan 1999 12:05:18 -0800
6088              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6089              
6090              From: Dan Sugalski <sugalskd@osshe.edu>
6091              To: perlbug@perl.com, vmsperl@perl.org
6092              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
6093              Date: Tue, 26 Jan 1999 14:40:38 -0800
6094              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
6095              
6096              From: Dan Sugalski <sugalskd@osshe.edu>
6097              To: perl5-porters@perl.org, vmsperl@perl.org
6098              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
6099              Date: Tue, 26 Jan 1999 14:55:29 -0800
6100              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
6101      Branch: cfgperl
6102            ! vms/ext/Stdio/test.pl vms/subconfigure.com
6103 ____________________________________________________________________________
6104 [  2777] By: jhi                                   on 1999/02/02  13:43:24
6105         Log: Synch usethreads parts from maint-5.005.
6106      Branch: cfgperl
6107            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
6108            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
6109            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6110            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
6111 ____________________________________________________________________________
6112 [  2776] By: jhi                                   on 1999/02/02  13:17:16
6113         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
6114      Branch: cfgperl
6115            ! Makefile.SH hints/freebsd.sh
6116 ____________________________________________________________________________
6117 [  2774] By: jhi                                   on 1999/02/02  13:10:39
6118         Log: Add perlthrtut, update pod/* machinery.
6119              (a pod/Makefile.SH is sorely needed)
6120      Branch: cfgperl
6121            + pod/perlthrtut.pod
6122            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
6123 ____________________________________________________________________________
6124 [  2773] By: jhi                                   on 1999/02/02  12:54:24
6125         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6126              To: perl5-porters@perl.org
6127              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
6128              Date: Tue, 26 Jan 1999 22:25:07 +0000
6129              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
6130      Branch: cfgperl
6131            ! pod/perlguts.pod
6132 ____________________________________________________________________________
6133 [  2771] By: jhi                                   on 1999/02/02  12:47:34
6134         Log: Use perlbug instead of personal email address.
6135      Branch: cfgperl
6136            ! Configure
6137 ____________________________________________________________________________
6138 [  2770] By: jhi                                   on 1999/02/02  12:42:06
6139         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6140              
6141              From: "G. Del Merritt" <del@intranetics.com>
6142              To: perlbug@perl.com
6143              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6144              Date: Tue, 26 Jan 1999 12:09:09 -0700
6145              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6146      Branch: cfgperl
6147            ! iperlsys.h
6148 ____________________________________________________________________________
6149 [  2769] By: jhi                                   on 1999/02/02  12:37:57
6150         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6151              To: Mailing list Perl5 <perl5-porters@perl.org>
6152              Subject: [PATCH 5.005_*] OS/2 threads
6153              Date: Tue, 26 Jan 1999 13:39:46 -0500
6154              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
6155      Branch: cfgperl
6156            ! os2/os2ish.h
6157 ____________________________________________________________________________
6158 [  2768] By: jhi                                   on 1999/02/02  12:36:16
6159         Log: Apply change #2711 from maint-5.005:
6160              
6161              make ok", "make okfile", and "make nok" were broken
6162              with -Duseshrplib, because of a shared typo.
6163              
6164              From: Spider Boardman <spider@web.zk3.dec.com>
6165              To: perlbug@perl.com
6166              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6167              Date: Wed, 27 Jan 1999 12:27:15 -0500
6168              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6169      Branch: cfgperl
6170            ! Makefile.SH
6171 ____________________________________________________________________________
6172 [  2766] By: jhi                                   on 1999/02/02  12:27:08
6173         Log: Make Configure use "int main()" instead of bare "main()".
6174              Like maint-5.005 change #2703 but now via metaconfig.
6175      Branch: cfgperl
6176            ! Configure
6177 ____________________________________________________________________________
6178 [  2765] By: jhi                                   on 1999/02/02  11:59:30
6179         Log: Undo part of change #2562.
6180      Branch: cfgperl
6181            ! Configure
6182 ____________________________________________________________________________
6183 [  2764] By: jhi                                   on 1999/02/02  11:52:39
6184         Log: NetBSD synch with maint-5.005.
6185      Branch: cfgperl
6186            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6187 ____________________________________________________________________________
6188 [  2763] By: jhi                                   on 1999/02/02  11:44:07
6189         Log: $Config{installusrbinperl}
6190              (maint-5.005 changes #2614 and #2709)
6191      Branch: cfgperl
6192            ! Configure installperl
6193 ____________________________________________________________________________
6194 [  2762] By: jhi                                   on 1999/02/02  11:29:13
6195         Log: Errno update from maint-5.005 (changes #2583, #2710).
6196      Branch: cfgperl
6197            ! Configure ext/Errno/Errno_pm.PL
6198 ____________________________________________________________________________
6199 [  2759] By: jhi                                   on 1999/02/02  10:53:20
6200         Log: Update Trig.pm from maint-5.005.
6201      Branch: cfgperl
6202            ! lib/Math/Trig.pm
6203 ____________________________________________________________________________
6204 [  2757] By: jhi                                   on 1999/02/02  10:41:26
6205         Log: MPE/iX update (mirror maint-5.005 change #2715)
6206      Branch: cfgperl
6207            ! hints/mpeix.sh mpeix/relink
6208 ____________________________________________________________________________
6209 [  2756] By: jhi                                   on 1999/02/02  10:38:08
6210         Log: BeOS update (Mirror maint-5.005 change #2727).
6211      Branch: cfgperl
6212            + ext/DynaLoader/dl_beos.xs
6213            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6214            ! lib/ExtUtils/MM_Unix.pm
6215 ____________________________________________________________________________
6216 [  2754] By: gsar                                  on 1999/02/02  08:52:13
6217         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
6218      Branch: perl
6219            ! Porting/pumpkin.pod Todo Todo-5.005
6220 ____________________________________________________________________________
6221 [  2753] By: gsar                                  on 1999/02/02  08:46:21
6222         Log: Todo tweaks
6223      Branch: perl
6224            ! Todo Todo-5.005
6225 ____________________________________________________________________________
6226 [  2752] By: jhi                                   on 1999/02/01  22:15:12
6227         Log: Add perlthrtut.pod.
6228              
6229              From: Dan Sugalski <sugalskd@osshe.edu>
6230              To: perl5-porters@perl.org
6231              Subject: perlthrtut.pod
6232              Date: Mon, 01 Feb 1999 10:57:11 -0800
6233              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
6234      Branch: maint-5.005/perl
6235            + pod/perlthrtut.pod
6236            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
6237            ! pod/roffitall
6238 ____________________________________________________________________________
6239 [  2751] By: gsar                                  on 1999/02/01  07:28:05
6240         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
6241      Branch: perl
6242            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6243            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
6244 ____________________________________________________________________________
6245 [  2750] By: gsar                                  on 1999/02/01  07:09:20
6246         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6247              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
6248              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
6249              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
6250      Branch: perl
6251            ! regexec.c
6252 ____________________________________________________________________________
6253 [  2749] By: gsar                                  on 1999/02/01  07:07:59
6254         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6255              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
6256              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
6257              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
6258      Branch: perl
6259            ! regexec.c
6260 ____________________________________________________________________________
6261 [  2748] By: gsar                                  on 1999/02/01  06:47:06
6262         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
6263              Date: Thu, 3 Dec 1998 15:10:17 -0500
6264              Message-Id: <199812032010.PAA09692@jik.shore.net>
6265              Subject: sample checksum code in "perlfunc" man page is wrong
6266      Branch: perl
6267            ! pod/perlfunc.pod
6268 ____________________________________________________________________________
6269 [  2747] By: gsar                                  on 1999/02/01  06:35:13
6270         Log: typos in Pod/Text.pm
6271              From: "Greg Chapman" <glc@well.com>
6272              Date: Tue, 1 Dec 1998 10:50:18 -0800
6273              Message-Id: <199812011849.KAA08816@smtp.well.com>
6274              Subject: Glitch in Pod::Text
6275      Branch: perl
6276            ! lib/Pod/Text.pm
6277 ____________________________________________________________________________
6278 [  2746] By: gsar                                  on 1999/02/01  06:27:35
6279         Log: various win32-ish changes merged from maint-5.005
6280      Branch: perl
6281            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
6282            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
6283            ! win32/Makefile win32/config.bc win32/config.vc
6284            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
6285            ! win32/win32.c
6286 ____________________________________________________________________________
6287 [  2745] By: gsar                                  on 1999/02/01  04:51:54
6288         Log: integrate cfgperl changes into mainline
6289      Branch: perl
6290           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
6291 ____________________________________________________________________________
6292 [  2744] By: gsar                                  on 1999/02/01  04:31:09
6293         Log: improved diagnostic on syntax errors at EOL
6294      Branch: perl
6295            ! toke.c
6296 ____________________________________________________________________________
6297 [  2743] By: gsar                                  on 1999/02/01  03:59:13
6298         Log: don't attempt connect() to bogus IP addresses
6299              From:    Graham Barr <gbarr@pobox.com>
6300              Date:    Sun, 31 Jan 1999 21:50:45 CST
6301              Message-Id: <19990131215045.A633@pobox.com>
6302      Branch: perl
6303            ! t/lib/io_multihomed.t
6304 ____________________________________________________________________________
6305 [  2742] By: gsar                                  on 1999/02/01  03:08:58
6306         Log: update Changes
6307      Branch: perl
6308            ! Changes pod/perldelta.pod
6309 ____________________________________________________________________________
6310 [  2740] By: gsar                                  on 1999/02/01  02:43:07
6311         Log: CAPI inheritance tweak and doc
6312      Branch: maint-5.005/perl
6313            ! lib/ExtUtils/MakeMaker.pm
6314 ____________________________________________________________________________
6315 [  2739] By: jhi                                   on 1999/01/31  18:31:54
6316         Log: Undo changes #2730 and #2731 and replace them
6317              with an extensively tested patch from
6318              Anton Berezin <tobez@plab.ku.dk> (via private email).
6319      Branch: maint-5.005/perl
6320            ! Makefile.SH hints/freebsd.sh
6321 ____________________________________________________________________________
6322 [  2738] By: gsar                                  on 1999/01/31  05:04:32
6323         Log: fix bogus CAPI inheritance from change#2541
6324      Branch: maint-5.005/perl
6325            ! lib/ExtUtils/MakeMaker.pm
6326 ____________________________________________________________________________
6327 [  2731] By: jhi                                   on 1999/01/29  14:33:12
6328         Log: FreeBSD version numbers can be like "2.2.8-release".
6329      Branch: maint-5.005/perl
6330            ! hints/freebsd.sh
6331 ____________________________________________________________________________
6332 [  2730] By: jhi                                   on 1999/01/29  12:40:38
6333         Log: FreeBSD hints iteration (hopefully convergent).
6334              usethreads: require at least FreeBSD 2.2.8.
6335              signal type: mirror change #2429 in cfgperl.
6336      Branch: maint-5.005/perl
6337            ! hints/freebsd.sh
6338 ____________________________________________________________________________
6339 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
6340         Log: From: Tom Spindler <dogcow@isi.net>
6341              Date: Thu, 28 Jan 1999 17:15:11 -0800
6342              Message-ID: <19990128171510.A11778@isi.net>
6343              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
6344      Branch: maint-5.005/perl
6345            + ext/DynaLoader/dl_beos.xs
6346            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6347            ! lib/ExtUtils/MM_Unix.pm
6348 ____________________________________________________________________________
6349 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
6350         Log: Remove use of File::Slurp in t/lib/textfill.t
6351      Branch: maint-5.005/perl
6352            ! t/lib/textfill.t
6353 ____________________________________________________________________________
6354 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
6355         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
6356              Date: Wed, 27 Jan 1999 23:14:33 -0800
6357              Message-Id: <199901280714.XAA10176@activestate.com>
6358              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
6359      Branch: maint-5.005/perl
6360            ! win32/Makefile win32/makefile.mk
6361 ____________________________________________________________________________
6362 [  2720] By: gsar                                  on 1999/01/27  21:54:42
6363         Log: missing space while munging CCFLAGS for PERL_CAPI
6364      Branch: perl
6365            ! lib/ExtUtils/MM_Unix.pm
6366 ____________________________________________________________________________
6367 [  2718] By: jhi                                   on 1999/01/27  19:46:04
6368         Log: io/fs.t fails test #18 (sense of tests appears to have been
6369              changed incompletely; this patch just skips the test attached,
6370              a la test #17 preceding it).
6371              
6372              From: "G. Del Merritt" <del@intranetics.com>
6373              To: perlbug@perl.com
6374              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6375              Date: Tue, 26 Jan 1999 12:09:09 -0700
6376              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6377      Branch: maint-5.005/perl
6378            ! t/io/fs.t
6379 ____________________________________________________________________________
6380 [  2717] By: jhi                                   on 1999/01/27  19:44:46
6381         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6382              
6383              From: "G. Del Merritt" <del@intranetics.com>
6384              To: perlbug@perl.com
6385              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6386              Date: Tue, 26 Jan 1999 12:09:09 -0700
6387              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6388      Branch: maint-5.005/perl
6389            ! iperlsys.h
6390 ____________________________________________________________________________
6391 [  2715] By: jhi                                   on 1999/01/27  19:34:28
6392         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6393              To: perl5-porters@perl.org
6394              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
6395              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
6396              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
6397      Branch: maint-5.005/perl
6398            ! hints/mpeix.sh mpeix/relink
6399 ____________________________________________________________________________
6400 [  2710] By: jhi                                   on 1999/01/27  19:22:23
6401         Log: Errno fixes:
6402              
6403              From: Spider Boardman <spider@web.zk3.dec.com>
6404              To: perlbug@perl.com
6405              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6406              Date: Wed, 27 Jan 1999 12:27:15 -0500
6407              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6408              
6409              From: Spider Boardman <spider@web.zk3.dec.com>
6410              To: perlbug@perl.com
6411              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6412              Date: Wed, 27 Jan 1999 13:31:16 -0500
6413              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
6414      Branch: maint-5.005/perl
6415            ! Configure ext/Errno/Errno_pm.PL
6416 ____________________________________________________________________________
6417 [  2709] By: jhi                                   on 1999/01/27  19:17:35
6418         Log: Fix Configure installusrbinperl:
6419              
6420              From: Spider Boardman <spider@web.zk3.dec.com>
6421              To: jhi@iki.fi
6422              cc: perl5-porters@perl.org
6423              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6424              Date: Wed, 27 Jan 1999 13:03:35 -0500
6425              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
6426      Branch: maint-5.005/perl
6427            ! Configure
6428 ____________________________________________________________________________
6429 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
6430         Log: Add redef IO::Handle::* for setv?buf()
6431      Branch: maint-5.005/perl
6432            ! ext/POSIX/POSIX.pm
6433 ____________________________________________________________________________
6434 [  2705] By: jhi                                   on 1999/01/24  15:14:30
6435         Log: Mention year-1900 and month 0..11.
6436      Branch: cfgperl
6437            ! lib/Time/Local.pm
6438 ____________________________________________________________________________
6439 [  2704] By: jhi                                   on 1999/01/24  15:13:36
6440         Log: Document Configure -Uinstallusrbinperl.
6441      Branch: cfgperl
6442            ! INSTALL pod/perldelta.pod
6443 ____________________________________________________________________________
6444 [  2698] By: jhi                                   on 1999/01/24  12:46:00
6445         Log: Use only xlc_r for usethreads.
6446      Branch: cfgperl
6447            ! hints/aix.sh
6448 ____________________________________________________________________________
6449 [  2695] By: gsar                                  on 1999/01/24  07:09:05
6450         Log: integrate cfgperl changes into mainline
6451      Branch: perl
6452           +> lib/Exporter/Heavy.pm
6453           !> (integrate 65 files)
6454 ____________________________________________________________________________
6455 [  2694] By: gsar                                  on 1999/01/24  01:28:49
6456         Log: better notes on 'make' on win32
6457      Branch: perl
6458            ! README.win32
6459 ____________________________________________________________________________
6460 [  2683] By: jhi                                   on 1999/01/22  15:41:00
6461         Log: More de-cut-and-pastos.
6462      Branch: cfgperl
6463            ! hints/irix_6.sh hints/os2.sh
6464 ____________________________________________________________________________
6465 [  2682] By: jhi                                   on 1999/01/22  15:30:51
6466         Log: usethreads.cbu cut-and-pasto.
6467      Branch: cfgperl
6468            ! hints/solaris_2.sh
6469 ____________________________________________________________________________
6470 [  2681] By: jhi                                   on 1999/01/22  14:54:55
6471         Log: Better (I hope) LANGUAGE documentation.
6472      Branch: cfgperl
6473            ! pod/perllocale.pod
6474 ____________________________________________________________________________
6475 [  2680] By: jhi                                   on 1999/01/22  09:20:29
6476         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6477              To: perl5-porters@perl.org
6478              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6479              Date: Wed, 20 Jan 1999 12:05:18 -0800
6480              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6481      Branch: cfgperl
6482            ! vms/subconfigure.com
6483 ____________________________________________________________________________
6484 [  2679] By: jhi                                   on 1999/01/22  09:13:18
6485         Log: nosuid getmntent() branch.
6486      Branch: cfgperl
6487            ! perl.c perl.h
6488 ____________________________________________________________________________
6489 [  2678] By: jhi                                   on 1999/01/22  08:54:19
6490         Log: nosuid patch continued: *BSD needs <sys/param.h>.
6491      Branch: cfgperl
6492            ! Configure config_h.SH
6493 ____________________________________________________________________________
6494 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
6495         Log: Fixup FindBin to use File::Spec
6496              
6497              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
6498              Date: Wed, 20 Jan 1999 18:51:57 +0000
6499              From: Paul Johnson <pjcj@transeda.com>
6500              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
6501      Branch: maint-5.005/perl
6502            ! lib/FindBin.pm
6503 ____________________________________________________________________________
6504 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
6505         Log: Fix win32 for Borland compiler and spaces in paths
6506              
6507              From: Gurusamy Sarathy <gsar@activestate.com>
6508              Date: Mon, 18 Jan 1999 20:33:17 -0800
6509              Message-Id: <199901190433.UAA03656@activestate.com>
6510              Subject: [PATCH] 5.005_03-trial3 win32 issues
6511      Branch: maint-5.005/perl
6512            ! README.win32 win32/Makefile win32/config_sh.PL
6513            ! win32/makefile.mk win32/runperl.c
6514 ____________________________________________________________________________
6515 [  2670] By: jhi                                   on 1999/01/21  16:12:38
6516         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6517              To: perl5-porters@perl.org
6518              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
6519              Date: Thu, 21 Jan 1999 12:08:01 +0000
6520              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
6521      Branch: cfgperl
6522            ! pod/perldiag.pod t/op/subst.t toke.c
6523 ____________________________________________________________________________
6524 [  2669] By: jhi                                   on 1999/01/21  16:11:46
6525         Log: To: perl5-porters@perl.org
6526              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
6527              From: Anton Berezin <tobez@plab.ku.dk>
6528              Date: 21 Jan 1999 17:07:28 +0100
6529              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
6530      Branch: cfgperl
6531            ! hints/freebsd.sh
6532 ____________________________________________________________________________
6533 [  2668] By: jhi                                   on 1999/01/21  15:38:34
6534         Log: Add Daniel Grisinger <dgris@dimensional.com>.
6535      Branch: cfgperl
6536            ! AUTHORS MAINTAIN
6537 ____________________________________________________________________________
6538 [  2667] By: jhi                                   on 1999/01/21  15:32:28
6539         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6540              To: Mailing list Perl5 <perl5-porters@perl.org>
6541              Subject: [PATCH 5.005_53] Lean Exporter.pm
6542              Date: Thu, 21 Jan 1999 03:25:23 -0500
6543              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
6544      Branch: cfgperl
6545            + lib/Exporter/Heavy.pm
6546            ! MANIFEST lib/Exporter.pm
6547 ____________________________________________________________________________
6548 [  2666] By: jhi                                   on 1999/01/21  15:24:10
6549         Log: From: "W. Phillip Moore" <wpm@ms.com>
6550              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
6551              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
6552              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
6553              Message-ID: <13988.46383.298992.97303@zappa>
6554      Branch: cfgperl
6555            ! lib/File/Path.pm
6556 ____________________________________________________________________________
6557 [  2665] By: jhi                                   on 1999/01/21  15:20:48
6558         Log: CPAN update (CPAN-1.44_54) from Andreas and
6559              jumbo doc patch from Abigail.
6560              
6561              From: abigail@fnx.com
6562              To: perl5-porters@perl.org (Perl Porters)
6563              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
6564              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
6565              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
6566              
6567              From: abigail@fnx.com
6568              To: perl5-porters@perl.org (Perl Porters)
6569              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
6570              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
6571              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
6572              
6573              From: abigail@fnx.com
6574              To: perl5-porters@perl.org (Perl Porters)
6575              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
6576              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
6577              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
6578              
6579              From: abigail@fnx.com
6580              To: perl5-porters@perl.org (Perl Porters)
6581              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
6582              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
6583              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
6584              
6585              From: abigail@fnx.com
6586              To: perl5-porters@perl.org (Perl Porters)
6587              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
6588              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
6589              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
6590              
6591              From: abigail@fnx.com
6592              To: perl5-porters@perl.org (Perl Porters)
6593              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
6594              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
6595              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
6596              
6597              From: abigail@fnx.com
6598              To: perl5-porters@perl.org (Perl Porters)
6599              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
6600              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
6601              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
6602              
6603              From: abigail@fnx.com
6604              To: perl5-porters@perl.org (Perl Porters)
6605              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
6606              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
6607              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
6608              
6609              From: abigail@fnx.com
6610              To: perl5-porters@perl.org (Perl Porters)
6611              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
6612              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
6613              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
6614              
6615              From: abigail@fnx.com
6616              To: perl5-porters@perl.org (Perl Porters)
6617              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
6618              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
6619              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
6620              
6621              From: abigail@fnx.com
6622              To: perl5-porters@perl.org (Perl Porters)
6623              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
6624              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
6625              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
6626              
6627              From: abigail@fnx.com
6628              To: perl5-porters@perl.org (Perl Porters)
6629              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
6630              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
6631              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
6632              
6633              From: abigail@fnx.com
6634              To: perl5-porters@perl.org (Perl Porters)
6635              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
6636              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
6637              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
6638      Branch: cfgperl
6639            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
6640            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6641            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
6642            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
6643 ____________________________________________________________________________
6644 [  2664] By: jhi                                   on 1999/01/21  14:47:43
6645         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6646              To: Mailing list Perl5 <perl5-porters@perl.org>
6647              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
6648              Date: Thu, 21 Jan 1999 03:58:29 -0500
6649              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
6650      Branch: cfgperl
6651            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
6652 ____________________________________________________________________________
6653 [  2663] By: jhi                                   on 1999/01/21  14:43:58
6654         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6655              To: Mailing list Perl5 <perl5-porters@perl.org>
6656              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
6657              Date: Thu, 21 Jan 1999 02:46:34 -0500
6658              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
6659      Branch: cfgperl
6660            ! ext/Errno/Errno_pm.PL
6661 ____________________________________________________________________________
6662 [  2662] By: jhi                                   on 1999/01/21  14:42:42
6663         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
6664              To: Francois Desarmenien <desar@club-internet.fr>
6665              Cc: Gurusamy Sarathy <gsar@activestate.com>,
6666              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
6667              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
6668              Date: 21 Jan 1999 00:17:35 -0700
6669              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
6670      Branch: cfgperl
6671            ! Porting/patching.pod
6672 ____________________________________________________________________________
6673 [  2661] By: jhi                                   on 1999/01/21  14:41:13
6674         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6675              To: Mailing list Perl5 <perl5-porters@perl.org>
6676              Subject: [PATCH 5.00*] makedepend
6677              Date: Thu, 21 Jan 1999 02:08:27 -0500
6678              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
6679      Branch: cfgperl
6680            ! makedepend.SH
6681 ____________________________________________________________________________
6682 [  2660] By: jhi                                   on 1999/01/21  14:36:45
6683         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6684              To: Mailing list Perl5 <perl5-porters@perl.org>
6685              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
6686              Date: Tue, 19 Jan 1999 20:06:45 -0500
6687              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
6688      Branch: cfgperl
6689            ! os2/Changes os2/os2.c
6690 ____________________________________________________________________________
6691 [  2657] By: jhi                                   on 1999/01/21  11:40:35
6692         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6693              To: perl5-porters@perl.org
6694              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
6695              Date: Mon, 18 Jan 1999 01:32:31 PST
6696              Message-ID: <19990118093231.18443.qmail@hotmail.com>
6697      Branch: cfgperl
6698            ! ext/B/B/CC.pm
6699 ____________________________________________________________________________
6700 [  2656] By: jhi                                   on 1999/01/21  11:35:34
6701         Log: From: Achim Bohnet <ach@mpe.mpg.de>
6702              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
6703              Date: Wed, 20 Jan 1999 20:25:53 +0100
6704              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
6705      Branch: cfgperl
6706            ! pp.c
6707 ____________________________________________________________________________
6708 [  2655] By: jhi                                   on 1999/01/21  10:46:01
6709         Log: Handle NIS (and NetInfo) more robustly.
6710      Branch: cfgperl
6711            ! t/op/grent.t t/op/pwent.t
6712 ____________________________________________________________________________
6713 [  2654] By: jhi                                   on 1999/01/21  10:17:20
6714         Log: Two-argument eaccess() of SCO.
6715      Branch: cfgperl
6716            ! pp_sys.c
6717 ____________________________________________________________________________
6718 [  2653] By: jhi                                   on 1999/01/21  08:53:14
6719         Log: -DNO_NOSUID_CHECK for those platforms which have no way
6720              of checking for nosuid but still want suidperl.
6721      Branch: cfgperl
6722            ! perl.c
6723 ____________________________________________________________________________
6724 [  2652] By: jhi                                   on 1999/01/21  08:22:50
6725         Log: The LANGUAGE mirrors LC_ALL usage.
6726      Branch: cfgperl
6727            ! Configure config_h.SH
6728 ____________________________________________________________________________
6729 [  2651] By: jhi                                   on 1999/01/20  22:01:21
6730         Log: I_MNTENT was missing.
6731      Branch: cfgperl
6732            ! Configure config_h.SH
6733 ____________________________________________________________________________
6734 [  2650] By: jhi                                   on 1999/01/19  13:42:03
6735         Log: NetBSD update, based on patches from the NetBSD packages system.
6736      Branch: cfgperl
6737            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6738 ____________________________________________________________________________
6739 [  2649] By: jhi                                   on 1999/01/19  12:44:02
6740         Log: Jumbo Configure update.
6741              * -Uinstallusrbinperl: disable /usr/bin/perl installation
6742              by installperl
6743              * usethreads.cbu
6744              * use64bits.cbu
6745              * "nosuid"
6746      Branch: cfgperl
6747            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
6748            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
6749            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
6750            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
6751            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
6752            ! pod/perldiag.pod
6753 ____________________________________________________________________________
6754 [  2648] By: jhi                                   on 1999/01/19  09:16:44
6755         Log: Mention /usr/share/locale.
6756      Branch: cfgperl
6757            ! pod/perllocale.pod
6758 ____________________________________________________________________________
6759 [  2647] By: jhi                                   on 1999/01/19  09:11:11
6760         Log: SHMLBA strikes back in NetBSD/sparc.
6761              
6762              From: Dave Nelson <David.Nelson@bellcow.com>
6763              To: jhi@iki.fi
6764              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
6765              Date: Mon, 18 Jan 1999 22:07:56 -0600
6766              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
6767      Branch: cfgperl
6768            ! ext/IPC/SysV/SysV.xs
6769 ____________________________________________________________________________
6770 [  2646] By: jhi                                   on 1999/01/19  08:58:17
6771         Log: Show LANGUAGE env var when needed. (Augment change #2645).
6772      Branch: cfgperl
6773            ! util.c utils/perlbug.PL
6774 ____________________________________________________________________________
6775 [  2645] By: jhi                                   on 1999/01/19  08:52:15
6776         Log: Document the GNU LANGUAGE env var.
6777      Branch: cfgperl
6778            ! pod/perllocale.pod
6779 ____________________________________________________________________________
6780 [  2644] By: jhi                                   on 1999/01/19  08:42:25
6781         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6782              To: Mailing list Perl5 <perl5-porters@perl.org>
6783              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
6784              Date: Mon, 18 Jan 1999 20:57:02 -0500
6785              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
6786      Branch: cfgperl
6787            ! pp_hot.c t/op/pat.t
6788 ____________________________________________________________________________
6789 [  2643] By: jhi                                   on 1999/01/18  11:23:41
6790         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
6791      Branch: cfgperl
6792            ! Makefile.SH
6793 ____________________________________________________________________________
6794 [  2642] By: jhi                                   on 1999/01/18  11:03:38
6795         Log: GNU libc locale system has LANGUAGE env var that partly
6796              overrides even LC_ALL.
6797      Branch: cfgperl
6798            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
6799 ____________________________________________________________________________
6800 [  2641] By: jhi                                   on 1999/01/18  10:55:04
6801         Log: Integrate from mainperl.
6802      Branch: cfgperl
6803           +> ext/B/defsubs.h.PL
6804            ! t/op/groups.t
6805           !> (integrate 38 files)
6806 ____________________________________________________________________________
6807 [  2640] By: gsar                                  on 1999/01/18  10:06:29
6808         Log: a few random cleanups
6809      Branch: perl
6810            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
6811 ____________________________________________________________________________
6812 [  2639] By: gsar                                  on 1999/01/18  05:56:21
6813         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
6814              Date:    Sun, 17 Jan 1999 16:41:10 PST
6815              Message-Id: <19990118004111.29667.qmail@hotmail.com>
6816              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
6817      Branch: perl
6818            ! ext/B/B/C.pm
6819 ____________________________________________________________________________
6820 [  2638] By: gsar                                  on 1999/01/18  05:41:21
6821         Log: From:    jan.dubois@ibm.net (Jan Dubois)
6822              Date:    Mon, 18 Jan 1999 00:37:41 +0100
6823              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
6824              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
6825      Branch: perl
6826            ! dump.c
6827 ____________________________________________________________________________
6828 [  2633] By: gsar                                  on 1999/01/17  13:39:59
6829         Log: bogus assert()
6830      Branch: perl
6831            ! pp.c t/op/groups.t
6832 ____________________________________________________________________________
6833 [  2632] By: gsar                                  on 1999/01/17  13:22:04
6834         Log: various tweaks for clean build and test on win32
6835      Branch: perl
6836            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
6837            ! op.c t/pragma/warn/doio
6838 ____________________________________________________________________________
6839 [  2631] By: gsar                                  on 1999/01/17  12:28:06
6840         Log: undo change#2336, and add clarification about subversive
6841              CPAN distributions from Andreas Koenig
6842      Branch: perl
6843            ! Porting/pumpkin.pod lib/CPAN.pm
6844 ____________________________________________________________________________
6845 [  2630] By: gsar                                  on 1999/01/17  12:04:06
6846         Log: fix silent taint failures under -U
6847      Branch: perl
6848            ! doio.c
6849 ____________________________________________________________________________
6850 [  2629] By: gsar                                  on 1999/01/17  12:00:23
6851         Log: sanity check piped opens (tweaked version of patch suggested
6852              by Mark-Jason Dominus)
6853      Branch: perl
6854            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
6855            ! t/op/taint.t t/pragma/warn/doio
6856 ____________________________________________________________________________
6857 [  2628] By: gsar                                  on 1999/01/17  11:26:21
6858         Log: regen headers
6859      Branch: perl
6860            ! embed.h embedvar.h objXSUB.h
6861 ____________________________________________________________________________
6862 [  2627] By: gsar                                  on 1999/01/17  11:23:37
6863         Log: PERL_OBJECTness for change#2595
6864      Branch: perl
6865            ! embed.pl op.c pod/perlport.pod proto.h
6866 ____________________________________________________________________________
6867 [  2626] By: gsar                                  on 1999/01/17  09:47:07
6868         Log: PERL_OBJECT tweaks for change#2426
6869      Branch: perl
6870            ! embed.pl proto.h regcomp.c
6871 ____________________________________________________________________________
6872 [  2625] By: gsar                                  on 1999/01/17  09:37:58
6873         Log: documentation in change#2596 is not quite right; fix it
6874      Branch: perl
6875            ! lib/Math/BigFloat.pm pod/perlguts.pod
6876 ____________________________________________________________________________
6877 [  2624] By: gsar                                  on 1999/01/17  09:28:34
6878         Log: undo change#2571; C<use File::Spec> instead
6879      Branch: perl
6880            ! lib/FindBin.pm
6881 ____________________________________________________________________________
6882 [  2623] By: gsar                                  on 1999/01/17  09:20:42
6883         Log: change#2572 is not applicable; undo, retaining scan_bin addition
6884              to global.sym
6885      Branch: perl
6886            ! global.sym perl.c proto.h
6887 ____________________________________________________________________________
6888 [  2622] By: gsar                                  on 1999/01/17  09:17:42
6889         Log: change#2576 is based on a wrong premise; undo it
6890      Branch: perl
6891            ! pp_ctl.c
6892 ____________________________________________________________________________
6893 [  2621] By: gsar                                  on 1999/01/17  09:12:42
6894         Log: fix change#2602 to not used hard coded constants
6895      Branch: perl
6896            ! ext/B/B/C.pm ext/B/defsubs.h.PL
6897 ____________________________________________________________________________
6898 [  2620] By: gsar                                  on 1999/01/17  09:02:07
6899         Log: integrate cfgperl changes into mainline, fix conflicts
6900      Branch: perl
6901           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
6902           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
6903           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
6904           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
6905           +> pod/perlopentut.pod
6906           !> (integrate 162 files)
6907 ____________________________________________________________________________
6908 [  2619] By: gsar                                  on 1999/01/17  08:42:04
6909         Log: a few doc typos
6910      Branch: perl
6911            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
6912 ____________________________________________________________________________
6913 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
6914         Log: Win32 changes from Jan
6915              
6916              From: jan.dubois@ibm.net (Jan Dubois)
6917              Date: Fri, 15 Jan 1999 23:38:35 +0100
6918              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
6919              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
6920              
6921              From: jan.dubois@ibm.net (Jan Dubois)
6922              Date: Sat, 16 Jan 1999 13:02:45 +0100
6923              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
6924              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
6925      Branch: maint-5.005/perl
6926            ! README.win32 win32/Makefile win32/makefile.mk
6927 ____________________________________________________________________________
6928 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
6929         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
6930              
6931              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6932              Date: Thu, 07 Jan 1999 00:12:00 -0500
6933              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
6934              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6935              
6936              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6937              Date: Thu, 14 Jan 1999 19:21:46 -0500
6938              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
6939              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6940      Branch: maint-5.005/perl
6941            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
6942            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
6943            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
6944            ! win32/makedef.pl win32/runperl.c win32/win32.c
6945 ____________________________________________________________________________
6946 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
6947         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6948              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
6949              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
6950              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
6951              
6952              From: Jarkko Hietaniemi <jhi@iki.fi>
6953              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
6954              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
6955              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
6956              
6957              From: Jarkko Hietaniemi <jhi@iki.fi>
6958              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
6959              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
6960              Subject: the promised "installusrbinperl + NetBSD" fix
6961      Branch: maint-5.005/perl
6962            ! Configure Makefile.SH hints/netbsd.sh installperl
6963            ! makedepend.SH unixish.h
6964 ____________________________________________________________________________
6965 [  2611] By: jhi                                   on 1999/01/14  12:16:14
6966         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6967              To: pumpkings@jhereg.perl.com
6968              Subject: perlopentut.pod
6969              Date: Sat, 09 Jan 1999 08:13:18 -0700
6970              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
6971      Branch: cfgperl
6972            + pod/perlopentut.pod
6973            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
6974 ____________________________________________________________________________
6975 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
6976         Log: Added Carp::cluck to perldelta.pod
6977      Branch: maint-5.005/perl
6978            ! pod/perldelta.pod
6979 ____________________________________________________________________________
6980 [  2605] By: jhi                                   on 1999/01/13  18:26:19
6981         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
6982              To: "'cpan@perl.org'" <cpan@perl.org>
6983              Subject: "Bug" fix for File::Find.pm
6984              Date:   Thu, 31 Dec 1998 13:01:50 -0500
6985              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
6986      Branch: cfgperl
6987            ! lib/File/Find.pm
6988 ____________________________________________________________________________
6989 [  2604] By: jhi                                   on 1999/01/13  18:08:45
6990         Log: From: Peter Wolfe <wolfe@teloseng.com>
6991              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
6992              To: perlbug@perl.com
6993              Date: 11 Jan 1999 23:00:05 +0200
6994              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
6995      Branch: cfgperl
6996            ! hints/sco.sh
6997 ____________________________________________________________________________
6998 [  2603] By: jhi                                   on 1999/01/13  18:06:56
6999         Log: From: hans@icgroup.nl (Hans Mulder)
7000              Subject: [Patch for 5.005_54] re::debugcolors dumps core
7001              To: perlbug@perl.com
7002              Cc: hansmu@xs4all.nl
7003              Date: 11 Jan 1999 22:22:45 +0200
7004              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
7005      Branch: cfgperl
7006            ! ext/re/re.pm regcomp.c
7007 ____________________________________________________________________________
7008 [  2602] By: jhi                                   on 1999/01/13  18:05:43
7009         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7010              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
7011              Date: 11 Jan 1999 08:02:41 +0200
7012              Lines: 134
7013              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
7014      Branch: cfgperl
7015            ! ext/B/B.xs ext/B/B/C.pm
7016 ____________________________________________________________________________
7017 [  2601] By: jhi                                   on 1999/01/13  18:01:53
7018         Log: From: James FitzGibbon <james@ican.net>
7019              Subject: Trivial patch for HP-UX 11 and shared libperl
7020              To: perl5-porters@perl.org
7021              Date: 8 Jan 1999 19:13:23 +0200
7022              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
7023      Branch: cfgperl
7024            ! Makefile.SH
7025 ____________________________________________________________________________
7026 [  2600] By: jhi                                   on 1999/01/13  17:59:45
7027         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7028              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
7029              To: perl5-porters@perl.org
7030              Date: 8 Jan 1999 12:43:36 +0200
7031              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
7032      Branch: cfgperl
7033            ! ext/B/B/CC.pm
7034 ____________________________________________________________________________
7035 [  2599] By: jhi                                   on 1999/01/13  17:50:11
7036         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7037              Subject: PATCH to installperl
7038              To: perl5-porters@perl.org
7039              Date: 4 Jan 1999 16:15:18 +0200
7040              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
7041      Branch: cfgperl
7042            ! installperl
7043 ____________________________________________________________________________
7044 [  2598] By: jhi                                   on 1999/01/13  17:34:51
7045         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7046              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
7047              Cc: perl5-porters@perl.org
7048              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
7049              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
7050              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
7051      Branch: cfgperl
7052            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7053            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7054 ____________________________________________________________________________
7055 [  2597] By: jhi                                   on 1999/01/13  17:30:33
7056         Log: From: David Dyck <dcd@tc.fluke.com>
7057              To: Perl Porters <perl5-porters@perl.org>,
7058              Gurusamy Sarathy <gsar@engin.umich.edu>
7059              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
7060              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
7061              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
7062      Branch: cfgperl
7063            ! pod/perldsc.pod
7064 ____________________________________________________________________________
7065 [  2596] By: jhi                                   on 1999/01/13  17:26:44
7066         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7067              To: perl5-porters@perl.org
7068              Subject: [PATCH] modglobal w/ spelling fixes
7069              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
7070              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
7071      Branch: cfgperl
7072            ! pod/perlguts.pod
7073 ____________________________________________________________________________
7074 [  2595] By: jhi                                   on 1999/01/13  17:24:59
7075         Log: From: Hans Mulder <hansm@icgroup.nl>
7076              Optimize common sort routines.  Thread started by the message
7077              
7078              From: Hans Mulder <hansm@icgroup.nl>
7079              Sender: owner-perl5-porters@perl.org
7080              To: perl5-porters@perl.org
7081              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
7082              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
7083              
7084              and the patch from the message
7085              
7086              From: Hans Mulder <hans@icgroup.nl>
7087              To: jhi@iki.fi
7088              Cc: perl5-porters@perl.org
7089              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
7090              $b }
7091              Date: Wed, 13 Jan 1999 17:39:35 +0100
7092              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
7093      Branch: cfgperl
7094            ! Todo op.c op.h pp_ctl.c t/op/sort.t
7095 ____________________________________________________________________________
7096 [  2594] By: jhi                                   on 1999/01/13  16:50:17
7097         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
7098              (the diffs were based on 5.004_02).  Tested by Guido
7099              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
7100      Branch: cfgperl
7101            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
7102            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
7103            + mint/sys/time.h mint/time.h
7104            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
7105            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
7106 ____________________________________________________________________________
7107 [  2593] By: jhi                                   on 1999/01/09  16:54:26
7108         Log: Detypo.
7109      Branch: cfgperl
7110            ! hints/dec_osf.sh
7111 ____________________________________________________________________________
7112 [  2592] By: jhi                                   on 1999/01/09  16:17:13
7113         Log: Move usethreads and use64bits logic from hints to Configure.
7114      Branch: cfgperl
7115            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
7116            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
7117            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7118            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7119 ____________________________________________________________________________
7120 [  2591] By: jhi                                   on 1999/01/09  14:45:24
7121         Log: Missing dTHRs added.
7122      Branch: cfgperl
7123            ! regcomp.c toke.c
7124 ____________________________________________________________________________
7125 [  2590] By: jhi                                   on 1999/01/08  15:27:17
7126         Log: Finalize change #2589 and add better AIX nm scanning from:
7127              
7128              Message-Id: <m0zyNW0-00017VC@gentoo.com>
7129              From: bll@gentoo.com (Brad Lanam)
7130              Subject: Re: mailhelp returned a non-zero status
7131              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
7132              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
7133      Branch: cfgperl
7134            ! Configure hints/freebsd.sh hints/linux.sh
7135 ____________________________________________________________________________
7136 [  2589] By: jhi                                   on 1999/01/08  15:14:54
7137         Log: Undo change #2581.
7138      Branch: cfgperl
7139            ! Configure hints/freebsd.sh hints/linux.sh
7140 ____________________________________________________________________________
7141 [  2588] By: jhi                                   on 1999/01/08  11:51:52
7142         Log: FAQ jumbo patch from tchrist.
7143              
7144              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
7145              From: Tom Christiansen <tchrist@jhereg.perl.com>
7146              To: pumpkings@jhereg.perl.com
7147              Subject: newest version of perlfaq.pod
7148              Date: Thu, 7 Jan 1999 23:05:02 -0700
7149              
7150              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
7151              From: Tom Christiansen <tchrist@jhereg.perl.com>
7152              To: pumpkings@jhereg.perl.com
7153              Subject: newest version of perlfaq1.pod
7154              Date: Thu, 7 Jan 1999 23:05:02 -0700
7155              
7156              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
7157              From: Tom Christiansen <tchrist@jhereg.perl.com>
7158              To: pumpkings@jhereg.perl.com
7159              Subject: newest version of perlfaq2.pod
7160              Date: Thu, 7 Jan 1999 23:05:02 -0700
7161              
7162              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
7163              From: Tom Christiansen <tchrist@jhereg.perl.com>
7164              To: pumpkings@jhereg.perl.com
7165              Subject: newest version of perlfaq3.pod
7166              Date: Thu, 7 Jan 1999 23:05:02 -0700
7167              
7168              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
7169              From: Tom Christiansen <tchrist@jhereg.perl.com>
7170              To: pumpkings@jhereg.perl.com
7171              Subject: newest version of perlfaq4.pod
7172              Date: Thu, 7 Jan 1999 23:05:02 -0700
7173              
7174              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
7175              From: Tom Christiansen <tchrist@jhereg.perl.com>
7176              To: pumpkings@jhereg.perl.com
7177              Subject: newest version of perlfaq5.pod
7178              Date: Thu, 7 Jan 1999 23:05:02 -0700
7179              
7180              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
7181              From: Tom Christiansen <tchrist@jhereg.perl.com>
7182              To: pumpkings@jhereg.perl.com
7183              Subject: newest version of perlfaq6.pod
7184              Date: Thu, 7 Jan 1999 23:05:02 -0700
7185              
7186              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
7187              From: Tom Christiansen <tchrist@jhereg.perl.com>
7188              To: pumpkings@jhereg.perl.com
7189              Subject: newest version of perlfaq7.pod
7190              Date: Thu, 7 Jan 1999 23:05:03 -0700
7191              
7192              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
7193              From: Tom Christiansen <tchrist@jhereg.perl.com>
7194              To: pumpkings@jhereg.perl.com
7195              Subject: newest version of perlfaq8.pod
7196              Date: Thu, 7 Jan 1999 23:05:03 -0700
7197              
7198              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
7199              From: Tom Christiansen <tchrist@jhereg.perl.com>
7200              To: pumpkings@jhereg.perl.com
7201              Subject: newest version of perlfaq9.pod
7202              Date: Thu, 7 Jan 1999 23:05:03 -0700
7203      Branch: cfgperl
7204            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7205            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7206            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7207            ! pod/perlfaq9.pod
7208 ____________________________________________________________________________
7209 [  2587] By: jhi                                   on 1999/01/08  11:17:43
7210         Log: More doc fixes from Abigail.
7211      Branch: cfgperl
7212            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7213            ! lib/User/pwent.pm
7214 ____________________________________________________________________________
7215 [  2585] By: jhi                                   on 1999/01/08  08:31:02
7216         Log: Change #2584 from maint-5.005:
7217              
7218              implemented Ilya's suggested fix, and added a testcase
7219              
7220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7221              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
7222              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
7223              Subject: Re: Text::ParseWords: regex fix
7224      Branch: cfgperl
7225            ! lib/Text/ParseWords.pm t/lib/parsewords.t
7226 ____________________________________________________________________________
7227 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
7228         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7229              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
7230              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
7231              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
7232      Branch: maint-5.005/perl
7233            ! ext/Errno/Errno_pm.PL
7234 ____________________________________________________________________________
7235 [  2581] By: jhi                                   on 1999/01/07  16:38:03
7236         Log: Configure update:
7237              - usethreads, use64bits, and usemultiplicity
7238              are no more interactively asked by Configure
7239              - "int main()" (vs bare "main()") enforced in test programs
7240      Branch: cfgperl
7241            ! Configure hints/freebsd.sh hints/linux.sh
7242 ____________________________________________________________________________
7243 [  2580] By: jhi                                   on 1999/01/07  11:19:12
7244         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7245              Date: Wed, 06 Jan 1999 13:47:34 -0800
7246              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
7247              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
7248      Branch: cfgperl
7249            ! vms/vms.c
7250 ____________________________________________________________________________
7251 [  2579] By: jhi                                   on 1999/01/07  09:08:36
7252         Log: Another set of doc patches from Abigail
7253              
7254              From: abigail@fnx.com
7255              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
7256              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
7257              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
7258              
7259              From: abigail@fnx.com
7260              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
7261              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
7262              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
7263              
7264              From: abigail@fnx.com
7265              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
7266              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
7267              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
7268              
7269              From: abigail@fnx.com
7270              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
7271              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
7272              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
7273              
7274              From: abigail@fnx.com
7275              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
7276              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
7277              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
7278              
7279              From: abigail@fnx.com
7280              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
7281              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
7282              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
7283              
7284              From: abigail@fnx.com
7285              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
7286              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
7287              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
7288              
7289              From: abigail@fnx.com
7290              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
7291              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
7292              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
7293              
7294              From: abigail@fnx.com
7295              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
7296              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
7297              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
7298              
7299              From: abigail@fnx.com
7300              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
7301              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
7302              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
7303              
7304              From: abigail@fnx.com
7305              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
7306              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
7307              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
7308              
7309              From: abigail@fnx.com
7310              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
7311              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
7312              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
7313              
7314              From: abigail@fnx.com
7315              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
7316              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
7317              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
7318              
7319              From: abigail@fnx.com
7320              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
7321              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
7322              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
7323      Branch: cfgperl
7324            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
7325            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
7326            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
7327            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
7328            ! lib/Tie/Array.pm lib/Tie/Hash.pm
7329 ____________________________________________________________________________
7330 [  2576] By: jhi                                   on 1999/01/06  17:05:20
7331         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
7332      Branch: cfgperl
7333            ! pp_ctl.c
7334 ____________________________________________________________________________
7335 [  2575] By: jhi                                   on 1999/01/06  13:18:56
7336         Log: Enhance the great_circle_distance() documentation.
7337      Branch: cfgperl
7338            ! lib/Math/Trig.pm
7339 ____________________________________________________________________________
7340 [  2574] By: jhi                                   on 1999/01/06  12:58:03
7341         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7342              To: perlbug@perl.com
7343              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
7344              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
7345              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
7346      Branch: cfgperl
7347            ! t/op/sysio.t
7348 ____________________________________________________________________________
7349 [  2573] By: jhi                                   on 1999/01/06  12:40:19
7350         Log: From: "W. Phillip Moore" <wpm@ms.com>
7351              To: perlbug@perl.org
7352              Subject: [PATCH] POSIX getpgrp is not -w clean
7353              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7354              Message-ID: <13970.20107.190314.549471@zappa>
7355      Branch: cfgperl
7356            ! ext/POSIX/POSIX.pm
7357 ____________________________________________________________________________
7358 [  2572] By: jhi                                   on 1999/01/06  12:25:24
7359         Log: Based on
7360              From: jan.dubois@ibm.net (Jan Dubois)
7361              To: perl5-porters@perl.org
7362              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7363              Date: Wed, 06 Jan 1999 01:24:09 +0100
7364              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7365              except that
7366              - objXSUB.h was already okay
7367              - embed.h patching is futile, global.sym patched instead
7368              - objpp.h does not exist
7369              - proto.h addition applied manually
7370              - win32/GenCAPI.pl was already okay
7371              - win32/makedef.pl was already okay
7372      Branch: cfgperl
7373            ! global.sym perl.c proto.h
7374 ____________________________________________________________________________
7375 [  2571] By: jhi                                   on 1999/01/06  11:25:48
7376         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7377              To: perlbug@perl.com
7378              Subject: FindBin.pm on Win32 systems
7379              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7380              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7381      Branch: cfgperl
7382            ! lib/FindBin.pm
7383 ____________________________________________________________________________
7384 [  2570] By: jhi                                   on 1999/01/06  11:21:48
7385         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7386              To: perl5-porters@perl.org, vmsperl@perl.org
7387              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
7388              Date: Tue, 05 Jan 1999 16:47:31 -0800
7389              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
7390              
7391              (the ext/IO/lib/IO/Socket.pm was not really changed here;
7392              it was a leftover from #2569)
7393      Branch: cfgperl
7394            ! ext/IO/lib/IO/Socket.pm taint.c
7395 ____________________________________________________________________________
7396 [  2569] By: jhi                                   on 1999/01/06  11:18:22
7397         Log: Jumbo doc patch from Abigail (almost identical to
7398              the 5.005-maint change #2562 except for the
7399              ext/IO/lib/IO/Socket.pm patch which was not
7400              applicable because the IO version of 5.005-devel
7401              is somewhat different (why?))
7402              
7403              From: abigail@fnx.com
7404              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
7405              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
7406              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
7407              
7408              From: abigail@fnx.com
7409              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
7410              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
7411              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
7412              
7413              From: abigail@fnx.com
7414              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
7415              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
7416              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
7417              
7418              From: abigail@fnx.com
7419              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
7420              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
7421              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
7422              
7423              From: abigail@fnx.com
7424              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
7425              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
7426              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
7427              
7428              From: abigail@fnx.com
7429              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
7430              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
7431              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
7432              
7433              From: abigail@fnx.com
7434              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
7435              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
7436              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
7437              
7438              From: abigail@fnx.com
7439              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
7440              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
7441              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
7442              
7443              From: abigail@fnx.com
7444              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
7445              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
7446              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
7447              
7448              From: abigail@fnx.com
7449              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
7450              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
7451              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
7452      Branch: cfgperl
7453            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7454            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
7455            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
7456            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7457            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
7458 ____________________________________________________________________________
7459 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
7460         Log: From: jan.dubois@ibm.net (Jan Dubois)
7461              Date: Wed, 06 Jan 1999 01:24:09 +0100
7462              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7463              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7464      Branch: maint-5.005/perl
7465            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
7466            ! win32/GenCAPI.pl win32/makedef.pl
7467 ____________________________________________________________________________
7468 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
7469         Log: From: "W. Phillip Moore" <wpm@ms.com>
7470              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7471              Message-ID: <13970.20107.190314.549471@zappa>
7472              Subject: [PATCH] POSIX getpgrp is not -w clean
7473      Branch: maint-5.005/perl
7474            ! ext/POSIX/POSIX.pm
7475 ____________________________________________________________________________
7476 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
7477         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7478              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7479              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7480              Subject: FindBin.pm on Win32 systems
7481      Branch: maint-5.005/perl
7482            ! lib/FindBin.pm
7483 ____________________________________________________________________________
7484 [  2561] By: jhi                                   on 1999/01/05  10:49:10
7485         Log: Reword the setlocale() 1-arg case better.
7486      Branch: cfgperl
7487            ! ext/POSIX/POSIX.pod
7488 ____________________________________________________________________________
7489 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
7490         Log: From: Blair Zajac <bzajac@geostaff.com>
7491              Date: Wed, 23 Dec 1998 17:13:32 -0800
7492              Message-ID: <3681953C.8B6A90AA@geostaff.com>
7493              Subject: Tie::SubstrHash patch
7494      Branch: maint-5.005/perl
7495            ! lib/Tie/SubstrHash.pm
7496 ____________________________________________________________________________
7497 [  2554] By: jhi                                   on 1999/01/02  14:55:06
7498         Log: Object destruction order testing.
7499      Branch: cfgperl
7500            ! t/op/misc.t
7501 ____________________________________________________________________________
7502 [  2553] By: jhi                                   on 1999/01/02  14:49:40
7503         Log: perldelta the Dumpvalue.pm of change #2513.
7504      Branch: cfgperl
7505            ! lib/Dumpvalue.pm pod/perldelta.pod
7506 ____________________________________________________________________________
7507 [  2552] By: nick                                  on 1999/01/02  14:45:38
7508         Log: Tone down Makefile.PL so it works on Win32
7509      Branch: perl
7510            ! ext/B/Makefile.PL
7511 ____________________________________________________________________________
7512 [  2551] By: nick                                  on 1999/01/02  14:06:30
7513         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
7514              Use them in various B::* rather than have local defs.
7515      Branch: perl
7516            + ext/B/defsubs.h.PL
7517            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
7518            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7519            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
7520 ____________________________________________________________________________
7521 [  2550] By: nick                                  on 1999/01/02  10:04:02
7522         Log: Integrate ext/B changes from //depot/cfgperl
7523      Branch: perl
7524           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7525 ____________________________________________________________________________
7526 [  2549] By: jhi                                   on 1999/01/01  13:54:16
7527         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
7528              To: perlbug@perl.com
7529              Subject: op/groups.t fails test 1 on HP-UX 10.20
7530              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
7531              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
7532      Branch: cfgperl
7533            ! t/op/groups.t
7534 ____________________________________________________________________________
7535 [  2548] By: jhi                                   on 1999/01/01  13:53:31
7536         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7537              To: perl5-porters@perl.org
7538              cc: hv@crypt0.demon.co.uk
7539              Subject: [bug 5.004_54] duplicate error message
7540              Date: Thu, 31 Dec 1998 04:05:25 +0000
7541              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
7542              
7543              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
7544              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7545              To: hv@crypt0.demon.co.uk
7546              Cc: perl5-porters@perl.org
7547              Subject: [PATCH _54] Re: duplicate error message
7548              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
7549              
7550              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
7551              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7552              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
7553              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
7554              Subject: [TEST PATCH _54] Re: duplicate error message 
7555              Date: Fri, 01 Jan 1999 07:32:14 +0000
7556      Branch: cfgperl
7557            ! op.c t/pragma/warn/op
7558 ____________________________________________________________________________
7559 [  2547] By: jhi                                   on 1998/12/31  14:15:04
7560         Log: From: Chris Nandor <pudge@pobox.com>
7561              To: jhi@iki.fi
7562              Cc: perl5-porters@perl.org
7563              Subject: Re: [PATCH] perlport.pod 1.38
7564              Date: Thu, 31 Dec 1998 09:06:48 -0500
7565              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
7566      Branch: cfgperl
7567            ! pod/perlport.pod
7568 ____________________________________________________________________________
7569 [  2546] By: jhi                                   on 1998/12/31  11:18:17
7570         Log: From: Wilson P. Snyder II
7571              To: perl5-porters@perl.org
7572              Subject: [PATCH v5.5.53] REV2: Binary number support
7573              Date: 1998/11/30
7574              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
7575      Branch: cfgperl
7576            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
7577            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
7578            ! toke.c util.c
7579 ____________________________________________________________________________
7580 [  2545] By: jhi                                   on 1998/12/31  09:27:40
7581         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7582              To: perlbug@perl.com
7583              Subject: "perl -T -P" dumps core on OpenBSD and Linux
7584              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
7585              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
7586      Branch: cfgperl
7587            ! taint.c
7588 ____________________________________________________________________________
7589 [  2544] By: jhi                                   on 1998/12/31  09:21:45
7590         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
7591              To: perlbug@perl.com 
7592              Subject: bug in pod2man search for perl binary [5.005_5x]
7593              Date: Sat, 12 Dec 1998 23:08:51 +0000 
7594              Message-ID: <19981212230851.A20578@ig.co.uk> 
7595      Branch: cfgperl
7596            ! pod/pod2man.PL
7597 ____________________________________________________________________________
7598 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
7599         Log: From: jan.dubois@ibm.net (Jan Dubois)
7600              Date: Wed, 23 Dec 1998 21:26:38 +0100
7601              Message-ID: <36895086.8849224@smtp1.ibm.net>
7602              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
7603      Branch: maint-5.005/perl
7604            ! lib/ExtUtils/MakeMaker.pm
7605 ____________________________________________________________________________
7606 [  2540] By: jhi                                   on 1998/12/30  08:42:04
7607         Log: Evermore AUTHORS and MAINTAIN.
7608      Branch: cfgperl
7609            ! AUTHORS MAINTAIN
7610 ____________________________________________________________________________
7611 [  2539] By: jhi                                   on 1998/12/29  15:10:34
7612         Log: More AUTHORS and MAINTAIN.
7613      Branch: cfgperl
7614            ! AUTHORS MAINTAIN
7615 ____________________________________________________________________________
7616 [  2537] By: jhi                                   on 1998/12/29  14:34:47
7617         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
7618              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
7619              Message-ID: <13942.32480.700000.640927@utensil>
7620              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
7621              (mirror change#2531 in the 5.005-maint)
7622      Branch: cfgperl
7623            ! lib/AutoSplit.pm
7624 ____________________________________________________________________________
7625 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
7626         Log: change in_pod pattern to /^=\w/ from /^=/
7627              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
7628              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
7629              Message-ID: <13942.32480.700000.640927@utensil>
7630              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
7631      Branch: maint-5.005/perl
7632            ! lib/AutoSplit.pm
7633 ____________________________________________________________________________
7634 [  2525] By: jhi                                   on 1998/12/29  13:06:26
7635         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7636              To: perl5-porters@perl.org
7637              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
7638              Date: 16 Dec 1998 03:17:03 +0200
7639              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
7640      Branch: cfgperl
7641            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7642 ____________________________________________________________________________
7643 [  2524] By: jhi                                   on 1998/12/29  13:00:06
7644         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7645              To: perl5-porters@perl.org
7646              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
7647              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
7648              Date: 10 Dec 1998 08:30:02 +0200
7649              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
7650              
7651              (Nick's part was applied earlier, in change #2460)
7652      Branch: cfgperl
7653            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7654 ____________________________________________________________________________
7655 [  2523] By: jhi                                   on 1998/12/29  12:41:31
7656         Log: From: "vishal bhatia" <vishalb@hotmail.com>
7657              To: nick@ni-s.u-net.com
7658              Cc: perl5-porters@perl.org
7659              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
7660              Date: 9 Dec 1998 06:50:30 +0200
7661              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
7662      Branch: cfgperl
7663            ! ext/B/B/CC.pm
7664 ____________________________________________________________________________
7665 [  2522] By: jhi                                   on 1998/12/29  12:15:18
7666         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
7667              To: perl5-porters@perl.org (Perl 5 Porters)
7668              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
7669              Date: 25 Dec 1998 23:02:28 +0200
7670              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
7671      Branch: cfgperl
7672            ! lib/Pod/Text.pm
7673 ____________________________________________________________________________
7674 [  2521] By: jhi                                   on 1998/12/29  12:07:54
7675         Log: Undo #2519 (breaks universal.c).
7676      Branch: cfgperl
7677            ! XSUB.h
7678 ____________________________________________________________________________
7679 [  2519] By: jhi                                   on 1998/12/29  11:41:10
7680         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7681              To: perl5-porters@perl.org
7682              Cc: perl-xs@perl.org
7683              Subject: XSUB.h refinement [PATCH]
7684              Date: 18 Dec 1998 03:58:44 +0200
7685              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
7686      Branch: cfgperl
7687            ! XSUB.h
7688 ____________________________________________________________________________
7689 [  2518] By: jhi                                   on 1998/12/29  11:36:19
7690         Log: From: abigail@fnx.com
7691              To: perl5-porters@perl.org (Perl Porters)
7692              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
7693              Date: 28 Dec 1998 21:39:15 +0200
7694              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
7695      Branch: cfgperl
7696            ! lib/fields.pm
7697 ____________________________________________________________________________
7698 [  2517] By: jhi                                   on 1998/12/29  11:35:03
7699         Log: Document change #2516.
7700      Branch: cfgperl
7701            ! pod/perldelta.pod
7702 ____________________________________________________________________________
7703 [  2516] By: jhi                                   on 1998/12/29  11:32:26
7704         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7705              To: perl5-porters@perl.org (Mailing list Perl5)
7706              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
7707              Date: 9 Dec 1998 10:39:31 +0200
7708              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
7709      Branch: cfgperl
7710            ! pod/perldiag.pod regcomp.c toke.c
7711 ____________________________________________________________________________
7712 [  2515] By: jhi                                   on 1998/12/29  11:27:11
7713         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7714              To: perl5-porters@perl.org (Mailing list Perl5)
7715              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
7716              Date: 8 Dec 1998 09:02:04 +0200
7717              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
7718              
7719              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
7720      Branch: cfgperl
7721            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
7722 ____________________________________________________________________________
7723 [  2514] By: jhi                                   on 1998/12/29  11:21:31
7724         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7725              To: perl5-porters@perl.org (Mailing list Perl5)
7726              Subject: [PATCH 5.005_53] Regexp tests and UTF8
7727              Date: 8 Dec 1998 07:02:01 +0200
7728              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
7729      Branch: cfgperl
7730            ! regcomp.c
7731 ____________________________________________________________________________
7732 [  2513] By: jhi                                   on 1998/12/29  11:18:34
7733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7734              Subject: [PATCH 5.005_*] Dumpvar.pm
7735              To: perl5-porters@perl.org (Mailing list Perl5)
7736              Date: 7 Dec 1998 10:17:35 +0200
7737              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
7738      Branch: cfgperl
7739            + lib/Dumpvalue.pm
7740            ! MANIFEST
7741 ____________________________________________________________________________
7742 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
7743         Log: From: jan.dubois@ibm.net (Jan Dubois)
7744              Date: Tue, 01 Dec 1998 00:07:33 +0100
7745              Message-ID: <366921b5.14512598@smtp1.ibm.net>
7746              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
7747              
7748              From: jan.dubois@ibm.net (Jan Dubois)
7749              Date: Wed, 02 Dec 1998 00:24:54 +0100
7750              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
7751              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
7752      Branch: maint-5.005/perl
7753            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
7754            ! win32/config.bc win32/config.gc win32/config.vc
7755            ! win32/config_sh.PL win32/makedef.pl
7756 ____________________________________________________________________________
7757 [  2509] By: jhi                                   on 1998/12/28  13:00:31
7758     Log: Kickstart AUTHORS and MAINTAIN.
7759  Branch: cfgperl
7760        + AUTHORS MAINTAIN
7761        ! MANIFEST
7762 ____________________________________________________________________________
7763 [  2508] By: jhi                                   on 1998/12/28  08:04:00
7764     Log: From: Nathan Torkington <gnat@frii.com>
7765          To: perlbug@perl.com
7766          Subject: [PATCH] perlxstut.pod fix
7767          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
7768          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
7769  Branch: cfgperl
7770        ! pod/perlxstut.pod
7771 ____________________________________________________________________________
7772 [  2507] By: jhi                                   on 1998/12/28  07:59:00
7773     Log: From: abigail@fnx.com
7774          To: perlbug@perl.com
7775          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
7776          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
7777          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
7778          (slightly modified, a part of the patch was rejected)
7779          (strange, I thought I had already submitted this one
7780          but Perforce disagrees with me...)
7781  Branch: cfgperl
7782        ! pod/perlop.pod
7783 ____________________________________________________________________________
7784 [  2506] By: jhi                                   on 1998/12/28  07:56:59
7785     Log: From: Artur <artur@vogon-solutions.com>
7786          To: perlbug@perl.com
7787          Subject: PATCH: perlmodlib.pod
7788          Date: Fri, 25 Dec 1998 00:48:39 +0000
7789          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
7790  Branch: cfgperl
7791        ! pod/perlmodlib.pod pod/perlop.pod
7792 ____________________________________________________________________________
7793 [  2505] By: jhi                                   on 1998/12/28  07:46:06
7794     Log: From: abigail@fnx.com
7795          To: perl5-porters@perl.org (Perl Porters)
7796          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
7797          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
7798          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
7799  Branch: cfgperl
7800        ! pod/pod2html.PL
7801 ____________________________________________________________________________
7802 [  2504] By: jhi                                   on 1998/12/28  07:44:35
7803     Log: From: Jim Avera <avera@fjst.com>
7804          To: perlbug@perl.com
7805          Subject: perlbug bug - shows dates reversed
7806          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
7807          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
7808  Branch: cfgperl
7809        ! utils/perlbug.PL
7810 ____________________________________________________________________________
7811 [  2503] By: jhi                                   on 1998/12/28  07:41:39
7812     Log: From: jan.dubois@ibm.net (Jan Dubois)
7813          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
7814          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
7815          Date: Wed, 23 Dec 1998 21:26:38 +0100
7816          Message-ID: <36895086.8849224@smtp1.ibm.net>
7817  Branch: cfgperl
7818        ! lib/ExtUtils/MakeMaker.pm
7819 ____________________________________________________________________________
7820 [  2502] By: jhi                                   on 1998/12/28  07:39:20
7821     Log: From: Blair Zajac <bzajac@geostaff.com>
7822          To: perl5-porters@perl.org
7823          Subject: Tie::SubstrHash patch
7824          Date: Wed, 23 Dec 1998 17:13:32 -0800
7825          Message-ID: <3681953C.8B6A90AA@geostaff.com>
7826  Branch: cfgperl
7827        ! lib/Tie/SubstrHash.pm
7828 ____________________________________________________________________________
7829 [  2501] By: jhi                                   on 1998/12/28  07:37:16
7830     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
7831          To: perlbug@perl.com
7832          Subject: perlfaq9 minor error
7833          Date: Wed, 23 Dec 1998 14:54:19 -0800
7834          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
7835  Branch: cfgperl
7836        ! pod/perlfaq9.pod
7837 ____________________________________________________________________________
7838 [  2500] By: jhi                                   on 1998/12/23  10:38:18
7839     Log: More porting notes about filesystems, AmigaOS, and MiNT.
7840  Branch: cfgperl
7841        ! pod/perlport.pod
7842 ____________________________________________________________________________
7843 [  2499] By: jhi                                   on 1998/12/22  09:26:49
7844     Log: Add few MSG_ and uio constants.
7845  Branch: cfgperl
7846        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
7847 ____________________________________________________________________________
7848 [  2498] By: jhi                                   on 1998/12/22  08:39:30
7849     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
7850          a Digital C compiler optimizer bug that broke the 'x'
7851          operator under certain circumstances.  See t/op/repeat.t
7852          test #20 for graphic details.  Reported in
7853          
7854          From: Gisle Aas <gisle@aas.no>
7855          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
7856          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
7857          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
7858          Date: 18 Dec 1998 14:27:40 +0100
7859          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
7860          
7861          and discussed further in the thread
7862          
7863          From: Jarkko Hietaniemi <jhi@iki.fi>
7864          To: Gisle Aas <gisle@aas.no>
7865          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
7866          cpan-testers@perl.org, perl5-porters@perl.org
7867          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
7868          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
7869          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
7870  Branch: cfgperl
7871        ! t/op/repeat.t util.c
7872 ____________________________________________________________________________
7873 [  2497] By: jhi                                   on 1998/12/21  14:18:57
7874     Log: Change #2483 update.
7875  Branch: cfgperl
7876        ! t/op/tr.t
7877 ____________________________________________________________________________
7878 [  2496] By: jhi                                   on 1998/12/21  14:07:41
7879     Log: Update on change #2493.
7880  Branch: cfgperl
7881        ! t/pragma/warn/op
7882 ____________________________________________________________________________
7883 [  2495] By: jhi                                   on 1998/12/21  13:52:00
7884     Log: Change #2487 aftershock.
7885  Branch: cfgperl
7886        ! warning.pl
7887 ____________________________________________________________________________
7888 [  2494] By: jhi                                   on 1998/12/21  12:35:00
7889     Log: From: Chris Nandor <pudge@pobox.com>
7890          To: perl5-porters@perl.org
7891          Subject: [PATCH] perlport.pod v1.37
7892          Date: Sat, 19 Dec 1998 12:54:34 -0500
7893          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
7894  Branch: cfgperl
7895        ! pod/perlport.pod
7896 ____________________________________________________________________________
7897 [  2493] By: jhi                                   on 1998/12/21  12:22:44
7898     Log: From: Mark-Jason Dominus <mjd@plover.com>
7899          To: perl5-porters@perl.com
7900          Subject: PATCH (5.005_02): Dejargonizing
7901          Date: Sun, 20 Dec 1998 14:35:20 -0500
7902          Message-ID: <19981220193520.11230.qmail@plover.com>
7903          
7904          From: Mark-Jason Dominus <mjd@plover.com>
7905          To: perl5-porters@perl.com
7906          Subject: PATCH (5.005_02): Spelling correction in warning message
7907          Date: Sun, 20 Dec 1998 13:51:30 -0500
7908          Message-ID: <19981220185130.11067.qmail@plover.com>
7909  Branch: cfgperl
7910        ! doio.c op.c
7911 ____________________________________________________________________________
7912 [  2492] By: jhi                                   on 1998/12/21  09:00:05
7913     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7914          To: perl5-porters@perl.org
7915          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
7916          Date: Sun, 20 Dec 1998 19:03:25 PST
7917          Message-ID: <19981221030326.27660.qmail@hotmail.com>
7918          
7919          (slightly reformatted)
7920  Branch: cfgperl
7921        ! ext/B/B/CC.pm
7922 ____________________________________________________________________________
7923 [  2491] By: nick                                  on 1998/12/20  14:21:29
7924     Log: Save _all_ GV's which have SV, AV or HV set.
7925  Branch: perl
7926        ! ext/B/B/C.pm
7927 ____________________________________________________________________________
7928 [  2490] By: jhi                                   on 1998/12/18  15:13:19
7929     Log: Add idea about generalising cpp symbol probing of Errno.
7930  Branch: cfgperl
7931        ! Todo
7932 ____________________________________________________________________________
7933 [  2489] By: jhi                                   on 1998/12/18  14:47:57
7934     Log: Address some of the issues of:
7935          
7936          From: Tom Christiansen <tchrist@jhereg.perl.com>
7937          To: perl-porters-active@jhereg.perl.com
7938          Subject: Undocumentation Issues for 5.005
7939          Date: Thu, 17 Dec 1998 14:46:24 -0700
7940          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
7941  Branch: cfgperl
7942        ! pod/perl5005delta.pod
7943 ____________________________________________________________________________
7944 [  2488] By: jhi                                   on 1998/12/18  11:26:32
7945     Log: From: root <root@dubravka.in-berlin.de>
7946          To: perlbug@perl.com
7947          Cc: k@dubravka.in-berlin.de
7948          Subject: Please add no_modify to PERL_POLLUTE
7949          Date: Fri, 18 Dec 1998 10:45:52 +0100
7950          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
7951          
7952          (Really from Andreas König)
7953  Branch: cfgperl
7954        ! embed.pl
7955 ____________________________________________________________________________
7956 [  2487] By: jhi                                   on 1998/12/17  14:05:52
7957     Log: Some (by far not all) issues of the below message addressed.
7958          
7959          From: Tom Christiansen <tchrist@jhereg.perl.com>
7960          To: The Perl Porters Mailing List <perl5-porters@perl.org>
7961          Subject: important UNDOC issues for 5.005_54
7962          Date: Wed, 16 Dec 1998 21:14:53 -0700
7963          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
7964  Branch: cfgperl
7965        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
7966 ____________________________________________________________________________
7967 [  2486] By: jhi                                   on 1998/12/17  12:47:15
7968     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7969          To: domo@computer.org
7970          Cc: jhi@iki.fi, perl5-porters@perl.org
7971          Subject: Re: stuff related to malloc.c
7972          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
7973          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
7974  Branch: cfgperl
7975        ! malloc.c
7976 ____________________________________________________________________________
7977 [  2485] By: jhi                                   on 1998/12/17  12:17:19
7978     Log: More porting notes.
7979  Branch: cfgperl
7980        ! Porting/pumpkin.pod
7981 ____________________________________________________________________________
7982 [  2484] By: jhi                                   on 1998/12/15  08:38:05
7983     Log: Undo #2386 and #2205.
7984  Branch: cfgperl
7985        ! pod/perlfunc.pod
7986 ____________________________________________________________________________
7987 [  2483] By: jhi                                   on 1998/12/14  17:58:35
7988     Log: lib was missing from @INC.
7989  Branch: cfgperl
7990        ! t/op/tr.t
7991 ____________________________________________________________________________
7992 [  2482] By: jhi                                   on 1998/12/14  17:52:42
7993     Log: Was missing use Text::Wrap.
7994  Branch: cfgperl
7995        ! t/lib/textfill.t
7996 ____________________________________________________________________________
7997 [  2481] By: jhi                                   on 1998/12/14  16:00:22
7998     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
7999          
8000          From: Jonathan Roy <roy@idle.com>
8001          To: perl5-porters@perl.org
8002          Subject: nlist.h add to Configure checks?
8003          Date: Sun, 13 Dec 1998 22:22:49 -0500
8004          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
8005  Branch: cfgperl
8006        + ext/DynaLoader/hints/linux.pl
8007        ! MANIFEST
8008 ____________________________________________________________________________
8009 [  2480] By: jhi                                   on 1998/12/14  15:02:44
8010     Log: Give up completely using nm in AIX.
8011          
8012          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8013          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
8014          Cc: perl5-porters@perl.org
8015          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
8016          Date: Thu, 10 Dec 1998 00:51:46 -0500
8017          Message-ID: <19981210005146.B29986@O2.chapin.edu>
8018  Branch: cfgperl
8019        ! hints/aix.sh
8020 ____________________________________________________________________________
8021 [  2479] By: jhi                                   on 1998/12/14  14:39:52
8022     Log: AIX' error messages are different.
8023          
8024          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8025          To: Gurusamy Sarathy <gsar@engin.umich.edu>
8026          Cc: perl5-porters@perl.org
8027          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
8028          Date: Thu, 10 Dec 1998 00:42:36 -0500
8029          Message-ID: <19981210004236.A29986@O2.chapin.edu>
8030          
8031          From: Michael Engel <engel@nms1.cc.huji.ac.il>
8032          To: perlbug@perl.com
8033          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
8034          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
8035          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
8036  Branch: cfgperl
8037        ! t/pragma/warn/doio
8038 ____________________________________________________________________________
8039 [  2475] By: jhi                                   on 1998/12/13  12:35:55
8040     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8041          To: jhi@iki.fi
8042          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
8043          Subject: Re: stuff related to malloc.c
8044          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
8045          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
8046  Branch: cfgperl
8047        ! malloc.c
8048 ____________________________________________________________________________
8049 [  2474] By: jhi                                   on 1998/12/13  12:32:42
8050     Log: Some notes about porting issues.
8051  Branch: cfgperl
8052        ! Porting/pumpkin.pod
8053 ____________________________________________________________________________
8054 [  2473] By: jhi                                   on 1998/12/13  12:03:58
8055     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
8056          To: Perl 5 Porters <perl5-porters@perl.org>
8057          Subject: [patch 5.005_02] dos-djgpp update
8058          Date: Sun, 13 Dec 1998 00:08:44 +0100
8059          Message-ID: <19981213000844.C264@beeblebrox>
8060  Branch: cfgperl
8061        ! djgpp/config.over
8062 ____________________________________________________________________________
8063 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
8064     Log: undo changes to Exporter.pm from #2312
8065  Branch: maint-5.005/perl
8066        ! lib/Exporter.pm
8067 ____________________________________________________________________________
8068 [  2465] By: jhi                                   on 1998/12/12  12:31:21
8069     Log: Document that qw() taints.
8070          
8071          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
8072          To: perlbug@perl.com 
8073          Subject: taint problems
8074          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
8075          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
8076  Branch: cfgperl
8077        ! pod/perlop.pod
8078 ____________________________________________________________________________
8079 [  2464] By: jhi                                   on 1998/12/11  14:09:51
8080     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
8081          To: dist-users@foretune.co.jp
8082          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
8083          Date: Mon, 07 Dec 1998 20:13:04 -0400
8084          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
8085  Branch: cfgperl
8086        ! Configure
8087 ____________________________________________________________________________
8088 [  2463] By: jhi                                   on 1998/12/11  13:29:54
8089     Log: MAXPATHLEN.
8090  Branch: cfgperl
8091        ! perl.h
8092 ____________________________________________________________________________
8093 [  2462] By: jhi                                   on 1998/12/11  08:37:58
8094     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
8095          To: perl5-porters@perl.org
8096          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
8097          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
8098          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
8099  Branch: cfgperl
8100        + hints/gnu.sh
8101 ____________________________________________________________________________
8102 [  2461] By: nick                                  on 1998/12/10  21:00:50
8103     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
8104          From: Vishal Bhatia <vishalb@hotmail.com>
8105          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
8106          2. Fixes the bug  regarding return value of c-functions generated out 
8107          of perl subs. ( Just includes the patch I sent earlier)
8108          3. Incorporates the other changes that need to be done to get CC.pm
8109          use ISA search for packages and methods on the same lines as C.pm
8110          
8111          Vishal would appreciate comments about B::Stackobj changes from 
8112          someone knowing that module well.
8113  Branch: perl
8114        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8115 ____________________________________________________________________________
8116 [  2460] By: jhi                                   on 1998/12/08  08:11:27
8117     Log: Integrate from mainperl.
8118  Branch: cfgperl
8119       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8120       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
8121       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
8122       !> toke.c util.c
8123 ____________________________________________________________________________
8124 [  2459] By: jhi                                   on 1998/12/07  07:50:11
8125     Log: From: hansm@icgroup.nl 
8126          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8127          Reply-To: hansmu@xs4all.nl 
8128          To: perlbug@perl.com 
8129          Date: Sun, 6 Dec 98 22:19:54 +0100 
8130          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
8131  Branch: cfgperl
8132        ! util.c
8133 ____________________________________________________________________________
8134 [  2458] By: gsar                                  on 1998/12/07  06:00:55
8135     Log: fix dup lexical
8136  Branch: perl
8137        ! ext/B/B/Deparse.pm t/lib/io_unix.t
8138 ____________________________________________________________________________
8139 [  2457] By: gsar                                  on 1998/12/06  14:38:59
8140     Log: mention limit on line numbers reported by diagnostics
8141  Branch: perl
8142        ! pod/perl.pod toke.c
8143 ____________________________________________________________________________
8144 [  2456] By: gsar                                  on 1998/12/06  13:49:02
8145     Log: branch perldelta.pod
8146  Branch: maint-5.005/perl
8147       +> pod/perldelta.pod
8148 ____________________________________________________________________________
8149 [  2455] By: gsar                                  on 1998/12/06  13:47:21
8150     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
8151  Branch: maint-5.005/perl
8152        - pod/perldelta.pod
8153 ____________________________________________________________________________
8154 [  2454] By: gsar                                  on 1998/12/06  13:35:31
8155     Log: fix outdated/incorrect info about arbitrary limits
8156  Branch: perl
8157        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
8158        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
8159 ____________________________________________________________________________
8160 [  2453] By: nick                                  on 1998/12/05  16:14:42
8161     Log: Avoid hard-coding op numbers
8162          Update CC.pm to save %INC, and to co-exist with new C.pm
8163  Branch: perl
8164        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8165 ____________________________________________________________________________
8166 [  2452] By: nick                                  on 1998/12/05  10:44:28
8167     Log: B.xs had its own code to calculate hash() which differed from
8168          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
8169          which meant that run-time require was re-done.
8170          Removed some debug from C.pm
8171  Branch: perl
8172        ! ext/B/B.xs ext/B/B/C.pm
8173 ____________________________________________________________________________
8174 [  2451] By: nick                                  on 1998/12/04  21:58:49
8175     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
8176          well as _54, but with pre-scan for classes and save the ISA scheme.
8177  Branch: perl
8178        ! ext/B/B/C.pm
8179 ____________________________________________________________________________
8180 [  2450] By: nick                                  on 1998/12/04  17:58:44
8181     Log: Vishal Bhatia's patch as a basis.
8182  Branch: perl
8183        ! ext/B/B/C.pm ext/B/B/CC.pm
8184 ____________________________________________________________________________
8185 [  2449] By: jhi                                   on 1998/12/04  16:39:21
8186     Log: Integrate from mainperl.
8187  Branch: cfgperl
8188       !> t/op/goto.t t/op/tr.t
8189 ____________________________________________________________________________
8190 [  2448] By: gsar                                  on 1998/12/04  06:06:49
8191     Log: tweak test for UTEST
8192  Branch: perl
8193        ! t/op/tr.t
8194 ____________________________________________________________________________
8195 [  2444] By: jhi                                   on 1998/12/03  14:37:22
8196     Log: s/\bthe the\b/the/g *.pod
8197  Branch: cfgperl
8198        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
8199 ____________________________________________________________________________
8200 [  2443] By: jhi                                   on 1998/12/03  13:39:53
8201     Log: Change#2441 aftermath.
8202  Branch: cfgperl
8203        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8204        ! config_h.SH thread.h vms/subconfigure.com
8205 ____________________________________________________________________________
8206 [  2441] By: jhi                                   on 1998/12/03  08:15:13
8207     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8208          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
8209          Subject: [PATCH 5.005_54]Initial VMS patches
8210          Date: 3 Dec 1998 01:05:55 +0200
8211          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
8212          
8213          The patch to config_h.SH requires more study because
8214          metaconfig needs to agree.
8215  Branch: cfgperl
8216        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
8217        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
8218        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
8219 ____________________________________________________________________________
8220 [  2440] By: gsar                                  on 1998/12/03  01:32:16
8221     Log: add failed check-in of goto.t from change#1867
8222  Branch: perl
8223        ! t/op/goto.t
8224 ____________________________________________________________________________
8225 [  2437] By: jhi                                   on 1998/12/02  18:03:51
8226     Log: Fix most of the bad L<> links of
8227          
8228          From: Tom Christiansen <tchrist@jhereg.perl.com> 
8229          Subject: bad L<> links
8230          Reply-to: tchrist@perl.com 
8231          To: perlbug@jhereg.perl.com 
8232          Date: Tue, 11 Aug 1998 10:58:07 -0500 
8233          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
8234          
8235          The ones not fixed may require darker Pod::HTML magic,
8236          for example the perlguts.html#tags should work fine, IMHO.
8237  Branch: cfgperl
8238        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
8239        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
8240        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
8241        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
8242        ! pod/perlvar.pod
8243 ____________________________________________________________________________
8244 [  2436] By: jhi                                   on 1998/12/02  16:35:04
8245     Log: One paste too many in #2345.
8246  Branch: cfgperl
8247        ! lib/Pod/Html.pm
8248 ____________________________________________________________________________
8249 [  2435] By: jhi                                   on 1998/12/02  16:32:33
8250     Log: Pod::Html and Pod::Text were not locale-savvy:
8251          for example in =head1 all non-ASCII-\w-runs were
8252          turned into underscores in NAME tags.  This could
8253          result in several NAME tags becoming identical.
8254          Reported by:
8255          
8256          From: Fyodor Krasnov <fyodor@aha.ru> 
8257          Subject: pod2html vs Russian Characters
8258          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
8259          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
8260          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
8261  Branch: cfgperl
8262        ! lib/Pod/Html.pm lib/Pod/Text.pm
8263 ____________________________________________________________________________
8264 [  2434] By: jhi                                   on 1998/12/02  10:29:00
8265     Log: The real Mc5_54 integration.
8266  Branch: cfgperl
8267       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
8268 ____________________________________________________________________________
8269 [  2433] By: jhi                                   on 1998/12/02  08:52:13
8270     Log: From: Andy Dougherty <doughera@lafayette.edu>
8271          To: Perl Porters <perl5-porters@perl.org>
8272          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
8273          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
8274          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
8275  Branch: cfgperl
8276        ! Configure
8277 ____________________________________________________________________________
8278 [  2432] By: jhi                                   on 1998/12/02  08:49:47
8279     Log: From: Andy Dougherty <doughera@lafayette.edu>
8280          To: Perl Porters <perl5-porters@perl.org>
8281          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
8282          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
8283          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
8284  Branch: cfgperl
8285        ! Configure
8286 ____________________________________________________________________________
8287 [  2431] By: jhi                                   on 1998/12/01  16:11:50
8288     Log: From: achampio@lehman.com (Alan Champion)
8289          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
8290          To: perlbug@perl.com
8291          Date: 1 Dec 1998 17:36:33 +0200
8292          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
8293          
8294          Skip NIS includes.
8295  Branch: cfgperl
8296        ! t/op/pwent.t
8297 ____________________________________________________________________________
8298 [  2430] By: gsar                                  on 1998/12/01  12:12:50
8299     Log: 5.005_54, as released
8300  Branch: perl
8301        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
8302 ____________________________________________________________________________
8303 [  2429] By: jhi                                   on 1998/12/01  11:28:39
8304     Log: From: Anton Berezin <tobez@plab.ku.dk>
8305          To: perl5-porters@perl.org
8306          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
8307          Date: 30 Nov 1998 19:46:24 +0100
8308          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
8309  Branch: cfgperl
8310        ! hints/freebsd.sh
8311 ____________________________________________________________________________
8312 [  2428] By: jhi                                   on 1998/12/01  11:08:16
8313     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
8314  Branch: cfgperl
8315       +> (branch 30 files)
8316       !> (integrate 71 files)
8317 ____________________________________________________________________________
8318 [  2427] By: jhi                                   on 1998/12/01  10:51:37
8319     Log: Default to accepting a hinted $randfunc even when $csym
8320          does not find it.  (the previous defaylt behaviour was not
8321          to accept).
8322  Branch: cfgperl
8323        ! Configure
8324 ____________________________________________________________________________
8325 [  2426] By: jhi                                   on 1998/12/01  10:13:03
8326     Log: Separated the [:foo:] parsing to its own function.
8327          Passes all tests.
8328  Branch: cfgperl
8329        ! regcomp.c
8330 ____________________________________________________________________________
8331 [  2425] By: jhi                                   on 1998/12/01  08:22:49
8332     Log: Typo in comments.
8333  Branch: cfgperl
8334        ! regexec.c
8335 ____________________________________________________________________________
8336 [  2424] By: jhi                                   on 1998/12/01  08:21:38
8337     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8338          Subject: [PATCH 5.005_*] Debugger 'v' command
8339          To: perl5-porters@perl.org (Mailing list Perl5)
8340          Date: 1 Dec 1998 07:55:11 +0200
8341          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
8342  Branch: cfgperl
8343        ! lib/perl5db.pl
8344 ____________________________________________________________________________
8345 [  2423] By: jhi                                   on 1998/12/01  08:19:08
8346     Log: From: pvhp@forte.com (Peter Prymmer)
8347          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
8348          To: perl5-porters@perl.org
8349          Date: 1 Dec 1998 07:27:11 +0200
8350          Message-ID: <MLIST_9812010508.AA07791@forte.com>
8351  Branch: cfgperl
8352        ! hints/os390.sh
8353 ____________________________________________________________________________
8354 [  2417] By: jhi                                   on 1998/11/30  08:14:00
8355     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
8356  Branch: cfgperl
8357        ! ext/Socket/Socket.xs
8358 ____________________________________________________________________________
8359 [  2416] By: jhi                                   on 1998/11/30  08:00:15
8360     Log: Undo #2395, seems more like a problem in netbsd-current.
8361  Branch: cfgperl
8362        ! util.c
8363
8364 ----------------
8365 Version 5.005_54
8366 ----------------
8367
8368 ____________________________________________________________________________
8369 [  2414] By: gsar                                  on 1998/11/30  02:23:55
8370     Log: more JPL tweaks
8371  Branch: perl
8372        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
8373        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
8374 ____________________________________________________________________________
8375 [  2413] By: gsar                                  on 1998/11/30  01:35:56
8376     Log: stub bin/jpl that just runs JPL::Compile::files()
8377  Branch: perl
8378        + jpl/bin/jpl
8379 ____________________________________________________________________________
8380 [  2412] By: gsar                                  on 1998/11/30  01:32:14
8381     Log: delete symlink
8382  Branch: perl
8383        - jpl/bin/jpl
8384 ____________________________________________________________________________
8385 [  2410] By: gsar                                  on 1998/11/30  01:30:44
8386     Log: branch jpl from perlext to perl
8387  Branch: perl
8388       +> (branch 30 files)
8389 ____________________________________________________________________________
8390 [  2407] By: gsar                                  on 1998/11/30  01:24:53
8391     Log: JPL tweaks to build with 5.005
8392  Branch: perlext
8393        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
8394        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
8395 ____________________________________________________________________________
8396 [  2406] By: gsar                                  on 1998/11/30  00:55:54
8397     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
8398  Branch: perl
8399        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
8400 ____________________________________________________________________________
8401 [  2405] By: gsar                                  on 1998/11/30  00:28:55
8402     Log: patchlevel up to 54
8403  Branch: perl
8404        ! patchlevel.h win32/Makefile win32/config_H.bc
8405        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8406 ____________________________________________________________________________
8407 [  2403] By: gsar                                  on 1998/11/29  23:35:50
8408     Log: integrate cfgperl changes into mainline
8409  Branch: perl
8410       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8411       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
8412 ____________________________________________________________________________
8413 [  2402] By: gsar                                  on 1998/11/29  23:08:42
8414     Log: sync Text::Wrap version number
8415  Branch: perl
8416        ! lib/Text/Wrap.pm
8417 ____________________________________________________________________________
8418 [  2401] By: gsar                                  on 1998/11/29  22:56:21
8419     Log: textfill.t tweak
8420  Branch: perl
8421        ! t/lib/textfill.t
8422 ____________________________________________________________________________
8423 [  2400] By: gsar                                  on 1998/11/29  22:50:41
8424     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
8425          <muir@idiom.com>
8426  Branch: perl
8427        + t/lib/textfill.t
8428        ! MANIFEST lib/Text/Wrap.pm
8429 ____________________________________________________________________________
8430 [  2399] By: gsar                                  on 1998/11/29  22:28:05
8431     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
8432          has happened without the authors knowledge or consent; the subversive
8433          version (which is in 5.00502) breaks one of the tests in the
8434          authors testsuite; attempts are being made to find a fix that
8435          avoids breaking code already running with the 5.005_02 version
8436          From:    David Muir Sharnoff <muir@idiom.com>
8437          Date:    Sat, 28 Nov 1998 04:34:17 PST
8438          Message-Id: <199811281234.EAA03082@idiom.com>
8439          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
8440  Branch: perl
8441        ! lib/Text/Wrap.pm t/lib/textwrap.t
8442 ____________________________________________________________________________
8443 [  2397] By: nick                                  on 1998/11/29  20:13:58
8444     Log: Update docs and English.pm for $^C
8445  Branch: perl
8446        ! lib/English.pm pod/perlvar.pod
8447 ____________________________________________________________________________
8448 [  2396] By: jhi                                   on 1998/11/29  20:13:03
8449     Log: Mirror #2384.
8450  Branch: cfgperl
8451        ! t/op/pwent.t
8452 ____________________________________________________________________________
8453 [  2395] By: jhi                                   on 1998/11/29  19:59:12
8454     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
8455  Branch: cfgperl
8456        ! util.c
8457 ____________________________________________________________________________
8458 [  2394] By: gsar                                  on 1998/11/29  19:49:08
8459     Log: updated perlreftut.pod
8460  Branch: perl
8461        ! pod/perlreftut.pod
8462 ____________________________________________________________________________
8463 [  2393] By: gsar                                  on 1998/11/29  19:31:56
8464     Log: misc tweaks
8465  Branch: perl
8466        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
8467 ____________________________________________________________________________
8468 [  2392] By: gsar                                  on 1998/11/29  19:31:18
8469     Log: notes about -DPERL_POLLUTE
8470  Branch: perl
8471        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
8472 ____________________________________________________________________________
8473 [  2391] By: gsar                                  on 1998/11/29  19:13:52
8474     Log: explain various win32 build caveats more clearly
8475  Branch: perl
8476        ! README.win32 win32/Makefile win32/makefile.mk
8477 ____________________________________________________________________________
8478 [  2390] By: gsar                                  on 1998/11/29  16:51:59
8479     Log: remove I_POLL detection (Configure will do that now)
8480  Branch: perl
8481        ! ext/IO/Makefile.PL
8482 ____________________________________________________________________________
8483 [  2389] By: jhi                                   on 1998/11/29  16:39:16
8484     Log: Add I_POLL for IO 1.20.
8485  Branch: cfgperl
8486        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8487        ! config_h.SH
8488 ____________________________________________________________________________
8489 [  2388] By: gsar                                  on 1998/11/29  16:23:30
8490     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
8491  Branch: perl
8492        + Porting/p4desc
8493        ! MANIFEST
8494 ____________________________________________________________________________
8495 [  2387] By: gsar                                  on 1998/11/29  16:08:03
8496     Log: another threads reliability fix: serialize writes to thr->threadsv
8497          avoid most uses of PL_na (which is much more inefficient than a
8498          simple local); update docs to suit; PL_na now being thr->Tna may
8499          be a minor compatibility issue for extensions--will require dTHR
8500          outside of XSUBs (those get automatic dTHR)
8501  Branch: perl
8502        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
8503        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8504        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8505        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
8506        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
8507        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
8508        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
8509        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
8510        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
8511 ____________________________________________________________________________
8512 [  2386] By: jhi                                   on 1998/11/29  15:40:42
8513     Log: Tune the "if" entry.
8514  Branch: cfgperl
8515        ! pod/perlfunc.pod
8516 ____________________________________________________________________________
8517 [  2385] By: gsar                                  on 1998/11/29  12:40:28
8518     Log: various fixes for race conditions under threads: mutex locks based
8519          on PL_threadnum were seriously flawed, since it means more than one
8520          thread could enter the critical region; PL_na was global instead of
8521          thread-local; child thread could finish and free thr structures
8522          before Thread->new() got around to creating the Thread object;
8523          cv_clone() needed locking, as it mucks with PL_comppad and other
8524          global data; new_struct_thread() needed to lock template-thread's
8525          mutex while copying its data
8526  Branch: perl
8527        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
8528        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
8529 ____________________________________________________________________________
8530 [  2384] By: gsar                                  on 1998/11/29  10:54:38
8531     Log: s/warn/print/ on multiply defined groups
8532  Branch: perl
8533        ! t/op/grent.t
8534 ____________________________________________________________________________
8535 [  2383] By: gsar                                  on 1998/11/29  10:48:39
8536     Log: backout change#2334
8537  Branch: perl
8538        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8539 ____________________________________________________________________________
8540 [  2382] By: jhi                                   on 1998/11/29  10:33:40
8541     Log: Better NetInfo behaviour.
8542  Branch: cfgperl
8543        ! t/op/grent.t t/op/pwent.t
8544 ____________________________________________________________________________
8545 [  2381] By: jhi                                   on 1998/11/29  10:08:15
8546     Log: Integrate from mainperl.
8547  Branch: cfgperl
8548       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
8549       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8550       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
8551       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
8552       +> t/lib/io_poll.t t/lib/io_unix.t
8553       !> (integrate 58 files)
8554 ____________________________________________________________________________
8555 [  2380] By: gsar                                  on 1998/11/29  08:22:49
8556     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
8557          Tim Bunce)
8558  Branch: perl
8559        ! gv.c
8560 ____________________________________________________________________________
8561 [  2379] By: gsar                                  on 1998/11/29  07:06:43
8562     Log: fix for pat.t failure under USE_THREADS
8563  Branch: perl
8564        ! pp_ctl.c regexec.c
8565 ____________________________________________________________________________
8566 [  2378] By: nick                                  on 1998/11/28  22:46:57
8567     Log: More C.pm tweaks
8568          Save globs even if we have saved cv itself before - may be imported.
8569          
8570          While we don't save "bootstrap" CV we need to provide a stub,
8571          so that if we require it later we don't fall through and attempt
8572          to DynaLoad module again.
8573          
8574          Attempt to save %INC so that "require" does not reload things
8575          we have compiled-in (does not work right yet - seems to be due
8576          to PL_incgv being created in perl_parse() current scheme setting 
8577          GvHV() is "better" than saving the glob, but still does not 
8578          work as I expect). 
8579  Branch: perl
8580        ! ext/B/B/C.pm
8581 ____________________________________________________________________________
8582 [  2377] By: gsar                                  on 1998/11/28  22:30:38
8583     Log: various tweaks; result passes all tests for normal build on Solaris;
8584          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
8585          win32 due to lack of select() that works on non-socket fds
8586  Branch: perl
8587        ! ext/IO/poll.c regcomp.c regexec.c scope.c
8588        ! t/lib/io_multihomed.t win32/makefile.mk
8589 ____________________________________________________________________________
8590 [  2376] By: gsar                                  on 1998/11/28  20:44:39
8591     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
8592  Branch: perl
8593        ! myconfig
8594 ____________________________________________________________________________
8595 [  2375] By: gsar                                  on 1998/11/28  20:42:58
8596     Log: integrate cfgperl changes into mainline
8597  Branch: perl
8598       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
8599       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
8600 ____________________________________________________________________________
8601 [  2374] By: gsar                                  on 1998/11/28  20:02:03
8602     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8603          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
8604          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
8605          Subject: [PATCH 5.00553] Yet another OS/2 patch
8606  Branch: perl
8607        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
8608 ____________________________________________________________________________
8609 [  2373] By: gsar                                  on 1998/11/28  19:30:06
8610     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8611          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
8612          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
8613          Subject: [PATCH 5.005_53] Change $#+
8614  Branch: perl
8615        ! mg.c pod/perlvar.pod t/op/pat.t
8616 ____________________________________________________________________________
8617 [  2372] By: gsar                                  on 1998/11/28  19:28:00
8618     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8619          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
8620          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
8621          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
8622  Branch: perl
8623        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
8624        ! thrdvar.h
8625 ____________________________________________________________________________
8626 [  2371] By: gsar                                  on 1998/11/28  19:23:53
8627     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8628          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
8629          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
8630          Subject: [PATCH 5.005_53] better -Mre=debugcolor
8631  Branch: perl
8632        ! embedvar.h objXSUB.h regexec.c thrdvar.h
8633 ____________________________________________________________________________
8634 [  2370] By: gsar                                  on 1998/11/28  19:21:17
8635     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8636          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
8637          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
8638          Subject: [PATCH 5.005_*] regcolors
8639  Branch: perl
8640        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
8641 ____________________________________________________________________________
8642 [  2369] By: gsar                                  on 1998/11/28  19:00:15
8643     Log: allow final period in a file (not followed by a newline) to
8644          terminate format spec
8645  Branch: perl
8646        ! toke.c
8647 ____________________________________________________________________________
8648 [  2368] By: gsar                                  on 1998/11/28  18:58:25
8649     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
8650          add C<$Config{installarchlib}/CORE> to the default locations searched
8651          on win32
8652  Branch: perl
8653        ! lib/ExtUtils/Liblist.pm
8654 ____________________________________________________________________________
8655 [  2367] By: gsar                                  on 1998/11/28  18:46:05
8656     Log: applied suggested patch with PERL_OBJECT tweaks
8657          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8658          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
8659          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
8660          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
8661  Branch: perl
8662        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
8663        ! regexec.c t/op/pat.t thrdvar.h
8664 ____________________________________________________________________________
8665 [  2366] By: gsar                                  on 1998/11/28  18:38:34
8666     Log: additional documentation for qr//
8667          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8668          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
8669          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
8670          Subject: [PATCH 5.005_*] Documentation (fwd)
8671  Branch: perl
8672        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
8673 ____________________________________________________________________________
8674 [  2365] By: gsar                                  on 1998/11/28  18:35:35
8675     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8676          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
8677          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
8678          Subject: [PATCH 5.005_*] Fix \G in REx without //g
8679  Branch: perl
8680        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
8681        ! regexp.h t/op/pat.t thrdvar.h
8682 ____________________________________________________________________________
8683 [  2364] By: gsar                                  on 1998/11/28  18:24:20
8684     Log: update Test.pm to Test-1.12; tweak 're' detection
8685  Branch: perl
8686        ! lib/Test.pm
8687 ____________________________________________________________________________
8688 [  2363] By: gsar                                  on 1998/11/28  18:12:04
8689     Log: avoid command-line quoting portability problems in lex_assign.t
8690  Branch: perl
8691        ! t/op/lex_assign.t
8692 ____________________________________________________________________________
8693 [  2362] By: gsar                                  on 1998/11/28  18:08:50
8694     Log: From: John Tobey <jtobey@channel1.com>
8695          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
8696          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
8697          Subject: PATCH: document English.pm sawampersand and thread issues
8698  Branch: perl
8699        ! lib/English.pm pod/perlvar.pod
8700 ____________________________________________________________________________
8701 [  2361] By: gsar                                  on 1998/11/28  18:03:04
8702     Log: fix uninitialized warnings
8703          From: Brian Callaghan <callagh@itginc.com>
8704          Date: Thu, 19 Nov 1998 17:49:10 -0800
8705          Message-Id: <3654CA96.B64FCAEB@itginc.com>
8706          Subject: Complete.pm patch (version 1.1)
8707  Branch: perl
8708        ! lib/Term/Complete.pm
8709 ____________________________________________________________________________
8710 [  2360] By: gsar                                  on 1998/11/28  17:59:16
8711     Log: s/Array/List/ suggested by John Tobey
8712  Branch: perl
8713        ! pod/perldata.pod
8714 ____________________________________________________________________________
8715 [  2359] By: gsar                                  on 1998/11/28  17:47:48
8716     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
8717  Branch: perl
8718        ! lib/Tie/Handle.pm pod/perlfunc.pod
8719 ____________________________________________________________________________
8720 [  2358] By: jhi                                   on 1998/11/28  17:23:15
8721     Log: Revamp the locale tests.
8722          (0) Instead of rewiring a few locales scan for them.
8723          (1) Bogus test #101 removed.
8724          (2) All the locales are checked, the lists of failed
8725          and non-failed ones are displayed.
8726          (3) The test #103 is again 'active' so that it may fail.
8727          (4) To balance (3) a hopefully pacifying message is shown
8728          if the #103 fails.
8729  Branch: cfgperl
8730        ! t/pragma/locale.t
8731 ____________________________________________________________________________
8732 [  2357] By: gsar                                  on 1998/11/28  17:21:07
8733     Log: add perlreftut.pod
8734  Branch: perl
8735        + pod/perlreftut.pod
8736        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
8737        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
8738        ! win32/pod.mak
8739 ____________________________________________________________________________
8740 [  2356] By: jhi                                   on 1998/11/28  16:58:01
8741     Log: Change #2346 fallout.
8742  Branch: cfgperl
8743        ! t/op/undef.t
8744 ____________________________________________________________________________
8745 [  2355] By: gsar                                  on 1998/11/28  16:46:43
8746     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
8747          ANSI prototypes
8748  Branch: perl
8749        ! ext/IO/IO.xs
8750 ____________________________________________________________________________
8751 [  2354] By: gsar                                  on 1998/11/28  16:08:07
8752     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
8753          keep platform hacks that aren't in the 1.20 dist; add new files
8754          to MANIFEST; hack Makefile.PL; result hasn't been tested
8755          anywhere
8756  Branch: perl
8757        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
8758        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8759        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
8760        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
8761        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
8762        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
8763        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8764        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
8765        ! t/lib/io_sock.t t/lib/io_udp.t
8766 ____________________________________________________________________________
8767 [  2353] By: jhi                                   on 1998/11/28  15:51:03
8768     Log: Locale collation, ctype, and numeric, were initialized wrong
8769          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
8770          as reported by
8771          
8772          From: Ilya.Sandler@etak.com (Ilya Sandler)
8773          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
8774          To: perlbug@perl.com
8775          Date: 25 Nov 1998 04:53:52 +0200
8776          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
8777  Branch: cfgperl
8778        ! util.c
8779 ____________________________________________________________________________
8780 [  2352] By: nick                                  on 1998/11/28  15:21:59
8781     Log: Implement $^C to allow perl access to -c flag - I think this 
8782          was agreed once...
8783  Branch: perl
8784        ! gv.c mg.c
8785 ____________________________________________________________________________
8786 [  2351] By: jhi                                   on 1998/11/28  15:14:24
8787     Log: Change #2251 fixup.
8788  Branch: cfgperl
8789        ! myconfig
8790 ____________________________________________________________________________
8791 [  2350] By: jhi                                   on 1998/11/28  14:58:19
8792     Log: Integrate from mainperl.
8793  Branch: cfgperl
8794       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
8795       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8796       +> pod/perl5005delta.pod
8797       !> (integrate 49 files)
8798 ____________________________________________________________________________
8799 [  2349] By: jhi                                   on 1998/11/28  14:27:36
8800     Log: Passwd and group file groveling.
8801  Branch: cfgperl
8802        ! t/op/grent.t t/op/pwent.t
8803 ____________________________________________________________________________
8804 [  2348] By: gsar                                  on 1998/11/28  14:09:50
8805     Log: more conservative version of changes#2345,2346,2347; those break
8806          C<defined(@{"foo::ISA"})> which seems to be extensively used in
8807          the libs :-(
8808  Branch: perl
8809        ! pp.c t/op/method.t
8810 ____________________________________________________________________________
8811 [  2347] By: gsar                                  on 1998/11/28  13:36:08
8812     Log: tweak bogus test
8813  Branch: perl
8814        ! t/op/method.t
8815 ____________________________________________________________________________
8816 [  2346] By: gsar                                  on 1998/11/28  13:20:34
8817     Log: test cases for previous change
8818  Branch: perl
8819        ! t/op/undef.t
8820 ____________________________________________________________________________
8821 [  2345] By: gsar                                  on 1998/11/28  13:07:17
8822     Log: fix typo in pp_defined() causing C<defined %tied> to fail
8823  Branch: perl
8824        ! pp.c
8825 ____________________________________________________________________________
8826 [  2344] By: gsar                                  on 1998/11/28  13:03:29
8827     Log: s/comment/comment_t/ tweak (suggested by John Gorman
8828          <jgorman@webbysoft.com>)
8829  Branch: perl
8830        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8831 ____________________________________________________________________________
8832 [  2343] By: gsar                                  on 1998/11/28  12:52:40
8833     Log: add (stub) perldelta.pod
8834  Branch: perl
8835        + pod/perldelta.pod
8836 ____________________________________________________________________________
8837 [  2342] By: gsar                                  on 1998/11/28  12:49:26
8838     Log: rename perldelta.pod to perl5005delta.pod in preparation for
8839          starting a new one
8840  Branch: perl
8841       +> pod/perl5005delta.pod
8842        - pod/perldelta.pod
8843        ! MANIFEST pod/perl.pod
8844 ____________________________________________________________________________
8845 [  2341] By: gsar                                  on 1998/11/28  12:41:55
8846     Log: fix MALLOC_LOCK #define
8847  Branch: perl
8848        ! malloc.c
8849 ____________________________________________________________________________
8850 [  2340] By: gsar                                  on 1998/11/28  12:18:23
8851     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8852          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
8853          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
8854          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
8855  Branch: perl
8856        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
8857 ____________________________________________________________________________
8858 [  2339] By: jhi                                   on 1998/11/28  11:59:01
8859     Log: Add -lm to dynix/ptx POSIX hints.
8860          From: "Martin J. Bligh" <mbligh@sequent.com>
8861          To: jhi@iki.fi
8862          Subject: Re: Making Perl work on DYNIX/ptx
8863          Date: Wed, 25 Nov 1998 10:34:41 -0800
8864          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
8865  Branch: cfgperl
8866        ! ext/POSIX/hints/dynixptx.pl
8867 ____________________________________________________________________________
8868 [  2338] By: jhi                                   on 1998/11/28  11:57:19
8869     Log: Detypo.
8870  Branch: cfgperl
8871        ! lib/filetest.pm
8872 ____________________________________________________________________________
8873 [  2337] By: jhi                                   on 1998/11/28  11:56:29
8874     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
8875  Branch: cfgperl
8876        ! Configure
8877 ____________________________________________________________________________
8878 [  2336] By: gsar                                  on 1998/11/28  11:41:14
8879     Log: teach CPAN.pm to ignore beta perl distributions when looking for
8880          modules
8881          From: root@dogberry.rutgers.edu (root)
8882          Date: Thu, 12 Nov 1998 23:08:39 -0500
8883          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
8884          Subject: recompile tries getting a perl distribution
8885  Branch: perl
8886        ! lib/CPAN.pm
8887 ____________________________________________________________________________
8888 [  2335] By: gsar                                  on 1998/11/28  11:27:46
8889     Log: make $1 et al readonly under threads; make C<undef $1> fail like
8890          C<$1 = undef> does
8891  Branch: perl
8892        ! op.c pp.c t/op/undef.t
8893 ____________________________________________________________________________
8894 [  2334] By: gsar                                  on 1998/11/28  10:24:52
8895     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
8896  Branch: perl
8897        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8898 ____________________________________________________________________________
8899 [  2333] By: gsar                                  on 1998/11/28  09:36:40
8900     Log: document changed PERL_HASH()
8901  Branch: perl
8902        ! pod/perlfunc.pod pod/perlguts.pod
8903 ____________________________________________________________________________
8904 [  2332] By: nick                                  on 1998/11/27  21:10:27
8905     Log: Handle INIT list in C.pm
8906          1. Provide init_av() from B.xs
8907          2. Export it in B.pm
8908          3. Use it in C.pm
8909          Also disable some pruning in savecv() which seems to undo
8910          my previous patch.
8911          Experimental feature - save pathnames of .so files in easily 
8912          grep-able form for use in wrapper to feed to linker.  
8913  Branch: perl
8914        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
8915 ____________________________________________________________________________
8916 [  2327] By: gsar                                  on 1998/11/27  15:12:01
8917     Log: integrate change#2315 from maint-5.005
8918  Branch: perl
8919        ! t/op/sort.t
8920       !> op.c sv.c
8921 ____________________________________________________________________________
8922 [  2326] By: gsar                                  on 1998/11/27  15:00:42
8923     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
8924  Branch: perl
8925       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
8926       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8927       !> lib/ExtUtils/typemap
8928 ____________________________________________________________________________
8929 [  2325] By: gsar                                  on 1998/11/27  14:46:18
8930     Log: malloc bugfix and documentation from Ilya Zakharevich
8931          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
8932          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
8933          Subject: [PATCH 5.005_*] Re: Internal coredump
8934          --
8935          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
8936          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
8937          Subject: [PATCH 5.005_*] malloc.c documentation
8938  Branch: perl
8939        ! malloc.c
8940 ____________________________________________________________________________
8941 [  2324] By: gsar                                  on 1998/11/27  14:41:38
8942     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
8943  Branch: perl
8944        ! ext/B/B/C.pm
8945 ____________________________________________________________________________
8946 [  2323] By: gsar                                  on 1998/11/27  14:33:44
8947     Log: From: maeda@src.ricoh.co.jp
8948          Date: Tue, 24 Nov 1998 10:37:45 +0900
8949          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
8950          Subject: format "..." bug
8951  Branch: perl
8952        ! pp_ctl.c t/op/write.t
8953 ____________________________________________________________________________
8954 [  2322] By: gsar                                  on 1998/11/27  14:20:12
8955     Log: add ext/Devel/Peek
8956          From: jan.dubois@ibm.net (Jan Dubois)
8957          Date: Mon, 23 Nov 1998 00:48:11 +0100
8958          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
8959          Subject: [PATCH 5.005_53] Devel::Peek integration
8960  Branch: perl
8961        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
8962        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8963        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
8964        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
8965        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8966 ____________________________________________________________________________
8967 [  2321] By: gsar                                  on 1998/11/27  13:03:08
8968     Log: ensure 'make regen_headers' even without perl installed
8969          (suggested by Ilya Zakharevich)
8970  Branch: perl
8971        ! bytecode.pl warning.pl
8972 ____________________________________________________________________________
8973 [  2320] By: gsar                                  on 1998/11/27  12:58:36
8974     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8975          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
8976          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
8977          Subject: [PATCH 5.005_*] Cosmetic malloc patch
8978  Branch: perl
8979        ! malloc.c
8980 ____________________________________________________________________________
8981 [  2319] By: gsar                                  on 1998/11/27  12:56:13
8982     Log: eliminate dup hunk from integration
8983  Branch: perl
8984        ! lib/filetest.pm perl.h
8985 ____________________________________________________________________________
8986 [  2318] By: gsar                                  on 1998/11/27  12:50:08
8987     Log: integrate cfgperl changes into mainline
8988  Branch: perl
8989       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
8990        ! pod/perlfaq4.pod
8991       !> (integrate 30 files)
8992 ____________________________________________________________________________
8993 [  2317] By: jhi                                   on 1998/11/27  11:38:13
8994     Log: C<-x>.
8995  Branch: cfgperl
8996        ! lib/filetest.pm
8997 ____________________________________________________________________________
8998 [  2316] By: jhi                                   on 1998/11/27  11:10:22
8999     Log: Integrate from mainperl.
9000  Branch: cfgperl
9001       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
9002       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
9003       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
9004       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
9005       !> win32/win32sck.c
9006 ____________________________________________________________________________
9007 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
9008     Log: integrate change#2246 from mainline, while still allowing
9009          C<sort $globref @foo>
9010          
9011          allow C<sort $coderef @foo>
9012  Branch: maint-5.005/perl
9013        ! op.c sv.c
9014       !> t/op/sort.t
9015 ____________________________________________________________________________
9016 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
9017     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
9018          forwarded by Jarkko Hietaniemi from Mark Bixby
9019  Branch: maint-5.005/perl
9020        ! ext/DynaLoader/dl_mpeix.xs installperl
9021 ____________________________________________________________________________
9022 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
9023     Log: Allow PL_FILES to have multiple targets from one source by allowing
9024          an array ref as the value in the hash
9025  Branch: maint-5.005/perl
9026        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9027        ! lib/ExtUtils/MakeMaker.pm
9028 ____________________________________________________________________________
9029 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
9030     Log: fix unsigned variables to use SvUV and sv_setuv
9031  Branch: maint-5.005/perl
9032        ! lib/ExtUtils/typemap
9033 ____________________________________________________________________________
9034 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
9035     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
9036  Branch: maint-5.005/perl
9037        ! lib/ExtUtils/MM_Unix.pm
9038 ____________________________________________________________________________
9039 [  2301] By: gsar                                  on 1998/11/26  10:16:54
9040     Log: fix PL_defoutgv leak under threads
9041  Branch: perl
9042        ! ext/Thread/Thread.xs
9043 ____________________________________________________________________________
9044 [  2300] By: gsar                                  on 1998/11/26  09:04:44
9045     Log: properly free temporaries created by threads
9046  Branch: perl
9047        ! ext/Thread/Thread.xs
9048 ____________________________________________________________________________
9049 [  2299] By: gsar                                  on 1998/11/26  06:51:16
9050     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
9051          to set the package for the block properly
9052  Branch: perl
9053        ! op.c t/comp/package.t t/lib/dumper.t
9054 ____________________________________________________________________________
9055 [  2298] By: nick                                  on 1998/11/24  22:04:20
9056     Log: Part-1 of tweaks to allow Tk to be "compiled"
9057          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
9058          (May also need attention to exports etc. - to follow.)
9059  Branch: perl
9060        ! universal.c
9061 ____________________________________________________________________________
9062 [  2294] By: jhi                                   on 1998/11/23  10:44:26
9063     Log: The new socket tests need in some platforms
9064          to #include <sys/types.h>.
9065  Branch: cfgperl
9066        ! Configure
9067 ____________________________________________________________________________
9068 [  2293] By: jhi                                   on 1998/11/23  10:33:42
9069     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9070          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9071          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9072          Date: Mon, 23 Nov 1998 10:07:04 +0100
9073          Message-Id: <9811230907.AA06484@AWT.nl>
9074          
9075          NeXTstep NetInfo uses nidump to get the user/group databases.
9076  Branch: cfgperl
9077        ! t/op/grent.t t/op/pwent.t
9078 ____________________________________________________________________________
9079 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
9080     Log: Updated Porting/patchls utility.
9081  Branch: maint-5.004/perl
9082        ! Porting/patchls
9083 ____________________________________________________________________________
9084 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
9085     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
9086          From:  Henrik Tougaard <ht.000@foa.dk>
9087          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
9088          Files:  lib/Sys/Syslog.pm
9089  Branch: maint-5.004/perl
9090        ! lib/Sys/Syslog.pm
9091 ____________________________________________________________________________
9092 [  2286] By: jhi                                   on 1998/11/22  19:08:42
9093     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
9094  Branch: cfgperl
9095        ! ext/Socket/Socket.xs
9096 ____________________________________________________________________________
9097 [  2285] By: jhi                                   on 1998/11/22  18:21:07
9098     Log: MSG_PROXY for GNU/Hurd (previously we believed that
9099          all GNU libc platforms have MSG_PROXY.  Untrue).
9100          In fact this ended up as a major MSG_* and SCM_*
9101          update.  The MSG_XXX known to be enums in some
9102          versions of the glibc are now probed for and respective
9103          HAS_MSG_XXX are defined.  While I was at it I noticed
9104          SCM_RIGHTS being similarly an enum.  This reminded me of
9105          an ancient discussion in perl5-porters:
9106          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
9107          The BSD socket interface has a nifty feature for passing
9108          file descriptors and credentials--via sockets.  It may be
9109          too late to add this functionality to the CORE but
9110          at least Configure now probes for the functions,
9111          structs, and includes, defining the appropriate
9112          HAS_YYY and I_ZZZ, and the Socket extension exports
9113          the constants, in case somebody wants to write an
9114          extension for this interface.
9115  Branch: cfgperl
9116        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9117        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
9118        ! iperlsys.h
9119 ____________________________________________________________________________
9120 [  2284] By: jhi                                   on 1998/11/22  18:13:21
9121     Log: perlhist.pod 1.54, containing 5_53.
9122  Branch: cfgperl
9123        ! pod/perlhist.pod
9124 ____________________________________________________________________________
9125 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
9126     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
9127  Branch: maint-5.004/perl
9128        ! doio.c
9129 ____________________________________________________________________________
9130 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
9131     Log: Improve op/die_exit.t test for implicit close changing $!
9132  Branch: maint-5.004/perl
9133        ! t/op/die_exit.t
9134 ____________________________________________________________________________
9135 [  2268] By: jhi                                   on 1998/11/22  14:44:11
9136     Log: Fix thinko.
9137  Branch: cfgperl
9138        ! hints/dynixptx.sh
9139 ____________________________________________________________________________
9140 [  2267] By: jhi                                   on 1998/11/22  13:19:41
9141     Log: Document the d_socket override.
9142  Branch: cfgperl
9143        ! hints/dynixptx.sh
9144 ____________________________________________________________________________
9145 [  2266] By: jhi                                   on 1998/11/22  12:12:29
9146     Log: From: John Tobey <jtobey@channel1.com>
9147          Subject: [PATCH] perlfaq typos
9148          To: perl5-porters@perl.com
9149          Date: 22 Nov 1998 04:25:15 +0200
9150          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
9151  Branch: cfgperl
9152        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9153        ! pod/perlfaq7.pod pod/perlfaq8.pod
9154 ____________________________________________________________________________
9155 [  2265] By: jhi                                   on 1998/11/22  12:06:29
9156     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9157          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
9158          Newsgroups: hut.lists.perl5-porters
9159          To: gsar@engin.umich.edu (Gurusamy Sarathy)
9160          Cc: perl5-porters@perl.org (Perl5 Porters)
9161          Date: 20 Nov 1998 12:20:41 +0200
9162  Branch: cfgperl
9163        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9164        ! ext/DB_File/DB_File.xs
9165 ____________________________________________________________________________
9166 [  2264] By: jhi                                   on 1998/11/22  11:55:09
9167     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
9168          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9169          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9170          To: perlbug@perl.com
9171          Date: 20 Nov 1998 18:39:06 +0200
9172          Lines: 47
9173          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9174  Branch: cfgperl
9175        ! t/op/grent.t t/op/pwent.t
9176 ____________________________________________________________________________
9177 [  2263] By: jhi                                   on 1998/11/22  11:42:59
9178     Log: Permission testing is tricky when we have too much power.
9179          Problem reported in
9180          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9181          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9182          To: perlbug@perl.com
9183          Date: 20 Nov 1998 18:39:06 +0200
9184          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9185  Branch: cfgperl
9186        ! t/op/filetest.t
9187 ____________________________________________________________________________
9188 [  2262] By: gsar                                  on 1998/11/22  11:37:02
9189     Log: fix broken CAPI generation
9190  Branch: perl
9191        ! win32/GenCAPI.pl
9192 ____________________________________________________________________________
9193 [  2261] By: jhi                                   on 1998/11/22  11:17:00
9194     Log: -x should be C<-x>, reported by Gerben Wierda.
9195  Branch: cfgperl
9196        ! pod/perlfunc.pod
9197 ____________________________________________________________________________
9198 [  2260] By: gsar                                  on 1998/11/22  11:12:02
9199     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
9200  Branch: perl
9201        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
9202        ! proto.h
9203 ____________________________________________________________________________
9204 [  2259] By: jhi                                   on 1998/11/22  11:06:40
9205     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9206          Subject: Re: [PATCH] Re: pod2man bug in date generated line
9207          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
9208          Cc: perlbug@perl.com
9209          Date: 20 Nov 1998 21:30:17 +0200
9210          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
9211  Branch: cfgperl
9212        ! pod/pod2man.PL
9213 ____________________________________________________________________________
9214 [  2256] By: jhi                                   on 1998/11/21  10:44:01
9215     Log: From: Thomas Bowditch <bowditch@inmet.com>
9216          Subject: Benchmark.pm suggestion
9217          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
9218          Date: Fri, 20 Nov 1998 17:43:46 -0500
9219          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
9220          
9221          Added timesum().
9222  Branch: cfgperl
9223        ! lib/Benchmark.pm
9224 ____________________________________________________________________________
9225 [  2255] By: gsar                                  on 1998/11/21  08:45:06
9226     Log: another win32 portability fix: make sysread() and syswrite()
9227          work on sockets
9228  Branch: perl
9229        ! pp_sys.c win32/win32.h
9230 ____________________________________________________________________________
9231 [  2254] By: gsar                                  on 1998/11/21  07:49:06
9232     Log: win32_recvfrom() compatibility fix
9233  Branch: perl
9234        ! win32/win32sck.c
9235 ____________________________________________________________________________
9236 [  2253] By: jhi                                   on 1998/11/20  08:22:06
9237     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
9238          To: jhi@iki.fi
9239          Subject: MPE/iX Perl 5.005_02 oops
9240          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
9241          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
9242  Branch: cfgperl
9243        ! ext/DynaLoader/dl_mpeix.xs installperl
9244 ____________________________________________________________________________
9245 [  2252] By: gsar                                  on 1998/11/19  17:38:03
9246     Log: mess_sv tweak for change#2249
9247  Branch: perl
9248        ! util.c
9249 ____________________________________________________________________________
9250 [  2251] By: jhi                                   on 1998/11/18  12:32:19
9251     Log: Display use64bits and usemultiplicity but only if necessary.
9252  Branch: cfgperl
9253        ! myconfig
9254 ____________________________________________________________________________
9255 [  2250] By: jhi                                   on 1998/11/18  12:26:50
9256     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
9257          Subject: pp.c uses 'unsigned Quad_t'
9258          To: perlbug@perl.com 
9259          Date: Sun, 15 Nov 1998 20:57:05 -0300 
9260          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
9261  Branch: cfgperl
9262        ! perl.h pp.c
9263 ____________________________________________________________________________
9264 [  2249] By: gsar                                  on 1998/11/18  05:43:11
9265     Log: use PL_mess_sv only during global destruction (fixes problems with
9266          overlapping invocations of form()/warn()/die()/croak() trampling on
9267          each other's messages)
9268  Branch: perl
9269        ! mg.c util.c
9270 ____________________________________________________________________________
9271 [  2248] By: gsar                                  on 1998/11/18  05:39:36
9272     Log: tweak change#2245 to skip previous message if any
9273  Branch: perl
9274        ! pp_ctl.c t/pragma/warn/pp_ctl
9275 ____________________________________________________________________________
9276 [  2247] By: jhi                                   on 1998/11/17  11:46:56
9277     Log: Integrate from mainperl.
9278  Branch: cfgperl
9279       !> (integrate 26 files)
9280 ____________________________________________________________________________
9281 [  2246] By: gsar                                  on 1998/11/17  09:41:10
9282     Log: allow C<sort $coderef @foo>
9283  Branch: perl
9284        ! op.c t/op/sort.t t/pragma/overload.t
9285 ____________________________________________________________________________
9286 [  2245] By: gsar                                  on 1998/11/17  08:28:26
9287     Log: propagate failures in DESTROY() as (optional) warnings
9288  Branch: perl
9289        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
9290 ____________________________________________________________________________
9291 [  2244] By: gsar                                  on 1998/11/17  07:43:08
9292     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
9293  Branch: perl
9294        ! perl.c thrdvar.h
9295 ____________________________________________________________________________
9296 [  2243] By: gsar                                  on 1998/11/17  07:40:09
9297     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
9298  Branch: perl
9299        ! lib/warning.pm warning.h warning.pl
9300 ____________________________________________________________________________
9301 [  2242] By: gsar                                  on 1998/11/17  06:32:39
9302     Log: fix skipspace() to properly account for newlines in eval''-ed
9303          strings (caused bogus line numbers in diagnostics and debugger)
9304  Branch: perl
9305        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
9306 ____________________________________________________________________________
9307 [  2241] By: gsar                                  on 1998/11/17  03:48:12
9308     Log: s/Perl_utf8skip/PL_utf8skip/g
9309  Branch: perl
9310        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
9311 ____________________________________________________________________________
9312 [  2240] By: gsar                                  on 1998/11/14  06:09:06
9313     Log: rework op/groups.t
9314  Branch: perl
9315        ! t/op/filetest.t t/op/groups.t
9316 ____________________________________________________________________________
9317 [  2235] By: gsar                                  on 1998/11/14  00:17:05
9318     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
9319  Branch: perl
9320        ! op.c
9321 ____________________________________________________________________________
9322 [  2234] By: gsar                                  on 1998/11/14  00:14:02
9323     Log: update Changes
9324  Branch: perl
9325        ! Changes win32/config.bc win32/config.gc win32/config.vc
9326 ____________________________________________________________________________
9327 [  2233] By: gsar                                  on 1998/11/13  09:43:03
9328     Log: doc tweak
9329  Branch: perl
9330        ! README.win32
9331 ____________________________________________________________________________
9332 [  2230] By: jhi                                   on 1998/11/12  17:07:45
9333     Log: Allow hints file override for d_socket
9334          (based on Sequent-induced change #2229).
9335  Branch: cfgperl
9336        ! Configure
9337 ____________________________________________________________________________
9338 [  2229] By: jhi                                   on 1998/11/12  16:32:33
9339     Log: 
9340          From: "Martin J. Bligh" <mbligh@sequent.com>
9341          To: jhi@iki.fi
9342          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9343          Subject: Re: Making Perl work on DYNIX/ptx
9344          Date: Tue, 10 Nov 1998 16:24:26 -0800
9345          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
9346  Branch: cfgperl
9347        ! hints/dynixptx.sh
9348 ____________________________________________________________________________
9349 [  2228] By: jhi                                   on 1998/11/12  11:40:37
9350     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
9351          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
9352          To: jhi@iki.fi
9353          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9354          Subject: Re: Making Perl work on DYNIX/ptx
9355          Date: Tue, 10 Nov 1998 18:01:10 -0800
9356  Branch: cfgperl
9357        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
9358 ____________________________________________________________________________
9359 [  2227] By: jhi                                   on 1998/11/12  11:17:42
9360     Log: Integrate from mainperl.
9361  Branch: cfgperl
9362       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
9363       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
9364       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9365       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
9366       !> win32/win32.c x2p/s2p.PL
9367 ____________________________________________________________________________
9368 [  2226] By: gsar                                  on 1998/11/11  21:05:42
9369     Log: provide -DPERL_POLLUTE
9370  Branch: perl
9371        ! embed.pl embedvar.h
9372 ____________________________________________________________________________
9373 [  2225] By: jhi                                   on 1998/11/09  07:45:12
9374     Log: From: Hans Mulder <hansm@icgroup.nl>
9375          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
9376          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
9377          perl5-porters@perl.org
9378          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
9379          (UNINSTALLED)
9380          Date: Sun,  8 Nov 98 22:20:23 +0100
9381          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
9382  Branch: cfgperl
9383        ! malloc.c perl.h
9384 ____________________________________________________________________________
9385 [  2224] By: gsar                                  on 1998/11/09  03:13:14
9386     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
9387          Christoph <lupe@alanya.m.isar.de>)
9388  Branch: perl
9389        ! lib/Text/Wrap.pm
9390 ____________________________________________________________________________
9391 [  2223] By: gsar                                  on 1998/11/09  02:09:06
9392     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
9393          <lionel.fourquaux@wanadoo.fr>)
9394  Branch: perl
9395        ! x2p/s2p.PL
9396 ____________________________________________________________________________
9397 [  2222] By: gsar                                  on 1998/11/09  01:56:24
9398     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
9399          Date: Wed, 04 Nov 1998 12:19:44 +0000
9400          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
9401          Subject: [PATCH] Re: [5.005_53] read overflow? 
9402          --
9403          Date: Wed, 04 Nov 1998 13:15:18 +0000
9404          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
9405          Subject: [PATCH 5.005_53] perl -V fix
9406  Branch: perl
9407        ! perl.c regexec.c
9408 ____________________________________________________________________________
9409 [  2221] By: gsar                                  on 1998/11/09  01:34:56
9410     Log: From: jan.dubois@ibm.net (Jan Dubois)
9411          Date: Sun, 01 Nov 1998 00:05:01 +0100
9412          Message-ID: <364294bd.18052307@smtp1.ibm.net>
9413          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
9414  Branch: perl
9415        ! Changes win32/makedef.pl
9416 ____________________________________________________________________________
9417 [  2220] By: gsar                                  on 1998/11/08  21:13:07
9418     Log: integrate changes#2120,2168,2218 from maint-5.005;
9419          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
9420          enum; make regen_headers
9421  Branch: perl
9422        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
9423        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
9424 ____________________________________________________________________________
9425 [  2219] By: gsar                                  on 1998/11/08  19:42:57
9426     Log: integrate cfgperl changes into mainline
9427  Branch: perl
9428       +> README.vmesa
9429       !> Configure MANIFEST Porting/Glossary Porting/config.sh
9430       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
9431       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
9432       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
9433       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
9434       !> thread.h vms/subconfigure.com vos/config.h
9435 ____________________________________________________________________________
9436 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
9437     Log: From: Graham Barr <gbarr@ti.com>
9438          Date: Mon, 2 Nov 1998 07:38:52 -0600
9439          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
9440          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
9441  Branch: maint-5.005/perl
9442        ! ext/IPC/SysV/Msg.pm
9443 ____________________________________________________________________________
9444 [  2215] By: gsar                                  on 1998/11/08  02:52:52
9445     Log: set close-on-exec bit on pipe() FDs
9446  Branch: perl
9447        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9448 ____________________________________________________________________________
9449 [  2214] By: gsar                                  on 1998/11/08  02:27:57
9450     Log: typo in newHVhv()
9451  Branch: perl
9452        ! hv.c
9453 ____________________________________________________________________________
9454 [  2211] By: jhi                                   on 1998/11/07  21:14:18
9455     Log: Finalize the Mach CThreads support.
9456          
9457          From: Hans Mulder <hansm@icgroup.nl>
9458          Date: Sat,  7 Nov 98 22:06:20 +0100
9459          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9460          Cc: jhi@iki.fi, perl5-porters@perl.org
9461          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
9462          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
9463  Branch: cfgperl
9464        ! malloc.c perl.h
9465 ____________________________________________________________________________
9466 [  2210] By: gsar                                  on 1998/11/06  20:36:50
9467     Log: fix AvREALISH bogusness
9468  Branch: perl
9469        ! av.c t/op/array.t
9470 ____________________________________________________________________________
9471 [  2209] By: jhi                                   on 1998/11/06  08:05:31
9472     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
9473          ASSERT() causes problems in {NeXTStep,OpenStep}.
9474          
9475          From: Hans Mulder <hansm@icgroup.nl>
9476          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9477          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9478          Date: Fri,  6 Nov 98 01:27:41 +0100
9479          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
9480          
9481          and
9482          
9483          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9484          Subject: Re: ASSERT() in malloc.c
9485          To: jhi@iki.fi
9486          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
9487          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
9488  Branch: cfgperl
9489        ! malloc.c
9490 ____________________________________________________________________________
9491 [  2208] By: jhi                                   on 1998/11/06  07:55:38
9492     Log: Mach CThreads needs #include <mach/cthreads.h>.
9493  Branch: cfgperl
9494        ! perl.h
9495 ____________________________________________________________________________
9496 [  2206] By: jhi                                   on 1998/11/05  14:54:52
9497     Log: PERL_BADLANG wrongly documented.
9498          
9499          From: ts <decoux@moulon.inra.fr>
9500          To: jhi@cc.hut.fi
9501          Subject: Re: Locale warning messages
9502          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
9503          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
9504          
9505          and
9506          
9507          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9508          Subject: Re: PERL_BADLANG
9509          To: jhi@iki.fi
9510          Subject: Re: PERL_BADLANG
9511          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
9512          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
9513  Branch: cfgperl
9514        ! pod/perllocale.pod
9515 ____________________________________________________________________________
9516 [  2205] By: jhi                                   on 1998/11/05  14:24:33
9517     Log: Document all the control flow keywords in perlfunc
9518          so that "perlfunc -f while" works.
9519  Branch: cfgperl
9520        ! pod/perlfunc.pod
9521 ____________________________________________________________________________
9522 [  2204] By: jhi                                   on 1998/11/05  12:46:02
9523     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
9524          (from vos/config.h).  Update Porting/{Glossary,config*}.
9525  Branch: cfgperl
9526        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9527        ! config_h.SH vos/config.h
9528 ____________________________________________________________________________
9529 [  2203] By: jhi                                   on 1998/11/05  08:34:39
9530     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
9531  Branch: cfgperl
9532        ! hints/vmesa.sh vms/subconfigure.com
9533 ____________________________________________________________________________
9534 [  2202] By: jhi                                   on 1998/11/05  08:03:20
9535     Log: Integrate from mainperl.
9536  Branch: cfgperl
9537       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
9538       !> win32/Makefile win32/makefile.mk win32/win32.c
9539 ____________________________________________________________________________
9540 [  2201] By: gsar                                  on 1998/11/05  04:40:44
9541     Log: another POPSTACK victim
9542  Branch: perl
9543        ! cop.h sv.c
9544 ____________________________________________________________________________
9545 [  2196] By: gsar                                  on 1998/11/05  02:07:54
9546     Log: fix a location affected by change#2191, add note about POPSTACK
9547  Branch: perl
9548        ! cop.h gv.c pp_ctl.c
9549 ____________________________________________________________________________
9550 [  2195] By: gsar                                  on 1998/11/05  02:04:45
9551     Log: makefile notes
9552  Branch: perl
9553        ! win32/Makefile win32/makefile.mk
9554 ____________________________________________________________________________
9555 [  2192] By: gsar                                  on 1998/11/04  23:48:53
9556     Log: indeterminate order-of-evaluation fixes
9557  Branch: perl
9558        ! mg.c
9559 ____________________________________________________________________________
9560 [  2191] By: gsar                                  on 1998/11/04  23:02:16
9561     Log: refetch local stack pointer in POPSTACK
9562  Branch: perl
9563        ! cop.h perl.c
9564 ____________________________________________________________________________
9565 [  2190] By: jhi                                   on 1998/11/04  08:50:40
9566     Log: Configure update.
9567          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
9568          
9569          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9570          To: Martin Bligh <mbligh@sequent.com>
9571          Cc: Jarkko Hietaniemi <jhi@iki.fi>
9572          Subject: Re: Perl 5's configure on DYNIX/ptx
9573          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
9574          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
9575          
9576          find sockets also from libsocket, not just libnet.
9577          OS390: $compile_ok instead of $compile for <inttypes.h>,
9578          
9579          From: pvhp@forte.com (Peter Prymmer)
9580          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
9581          Subject: _53 not OK on os390 but looking better than ever
9582          Date: Tue, 3 Nov 98 17:33:22 PST
9583          Message-Id: <9811040133.AA09450@forte.com>
9584  Branch: cfgperl
9585        ! Configure
9586 ____________________________________________________________________________
9587 [  2189] By: jhi                                   on 1998/11/04  07:43:58
9588     Log: sysio.t failure: fix undefined order of evaluation, from
9589          
9590          From: Spider Boardman <spider@web.zk3.dec.com>
9591          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
9592          To: perlbug@perl.com
9593          Date: 4 Nov 1998 01:22:30 +0200
9594          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
9595  Branch: cfgperl
9596        ! pp_sys.c
9597 ____________________________________________________________________________
9598 [  2188] By: gsar                                  on 1998/11/04  02:59:16
9599     Log: fix return value of win32_pclose()
9600  Branch: perl
9601        ! win32/win32.c
9602 ____________________________________________________________________________
9603 [  2187] By: gsar                                  on 1998/11/04  02:56:34
9604     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
9605  Branch: perl
9606        ! Changes doop.c gv.c util.c
9607 ____________________________________________________________________________
9608 [  2186] By: jhi                                   on 1998/11/03  08:17:52
9609     Log: Document quads in pack.
9610  Branch: cfgperl
9611        ! pod/perlfunc.pod
9612 ____________________________________________________________________________
9613 [  2185] By: jhi                                   on 1998/11/03  07:49:35
9614     Log: (IV) vs (I32) vs I_V()
9615          
9616          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
9617          From: Anton Berezin <tobez@plab.ku.dk> 
9618          To: "p5p" <perl5-porters@perl.org> 
9619          Date: 01 Nov 1998 15:09:11 +0100 
9620          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
9621          
9622          and
9623          
9624          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
9625          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
9626          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
9627  Branch: cfgperl
9628        ! sv.c
9629 ____________________________________________________________________________
9630 [  2184] By: jhi                                   on 1998/11/03  07:42:46
9631     Log: VM/ESA updates.
9632  Branch: cfgperl
9633        + README.vmesa
9634        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
9635 ____________________________________________________________________________
9636 [  2183] By: jhi                                   on 1998/11/02  12:58:13
9637     Log: The id(1)-parsing is real fun.
9638  Branch: cfgperl
9639        ! t/op/groups.t
9640 ____________________________________________________________________________
9641 [  2182] By: jhi                                   on 1998/11/02  12:07:43
9642     Log: Decommission the symlink test.
9643  Branch: cfgperl
9644        ! t/op/lex_assign.t
9645 ____________________________________________________________________________
9646 [  2181] By: jhi                                   on 1998/11/02  12:03:08
9647     Log: Replace ATTR_JOINABLE with true Configure probe
9648          for PTHREAD_CREATE_JOINABLE (or equivalent:
9649          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
9650          Remove ATTR_JOINABLE itself: Thread.xs uses
9651          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
9652          
9653          Really scan for <mach/cthreads.h> only if usethreads.
9654  Branch: cfgperl
9655        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
9656 ____________________________________________________________________________
9657 [  2180] By: jhi                                   on 1998/11/02  11:07:34
9658     Log: In HP-UX 10.X usethreads only if the required files are present.
9659  Branch: cfgperl
9660        ! hints/hpux.sh
9661 ____________________________________________________________________________
9662 [  2179] By: jhi                                   on 1998/11/02  09:10:33
9663     Log: Prefer groups(1).
9664          id -Gn can be broken.
9665          id -a can save the day.
9666  Branch: cfgperl
9667        ! t/op/groups.t
9668 ____________________________________________________________________________
9669 [  2178] By: jhi                                   on 1998/11/02  08:35:29
9670     Log: Detrail enum comma.
9671  Branch: cfgperl
9672        ! perl.h
9673 ____________________________________________________________________________
9674 [  2177] By: jhi                                   on 1998/11/02  08:24:12
9675     Log: 0**0 = 1, from
9676          
9677          From: d-lewart@uiuc.edu (Daniel S. Lewart)
9678          Subject: Math::Complex 0**0 patches
9679          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
9680          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
9681          To: jhi@iki.fi (Jarkko Hietaniemi),
9682          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
9683  Branch: cfgperl
9684        ! lib/Math/Complex.pm t/lib/complex.t
9685 ____________________________________________________________________________
9686 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
9687     Log: From: jan.dubois@ibm.net (Jan Dubois)   
9688          Date: Fri, 09 Oct 1998 23:28:31 +0200
9689          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
9690          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
9691  Branch: maint-5.005/perl
9692        ! XSUB.h
9693 ____________________________________________________________________________
9694 [  2164] By: jhi                                   on 1998/10/31  15:50:02
9695     Log: Integrate from mainperl.
9696  Branch: cfgperl
9697       +> t/op/lex_assign.t
9698       !> (integrate 45 files)
9699
9700 ----------------
9701 Version 5.005_53
9702 ----------------
9703
9704 ____________________________________________________________________________
9705 [  2163] By: gsar                                  on 1998/10/31  11:31:12
9706     Log: bump patchlevel; other minor fixes for clean build and test on
9707          Solaris and win32
9708  Branch: perl
9709        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
9710        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
9711        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
9712        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9713        ! x2p/a2p.c
9714 ____________________________________________________________________________
9715 [  2162] By: gsar                                  on 1998/10/31  09:40:31
9716     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9717          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
9718          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
9719          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
9720  Branch: perl
9721        ! pp.h
9722 ____________________________________________________________________________
9723 [  2161] By: gsar                                  on 1998/10/31  09:39:13
9724     Log: From: Albert Dvornik <bert@genscan.com>
9725          Date: 30 Oct 1998 17:50:04 -0500
9726          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
9727          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
9728  Branch: perl
9729        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
9730 ____________________________________________________________________________
9731 [  2160] By: gsar                                  on 1998/10/31  09:35:03
9732     Log: fix for bugs in -x mode
9733          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9734          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
9735          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
9736          Subject: [PATCH 5.00552] Fix h2xs
9737  Branch: perl
9738        ! utils/h2xs.PL
9739 ____________________________________________________________________________
9740 [  2159] By: gsar                                  on 1998/10/31  09:31:36
9741     Log: Data::Dumper update
9742  Branch: perl
9743        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
9744        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
9745 ____________________________________________________________________________
9746 [  2153] By: gsar                                  on 1998/10/30  21:40:09
9747     Log: add testsuite portion of patch
9748          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9749          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
9750          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
9751          Subject: [PATCH 5.00321 ;-)] 87% speedup
9752  Branch: perl
9753        + t/op/lex_assign.t
9754        ! MANIFEST
9755 ____________________________________________________________________________
9756 [  2152] By: gsar                                  on 1998/10/30  21:08:11
9757     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
9758  Branch: perl
9759        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
9760 ____________________________________________________________________________
9761 [  2151] By: gsar                                  on 1998/10/30  20:18:09
9762     Log: From: Mark-Jason Dominus <mjd@plover.com>
9763          Date: Fri, 30 Oct 1998 14:24:23 EST
9764          Message-Id: <19981030192423.27276.qmail@plover.com>
9765          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
9766  Branch: perl
9767        ! x2p/walk.c
9768 ____________________________________________________________________________
9769 [  2150] By: gsar                                  on 1998/10/30  20:08:57
9770     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9771          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
9772          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
9773          Subject: [PATCH 5.00552] Overloaded <> and deref again
9774  Branch: perl
9775        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
9776        ! t/pragma/overload.t toke.c
9777 ____________________________________________________________________________
9778 [  2149] By: gsar                                  on 1998/10/30  19:38:15
9779     Log: From: Roderick Schertler <roderick@argon.org>
9780          Date: Thu, 29 Oct 1998 14:50:18 -0500
9781          Message-ID: <17625.909690618@eeyore.ibcinc.com>
9782          Subject: patch for daemonization docs in perlipc
9783  Branch: perl
9784        ! pod/perlipc.pod
9785 ____________________________________________________________________________
9786 [  2148] By: gsar                                  on 1998/10/30  19:36:07
9787     Log: From: Anton Berezin <tobez@plab.ku.dk>
9788          Date: 29 Oct 1998 17:06:25 +0100
9789          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
9790          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
9791  Branch: perl
9792        ! win32/win32.c
9793 ____________________________________________________________________________
9794 [  2147] By: gsar                                  on 1998/10/30  19:31:37
9795     Log: tweaked version of suggested patch
9796          From: Anton Berezin <tobez@plab.ku.dk>
9797          Date: 29 Oct 1998 14:48:54 +0100
9798          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
9799          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
9800  Branch: perl
9801        ! win32/win32.c
9802 ____________________________________________________________________________
9803 [  2146] By: gsar                                  on 1998/10/30  19:03:50
9804     Log: hand-apply whitespace-mutiliated patch
9805          From: "vishal bhatia" <vishalb@hotmail.com>
9806          Date: Wed, 28 Oct 1998 23:45:32 PST
9807          Message-ID: <19981029074534.2334.qmail@hotmail.com>
9808          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
9809  Branch: perl
9810        ! ext/B/B/C.pm ext/B/B/CC.pm
9811 ____________________________________________________________________________
9812 [  2145] By: gsar                                  on 1998/10/30  18:46:58
9813     Log: remaining PL_foo stragglers
9814  Branch: perl
9815        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
9816        ! op.h os2/os2.c vms/gen_shrfls.pl
9817 ____________________________________________________________________________
9818 [  2144] By: gsar                                  on 1998/10/30  17:38:36
9819     Log: integrate cfgperl tweaks into mainline
9820  Branch: perl
9821       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
9822       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9823 ____________________________________________________________________________
9824 [  2143] By: jhi                                   on 1998/10/30  13:27:39
9825     Log: There can be multiple yacc/bison errors.
9826  Branch: cfgperl
9827        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9828 ____________________________________________________________________________
9829 [  2142] By: jhi                                   on 1998/10/30  13:18:43
9830     Log: README.posix-bc update.
9831  Branch: cfgperl
9832        ! README.posix-bc
9833 ____________________________________________________________________________
9834 [  2141] By: jhi                                   on 1998/10/30  09:12:59
9835     Log: #2133 fallout.
9836  Branch: cfgperl
9837        ! doio.c ext/POSIX/POSIX.xs
9838 ____________________________________________________________________________
9839 [  2140] By: jhi                                   on 1998/10/30  08:43:18
9840     Log: Integrate from mainperl.
9841  Branch: cfgperl
9842       +> globvar.sym pp.sym
9843        - objpp.h thread.sym
9844       !> (integrate 61 files)
9845 ____________________________________________________________________________
9846 [  2133] By: gsar                                  on 1998/10/30  02:51:39
9847     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
9848          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
9849          should soon be automated also; the global variables that
9850          escaped the PL_foo conversion are now reined in; renamed
9851          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
9852          type of same name; duplicated lists of pp_things in various
9853          places is now gone; result has only been tested on win32
9854  Branch: perl
9855        + globvar.sym pp.sym
9856        - objpp.h thread.sym
9857        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
9858        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
9859        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
9860        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
9861        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
9862        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
9863        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
9864        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
9865        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9866        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9867        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
9868 ____________________________________________________________________________
9869 [  2130] By: jhi                                   on 1998/10/29  15:31:26
9870     Log: Pure bison yylex() proto was broken.
9871  Branch: cfgperl
9872        ! proto.h
9873 ____________________________________________________________________________
9874 [  2126] By: jhi                                   on 1998/10/29  08:35:54
9875     Log: Integrate mainperl.
9876  Branch: cfgperl
9877       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9878       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
9879       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
9880       !> t/pragma/warn/doio toke.c win32/makefile.mk
9881 ____________________________________________________________________________
9882 [  2125] By: jhi                                   on 1998/10/29  08:32:38
9883     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
9884  Branch: cfgperl
9885        ! Makefile.SH
9886 ____________________________________________________________________________
9887 [  2124] By: jhi                                   on 1998/10/29  08:06:44
9888     Log: EBCDIC Makefile.SH tuneup.
9889  Branch: cfgperl
9890        ! Makefile.SH
9891 ____________________________________________________________________________
9892 [  2119] By: gsar                                  on 1998/10/28  23:24:04
9893     Log: remove doubled hunk from integration
9894  Branch: perl
9895        ! pp.c
9896 ____________________________________________________________________________
9897 [  2118] By: gsar                                  on 1998/10/28  22:03:31
9898     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9899          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
9900          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
9901          Subject: [PATCH 5.00552] Minor debugger tweaks
9902  Branch: perl
9903        ! lib/perl5db.pl
9904 ____________________________________________________________________________
9905 [  2117] By: gsar                                  on 1998/10/28  22:02:30
9906     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9907          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
9908          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
9909          Subject: [PATCH 5.00552] Make sort respect overloading
9910  Branch: perl
9911        ! pp_ctl.c proto.h t/pragma/overload.t
9912 ____________________________________________________________________________
9913 [  2116] By: gsar                                  on 1998/10/28  21:51:11
9914     Log: MM patches from Ilya Zakharevich
9915          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
9916          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
9917          Subject: [PATCH 5.00552] Make MakeMaker more verbose
9918          --
9919          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
9920          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
9921          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
9922  Branch: perl
9923        ! lib/ExtUtils/MakeMaker.pm
9924 ____________________________________________________________________________
9925 [  2115] By: gsar                                  on 1998/10/28  21:46:19
9926     Log: add explicit references to perl source path in ld2 and gcc2
9927  Branch: perl
9928        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9929 ____________________________________________________________________________
9930 [  2114] By: gsar                                  on 1998/10/28  21:39:56
9931     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9932          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
9933          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
9934          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
9935  Branch: perl
9936        ! INSTALL
9937 ____________________________________________________________________________
9938 [  2113] By: gsar                                  on 1998/10/28  21:21:16
9939     Log: integrate cfgperl into mainline
9940  Branch: perl
9941       +> t/op/filetest.t
9942       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
9943       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
9944       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9945       !> thread.h toke.c vmesa/Makefile
9946 ____________________________________________________________________________
9947 [  2112] By: gsar                                  on 1998/10/28  21:14:18
9948     Log: minor cleanup
9949  Branch: perl
9950        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
9951 ____________________________________________________________________________
9952 [  2111] By: gsar                                  on 1998/10/28  18:52:10
9953     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
9954  Branch: perl
9955        ! toke.c
9956 ____________________________________________________________________________
9957 [  2110] By: jhi                                   on 1998/10/28  15:07:54
9958     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
9959  Branch: cfgperl
9960        ! Makefile.SH
9961 ____________________________________________________________________________
9962 [  2109] By: jhi                                   on 1998/10/28  13:39:54
9963     Log: a2p.y needs to generate also y.tab.h.
9964  Branch: cfgperl
9965        ! Makefile.SH
9966 ____________________________________________________________________________
9967 [  2108] By: jhi                                   on 1998/10/28  10:33:36
9968     Log: The "parse error" must be converted to "syntax error",
9969          just matching it aint' enough.
9970  Branch: cfgperl
9971        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9972        ! t/pragma/warning.t
9973 ____________________________________________________________________________
9974 [  2107] By: jhi                                   on 1998/10/28  10:23:05
9975     Log: Regen sig_n{ame,umber}* if slightest doubt.
9976  Branch: cfgperl
9977        ! Configure
9978 ____________________________________________________________________________
9979 [  2106] By: jhi                                   on 1998/10/28  08:44:49
9980     Log: Bison says 'parse error', not 'parser error'.
9981  Branch: cfgperl
9982        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9983        ! t/pragma/warning.t
9984 ____________________________________________________________________________
9985 [  2105] By: jhi                                   on 1998/10/28  08:42:09
9986     Log: yylex() parametrization.
9987  Branch: cfgperl
9988        ! proto.h toke.c
9989 ____________________________________________________________________________
9990 [  2104] By: jhi                                   on 1998/10/28  08:25:09
9991     Log: Bring in #2102.
9992  Branch: cfgperl
9993        ! pp.c
9994 ____________________________________________________________________________
9995 [  2103] By: jhi                                   on 1998/10/28  08:22:04
9996     Log: From: Dominic Dunlop <domo@vo.lu>
9997          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
9998          Date: 27 Oct 1998 20:47:25 +0200
9999          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
10000  Branch: cfgperl
10001        ! t/op/groups.t
10002 ____________________________________________________________________________
10003 [  2102] By: larry                                 on 1998/10/27  18:58:55
10004     Log: utf8 change to quotemeta broke EBCDIC
10005  Branch: perl
10006        ! pp.c
10007 ____________________________________________________________________________
10008 [  2101] By: jhi                                   on 1998/10/27  12:55:34
10009     Log: $Config{sig_num_init}.
10010          Also, a new approach to the 'pthreads-created-joinable': drop
10011          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
10012          directly. (See also #2096).
10013  Branch: cfgperl
10014        ! Configure config_h.SH
10015 ____________________________________________________________________________
10016 [  2100] By: jhi                                   on 1998/10/27  10:48:55
10017     Log: Regenerated perly_c.diff.
10018  Branch: cfgperl
10019        ! perly_c.diff
10020 ____________________________________________________________________________
10021 [  2099] By: jhi                                   on 1998/10/27  08:42:25
10022     Log: First the mangler was Netscape, then it was me.
10023  Branch: cfgperl
10024        ! vmesa/Makefile
10025 ____________________________________________________________________________
10026 [  2098] By: jhi                                   on 1998/10/27  08:34:40
10027     Log: `id -Gn` might be available where `groups` is not.
10028  Branch: cfgperl
10029        ! t/op/groups.t
10030 ____________________________________________________________________________
10031 [  2097] By: jhi                                   on 1998/10/27  08:05:17
10032     Log: Netscape had mangled the tabs.
10033  Branch: cfgperl
10034        ! vmesa/Makefile
10035 ____________________________________________________________________________
10036 [  2096] By: jhi                                   on 1998/10/27  08:03:05
10037     Log: ATTR_JOINABLE logic, based on (private email)
10038          
10039          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10040          Subject: Some little diffs
10041          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
10042          Date: Tue, 27 Oct 1998 13:44:42 +1300
10043  Branch: cfgperl
10044        ! thread.h
10045 ____________________________________________________________________________
10046 [  2095] By: jhi                                   on 1998/10/27  07:56:57
10047     Log: Mach cthreads support based on:
10048          
10049          From: brie@corp.home.net (Brian Harrison)
10050          Subject: perl5.005_02 patch for mthreads
10051          To: perl5-porters@perl.org
10052          Date: 24 Oct 1998 01:01:55 +0300
10053          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
10054          
10055          Pthread yield probe (dejavu)
10056          Cosmetic nanochange for the union semun output.
10057          Better inttypes.h probe.
10058          Undo the 'void *' $selecttype probe from #1971 because
10059          it breaks the $selectminbits test.
10060  Branch: cfgperl
10061        ! Configure config_h.SH perl.h thread.h
10062 ____________________________________________________________________________
10063 [  2094] By: jhi                                   on 1998/10/26  13:02:07
10064     Log: Also posix-bc wants to reyacc.
10065  Branch: cfgperl
10066        ! Makefile.SH
10067 ____________________________________________________________________________
10068 [  2093] By: jhi                                   on 1998/10/26  10:17:21
10069     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
10070          5_02 and really breaking things in non-ASCII worlds.
10071  Branch: cfgperl
10072        ! pp.c
10073 ____________________________________________________________________________
10074 [  2092] By: jhi                                   on 1998/10/26  09:08:00
10075     Log: More robustness.
10076  Branch: cfgperl
10077        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10078        ! t/pragma/warning.t
10079 ____________________________________________________________________________
10080 [  2091] By: jhi                                   on 1998/10/26  08:47:32
10081     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
10082          Bison really wants YYLEX_PARAM.
10083  Branch: cfgperl
10084        ! perly.y proto.h toke.c
10085 ____________________________________________________________________________
10086 [  2090] By: jhi                                   on 1998/10/26  08:21:25
10087     Log: s/YYLEX_PARAM/YYLEXPARAM/
10088  Branch: cfgperl
10089        ! perly.y
10090 ____________________________________________________________________________
10091 [  2089] By: jhi                                   on 1998/10/26  08:17:33
10092     Log: Indicate skipped subtests.
10093  Branch: cfgperl
10094        ! t/io/pipe.t
10095 ____________________________________________________________________________
10096 [  2088] By: jhi                                   on 1998/10/26  08:11:36
10097     Log: Integrate from mainperl.
10098  Branch: cfgperl
10099       !> (integrate 54 files)
10100 ____________________________________________________________________________
10101 [  2087] By: jhi                                   on 1998/10/26  08:08:02
10102     Log: Add test for filetests.
10103  Branch: cfgperl
10104        + t/op/filetest.t
10105        ! MANIFEST
10106 ____________________________________________________________________________
10107 [  2086] By: gsar                                  on 1998/10/26  02:44:44
10108     Log: various win32 tweaks; disable new xs_cpp section (it creates
10109          ambiguous inference graph for %.xs --> %.o)
10110  Branch: perl
10111        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
10112        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
10113        ! win32/config.gc win32/config_H.gc win32/makedef.pl
10114        ! win32/makefile.mk win32/win32.h
10115 ____________________________________________________________________________
10116 [  2085] By: gsar                                  on 1998/10/26  00:50:02
10117     Log: sanity-check $Config{drand01} in rand.t
10118  Branch: perl
10119        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
10120        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10121 ____________________________________________________________________________
10122 [  2078] By: gsar                                  on 1998/10/25  10:22:04
10123     Log: update win32/config*.?c
10124  Branch: perl
10125        ! Changes win32/config.bc win32/config.gc win32/config.vc
10126        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10127 ____________________________________________________________________________
10128 [  2077] By: gsar                                  on 1998/10/25  08:39:25
10129     Log: From: Graham Barr <gbarr@pobox.com>
10130          Date: Sat, 24 Oct 1998 21:45:50 -0500
10131          Message-ID: <19981024214550.C508@pobox.com>
10132          Subject: Re: die with a reference  should use overload "" operator
10133  Branch: perl
10134        ! pp_ctl.c
10135 ____________________________________________________________________________
10136 [  2076] By: gsar                                  on 1998/10/25  08:37:49
10137     Log: From: Graham Barr <gbarr@pobox.com>
10138          Date: Sat, 24 Oct 1998 12:45:21 -0500
10139          Message-ID: <19981024124521.C512@pobox.com>
10140          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
10141  Branch: perl
10142        ! sv.c
10143 ____________________________________________________________________________
10144 [  2075] By: gsar                                  on 1998/10/25  08:24:09
10145     Log: fix C<print $n += 5;> etc.
10146  Branch: perl
10147        ! toke.c
10148 ____________________________________________________________________________
10149 [  2074] By: gsar                                  on 1998/10/25  08:12:28
10150     Log: list builtins with portability caveats
10151          From: Jarkko Hietaniemi <jhi@iki.fi>
10152          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
10153          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
10154          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
10155  Branch: perl
10156        ! pod/perlfunc.pod
10157 ____________________________________________________________________________
10158 [  2073] By: gsar                                  on 1998/10/25  07:55:43
10159     Log: fix stack overrun in file test operators
10160  Branch: perl
10161        ! pp_sys.c
10162 ____________________________________________________________________________
10163 [  2072] By: gsar                                  on 1998/10/25  07:29:45
10164     Log: implement C<goto &func> and other fixes (via private mail)
10165          From:    "vishal bhatia" <vishalb@hotmail.com>
10166          Date:    Wed, 21 Oct 1998 22:59:03 PDT
10167          Message-Id: <19981022055904.20083.qmail@hotmail.com>
10168          Subject: [PATCH 5.005_52] More fixes for B
10169  Branch: perl
10170        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
10171 ____________________________________________________________________________
10172 [  2071] By: gsar                                  on 1998/10/25  07:14:41
10173     Log: From: Graham Barr <gbarr@pobox.com>
10174          Date: Sat, 17 Oct 1998 20:42:41 -0500
10175          Message-ID: <19981017204241.G510@pobox.com>
10176          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
10177  Branch: perl
10178        ! pp_ctl.c
10179 ____________________________________________________________________________
10180 [  2070] By: gsar                                  on 1998/10/25  07:07:29
10181     Log: avoid bogus line number in XSUB redefined warnings
10182  Branch: perl
10183        ! op.c
10184 ____________________________________________________________________________
10185 [  2069] By: gsar                                  on 1998/10/25  06:59:03
10186     Log: From: Martijn Koster <mak@excitecorp.com>
10187          Date: Wed, 21 Oct 1998 13:12:03 +0100
10188          Message-ID: <19981021131203.A15661@excitecorp.com>
10189          Subject: File::Path::mkpath reports the wrong error
10190  Branch: perl
10191        ! lib/File/Path.pm
10192 ____________________________________________________________________________
10193 [  2068] By: gsar                                  on 1998/10/25  06:54:43
10194     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
10195          Date: Tue, 20 Oct 1998 20:52:20 -0500
10196          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
10197          Subject: Exporter.pm's export_to_level() argument handling buggy
10198  Branch: perl
10199        ! lib/Exporter.pm
10200 ____________________________________________________________________________
10201 [  2067] By: gsar                                  on 1998/10/25  06:50:19
10202     Log: From: jan.dubois@ibm.net (Jan Dubois)
10203          Date: Wed, 21 Oct 1998 00:55:51 +0200
10204          Message-ID: <36380269.55370608@smtp1.ibm.net>
10205          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
10206  Branch: perl
10207        ! ext/DynaLoader/DynaLoader_pm.PL
10208 ____________________________________________________________________________
10209 [  2066] By: gsar                                  on 1998/10/25  06:48:19
10210     Log: recognize '%' as a shell metachar for win32
10211          From: jan.dubois@ibm.net (Jan Dubois)
10212          Date: Tue, 20 Oct 1998 21:57:35 +0200
10213          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
10214          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
10215  Branch: perl
10216        ! win32/win32.c
10217 ____________________________________________________________________________
10218 [  2065] By: gsar                                  on 1998/10/25  06:46:30
10219     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
10220  Branch: perl
10221        ! sv.c
10222 ____________________________________________________________________________
10223 [  2064] By: gsar                                  on 1998/10/25  06:45:09
10224     Log: From: Gisle Aas <gisle@aas.no>
10225          Date: 20 Oct 1998 14:24:44 +0200
10226          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
10227          Subject: ord() and unpack("U*",...) should not be negative
10228  Branch: perl
10229        ! pp.c
10230 ____________________________________________________________________________
10231 [  2063] By: gsar                                  on 1998/10/25  06:42:29
10232     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10233          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
10234          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
10235          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
10236  Branch: perl
10237        ! os2/os2.c
10238 ____________________________________________________________________________
10239 [  2062] By: gsar                                  on 1998/10/25  06:41:26
10240     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10241          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
10242          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
10243          Subject: [PATCH 5.005_*] Speed up aassign
10244  Branch: perl
10245        ! pp_hot.c
10246 ____________________________________________________________________________
10247 [  2061] By: gsar                                  on 1998/10/25  06:39:04
10248     Log: From: Graham Barr <gbarr@pobox.com>
10249          Date: Sat, 17 Oct 1998 22:22:02 -0500
10250          Message-ID: <19981017222202.J510@pobox.com>
10251          Subject: Re: '*' prototype does not allow bareword with strict
10252  Branch: perl
10253        ! toke.c
10254 ____________________________________________________________________________
10255 [  2060] By: gsar                                  on 1998/10/25  06:37:34
10256     Log: handle '::' in section names properly
10257          From: Graham Barr <gbarr@pobox.com>
10258          Date: Sat, 17 Oct 1998 12:57:54 -0500
10259          Message-ID: <19981017125754.C510@pobox.com>
10260          Subject: Re: pod2html
10261  Branch: perl
10262        ! lib/Pod/Html.pm
10263 ____________________________________________________________________________
10264 [  2059] By: gsar                                  on 1998/10/25  06:33:43
10265     Log: integrate changes#1982,2014,2021 (from maint-5.005)
10266  Branch: perl
10267       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
10268       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
10269 ____________________________________________________________________________
10270 [  2058] By: gsar                                  on 1998/10/25  05:44:17
10271     Log: allow more win32 symbol exports (suggested by Jan Dubois)
10272  Branch: perl
10273        ! win32/makedef.pl
10274 ____________________________________________________________________________
10275 [  2057] By: gsar                                  on 1998/10/25  05:40:40
10276     Log: integrate change#2053 from maint-5.005
10277  Branch: perl
10278       !> cop.h t/cmd/while.t
10279 ____________________________________________________________________________
10280 [  2056] By: gsar                                  on 1998/10/25  05:16:41
10281     Log: commented version of a patch suggested by Drago Goricanec
10282          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10283          Date: 16 Oct 1998 15:24:45 +0300
10284          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
10285          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
10286  Branch: perl
10287        ! pp_sys.c
10288 ____________________________________________________________________________
10289 [  2055] By: gsar                                  on 1998/10/25  05:11:03
10290     Log: include eof() in description of buffering caveats
10291          From: Anton Berezin <tobez@plab.ku.dk>
10292          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
10293          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
10294          Subject: [DOCPATCH] pod/perlfunc.pod
10295  Branch: perl
10296        ! pod/perlfunc.pod
10297 ____________________________________________________________________________
10298 [  2054] By: gsar                                  on 1998/10/25  05:07:42
10299     Log: disallow 'x' in hex numbers (except leading '0x')
10300          From: Gisle Aas <gisle@aas.no>
10301          Date: 16 Oct 1998 16:33:12 +0200
10302          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
10303          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
10304  Branch: perl
10305        ! perlvars.h t/op/oct.t util.c
10306 ____________________________________________________________________________
10307 [  2052] By: gsar                                  on 1998/10/25  04:49:04
10308     Log: avoid the circular refcnt logic in magic_mutexfree()
10309  Branch: perl
10310        ! mg.c pp.c pp_hot.c
10311 ____________________________________________________________________________
10312 [  2051] By: gsar                                  on 1998/10/25  04:35:07
10313     Log: properly restore PL_rsfp_filters after require
10314  Branch: perl
10315        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
10316        ! scope.h
10317 ____________________________________________________________________________
10318 [  2050] By: gsar                                  on 1998/10/25  02:42:32
10319     Log: integrate cfgperl changes back into mainline
10320  Branch: perl
10321       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
10322       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
10323       !> (integrate 33 files)
10324 ____________________________________________________________________________
10325 [  2049] By: gsar                                  on 1998/10/25  01:30:48
10326     Log: avoid "mysterious" compile-time failures without messages
10327  Branch: perl
10328        ! gv.c
10329 ____________________________________________________________________________
10330 [  2041] By: gsar                                  on 1998/10/23  21:11:56
10331     Log: checkin jpl under //depot/perlext/jpl/...
10332  Branch: perlext
10333        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
10334        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
10335        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
10336        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
10337        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
10338        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
10339        + jpl/PerlInterpreter/Makefile.PL
10340        + jpl/PerlInterpreter/PerlInterpreter.c
10341        + jpl/PerlInterpreter/PerlInterpreter.h
10342        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
10343        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
10344        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
10345        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
10346        + jpl/get_jdk/jdk_hosts jpl/install-jpl
10347 ____________________________________________________________________________
10348 [  2040] By: larry                                 on 1998/10/23  19:31:42
10349     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
10350  Branch: perl
10351        ! pp.c
10352 ____________________________________________________________________________
10353 [  2039] By: larry                                 on 1998/10/23  18:48:34
10354     Log: tr///d does not seem to work
10355  Branch: perl
10356        ! lib/utf8_heavy.pl
10357 ____________________________________________________________________________
10358 [  2038] By: larry                                 on 1998/10/23  18:00:41
10359     Log: Program with utf8 identifiers fails to compile
10360  Branch: perl
10361        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
10362 ____________________________________________________________________________
10363 [  2037] By: jhi                                   on 1998/10/23  14:04:51
10364     Log: Test suite portability:
10365          - posix-bc does not write to broken pipes
10366          - filehand #11 only iff we have fork
10367          - warning.t can now match $expected using regular expressions
10368  Branch: cfgperl
10369        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
10370        ! t/pragma/warning.t
10371 ____________________________________________________________________________
10372 [  2036] By: jhi                                   on 1998/10/23  12:12:07
10373     Log: yacc clarification.
10374  Branch: cfgperl
10375        ! README.posix-bc
10376 ____________________________________________________________________________
10377 [  2035] By: jhi                                   on 1998/10/23  12:09:59
10378     Log: Some C compilers get upset about 8-bit characters in /* comments. */
10379  Branch: cfgperl
10380        ! mg.c
10381 ____________________________________________________________________________
10382 [  2034] By: jhi                                   on 1998/10/22  09:11:52
10383     Log: Configure update: both for pthread_yield more robust
10384          testing (all variants of pthread_attr_getdetachstate()) --
10385          and because Configure was broken in major way! About 1000
10386          last lines were truncated.
10387  Branch: cfgperl
10388        ! Configure
10389 ____________________________________________________________________________
10390 [  2033] By: jhi                                   on 1998/10/22  07:47:10
10391     Log: DJGPP feedback for #2028.
10392  Branch: cfgperl
10393        ! thread.h
10394 ____________________________________________________________________________
10395 [  2032] By: jhi                                   on 1998/10/21  13:03:57
10396     Log: yielding, the saga continues.
10397  Branch: cfgperl
10398        ! Configure config_h.SH
10399       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
10400       !> t/op/goto.t t/pragma/constant.t
10401 ____________________________________________________________________________
10402 [  2031] By: jhi                                   on 1998/10/21  09:15:42
10403     Log: VM/ESA feedback for #2028.
10404  Branch: cfgperl
10405        ! Configure config_h.SH thread.h
10406 ____________________________________________________________________________
10407 [  2030] By: gsar                                  on 1998/10/21  04:22:53
10408     Log: fix handling of mayhaps-extended @_ in goto &sub
10409  Branch: perl
10410        ! av.c pp_ctl.c t/op/goto.t
10411 ____________________________________________________________________________
10412 [  2029] By: gsar                                  on 1998/10/21  00:54:14
10413     Log: restore sanity to "constant" references
10414  Branch: perl
10415        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
10416 ____________________________________________________________________________
10417 [  2028] By: jhi                                   on 1998/10/20  15:01:20
10418     Log: OLD_PTHREADS_API reorganizing.
10419  Branch: cfgperl
10420        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
10421        ! vmesa/vmesaish.h
10422 ____________________________________________________________________________
10423 [  2027] By: jhi                                   on 1998/10/20  14:14:51
10424     Log: #2026 fallout.
10425  Branch: cfgperl
10426        ! Makefile.SH
10427 ____________________________________________________________________________
10428 [  2026] By: jhi                                   on 1998/10/20  11:47:21
10429     Log: VM/ESA update.
10430  Branch: cfgperl
10431        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
10432 ____________________________________________________________________________
10433 [  2025] By: jhi                                   on 1998/10/20  08:20:56
10434     Log: 64-bitness, based on
10435          
10436          From: Scott Henry <scotth@sgi.com>
10437          To: perl-64bit@perl.org
10438          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
10439          Subject: Re: Configure problems/questions...
10440          Date: 19 Oct 1998 22:38:06 -0700
10441  Branch: cfgperl
10442        ! hints/irix_6.sh perl.h
10443 ____________________________________________________________________________
10444 [  2024] By: jhi                                   on 1998/10/20  08:09:07
10445     Log: Add lseeksize.
10446  Branch: cfgperl
10447        ! config_h.SH
10448 ____________________________________________________________________________
10449 [  2023] By: jhi                                   on 1998/10/20  08:08:33
10450     Log: Mumble about _yields() only when threaded.
10451  Branch: cfgperl
10452        ! Configure
10453 ____________________________________________________________________________
10454 [  2022] By: jhi                                   on 1998/10/20  07:46:26
10455     Log: Thinko at PTHREADS_CREATED_JOINABLE.
10456  Branch: cfgperl
10457        ! thread.h
10458 ____________________________________________________________________________
10459 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
10460     Log: From: Chip Salzenberg <chip@perlsupport.com>
10461          Date: Tue, 6 Oct 1998 13:33:05 -0400
10462          Message-ID: <19981006133305.A2348@perlsupport.com>
10463          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
10464  Branch: maint-5.005/perl
10465        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
10466        ! t/op/tie.t
10467 ____________________________________________________________________________
10468 [  2020] By: jhi                                   on 1998/10/19  09:15:53
10469     Log: YIELD more robustly.
10470  Branch: cfgperl
10471        ! thread.h
10472 ____________________________________________________________________________
10473 [  2019] By: jhi                                   on 1998/10/19  08:48:33
10474     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
10475          the 'new' one (just like DJGPP, it seems).
10476  Branch: cfgperl
10477        ! thread.h
10478 ____________________________________________________________________________
10479 [  2018] By: jhi                                   on 1998/10/19  07:02:44
10480     Log: vmesaish.h doesn't exclude unixish.h.
10481  Branch: cfgperl
10482        ! perl.h
10483 ____________________________________________________________________________
10484 [  2017] By: jhi                                   on 1998/10/19  06:44:19
10485     Log: 1<<$randbits is not good for randbits=48.
10486  Branch: cfgperl
10487        ! t/op/rand.t
10488 ____________________________________________________________________________
10489 [  2016] By: jhi                                   on 1998/10/19  06:39:47
10490     Log: Make #2012 glob pattern more portable.
10491  Branch: cfgperl
10492        ! Makefile.SH
10493 ____________________________________________________________________________
10494 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
10495     Log: Fix POSIX::sigprocmask not to check type of $old parameter
10496          as it is output only
10497  Branch: maint-5.005/perl
10498        ! ext/POSIX/POSIX.xs
10499 ____________________________________________________________________________
10500 [  2012] By: jhi                                   on 1998/10/17  15:04:23
10501     Log: clean numbered core dumps and t/tmp[0-9]*.
10502  Branch: cfgperl
10503        ! Makefile.SH
10504 ____________________________________________________________________________
10505 [  2011] By: jhi                                   on 1998/10/17  14:59:15
10506     Log: More robust yacc/bison failure output handling.
10507  Branch: cfgperl
10508        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10509 ____________________________________________________________________________
10510 [  2010] By: jhi                                   on 1998/10/17  14:51:05
10511     Log: BC2000 POSIX update.
10512  Branch: cfgperl
10513        ! MANIFEST
10514 ____________________________________________________________________________
10515 [  2009] By: jhi                                   on 1998/10/17  14:49:46
10516     Log: POSIX BC2000 port from perl-mvs:
10517          
10518          Subject: Ported perl 5.005.02 to BS2000 / POSIX
10519          From: Dorner Thomas <Thomas.Dorner@start.de> 
10520          Date: Tue, 29 Sep 1998 13:29:36 +0100 
10521          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
10522  Branch: cfgperl
10523        + README.posix-bc hints/posix-bc.sh
10524        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
10525        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
10526        ! unixish.h
10527 ____________________________________________________________________________
10528 [  2008] By: jhi                                   on 1998/10/17  14:07:49
10529     Log: VM/ESA-update.
10530  Branch: cfgperl
10531        ! MANIFEST
10532 ____________________________________________________________________________
10533 [  2007] By: jhi                                   on 1998/10/17  13:55:34
10534     Log: Forgot few S_I* imports.
10535  Branch: cfgperl
10536        ! t/lib/ipc_sysv.t
10537 ____________________________________________________________________________
10538 [  2006] By: jhi                                   on 1998/10/17  13:43:54
10539     Log: The VM/ESA port essentials, based on
10540          
10541          perl-mvs:
10542          
10543          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10544          Subject: Re: Can't find Data/Dumper.pm
10545          Date: Mon, 28 Sep 1998 07:40:49 +1300
10546          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
10547          
10548          private email:
10549          
10550          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10551          Subject: Re: Perl thread problems in VM/ESA
10552          Date: Thu, 15 Oct 1998 07:18:35 +1300
10553          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
10554          
10555          and private email:
10556          
10557          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
10558          Subject:  perl archive
10559          Date:  Sun, 11 Oct 1998 19:28:54 EDT
10560          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
10561          which gave a pointer to
10562          
10563          http://pucc.princeton.edu/~neale/perl.tar
10564          
10565          (based on Perl 5.005_51)
10566  Branch: cfgperl
10567        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
10568        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
10569        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
10570        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
10571 ____________________________________________________________________________
10572 [  2005] By: jhi                                   on 1998/10/17  13:17:19
10573     Log: Integrate mainperl.
10574  Branch: cfgperl
10575       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
10576       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10577       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
10578       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
10579       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
10580       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
10581       !> win32/makefile.mk
10582 ____________________________________________________________________________
10583 [  2004] By: jhi                                   on 1998/10/17  11:19:06
10584     Log: Removed an extra ' from the int64_t test.
10585  Branch: cfgperl
10586        ! Configure
10587 ____________________________________________________________________________
10588 [  2003] By: gsar                                  on 1998/10/17  04:11:40
10589     Log: silence -w noises (suggested by Greg Bacon)
10590  Branch: perl
10591        ! lib/Term/Complete.pm
10592 ____________________________________________________________________________
10593 [  2002] By: gsar                                  on 1998/10/17  04:07:48
10594     Log: From: Gisle Aas <gisle@aas.no>
10595          Date: 14 Oct 1998 15:53:14 +0200
10596          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
10597          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
10598  Branch: perl
10599        ! util.c
10600 ____________________________________________________________________________
10601 [  2001] By: gsar                                  on 1998/10/17  04:06:10
10602     Log: From: Gisle Aas <gisle@aas.no>
10603          Date: 14 Oct 1998 15:17:44 +0200
10604          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
10605          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
10606  Branch: perl
10607        ! toke.c
10608 ____________________________________________________________________________
10609 [  2000] By: gsar                                  on 1998/10/17  03:06:33
10610     Log: From: Gisle Aas <gisle@aas.no>
10611          Date: 14 Oct 1998 00:38:06 +0200
10612          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
10613          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
10614  Branch: perl
10615        ! sv.c
10616 ____________________________________________________________________________
10617 [  1999] By: gsar                                  on 1998/10/17  03:04:48
10618     Log: From: Dan Sugalski <sugalskd@osshe.edu>
10619          Date: Tue, 13 Oct 1998 15:10:57 -0700
10620          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
10621          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
10622  Branch: perl
10623        ! vms/ext/Stdio/Stdio.pm
10624 ____________________________________________________________________________
10625 [  1998] By: gsar                                  on 1998/10/17  03:00:40
10626     Log: skip readonly vars and unref references when doing a reset()
10627  Branch: perl
10628        ! sv.c
10629 ____________________________________________________________________________
10630 [  1997] By: gsar                                  on 1998/10/17  02:49:19
10631     Log: fix buggy treatment of large checksums on unicode strings
10632          From: Gisle Aas <gisle@aas.no>
10633          Date: 13 Oct 1998 21:35:39 +0200
10634          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
10635          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
10636  Branch: perl
10637        ! pp.c
10638 ____________________________________________________________________________
10639 [  1996] By: gsar                                  on 1998/10/17  02:43:22
10640     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10641          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
10642          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
10643          Subject: [PATCH 5.005_52] Memory overrun in os2.c
10644  Branch: perl
10645        ! os2/Makefile.SHs os2/os2.c
10646 ____________________________________________________________________________
10647 [  1995] By: gsar                                  on 1998/10/17  02:42:01
10648     Log: clarify section name rules for typemaps
10649  Branch: perl
10650        ! pod/perlxs.pod
10651 ____________________________________________________________________________
10652 [  1994] By: gsar                                  on 1998/10/17  02:33:02
10653     Log: whitespace-proof grent.t
10654  Branch: perl
10655        ! t/op/grent.t
10656 ____________________________________________________________________________
10657 [  1993] By: gsar                                  on 1998/10/17  02:27:29
10658     Log: fix bug in B::CC::pp_sassign()
10659          From: "vishal bhatia" <vishalb@hotmail.com>
10660          Date: Sun, 11 Oct 1998 18:41:38 PDT
10661          Message-ID: <19981012014139.19614.qmail@hotmail.com>
10662          Subject: B::CC problems with pp_sassign routine
10663  Branch: perl
10664        ! ext/B/B/CC.pm
10665 ____________________________________________________________________________
10666 [  1992] By: gsar                                  on 1998/10/17  02:17:49
10667     Log: applied suggested patch with small doc tweak
10668          From: Gisle Aas <gisle@aas.no>
10669          Date: 11 Oct 1998 12:53:13 +0200
10670          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
10671          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
10672  Branch: perl
10673        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
10674        ! t/op/tiehandle.t
10675 ____________________________________________________________________________
10676 [  1991] By: gsar                                  on 1998/10/17  02:08:30
10677     Log: apply non-conflicting parts from suggested patch
10678          From: jan.dubois@ibm.net (Jan Dubois)
10679          Date: Sat, 10 Oct 1998 13:15:45 +0200
10680          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
10681          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
10682  Branch: perl
10683        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10684 ____________________________________________________________________________
10685 [  1990] By: gsar                                  on 1998/10/17  02:01:24
10686     Log: provide option to enable optimization with VC (suggested by Jan
10687          Dubois)
10688  Branch: perl
10689        ! win32/Makefile win32/makefile.mk
10690 ____________________________________________________________________________
10691 [  1989] By: gsar                                  on 1998/10/17  01:55:27
10692     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
10693          Dave Leppik <dleppik@gage.com>
10694  Branch: perl
10695        ! perl.h
10696 ____________________________________________________________________________
10697 [  1988] By: gsar                                  on 1998/10/17  01:49:05
10698     Log: stray typo found by Hugo van der Sanden
10699  Branch: perl
10700        ! op.c
10701 ____________________________________________________________________________
10702 [  1987] By: gsar                                  on 1998/10/17  01:45:52
10703     Log: perldoc pod update
10704          From: Daniel Grisinger <dgris@perrin.dimensional.com>
10705          Date: 06 Oct 1998 23:56:51 -0600
10706          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
10707          Subject: [PATCH _02 and _52] perldoc
10708  Branch: perl
10709        ! utils/perldoc.PL
10710 ____________________________________________________________________________
10711 [  1986] By: gsar                                  on 1998/10/17  01:41:40
10712     Log: qualify names of builtins
10713  Branch: perl
10714        ! ext/POSIX/POSIX.pm
10715 ____________________________________________________________________________
10716 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
10717     Log: From: Jochen Wiedmann <joe@ispsoft.de>
10718          Date: Thu, 17 Sep 1998 17:16:06 +0200
10719          Message-ID: <360127B6.E44564A@ispsoft.de>
10720          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
10721  Branch: maint-5.005/perl
10722        ! lib/ExtUtils/MakeMaker.pm
10723 ____________________________________________________________________________
10724 [  1978] By: gsar                                  on 1998/10/16  01:58:58
10725     Log: integrate cfgperl mods into mainline
10726  Branch: perl
10727       +> ext/DynaLoader/dl_vmesa.xs
10728        ! Porting/genlog
10729       !> Configure MANIFEST Makefile.SH config_h.SH
10730       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
10731       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
10732       !> x2p/Makefile.SH
10733 ____________________________________________________________________________
10734 [  1976] By: gsar                                  on 1998/10/16  00:10:52
10735     Log: stray tweak
10736  Branch: perl
10737        ! op.c
10738 ____________________________________________________________________________
10739 [  1975] By: gsar                                  on 1998/10/15  23:54:38
10740     Log: propagate typeness of lexicals while cloning them
10741  Branch: perl
10742        ! op.c
10743 ____________________________________________________________________________
10744 [  1974] By: gsar                                  on 1998/10/15  23:53:25
10745     Log: s/last/first/ typo in append_list()
10746  Branch: perl
10747        ! op.c
10748 ____________________________________________________________________________
10749 [  1973] By: gsar                                  on 1998/10/15  20:06:17
10750     Log: nuke confperl branch and contents
10751  Branch: confperl
10752        - (delete 1284 files)
10753 ____________________________________________________________________________
10754 [  1972] By: jhi                                   on 1998/10/15  07:07:35
10755     Log: Test #162 had been added but the "print 1..161" had not been updated.
10756  Branch: cfgperl
10757        ! t/op/pat.t
10758 ____________________________________________________________________________
10759 [  1971] By: gsar                                  on 1998/10/15  03:09:58
10760     Log: check in all confperl changes as of change#1964 into cfgperl
10761  Branch: cfgperl
10762        + ext/DynaLoader/dl_vmesa.xs
10763        ! Configure MANIFEST Makefile.SH config_h.SH
10764        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
10765        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
10766 ____________________________________________________________________________
10767 [  1970] By: gsar                                  on 1998/10/15  03:05:59
10768     Log: integrate mainline to get tr.t
10769  Branch: cfgperl
10770       +> t/op/tr.t
10771 ____________________________________________________________________________
10772 [  1969] By: gsar                                  on 1998/10/15  03:04:17
10773     Log: add missing tr.t to repository
10774  Branch: perl
10775        + t/op/tr.t
10776 ____________________________________________________________________________
10777 [  1968] By: gsar                                  on 1998/10/15  03:02:43
10778     Log: create cfgperl branch
10779  Branch: cfgperl
10780       +> (branch 1282 files)
10781 ____________________________________________________________________________
10782 [  1967] By: gsar                                  on 1998/10/15  02:46:08
10783     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
10784          (MAN3PODS cannot be set to ' '; stray stricture violation)
10785  Branch: perl
10786        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
10787        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
10788        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
10789        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
10790        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
10791        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
10792        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
10793        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
10794        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
10795        ! lib/ExtUtils/MM_Unix.pm
10796 ____________________________________________________________________________
10797 [  1966] By: gsar                                  on 1998/10/15  02:19:03
10798     Log: tweak to make fix in change#1944 behave correctly for closures
10799          created within eval''
10800  Branch: perl
10801        ! op.c t/op/eval.t
10802 ____________________________________________________________________________
10803 [  1965] By: gsar                                  on 1998/10/14  23:22:41
10804     Log: use better numbers for exitstatus test
10805  Branch: perl
10806        ! t/op/die_exit.t
10807 ____________________________________________________________________________
10808 [  1964] By: jhi                                   on 1998/10/14  17:25:41
10809     Log: Add VM/ESA dynaloading (uses <dll.h>).
10810  Branch: confperl
10811        + ext/DynaLoader/dl_vmesa.xs
10812        ! MANIFEST
10813 ____________________________________________________________________________
10814 [  1963] By: jhi                                   on 1998/10/14  17:17:10
10815     Log: Remove a2p.loadmap in 'clean' target.
10816  Branch: confperl
10817        ! x2p/Makefile.SH
10818 ____________________________________________________________________________
10819 [  1962] By: jhi                                   on 1998/10/14  17:13:11
10820     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
10821  Branch: confperl
10822        ! Makefile.SH
10823 ____________________________________________________________________________
10824 [  1961] By: jhi                                   on 1998/10/14  16:27:39
10825     Log: VM/ESA creates executable.loadmaps.
10826  Branch: confperl
10827        ! Makefile.SH
10828 ____________________________________________________________________________
10829 [  1960] By: jhi                                   on 1998/10/14  15:37:39
10830     Log: Introduce SCHED_YIELD (one of sched_yield(),
10831          pthread_yield(), or pthread_yield(NULL)).
10832          YIELD is then defined using SCHED_YIELD unless
10833          a platform-specific YIELD has already been defined.
10834          
10835          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
10836          
10837          The need for pthread_yield(NULL) and pthread_attr_setdet...
10838          introduced by (private email)
10839          
10840          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10841          Date: Sat, 10 Oct 1998 21:08:15 +1300
10842          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
10843          Subject: Re: Perl thread problems in VM/ESA
10844          
10845          Better select() protoprobe (for AIX), from (private email)
10846          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10847          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
10848          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
10849          Subject: AIX select (fwd)
10850          From: Lars Hecking <lhecking@nmrc.ucc.ie>
10851          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
10852          Date: Fri, 2 Oct 1998 10:40:01 +0100
10853          Subject: AIX select
10854          
10855          Linux-avoid-so.X.Y, based on
10856          From: "Kurt D. Starsinic" <kstar@chapin.edu>
10857          Date: Tue, 13 Oct 1998 15:55:07 -0400
10858          Message-ID: <19981013155507.B4004@O2.chapin.edu>
10859          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
10860  Branch: confperl
10861        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
10862        ! thread.h
10863 ____________________________________________________________________________
10864 [  1959] By: jhi                                   on 1998/10/14  12:51:26
10865     Log: Some old pthread implementations have
10866          pthread_attr_setdetachstate(pthread_attr_t*, int*).
10867  Branch: confperl
10868        ! ext/Thread/Thread.xs
10869 ____________________________________________________________________________
10870 [  1958] By: jhi                                   on 1998/10/14  12:41:11
10871     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
10872          counterparts will follow soon.
10873  Branch: confperl
10874        ! thread.h
10875 ____________________________________________________________________________
10876 [  1957] By: jhi                                   on 1998/10/14  12:38:11
10877     Log: Add tr.t (MANIFEST already knew about it, strange)
10878  Branch: confperl
10879        + t/op/tr.t
10880 ____________________________________________________________________________
10881 [  1956] By: jhi                                   on 1998/10/14  12:24:35
10882     Log: Mutexen should be initialized only once.
10883  Branch: confperl
10884        ! gv.c op.c
10885 ____________________________________________________________________________
10886 [  1955] By: jhi                                   on 1998/10/14  12:19:38
10887     Log: os390 has its own cppstdin.
10888  Branch: confperl
10889        ! hints/os390.sh
10890 ____________________________________________________________________________
10891 [  1954] By: jhi                                   on 1998/10/14  12:15:06
10892     Log: Integrate with mainperl.
10893  Branch: confperl
10894       !> (integrate 1280 files)
10895 ____________________________________________________________________________
10896 [  1953] By: jhi                                   on 1998/10/14  11:48:08
10897     Log: Removed duplicate CMA threads code for HPUX 10.X.
10898          (probably residue of patch(1) being too understanding)
10899          Enhanced 64-bit settings. (redo change#1940)
10900  Branch: confperl
10901        ! hints/hpux.sh
10902 ____________________________________________________________________________
10903 [  1952] By: jhi                                   on 1998/10/14  11:45:16
10904     Log: (redo change#1949) Detypo in the d_open64 warning about
10905          the impending WHOA.
10906  Branch: confperl
10907        ! hints/irix_6.sh
10908 ____________________________________________________________________________
10909 [  1951] By: jhi                                   on 1998/10/14  10:54:16
10910     Log: Mutexen should only be inited once, after they have been New()ed.
10911  Branch: confperl
10912        ! gv.c op.c
10913 ____________________________________________________________________________
10914 [  1950] By: jhi                                   on 1998/10/14  10:41:43
10915     Log: Own cppstdin.
10916  Branch: confperl
10917        ! hints/os390.sh
10918 ____________________________________________________________________________
10919 [  1949] By: jhi                                   on 1998/10/14  10:34:23
10920     Log: Detypo in the d_open64 warning about the impending WHOA.
10921  Branch: confperl
10922        ! hints/irix_6.sh
10923 ____________________________________________________________________________
10924 [  1948] By: gsar                                  on 1998/10/14  05:38:01
10925     Log: two typos
10926  Branch: perl
10927        ! pp_hot.c t/op/eval.t
10928 ____________________________________________________________________________
10929 [  1947] By: gsar                                  on 1998/10/14  05:37:10
10930     Log: let docatch() pass the buck when restartop turns out to be null,
10931          making exceptions in BEGIN{} propagate as expected
10932  Branch: perl
10933        ! pp_ctl.c t/op/misc.t
10934 ____________________________________________________________________________
10935 [  1946] By: gsar                                  on 1998/10/13  03:41:49
10936     Log: add missing file from change#1943
10937  Branch: perl
10938        ! proto.h
10939 ____________________________________________________________________________
10940 [  1945] By: gsar                                  on 1998/10/13  03:32:02
10941     Log: defer "deep recursion" warnings until CXt_SUB context is properly
10942          set up
10943  Branch: perl
10944        ! pp_hot.c t/pragma/warn/pp_hot
10945 ____________________________________________________________________________
10946 [  1944] By: gsar                                  on 1998/10/13  03:15:50
10947     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
10948          fixup the cop_seq value that must be seen by lexical lookups that
10949          emanate within eval''
10950  Branch: perl
10951        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
10952 ____________________________________________________________________________
10953 [  1943] By: gsar                                  on 1998/10/13  02:06:09
10954     Log: ensure recursive attempts to findlex()icals know enough about where
10955          the last eval'' context was encountered
10956  Branch: perl
10957        ! op.c t/op/eval.t
10958 ____________________________________________________________________________
10959 [  1942] By: gsar                                  on 1998/10/13  02:01:24
10960     Log: force copy of substrings when matching against temporaries
10961  Branch: perl
10962        ! pp_hot.c t/op/pat.t
10963 ____________________________________________________________________________
10964 [  1941] By: gsar                                  on 1998/10/13  01:49:16
10965     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
10966          implementation)
10967  Branch: perl
10968        ! pp_ctl.c t/op/runlevel.t
10969 ____________________________________________________________________________
10970 [  1940] By: jhi                                   on 1998/10/12  09:57:44
10971     Log: Removed duplicate CMA threads code for HPUX 10.X.
10972          (probably residue of patch(1) being too understanding)
10973          Enhanced 64-bit settings.
10974  Branch: confperl
10975        ! hints/hpux.sh
10976 ____________________________________________________________________________
10977 [  1939] By: jhi                                   on 1998/10/12  09:53:11
10978     Log: Initial sync from mainline perl.
10979  Branch: confperl
10980        + (add 1282 files)
10981 ____________________________________________________________________________
10982 [  1937] By: gsar                                  on 1998/10/06  21:16:34
10983     Log: fix $/ init for USE_THREADS
10984  Branch: perl
10985        ! perl.c
10986 ____________________________________________________________________________
10987 [  1936] By: gsar                                  on 1998/10/06  07:19:39
10988     Log: fix globals caught by change#1927; builds and tests on Solaris
10989  Branch: perl
10990        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
10991        ! warning.h warning.pl
10992 ____________________________________________________________________________
10993 [  1935] By: gsar                                  on 1998/10/06  06:50:35
10994     Log: add test for previous fix
10995  Branch: perl
10996        ! ext/Thread/create.t
10997 ____________________________________________________________________________
10998 [  1934] By: gsar                                  on 1998/10/06  06:37:36
10999     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
11000  Branch: perl
11001        ! util.c
11002 ____________________________________________________________________________
11003 [  1933] By: gsar                                  on 1998/10/06  05:04:20
11004     Log: undo bogus part of change#1903 (as pointed out by Larry)
11005  Branch: perl
11006        ! pp_ctl.c
11007 ____________________________________________________________________________
11008 [  1932] By: gsar                                  on 1998/10/06  04:21:31
11009     Log: added tweaked version of suggested patch
11010          From: jan.dubois@ibm.net (Jan Dubois)
11011          Date: Sat, 03 Oct 1998 19:04:48 +0200
11012          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
11013          Subject: [PATCH 5.005_52] More MakeMaker  patches
11014  Branch: perl
11015        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11016        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11017 ____________________________________________________________________________
11018 [  1931] By: gsar                                  on 1998/10/06  04:04:33
11019     Log: use cpp symbols instead of hardwired constants
11020          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11021          Date: Mon, 05 Oct 1998 09:23:33 +0100
11022          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
11023          Subject: [PATCH 5.005_52] By the numbers (resend)
11024  Branch: perl
11025        ! op.c
11026 ____________________________________________________________________________
11027 [  1930] By: gsar                                  on 1998/10/06  04:01:55
11028     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11029          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
11030          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
11031          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
11032  Branch: perl
11033        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
11034        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
11035 ____________________________________________________________________________
11036 [  1929] By: gsar                                  on 1998/10/06  03:50:36
11037     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11038          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
11039          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
11040          Subject: [PATCH 5.00552] Minor test improvement
11041  Branch: perl
11042        ! t/op/magic.t
11043 ____________________________________________________________________________
11044 [  1928] By: gsar                                  on 1998/10/06  03:49:03
11045     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11046          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
11047          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
11048          Subject: [PATCH 5.00552] emacs/ptags inprovements
11049  Branch: perl
11050        ! emacs/ptags
11051 ____________________________________________________________________________
11052 [  1927] By: gsar                                  on 1998/10/06  03:47:44
11053     Log: disable C<#define dirty PL_dirty> et al.
11054  Branch: perl
11055        ! embed.pl embedvar.h
11056 ____________________________________________________________________________
11057 [  1926] By: gsar                                  on 1998/10/06  03:43:32
11058     Log: From: Mark-Jason Dominus <mjd@plover.com>
11059          Date: Sun, 04 Oct 1998 14:48:11 -0400
11060          Message-ID: <19981004184811.16048.qmail@plover.com>
11061          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
11062  Branch: perl
11063        ! utils/perldoc.PL
11064 ____________________________________________________________________________
11065 [  1925] By: gsar                                  on 1998/10/06  03:27:35
11066     Log: disable USE_THREADS when PERL_OBJECT is enabled
11067  Branch: perl
11068        ! win32/Makefile win32/makefile.mk
11069 ____________________________________________________________________________
11070 [  1924] By: gsar                                  on 1998/10/06  03:26:54
11071     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
11072  Branch: perl
11073        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
11074        ! vms/perly_c.vms
11075 ____________________________________________________________________________
11076 [  1923] By: gsar                                  on 1998/10/03  05:19:56
11077     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
11078          overridden
11079  Branch: perl
11080        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
11081        ! proto.h vms/perly_c.vms
11082 ____________________________________________________________________________
11083 [  1922] By: gsar                                  on 1998/10/03  03:59:50
11084     Log: suppress manifypods leak in extensions
11085  Branch: perl
11086        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
11087 ____________________________________________________________________________
11088 [  1921] By: gsar                                  on 1998/10/02  22:30:15
11089     Log: os390 fixes (suggested by Peter Prymmer)
11090  Branch: perl
11091        ! Makefile.SH regcomp.c
11092 ____________________________________________________________________________
11093 [  1920] By: gsar                                  on 1998/10/02  21:41:19
11094     Log: squelch undef warnings
11095          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11096          Date: Fri, 02 Oct 1998 11:01:14 +0100
11097          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
11098          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
11099  Branch: perl
11100        ! Changes lib/Math/BigInt.pm
11101 ____________________________________________________________________________
11102 [  1919] By: gsar                                  on 1998/10/02  04:59:13
11103     Log: add note to INSTALL about ANSI C
11104  Branch: perl
11105        ! INSTALL
11106 ____________________________________________________________________________
11107 [  1918] By: gsar                                  on 1998/10/02  04:21:10
11108     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
11109          From: jan.dubois@ibm.net (Jan Dubois)
11110          Date: Wed, 30 Sep 1998 23:35:30 +0200
11111          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
11112          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
11113  Branch: perl
11114        ! lib/ExtUtils/xsubpp
11115 ____________________________________________________________________________
11116 [  1917] By: gsar                                  on 1998/10/02  04:16:02
11117     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11118          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
11119          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
11120          Subject: Re: Configure test for selectbits busted
11121  Branch: perl
11122        ! Configure
11123 ____________________________________________________________________________
11124 [  1916] By: gsar                                  on 1998/10/02  04:14:17
11125     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11126          Date: Wed, 30 Sep 1998 17:15:20 -0700
11127          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
11128          Subject: [PATCH 5.005_02]VMS config tweaks
11129  Branch: perl
11130        ! vms/descrip_mms.template vms/subconfigure.com
11131 ____________________________________________________________________________
11132 [  1915] By: gsar                                  on 1998/10/02  04:10:47
11133     Log: use Off_t to permit 64-bit seek()
11134          From: Scott Henry <scotth@sgi.com>
11135          Date: 29 Sep 1998 17:38:46 -0700
11136          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
11137          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
11138          --
11139          Date: 28 Sep 1998 18:55:37 -0700
11140          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
11141          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11142  Branch: perl
11143        ! doio.c pp_sys.c proto.h sv.c
11144 ____________________________________________________________________________
11145 [  1914] By: gsar                                  on 1998/10/02  04:05:36
11146     Log: normalize tm struct passed to strftime() with mktime()
11147          From: Spider Boardman <spider@orb.nashua.nh.us>
11148          Date: Wed, 30 Sep 1998 15:12:09 -0400
11149          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
11150          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
11151  Branch: perl
11152        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11153 ____________________________________________________________________________
11154 [  1913] By: gsar                                  on 1998/10/02  03:59:46
11155     Log: don't try to run foo_SH.orig etc.
11156  Branch: perl
11157        ! Configure
11158 ____________________________________________________________________________
11159 [  1912] By: gsar                                  on 1998/10/02  03:45:37
11160     Log: make warning about glob process failure optional
11161  Branch: perl
11162        ! pod/perldiag.pod pp_hot.c
11163 ____________________________________________________________________________
11164 [  1911] By: gsar                                  on 1998/10/02  02:52:21
11165     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
11166          From: Dominic Dunlop <domo@vo.lu>
11167          Date: Tue, 29 Sep 1998 21:06:30 +0000
11168          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
11169          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
11170          --
11171          Date: Wed, 30 Sep 1998 11:46:44 +0000
11172          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
11173          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
11174  Branch: perl
11175        ! pod/perldiag.pod regcomp.c
11176 ____________________________________________________________________________
11177 [  1910] By: gsar                                  on 1998/10/02  02:48:48
11178     Log: minor Configure tweaks (via private mail)
11179          From: Jarkko Hietaniemi <jhi@iki.fi>
11180          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
11181          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
11182          Subject: [PATCH] 5.005_52: the drizzle continues
11183  Branch: perl
11184        ! Configure config_h.SH handy.h
11185 ____________________________________________________________________________
11186 [  1909] By: gsar                                  on 1998/10/02  02:46:39
11187     Log: update SCO hints for dynamic loading
11188          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11189          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
11190          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
11191          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11192          --
11193          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
11194          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
11195          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11196  Branch: perl
11197        ! hints/sco.sh
11198 ____________________________________________________________________________
11199 [  1908] By: gsar                                  on 1998/10/02  02:33:39
11200     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
11201  Branch: perl
11202        ! lib/File/Find.pm
11203 ____________________________________________________________________________
11204 [  1907] By: gsar                                  on 1998/10/02  02:21:52
11205     Log: applied patches, but retained old behavior for win32 (where compilers
11206          can't read from stdin at all)
11207          From: Graham Barr <gbarr@ti.com>
11208          Date: Mon, 28 Sep 1998 09:41:49 -0500
11209          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
11210          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11211          --
11212          Date: Tue, 29 Sep 1998 12:35:43 -0500
11213          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
11214          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11215  Branch: perl
11216        ! ext/Errno/Errno_pm.PL
11217 ____________________________________________________________________________
11218 [  1906] By: gsar                                  on 1998/10/02  02:02:19
11219     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
11220          Hietaniemi)
11221  Branch: perl
11222        ! t/op/grent.t
11223 ____________________________________________________________________________
11224 [  1905] By: gsar                                  on 1998/10/02  01:59:56
11225     Log: win32 caveats about truncate()
11226  Branch: perl
11227        ! pod/perlport.pod
11228 ____________________________________________________________________________
11229 [  1904] By: gsar                                  on 1998/10/02  01:53:25
11230     Log: various Configure and hints updates (prefer drand48() or random()
11231          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
11232          applied modulo SCO hints superceded by later patch
11233          From: Jarkko Hietaniemi <jhi@iki.fi>
11234          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
11235          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
11236          Subject: [PATCH] 5.005_52: Configure et al:
11237  Branch: perl
11238        + ext/IPC/SysV/hints/next_3.pl
11239        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
11240        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
11241        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
11242 ____________________________________________________________________________
11243 [  1903] By: gsar                                  on 1998/10/02  01:42:37
11244     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
11245          Date: Mon, 28 Sep 1998 17:41:49 +0100
11246          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
11247          Subject: [PATCH 5.005_52] Re: More on ?p 
11248          --
11249          Date: Thu, 01 Oct 1998 09:10:58 +0100
11250          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
11251          Subject: [PATCH 5.005_52] ?p fix
11252          --
11253          Date: Thu, 01 Oct 1998 10:45:56 +0100
11254          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
11255          Subject: [PATCH 5.005_52] more on ?p
11256  Branch: perl
11257        ! pp_ctl.c
11258 ____________________________________________________________________________
11259 [  1902] By: gsar                                  on 1998/10/02  01:36:14
11260     Log: From: Kenneth Duda <kjd@cisco.com>
11261          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
11262          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
11263          Subject: writemain dies when there are more than 4000 characters of extensions
11264  Branch: perl
11265        ! writemain.SH
11266 ____________________________________________________________________________
11267 [  1901] By: gsar                                  on 1998/10/02  01:33:16
11268     Log: tweak run_byacc recipe
11269  Branch: perl
11270        ! Makefile.SH Porting/pumpkin.pod
11271 ____________________________________________________________________________
11272 [  1900] By: gsar                                  on 1998/10/02  01:02:09
11273     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
11274  Branch: perl
11275        ! perl.h pp_ctl.c
11276 ____________________________________________________________________________
11277 [  1899] By: gsar                                  on 1998/09/28  20:46:30
11278     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
11279          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
11280          Dvornik)
11281  Branch: perl
11282        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
11283 ____________________________________________________________________________
11284 [  1898] By: gsar                                  on 1998/09/28  20:42:52
11285     Log: flush unsubmitted 5.00552 change
11286  Branch: perl
11287        ! MANIFEST
11288 ____________________________________________________________________________
11289 [  1897] By: gsar                                  on 1998/09/27  04:43:06
11290     Log: run vms_yfix.pl
11291  Branch: perl
11292        ! vms/perly_c.vms
11293 ____________________________________________________________________________
11294 [  1896] By: gsar                                  on 1998/09/27  03:38:55
11295     Log: small tweak on last change
11296  Branch: perl
11297        ! win32/win32.c
11298 ____________________________________________________________________________
11299 [  1895] By: gsar                                  on 1998/09/27  03:17:17
11300     Log: fix win32_stat() to do the right thing for share names
11301  Branch: perl
11302        ! win32/win32.c
11303 ____________________________________________________________________________
11304 [  1891] By: larry                                 on 1998/09/25  18:50:40
11305     Log: Fixed apostrophe problem from Mark Knutsen.
11306  Branch: perl
11307        ! sv.h
11308
11309 ----------------
11310 Version 5.005_52
11311 ----------------
11312
11313 ____________________________________________________________________________
11314 [  1890] By: gsar                                  on 1998/09/25  10:25:00
11315     Log: update template config.sh, add new config vars to win32 stuff
11316  Branch: perl
11317        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
11318        ! pp_sys.c proto.h win32/config.bc win32/config.gc
11319        ! win32/config.vc win32/config_H.bc win32/config_H.gc
11320        ! win32/config_H.vc win32/win32.h
11321 ____________________________________________________________________________
11322 [  1889] By: gsar                                  on 1998/09/25  07:13:13
11323     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
11324          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
11325          of full-fledged 64-bit support (including support for: fseeko/ftello,
11326          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
11327          in Fcntl)
11328          From: Jarkko Hietaniemi <jhi@iki.fi>
11329          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
11330          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
11331          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
11332          --
11333          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11334          Date: 12 Sep 1998 09:44:25 +0300
11335          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
11336          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11337  Branch: perl
11338        + lib/filetest.pm
11339        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
11340        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
11341        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
11342        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
11343        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
11344        ! win32/makedef.pl
11345 ____________________________________________________________________________
11346 [  1888] By: gsar                                  on 1998/09/25  06:27:12
11347     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
11348  Branch: perl
11349        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
11350        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11351        ! win32/makedef.pl win32/makefile.mk win32/win32.c
11352 ____________________________________________________________________________
11353 [  1887] By: gsar                                  on 1998/09/25  04:50:49
11354     Log: win32.c tweak
11355  Branch: perl
11356        ! win32/win32.c
11357 ____________________________________________________________________________
11358 [  1886] By: gsar                                  on 1998/09/25  04:47:32
11359     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
11360  Branch: perl
11361        ! lib/ExtUtils/MakeMaker.pm
11362 ____________________________________________________________________________
11363 [  1885] By: gsar                                  on 1998/09/25  04:05:09
11364     Log: From: Dominic Dunlop <domo@vo.lu>
11365          Date: Thu, 10 Sep 1998 11:02:46 +0000
11366          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
11367          Subject: MM_Unix::canonpath erroneously turns leading // into /
11368  Branch: perl
11369        ! lib/ExtUtils/MM_Unix.pm
11370 ____________________________________________________________________________
11371 [  1884] By: gsar                                  on 1998/09/25  03:06:10
11372     Log: temporarily disable perl malloc for a2p until we clean up
11373          conflicting malloc() declarations everywhere
11374  Branch: perl
11375        ! x2p/Makefile.SH
11376 ____________________________________________________________________________
11377 [  1883] By: gsar                                  on 1998/09/25  02:27:00
11378     Log: remove obsolete win32/bin/*.pl
11379  Branch: perl
11380        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
11381        ! Changes MANIFEST win32/Makefile win32/makefile.mk
11382 ____________________________________________________________________________
11383 [  1882] By: gsar                                  on 1998/09/25  02:04:43
11384     Log: missing file in last submit
11385  Branch: perl
11386        ! proto.h
11387 ____________________________________________________________________________
11388 [  1881] By: gsar                                  on 1998/09/25  01:56:54
11389     Log: serial access to PL_x[inpr]v_root for USE_THREADS
11390  Branch: perl
11391        ! sv.c
11392 ____________________________________________________________________________
11393 [  1880] By: gsar                                  on 1998/09/25  01:19:38
11394     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
11395          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
11396          Date: Thu, 24 Sep 1998 22:01:09 +0900
11397          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
11398          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
11399  Branch: perl
11400        ! hv.c proto.h
11401 ____________________________________________________________________________
11402 [  1879] By: gsar                                  on 1998/09/25  00:20:07
11403     Log: tweaks to enable PERL_OBJECT to build & test on win32
11404  Branch: perl
11405        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
11406        ! win32/GenCAPI.pl
11407 ____________________________________________________________________________
11408 [  1878] By: gsar                                  on 1998/09/25  00:13:36
11409     Log: fix change#1861, which breaks default boot_xxx symbol generation
11410  Branch: perl
11411        ! lib/ExtUtils/Mksymlists.pm
11412 ____________________________________________________________________________
11413 [  1877] By: gsar                                  on 1998/09/24  10:29:54
11414     Log: two tweaks for clean build and test on Solaris
11415  Branch: perl
11416        ! op.c t/op/subst.t
11417 ____________________________________________________________________________
11418 [  1876] By: gsar                                  on 1998/09/24  09:04:43
11419     Log: From: Colin Kuskie <ckuskie@cadence.com>
11420          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
11421          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
11422          Subject: [PATCH 5.005_51] perlform.pod
11423  Branch: perl
11424        ! pod/perlform.pod
11425 ____________________________________________________________________________
11426 [  1875] By: gsar                                  on 1998/09/24  08:47:47
11427     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11428          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
11429          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
11430          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
11431  Branch: perl
11432        ! regexec.c
11433 ____________________________________________________________________________
11434 [  1874] By: gsar                                  on 1998/09/24  08:44:55
11435     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11436          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
11437          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
11438          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
11439  Branch: perl
11440        ! toke.c
11441 ____________________________________________________________________________
11442 [  1873] By: gsar                                  on 1998/09/24  08:39:41
11443     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11444          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
11445          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
11446          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
11447  Branch: perl
11448        ! Changes regcomp.c
11449 ____________________________________________________________________________
11450 [  1872] By: gsar                                  on 1998/09/24  08:37:00
11451     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
11452          Date: Sun, 23 Aug 1998 23:18:38 PDT
11453          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
11454          Subject: new irix_6.sh hints file
11455  Branch: perl
11456        ! hints/irix_6.sh
11457 ____________________________________________________________________________
11458 [  1871] By: gsar                                  on 1998/09/24  07:26:37
11459     Log: correct FSF address in various places
11460  Branch: perl
11461        ! Copying README ext/B/README lib/Getopt/Long.pm
11462 ____________________________________________________________________________
11463 [  1870] By: gsar                                  on 1998/09/24  07:11:56
11464     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
11465          Date:    Fri, 14 Aug 1998 09:20:16 PDT
11466          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
11467          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
11468  Branch: perl
11469        ! configure.com
11470 ____________________________________________________________________________
11471 [  1869] By: gsar                                  on 1998/09/24  06:55:59
11472     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
11473          From:    Scott Henry <scotth@sgi.com>
11474          Date:    13 Aug 1998 09:52:15 PDT
11475          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
11476          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
11477  Branch: perl
11478        ! hints/irix_6.sh
11479 ____________________________________________________________________________
11480 [  1868] By: gsar                                  on 1998/09/24  06:51:23
11481     Log: From:    Nathan Torkington <gnat@frii.com>
11482          Date:    Thu, 13 Aug 1998 10:59:48 MDT
11483          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
11484          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
11485  Branch: perl
11486        ! pod/perlfunc.pod
11487 ____________________________________________________________________________
11488 [  1867] By: gsar                                  on 1998/09/24  06:45:13
11489     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
11490          that are autoloaded)
11491  Branch: perl
11492        ! pp_ctl.c
11493 ____________________________________________________________________________
11494 [  1866] By: gsar                                  on 1998/09/24  05:21:19
11495     Log: grandfather deprecated "$$<digit>" no more
11496  Branch: perl
11497        ! pod/perldiag.pod toke.c
11498 ____________________________________________________________________________
11499 [  1865] By: gsar                                  on 1998/09/24  04:52:48
11500     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
11501          low bits (suggested by Ilya Zakharevich)
11502  Branch: perl
11503        ! hv.h
11504 ____________________________________________________________________________
11505 [  1864] By: gsar                                  on 1998/09/24  04:29:14
11506     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
11507          perly_c.diff
11508  Branch: perl
11509        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
11510        ! perly_c.diff toke.c
11511 ____________________________________________________________________________
11512 [  1863] By: gsar                                  on 1998/09/24  03:36:30
11513     Log: provide locked access to string table for USE_THREADS
11514  Branch: perl
11515        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
11516 ____________________________________________________________________________
11517 [  1862] By: gsar                                  on 1998/09/24  03:30:32
11518     Log: remove bogus warn()
11519  Branch: perl
11520        ! embed.pl
11521 ____________________________________________________________________________
11522 [  1861] By: gsar                                  on 1998/09/24  02:58:51
11523     Log: applied suggested patch, adapted for all platforms
11524          From: jan.dubois@ibm.net (Jan Dubois)
11525          Date: Sun, 20 Sep 1998 12:56:38 +0200
11526          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
11527          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
11528  Branch: perl
11529        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11530        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11531        ! lib/ExtUtils/MakeMaker.pm
11532 ____________________________________________________________________________
11533 [  1860] By: gsar                                  on 1998/09/24  02:16:14
11534     Log: upgrade to CPAN-1.40
11535  Branch: perl
11536        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
11537 ____________________________________________________________________________
11538 [  1859] By: gsar                                  on 1998/09/24  02:08:59
11539     Log: use $ENV{MAKEMAKEROPT} to set default command line args
11540  Branch: perl
11541        ! lib/ExtUtils/MakeMaker.pm
11542 ____________________________________________________________________________
11543 [  1857] By: gsar                                  on 1998/09/23  10:58:36
11544     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11545          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
11546          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
11547          Subject: More verbose Test::Harness [PATCH]
11548  Branch: perl
11549        ! lib/Test/Harness.pm
11550 ____________________________________________________________________________
11551 [  1856] By: gsar                                  on 1998/09/23  10:56:24
11552     Log: update hints for OPENSTEP 4.2 on i386
11553          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
11554          Date: Sun, 20 Sep 1998 01:03:18 +0200
11555          Message-Id: <9809192303.AA29190@Spike>
11556          Subject: Perl 5.005_02 compilation problems
11557  Branch: perl
11558        ! hints/next_4.sh
11559 ____________________________________________________________________________
11560 [  1855] By: gsar                                  on 1998/09/23  10:52:27
11561     Log: reset errno after C<require> search (as suggested by Larry)
11562  Branch: perl
11563        ! pp_ctl.c
11564 ____________________________________________________________________________
11565 [  1854] By: gsar                                  on 1998/09/23  10:50:26
11566     Log: misc pod tweaks
11567  Branch: perl
11568        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
11569 ____________________________________________________________________________
11570 [  1853] By: gsar                                  on 1998/09/23  10:46:06
11571     Log: make Pod/Html.pm handle the --title option properly (as suggested
11572          by gml4410@ggr.co.uk)
11573  Branch: perl
11574        ! lib/Pod/Html.pm
11575 ____________________________________________________________________________
11576 [  1852] By: gsar                                  on 1998/09/23  10:41:39
11577     Log: SSNEW() API for allocating memory on the savestack
11578          From: Albert Dvornik <bert@genscan.com>
11579          Date: 17 Sep 1998 19:23:07 -0400
11580          Message-Id: <tqemtae338.fsf@puma.genscan.com>
11581          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
11582  Branch: perl
11583        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
11584        ! perl.h proto.h scope.c scope.h t/io/tell.t
11585 ____________________________________________________________________________
11586 [  1851] By: gsar                                  on 1998/09/23  10:37:05
11587     Log: From: Jochen Wiedmann <joe@ispsoft.de>
11588          Date: Thu, 17 Sep 1998 17:16:06 +0200
11589          Message-ID: <360127B6.E44564A@ispsoft.de>
11590          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
11591  Branch: perl
11592        ! lib/ExtUtils/MakeMaker.pm
11593 ____________________________________________________________________________
11594 [  1850] By: gsar                                  on 1998/09/23  10:33:05
11595     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
11596          Date: 15 Sep 1998 01:32:31 +0200
11597          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
11598          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
11599  Branch: perl
11600        ! lib/ExtUtils/MM_Unix.pm
11601 ____________________________________________________________________________
11602 [  1849] By: gsar                                  on 1998/09/23  10:29:04
11603     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
11604          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
11605          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
11606          Subject: Re: extralibs.ld problem in MM_VMS.pm
11607  Branch: perl
11608        ! lib/ExtUtils/MM_VMS.pm
11609 ____________________________________________________________________________
11610 [  1848] By: gsar                                  on 1998/09/23  10:25:24
11611     Log: From: Roderick Schertler <roderick@argon.org>
11612          Date: 11 Sep 1998 16:19:21 -0400
11613          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
11614          Subject: Re: Open2 and memory leaks
11615  Branch: perl
11616        ! lib/IPC/Open3.pm
11617 ____________________________________________________________________________
11618 [  1847] By: gsar                                  on 1998/09/23  10:18:31
11619     Log: From: Roderick Schertler <roderick@argon.org>
11620          Date: Wed, 09 Sep 1998 23:52:48 -0400
11621          Message-ID: <20567.905399568@eeyore.ibcinc.com>
11622          Subject: seed srand from /dev/urandom when possible
11623  Branch: perl
11624        ! pod/perlfunc.pod pp.c
11625 ____________________________________________________________________________
11626 [  1846] By: gsar                                  on 1998/09/23  10:12:22
11627     Log: From: Roderick Schertler <roderick@argon.org>
11628          Date: Thu, 10 Sep 1998 00:32:17 -0400
11629          Message-ID: <21142.905401937@eeyore.ibcinc.com>
11630          Subject: doc update for crypt()'s salt
11631  Branch: perl
11632        ! pod/perlfunc.pod
11633 ____________________________________________________________________________
11634 [  1845] By: gsar                                  on 1998/09/23  10:09:23
11635     Log: fix h2ph handling of C<#error "foo">
11636          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
11637          Date: Thu, 10 Sep 1998 09:59:33 +0900
11638          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
11639          Subject: [5.005_02] h2ph problem
11640  Branch: perl
11641        ! utils/h2ph.PL
11642 ____________________________________________________________________________
11643 [  1844] By: gsar                                  on 1998/09/23  10:06:13
11644     Log: plug strictly private function leaks in API listing
11645  Branch: perl
11646        ! pod/perlguts.pod
11647 ____________________________________________________________________________
11648 [  1843] By: gsar                                  on 1998/09/23  10:02:57
11649     Log: hide symbol for static build
11650          From: Dominic Dunlop <domo@vo.lu>
11651          Date: Tue, 8 Sep 1998 21:40:46 +0000
11652          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
11653          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
11654  Branch: perl
11655        ! regcomp.c
11656 ____________________________________________________________________________
11657 [  1842] By: gsar                                  on 1998/09/23  09:52:46
11658     Log: define PUT_svindex(), PUT_opindex()
11659  Branch: perl
11660        ! ext/B/B/Assembler.pm
11661 ____________________________________________________________________________
11662 [  1841] By: gsar                                  on 1998/09/23  09:44:25
11663     Log: From: Dominic Dunlop <domo@vo.lu>
11664          Date: Tue, 8 Sep 1998 15:34:53 +0000
11665          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
11666          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
11667  Branch: perl
11668        ! t/pragma/warn/regexec
11669 ____________________________________________________________________________
11670 [  1840] By: gsar                                  on 1998/09/23  09:42:17
11671     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
11672  Branch: perl
11673        ! win32/bin/pl2bat.pl
11674 ____________________________________________________________________________
11675 [  1839] By: gsar                                  on 1998/09/23  09:38:18
11676     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
11677          Date: Mon, 7 Sep 1998 17:36:09 +0900
11678          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
11679          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
11680  Branch: perl
11681        ! ext/Thread/Thread.xs
11682 ____________________________________________________________________________
11683 [  1838] By: gsar                                  on 1998/09/23  09:21:11
11684     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
11685          Date: Thu, 10 Sep 1998 00:02:07 -0400
11686          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
11687          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
11688  Branch: perl
11689        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
11690        + vos/config.h vos/config_h.SH_orig vos/perl.bind
11691        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
11692        ! MANIFEST perl.c perl.h pod/perlport.pod
11693 ____________________________________________________________________________
11694 [  1837] By: gsar                                  on 1998/09/23  08:45:58
11695     Log: (via private mail)
11696          From: Charles Bailey <BAILEY@newman.upenn.edu>
11697          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
11698          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
11699          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
11700  Branch: perl
11701        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
11702        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
11703        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
11704        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
11705        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
11706        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
11707        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
11708        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
11709        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
11710        ! vms/writemain.pl
11711 ____________________________________________________________________________
11712 [  1836] By: gsar                                  on 1998/09/23  08:17:42
11713     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11714          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
11715          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
11716          Subject: [PATCH 5.005_*] OS/2 spawning typos
11717  Branch: perl
11718        ! os2/os2.c
11719 ____________________________________________________________________________
11720 [  1835] By: gsar                                  on 1998/09/23  08:09:55
11721     Log: warn on C<my($foo,$foo)>
11722  Branch: perl
11723        ! op.c pod/perldiag.pod
11724 ____________________________________________________________________________
11725 [  1834] By: gsar                                  on 1998/09/23  07:35:56
11726     Log: From: pvhp@forte.com (Peter Prymmer)
11727          Date: Fri, 4 Sep 98 13:27:41 PDT
11728          Message-Id: <9809042027.AA04463@forte.com>
11729          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
11730  Branch: perl
11731        ! README.vms
11732 ____________________________________________________________________________
11733 [  1833] By: gsar                                  on 1998/09/23  07:27:34
11734     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11735          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
11736          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
11737          Subject: PATCH: 5.005_02 hint/hpux.sh
11738  Branch: perl
11739        ! hints/hpux.sh
11740 ____________________________________________________________________________
11741 [  1832] By: gsar                                  on 1998/09/23  07:22:40
11742     Log: fix (some) installhtml bugs
11743          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
11744          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
11745          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
11746          Subject: installhtml script needs work
11747  Branch: perl
11748        ! installhtml
11749 ____________________________________________________________________________
11750 [  1831] By: gsar                                  on 1998/09/23  07:19:30
11751     Log: document 'U' magic with examples
11752          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
11753          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
11754          Message-Id: <199809011455.PAA00631@sale-wts>
11755          Subject: Re: Looking for some XS MAGIC examples...
11756  Branch: perl
11757        ! pod/perlguts.pod
11758 ____________________________________________________________________________
11759 [  1830] By: gsar                                  on 1998/09/23  07:16:43
11760     Log: From: pvhp@forte.com (Peter Prymmer)
11761          Date: Mon, 31 Aug 98 17:13:49 PDT
11762          Message-Id: <9809010013.AA06737@forte.com>
11763          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
11764  Branch: perl
11765        ! README.os390
11766 ____________________________________________________________________________
11767 [  1829] By: gsar                                  on 1998/09/23  07:15:08
11768     Log: fix problematic typecast in filter_del()
11769          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
11770          Date: Mon, 31 Aug 1998 21:13:11 GMT
11771          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
11772          Subject: perl5.005_02 does not build on Cray T90
11773  Branch: perl
11774        ! toke.c
11775 ____________________________________________________________________________
11776 [  1828] By: gsar                                  on 1998/09/23  07:11:34
11777     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11778          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
11779          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
11780          Subject: [PATCH 5.005_5*] (?>) broken in RE
11781  Branch: perl
11782        ! regexec.c t/op/re_tests
11783 ____________________________________________________________________________
11784 [  1827] By: gsar                                  on 1998/09/23  07:09:50
11785     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
11786  Branch: perl
11787        ! t/op/grent.t t/op/groups.t
11788 ____________________________________________________________________________
11789 [  1826] By: gsar                                  on 1998/09/23  07:03:16
11790     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11791          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
11792          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
11793          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
11794  Branch: perl
11795        - interp.sym
11796        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
11797 ____________________________________________________________________________
11798 [  1825] By: gsar                                  on 1998/09/23  06:56:40
11799     Log: re-introduce change#1703
11800  Branch: perl
11801        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
11802 ____________________________________________________________________________
11803 [  1824] By: gsar                                  on 1998/09/23  06:44:19
11804     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11805          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
11806          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
11807          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
11808  Branch: perl
11809        ! lib/perl5db.pl
11810 ____________________________________________________________________________
11811 [  1823] By: gsar                                  on 1998/09/23  06:41:34
11812         Log: From: Joe Buehler <jhpb@hekimian.com>
11813              Date: 29 Aug 1998 17:13:28 -0400
11814              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
11815              Subject: patches for perl 5.005_51 under U/WIN
11816      Branch: perl
11817            + hints/uwin.sh
11818            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
11819            ! t/lib/posix.t
11820 ____________________________________________________________________________
11821 [  1822] By: gsar                                  on 1998/09/23  06:36:59
11822         Log: add missing C<no utf8;> tweak from Larry
11823      Branch: perl
11824            ! t/op/subst.t
11825 ____________________________________________________________________________
11826 [  1821] By: gsar                                  on 1998/09/23  06:27:51
11827         Log: s/runops/CALLRUNOPS/
11828      Branch: perl
11829            ! cc_runtime.h
11830 ____________________________________________________________________________
11831 [  1820] By: gsar                                  on 1998/09/23  06:24:49
11832         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
11833      Branch: perl
11834           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
11835           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
11836           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
11837           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
11838           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11839           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11840           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
11841           +> t/pragma/warn/util
11842            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
11843            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
11844            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
11845            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
11846            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
11847            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
11848            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
11849            - t/pragma/warn-util
11850            ! MANIFEST t/pragma/warning.t
11851 ____________________________________________________________________________
11852 [  1819] By: gsar                                  on 1998/09/23  06:08:46
11853         Log: make \(%foo) return refs to values (not copies of values)
11854              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11855              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
11856              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
11857              --
11858              From: Roderick Schertler <roderick@argon.org>
11859              Date: Sat, 29 Aug 1998 00:58:33 -0400
11860              Message-ID: <29894.904366713@eeyore.ibcinc.com>
11861              Subject: Re: \(%x) problems
11862      Branch: perl
11863            ! doop.c pod/perlref.pod
11864 ____________________________________________________________________________
11865 [  1818] By: gsar                                  on 1998/09/23  06:05:08
11866         Log: make h2xs generate ANSI prototypes
11867      Branch: perl
11868            ! utils/h2xs.PL
11869 ____________________________________________________________________________
11870 [  1817] By: gsar                                  on 1998/09/23  05:57:16
11871         Log: updated usethreads hints for hpux 10.X
11872              From: Matthew T Harden <mthard@mthard1.monsanto.com>
11873              Date: Fri, 28 Aug 1998 14:10:42 GMT
11874              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
11875              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
11876      Branch: perl
11877            ! hints/hpux.sh perl.h
11878 ____________________________________________________________________________
11879 [  1816] By: gsar                                  on 1998/09/23  05:53:31
11880         Log: don't create empty directories in installperl
11881              From: Robin Barker <rmb1@cise.npl.co.uk>
11882              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
11883              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
11884              Subject: [PATCH 5.005_02] install: empty dirs
11885      Branch: perl
11886            ! installperl
11887 ____________________________________________________________________________
11888 [  1815] By: gsar                                  on 1998/09/23  05:50:36
11889         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
11890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11891              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
11892              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
11893              Subject: Re: your mail
11894      Branch: perl
11895            ! regexec.c t/op/re_tests
11896 ____________________________________________________________________________
11897 [  1814] By: gsar                                  on 1998/09/23  05:45:17
11898         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11899              Date: Thu, 20 Aug 1998 20:59:03 -0400
11900              Message-ID: <19980820205903.A12908@O2.chapin.edu>
11901              Subject: [PATCH] h2ph misquotes #error directives
11902      Branch: perl
11903            ! t/lib/h2ph.pht utils/h2ph.PL
11904 ____________________________________________________________________________
11905 [  1813] By: gsar                                  on 1998/09/23  05:42:41
11906         Log: patch to support computed regular subexpressions
11907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11908              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
11909              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
11910              Subject: [5.005_5* PATCH] Postponed RE - now!
11911      Branch: perl
11912            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
11913            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
11914 ____________________________________________________________________________
11915 [  1812] By: gsar                                  on 1998/09/23  05:26:26
11916         Log: better CR-handling on shebang line and in formats (fixed variant of
11917              patch suggested by Igor Sysoev <igor@nitek.ru>)
11918      Branch: perl
11919            ! perl.c toke.c
11920 ____________________________________________________________________________
11921 [  1811] By: gsar                                  on 1998/09/23  04:35:46
11922         Log: document non-loopish blocks better
11923              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11924              Date: Tue, 18 Aug 1998 12:28:36 +0100
11925              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
11926              Subject: Re: next in do {} while block gives error message
11927      Branch: perl
11928            ! pod/perlfunc.pod
11929 ____________________________________________________________________________
11930 [  1810] By: gsar                                  on 1998/09/23  04:12:05
11931         Log: fix bogus integerization of pop()'s return value
11932              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11933              Date: Sat, 15 Aug 1998 23:27:54 -0400
11934              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
11935              Subject: Re: Complex expression does integer arithmetic 
11936      Branch: perl
11937            ! opcode.h opcode.pl
11938 ____________________________________________________________________________
11939 [  1809] By: gsar                                  on 1998/09/23  04:09:43
11940         Log: tweak README.win32
11941      Branch: perl
11942            ! README.win32
11943 ____________________________________________________________________________
11944 [  1808] By: gsar                                  on 1998/09/23  03:40:57
11945         Log: better diagnostic for do{} used as lvalue
11946      Branch: perl
11947            ! op.c pod/perlport.pod
11948 ____________________________________________________________________________
11949 [  1807] By: gsar                                  on 1998/09/23  03:38:30
11950         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
11951              From: hansm@icgroup.nl
11952              Date: Tue, 11 Aug 98 21:08:51 +0200
11953              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
11954              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11955      Branch: perl
11956            ! malloc.c
11957 ____________________________________________________________________________
11958 [  1806] By: gsar                                  on 1998/09/23  03:36:08
11959         Log: support make written in perl (aka "pmake") on win32
11960      Branch: perl
11961            ! lib/ExtUtils/MM_Win32.pm
11962 ____________________________________________________________________________
11963 [  1805] By: gsar                                  on 1998/09/23  03:30:07
11964         Log: fix mismatched UV/U32 types for to_utf8_*()
11965      Branch: perl
11966            ! utf8.c
11967 ____________________________________________________________________________
11968 [  1804] By: gsar                                  on 1998/09/23  03:22:22
11969         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
11970              Date: Sun, 9 Aug 1998 22:38:23 +0200
11971              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
11972              Subject: [PATCH 5.5002] dos-djgpp update
11973      Branch: perl
11974            ! t/io/fs.t
11975 ____________________________________________________________________________
11976 [  1803] By: gsar                                  on 1998/09/23  03:20:13
11977         Log: apply minimal variant of patch (sent via private mail)
11978              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
11979              Date: Wed, 12 Aug 1998 15:42:35 +0300
11980              Message-Id: <199808121242.PAA29761@comanche.spices>
11981              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
11982      Branch: perl
11983            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
11984            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
11985 ____________________________________________________________________________
11986 [  1802] By: gsar                                  on 1998/09/23  03:03:39
11987         Log: adjust searchdict.t for EBCDIC (still needs documenting)
11988              From: pvhp@forte.com (Peter Prymmer)
11989              Date: Thu, 6 Aug 98 18:09:39 PDT
11990              Message-Id: <9808070109.AA06158@forte.com>
11991              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
11992      Branch: perl
11993            ! README.os390 t/lib/searchdict.t
11994 ____________________________________________________________________________
11995 [  1801] By: gsar                                  on 1998/09/23  02:54:15
11996         Log: silence redefined warning for XS(INIT) {}
11997      Branch: perl
11998            ! op.c
11999 ____________________________________________________________________________
12000 [  1800] By: gsar                                  on 1998/09/23  02:42:23
12001         Log: support match indices via special variables @- and @+
12002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12003              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
12004              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
12005              Subject: [PATCH 5.004_76] @- and @+
12006      Branch: perl
12007            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
12008            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
12009 ____________________________________________________________________________
12010 [  1799] By: gsar                                  on 1998/09/23  01:44:31
12011         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12012              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
12013              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
12014              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
12015      Branch: perl
12016            ! regcomp.c t/op/re_tests
12017 ____________________________________________________________________________
12018 [  1798] By: gsar                                  on 1998/09/23  01:39:23
12019         Log: integrate maint-5.005 changes (except conflicting change#1794)
12020      Branch: perl
12021            ! Changes
12022           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
12023           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
12024           !> win32/win32.h
12025 ____________________________________________________________________________
12026 [  1797] By: gsar                                  on 1998/09/23  01:32:36
12027         Log: add note to win32/Makefile about setting CCHOME
12028      Branch: perl
12029            ! win32/Makefile win32/makefile.mk
12030 ____________________________________________________________________________
12031 [  1796] By: gsar                                  on 1998/09/23  01:31:32
12032         Log: perl.pod tweak
12033      Branch: perl
12034            ! pod/perl.pod
12035 ____________________________________________________________________________
12036 [  1795] By: gsar                                  on 1998/09/21  20:34:10
12037         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
12038      Branch: perl
12039            ! lib/ExtUtils/xsubpp
12040 ____________________________________________________________________________
12041 [  1789] By: gsar                                  on 1998/09/18  18:01:37
12042         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
12043      Branch: perl
12044            ! cop.h t/cmd/for.t
12045 ____________________________________________________________________________
12046 [  1788] By: gsar                                  on 1998/09/17  02:19:11
12047         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
12048      Branch: perl
12049            ! win32/config.bc win32/config.gc win32/config.vc
12050 ____________________________________________________________________________
12051 [  1787] By: gsar                                  on 1998/09/17  01:45:14
12052         Log: suppress bogus warning on C<sub x {} x()>
12053      Branch: perl
12054            ! toke.c
12055 ____________________________________________________________________________
12056 [  1786] By: gsar                                  on 1998/09/17  01:42:51
12057         Log: ntohl typo in objXSUB.h
12058      Branch: perl
12059            ! objXSUB.h
12060 ____________________________________________________________________________
12061 [  1785] By: gsar                                  on 1998/09/17  01:41:48
12062         Log: fill gaps in sig_* entries in win32/config.?c
12063      Branch: perl
12064            ! win32/config.bc win32/config.gc win32/config.vc
12065 ____________________________________________________________________________
12066 [  1781] By: larry                                 on 1998/09/05  23:48:24
12067         Log: tr/// logic was hosed under utf8
12068      Branch: perl
12069            ! doop.c op.c op.h pp.c proto.h
12070 ____________________________________________________________________________
12071 [  1780] By: larry                                 on 1998/09/05  23:44:16
12072         Log: several new tests needed tweaking to work under utf8
12073      Branch: perl
12074            ! t/comp/require.t t/op/pack.t t/op/substr.t
12075 ____________________________________________________________________________
12076 [  1779] By: larry                                 on 1998/09/05  23:41:42
12077         Log: index() applied BM optimization to wrong argument
12078      Branch: perl
12079            ! op.c util.c
12080 ____________________________________________________________________________
12081 [  1778] By: larry                                 on 1998/09/05  23:38:29
12082         Log: Implicit require during compile reset line numbering
12083      Branch: perl
12084            ! pp_ctl.c
12085
12086 ----------------
12087 Version 5.005_51
12088 ----------------
12089
12090 ____________________________________________________________________________
12091 [  1777] By: gsar                                  on 1998/08/10  07:02:38
12092         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
12093              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
12094              lexical warning testsuite for win32
12095      Branch: perl
12096            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
12097            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
12098            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
12099            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
12100            ! win32/Makefile win32/makefile.mk
12101 ____________________________________________________________________________
12102 [  1776] By: gsar                                  on 1998/08/09  17:53:48
12103         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
12104      Branch: perl
12105            ! Changes MANIFEST perl.c pod/perlhist.pod
12106 ____________________________________________________________________________
12107 [  1775] By: gsar                                  on 1998/08/09  14:35:33
12108         Log: tweak warning test
12109      Branch: perl
12110            ! t/pragma/warn-toke
12111 ____________________________________________________________________________
12112 [  1774] By: gsar                                  on 1998/08/09  14:13:46
12113         Log: add missing dTHR; notes for test failures due to small stacksize
12114      Branch: perl
12115            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
12116            ! toke.c universal.c util.c
12117 ____________________________________________________________________________
12118 [  1773] By: gsar                                  on 1998/08/09  11:31:53
12119         Log: lexical warnings; tweaks to places that didn't apply correctly
12120              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
12121              Date:    Wed, 29 Jul 1998 09:28:45 BST
12122              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
12123              Subject: lexical warnings patch for 5.005_50
12124      Branch: perl
12125            + README.lexwarn lib/warning.pm t/pragma/warn-2use
12126            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
12127            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
12128            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
12129            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
12130            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
12131            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
12132            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
12133            + warning.h warning.pl
12134            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
12135            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
12136            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
12137            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
12138            ! universal.c util.c
12139 ____________________________________________________________________________
12140 [  1772] By: gsar                                  on 1998/08/08  23:06:00
12141         Log: bump patchlevel to 5.005_51
12142      Branch: perl
12143            ! patchlevel.h win32/Makefile win32/config_H.bc
12144            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12145 ____________________________________________________________________________
12146 [  1771] By: gsar                                  on 1998/08/08  23:01:57
12147         Log: fix bogus warning on "\x{123}"
12148              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
12149              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
12150              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
12151              Subject: [5.005_50 PATCH] Some unicode problems
12152      Branch: perl
12153            ! regcomp.c toke.c
12154 ____________________________________________________________________________
12155 [  1770] By: gsar                                  on 1998/08/08  22:56:55
12156         Log: hide dup symbol for static build of ext/re
12157              From: Dominic Dunlop <domo@ppp72.vo.lu>
12158              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
12159              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
12160              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
12161      Branch: perl
12162            ! regcomp.c
12163 ____________________________________________________________________________
12164 [  1769] By: gsar                                  on 1998/08/08  22:45:06
12165         Log: fix double free on -Mutf8 -e '$b=uc("")'
12166              From: larry@wall.org (Larry Wall)
12167              Date: Fri, 7 Aug 1998 14:42:43 -0700
12168              Message-Id: <199808072142.OAA14920@wall.org>
12169              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
12170      Branch: perl
12171            ! pp.c
12172 ____________________________________________________________________________
12173 [  1768] By: gsar                                  on 1998/08/08  22:42:29
12174         Log: substr() assumes utf8 without say-so
12175              From: larry@wall.org (Larry Wall)
12176              Date: Fri, 7 Aug 1998 12:25:12 -0700
12177              Message-Id: <199808071925.MAA13436@wall.org>
12178              Subject: [PATCH 5.005_50] substr bug?
12179      Branch: perl
12180            ! pp.c
12181 ____________________________________________________________________________
12182 [  1767] By: gsar                                  on 1998/08/08  22:38:25
12183         Log: fix intolerance of SWASHes for blank lines
12184              From: Gisle Aas <aas@sn.no>
12185              Date: 06 Aug 1998 23:28:57 +0200
12186              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
12187              Subject: Re: Re[2]: another joyride begins
12188      Branch: perl
12189            ! lib/utf8_heavy.pl
12190 ____________________________________________________________________________
12191 [  1766] By: gsar                                  on 1998/08/08  22:33:10
12192         Log: utf8 doc tweak
12193              From: Gisle Aas <aas@sn.no>
12194              Date: 05 Aug 1998 00:41:04 +0200
12195              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
12196              Subject: Matching clumps
12197      Branch: perl
12198            ! lib/utf8.pm
12199 ____________________________________________________________________________
12200 [  1765] By: gsar                                  on 1998/08/08  22:31:37
12201         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
12202              From: Gisle Aas <aas@sn.no>
12203              Date: 04 Aug 1998 22:56:11 +0200
12204              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
12205              Subject: Re: another joyride begins
12206      Branch: perl
12207            ! lib/utf8_heavy.pl
12208 ____________________________________________________________________________
12209 [  1764] By: gsar                                  on 1998/08/08  22:28:43
12210         Log: From: larry@wall.org (Larry Wall)
12211              Date: Tue, 4 Aug 1998 17:04:51 -0700
12212              Message-Id: <199808050004.RAA22592@wall.org>
12213              Subject: [PATCH 5.005_50] \pX not implemented!
12214      Branch: perl
12215            ! regcomp.c
12216 ____________________________________________________________________________
12217 [  1763] By: gsar                                  on 1998/08/08  22:27:15
12218         Log: From: Stephen McCamant <alias@mcs.com>
12219              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
12220              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
12221              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
12222      Branch: perl
12223            ! op.c
12224 ____________________________________________________________________________
12225 [  1762] By: gsar                                  on 1998/08/08  22:26:09
12226         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12227              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
12228              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
12229              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
12230      Branch: perl
12231            + t/op/grent.t t/op/pwent.t
12232            ! MANIFEST
12233 ____________________________________________________________________________
12234 [  1761] By: gsar                                  on 1998/08/08  22:21:52
12235         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12236              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
12237              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
12238              Subject: [5.005_50 PATCH] misprint in RE engine
12239      Branch: perl
12240            ! regexec.c t/op/re_tests
12241 ____________________________________________________________________________
12242 [  1760] By: gsar                                  on 1998/08/08  22:18:54
12243         Log: integrate maint-5.005 changes into mainline
12244      Branch: perl
12245           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
12246           !> (integrate 138 files)
12247 ____________________________________________________________________________
12248 [  1672] By: gsar                                  on 1998/07/27  18:35:28
12249         Log: create new Changes
12250      Branch: perl
12251            + Changes
12252            ! Changes5.005 MANIFEST
12253 ____________________________________________________________________________
12254 [  1671] By: gsar                                  on 1998/07/27  18:30:57
12255         Log: rename Changes --> Changes5.005
12256      Branch: perl
12257           +> Changes5.005
12258            - Changes
12259 ____________________________________________________________________________
12260 [  1670] By: gsar                                  on 1998/07/27  18:10:14
12261         Log: integrate 5.005_01 changes from maint
12262      Branch: perl
12263            ! Changes
12264           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
12265           !> win32/win32.c
12266 ____________________________________________________________________________
12267 [  1667] By: nick                                  on 1998/07/26  14:31:01
12268         Log: Add dTHR so that it compiles miniperl in threaded mode
12269      Branch: perl
12270            ! doop.c mg.c regcomp.c regexec.c
12271 ____________________________________________________________________________
12272 [  1666] By: nick                                  on 1998/07/26  13:01:10
12273         Log: Resolve ansiperl against mainline (@1648?)
12274              Unclear that change number has "taken".
12275      Branch: ansiperl
12276           +> (branch 169 files)
12277            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
12278           !> (integrate 131 files)
12279
12280 ----------------
12281 Version 5.005_50
12282 ----------------
12283
12284 ____________________________________________________________________________
12285 [  1665] By: gsar                                  on 1998/07/26  05:38:48
12286         Log: add trailing newline to file
12287      Branch: perl
12288            ! Changes lib/unicode/blocks.txt
12289 ____________________________________________________________________________
12290 [  1664] By: gsar                                  on 1998/07/26  05:08:48
12291         Log: integrate proto.h additions from maint-5.005
12292      Branch: perl
12293           !> pod/perlhist.pod proto.h
12294 ____________________________________________________________________________
12295 [  1663] By: gsar                                  on 1998/07/26  05:07:05
12296         Log: add new files to MANIFEST; add missing prototypes to proto.h;
12297              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
12298              add typecasts to silence warnings; tweaks for win32 builds
12299      Branch: perl
12300            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
12301            ! win32/Makefile win32/makefile.mk
12302 ____________________________________________________________________________
12303 [  1662] By: gsar                                  on 1998/07/26  05:01:52
12304         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
12305      Branch: maint-5.005/perl
12306            ! pod/perlhist.pod proto.h
12307 ____________________________________________________________________________
12308 [  1661] By: gsar                                  on 1998/07/26  02:52:48
12309         Log: up patchlevel to 5.005_50
12310      Branch: perl
12311            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12312            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12313 ____________________________________________________________________________
12314 [  1660] By: gsar                                  on 1998/07/26  02:43:57
12315         Log: integrate utfperl
12316      Branch: perl
12317           +> (branch 162 files)
12318           !> (integrate 29 files)
12319 ____________________________________________________________________________
12320 [  1659] By: gsar                                  on 1998/07/26  02:38:22
12321         Log: integrate maint-5.005 changes
12322      Branch: perl
12323           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
12324           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
12325           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
12326           !> vms/descrip_mms.template vms/subconfigure.com
12327 ____________________________________________________________________________
12328 [  1658] By: gsar                                  on 1998/07/26  02:23:46
12329         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
12330              Date: Fri, 24 Jul 1998 11:38:25 -0700
12331              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
12332              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
12333              --
12334              Date: Fri, 24 Jul 1998 12:30:36 -0700
12335              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
12336              Subject: [PATCH 5.005]Tweaks to README.vms
12337              --
12338              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
12339              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
12340              Subject: [PATCH 5.005] Final build cleanup patch
12341      Branch: maint-5.005/perl
12342            ! README.vms vms/descrip_mms.template vms/subconfigure.com
12343 ____________________________________________________________________________
12344 [  1657] By: gsar                                  on 1998/07/26  02:19:50
12345         Log: another platform where pp_sselect() needs a whole fd_set buffer
12346              From: Lupe Christoph <lupe@alanya.m.isar.de>
12347              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
12348              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
12349              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
12350      Branch: maint-5.005/perl
12351            ! pp_sys.c
12352 ____________________________________________________________________________
12353 [  1656] By: gsar                                  on 1998/07/26  02:12:46
12354         Log: fix problem building modules on dos-djgpp
12355              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12356              Date: Sat, 25 Jul 1998 00:53:39 +0200
12357              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
12358              Subject: [PATCH 5.005] dos-djgpp and modules problem
12359      Branch: maint-5.005/perl
12360            ! djgpp/fixpmain
12361 ____________________________________________________________________________
12362 [  1655] By: gsar                                  on 1998/07/26  02:11:09
12363         Log: From: Tom Spindler <dogcow@home.merit.edu>
12364              Date: Wed, 22 Jul 1998 16:11:07 -0400
12365              Message-ID: <19980722161107.A16813@home.merit.edu>
12366              Subject: [PATCH 5.005] BeOS tweak
12367      Branch: maint-5.005/perl
12368            ! hints/beos.sh
12369 ____________________________________________________________________________
12370 [  1654] By: gsar                                  on 1998/07/26  02:09:29
12371         Log: various pod tweaks
12372      Branch: maint-5.005/perl
12373            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
12374            ! pod/perltoc.pod
12375 ____________________________________________________________________________
12376 [  1653] By: gsar                                  on 1998/07/26  02:05:46
12377         Log: fix emacs/ptags for PL_* changes
12378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12379              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
12380              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
12381              Subject: [PATCH 5.004_76] Yet better ptags
12382      Branch: maint-5.005/perl
12383            ! emacs/ptags
12384 ____________________________________________________________________________
12385 [  1652] By: gsar                                  on 1998/07/26  02:03:01
12386         Log: fix behavior of <=> on bigints
12387              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12388              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
12389              Date: Fri, 24 Jul 1998 18:29:53 +0100
12390              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
12391      Branch: maint-5.005/perl
12392            ! lib/Math/BigInt.pm t/lib/bigintpm.t
12393 ____________________________________________________________________________
12394 [  1651] By: larry                                 on 1998/07/24  05:44:33
12395         Log: Here are the long-expected Unicode/UTF-8 modifications.
12396      Branch: utfperl
12397            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
12398            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
12399            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
12400            + lib/unicode/Decomposition.pl
12401            + lib/unicode/In/AlphabeticPresentationForms.pl
12402            + lib/unicode/In/Arabic.pl
12403            + lib/unicode/In/ArabicPresentationForms-A.pl
12404            + lib/unicode/In/ArabicPresentationForms-B.pl
12405            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12406            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12407            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12408            + lib/unicode/In/BoxDrawing.pl
12409            + lib/unicode/In/CJKCompatibility.pl
12410            + lib/unicode/In/CJKCompatibilityForms.pl
12411            + lib/unicode/In/CJKCompatibilityIdeographs.pl
12412            + lib/unicode/In/CJKSymbolsandPunctuation.pl
12413            + lib/unicode/In/CJKUnifiedIdeographs.pl
12414            + lib/unicode/In/CombiningDiacriticalMarks.pl
12415            + lib/unicode/In/CombiningHalfMarks.pl
12416            + lib/unicode/In/CombiningMarksforSymbols.pl
12417            + lib/unicode/In/ControlPictures.pl
12418            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12419            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12420            + lib/unicode/In/EnclosedAlphanumerics.pl
12421            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
12422            + lib/unicode/In/GeneralPunctuation.pl
12423            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12424            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12425            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12426            + lib/unicode/In/HalfwidthandFullwidthForms.pl
12427            + lib/unicode/In/HangulCompatibilityJamo.pl
12428            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12429            + lib/unicode/In/Hebrew.pl
12430            + lib/unicode/In/HighPrivateUseSurrogates.pl
12431            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12432            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
12433            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12434            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
12435            + lib/unicode/In/LatinExtended-A.pl
12436            + lib/unicode/In/LatinExtended-B.pl
12437            + lib/unicode/In/LatinExtendedAdditional.pl
12438            + lib/unicode/In/LetterlikeSymbols.pl
12439            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12440            + lib/unicode/In/MathematicalOperators.pl
12441            + lib/unicode/In/MiscellaneousSymbols.pl
12442            + lib/unicode/In/MiscellaneousTechnical.pl
12443            + lib/unicode/In/NumberForms.pl
12444            + lib/unicode/In/OpticalCharacterRecognition.pl
12445            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12446            + lib/unicode/In/SmallFormVariants.pl
12447            + lib/unicode/In/SpacingModifierLetters.pl
12448            + lib/unicode/In/Specials.pl
12449            + lib/unicode/In/SuperscriptsandSubscripts.pl
12450            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
12451            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12452            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
12453            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
12454            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
12455            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
12456            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
12457            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
12458            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
12459            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
12460            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
12461            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
12462            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
12463            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
12464            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
12465            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
12466            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
12467            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
12468            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
12469            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
12470            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
12471            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
12472            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
12473            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
12474            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
12475            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
12476            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
12477            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
12478            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
12479            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
12480            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
12481            + lib/unicode/JamoShort.pl lib/unicode/Makefile
12482            + lib/unicode/Name.pl lib/unicode/Number.pl
12483            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
12484            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
12485            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
12486            + lib/unicode/blocks.txt lib/unicode/index2.txt
12487            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
12488            + lib/unicode/names2.txt lib/unicode/props2.txt
12489            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
12490            + utf8.c utf8.h
12491            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
12492            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
12493            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12494            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
12495            ! t/op/vec.t toke.c util.c vms/vmsish.h
12496 ____________________________________________________________________________
12497 [  1650] By: gsar                                  on 1998/07/24  04:06:48
12498         Log: create utfperl branch
12499      Branch: utfperl
12500           +> (branch 1079 files)
12501 ____________________________________________________________________________
12502 [  1649] By: gsar                                  on 1998/07/24  03:56:56
12503         Log: create maint-5.005 branch
12504      Branch: maint-5.005/perl
12505           +> (branch 1079 files)
12506 ____________________________________________________________________________
12507 [  1648] By: gsar                                  on 1998/07/24  03:36:35
12508         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
12509      Branch: perl
12510            ! Changes
12511