File descriptor leak in do_exec3
[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 [  3674] By: jhi                                   on 1999/07/15  14:26:03
83         Log: Fix the bin/oct/hex constant overflow tests for
84              long long platforms.
85      Branch: cfgperl
86            ! t/pragma/warn/util
87 ____________________________________________________________________________
88 [  3673] By: jhi                                   on 1999/07/14  21:59:11
89         Log: Fixed AIX dynamic loading and AIX shared Perl library.
90              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
91              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
92              Hijacked win32/makedef.pl for more general purpose export
93              list building, now it is used (as toplevel makedef.pl)
94              for win32 and AIX (perl_exp.SH made unnecessary).
95              Because the export lists are now correct in AIX, no more linker
96              warnings about "Exported symbol not defined" should appear.
97      Branch: cfgperl
98            + makedef.pl
99            - perl_exp.SH win32/makedef.pl
100            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
101            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
102            ! win32/makefile.mk
103 ____________________________________________________________________________
104 [  3672] By: gsar                                  on 1999/07/14  17:12:13
105         Log: minor efficiency tweak
106      Branch: perl
107            ! pp_ctl.c
108 ____________________________________________________________________________
109 [  3671] By: jhi                                   on 1999/07/14  16:22:39
110         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
111              if its caller re_intuit_start() was entered with strend == strpos
112              because end_shift ended up as -1.  The patch ain't necessarily
113              correct but least the core dump is avoided.
114      Branch: cfgperl
115            ! regexec.c
116 ____________________________________________________________________________
117 [  3670] By: jhi                                   on 1999/07/13  07:59:09
118         Log: Integrate with Sarathy.
119      Branch: cfgperl
120            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
121            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
122           !> (integrate 67 files)
123 ____________________________________________________________________________
124 [  3669] By: gsar                                  on 1999/07/12  06:14:54
125         Log: fixups for sundry warnings about function pointers
126      Branch: perl
127            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
128            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
129            ! win32/win32.c win32/win32.h
130 ____________________________________________________________________________
131 [  3668] By: gsar                                  on 1999/07/12  04:11:58
132         Log: tweaks for win32/borland
133      Branch: perl
134            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
135 ____________________________________________________________________________
136 [  3667] By: gsar                                  on 1999/07/12  01:55:15
137         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
138              builds; passing the implicit context is unified among the three
139              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
140              flavors (see the top of perl.h) for testing; all varargs functions
141              foo() have a va_list-taking variant vfoo() for generating the
142              context-free versions; the PERL_OBJECT build should now be
143              hyper-compatible with CPAN extensions (C++ is totally out of
144              the picture)
145              
146              result has only been tested on Windows
147              
148              TODO: write docs on the THX rationale and idiomatic usage of
149              the Perl API
150      Branch: perl
151            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
152            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
153            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
154            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
155            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
156            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
157            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
158            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
159            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
160            ! global.sym globals.c intrpvar.h iperlsys.h
161            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
162            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
163            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
164            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
165            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
166            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
167            ! win32/dl_win32.xs win32/include/dirent.h
168            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
169            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
170            ! win32/win32iop.h win32/win32sck.c
171 ____________________________________________________________________________
172 [  3666] By: jhi                                   on 1999/07/11  22:00:13
173         Log: Integrate with Sarathy.
174      Branch: cfgperl
175           !> op.c t/op/lex_assign.t
176 ____________________________________________________________________________
177 [  3665] By: jhi                                   on 1999/07/11  21:59:01
178         Log: More manual sync.
179      Branch: cfgperl
180            ! pod/perldelta.pod
181 ____________________________________________________________________________
182 [  3664] By: gsar                                  on 1999/07/11  19:11:07
183         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
184              remedy and related tests via private mail
185      Branch: perl
186            ! op.c t/op/lex_assign.t
187 ____________________________________________________________________________
188 [  3663] By: jhi                                   on 1999/07/11  15:04:37
189         Log: Manual synchronization with Sarathy (some files
190              had drifted apart for no apparent reason), plus
191              I had a typo in dl_vms.xs Sarathy had fixed.
192      Branch: cfgperl
193            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
194 ____________________________________________________________________________
195 [  3662] By: jhi                                   on 1999/07/10  12:23:21
196         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
197              to adapt to the underlying platform (the binary, 0b1..., test
198              was broken in 64-bit platforms).  Also change "hex" in the
199              warning messages to "hexadecimal" to match "binary" and "octal".
200      Branch: cfgperl
201            ! pod/perldiag.pod t/pragma/warn/util util.c
202 ____________________________________________________________________________
203 [  3661] By: jhi                                   on 1999/07/08  21:54:55
204         Log: Integrate with Sarathy.
205      Branch: cfgperl
206           +> perlapi.c perlapi.h
207           !> (integrate 43 files)
208 ____________________________________________________________________________
209 [  3660] By: gsar                                  on 1999/07/08  18:47:35
210         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
211      Branch: perl
212            + perlapi.c perlapi.h
213            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
214            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
215            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
216            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
217            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
218            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
219            ! win32/win32.h
220 ____________________________________________________________________________
221 [  3659] By: gsar                                  on 1999/07/08  18:41:45
222         Log: sundry cleanups for clean build on windows
223      Branch: perl
224            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
225 ____________________________________________________________________________
226 [  3658] By: gsar                                  on 1999/07/08  01:24:25
227         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
228              type mismatch problems
229      Branch: perl
230            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
231            ! t/pragma/warn/op toke.c utf8.c util.c
232 ____________________________________________________________________________
233 [  3657] By: jhi                                   on 1999/07/07  23:01:16
234         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
235      Branch: cfgperl
236            ! pod/perldiag.pod
237           !> Changes configure.com ext/B/B/Deparse.pm
238           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
239           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
240           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
241           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
242           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
243           !> t/pragma/overload.t thread.h vms/vms.c
244 ____________________________________________________________________________
245 [  3656] By: gsar                                  on 1999/07/07  21:04:38
246         Log: integrate cfgperl contents
247      Branch: perl
248           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
249           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
250           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
251            ! Changes
252           !> (integrate 45 files)
253 ____________________________________________________________________________
254 [  3655] By: gsar                                  on 1999/07/07  18:55:45
255         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
256              <pvhp@forte.com>
257      Branch: perl
258            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
259 ____________________________________________________________________________
260 [  3654] By: gsar                                  on 1999/07/07  18:47:03
261         Log: change#1889 mistakenly removed F_SETLK
262      Branch: perl
263            ! ext/Fcntl/Fcntl.xs
264 ____________________________________________________________________________
265 [  3653] By: gsar                                  on 1999/07/07  18:42:42
266         Log: B::Deparse update
267              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
268              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
269              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
270              Subject: [PATCH _57, long] B::Deparse 0.58
271      Branch: perl
272            ! ext/B/B/Deparse.pm
273 ____________________________________________________________________________
274 [  3652] By: gsar                                  on 1999/07/07  18:41:07
275         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
276              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
277              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
278              Subject: Re: [ID 19990705.001] Overloading boolean conversion
279      Branch: perl
280            ! gv.c t/pragma/overload.t
281 ____________________________________________________________________________
282 [  3651] By: gsar                                  on 1999/07/07  17:47:30
283         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
284      Branch: perl
285            ! perlsfio.h
286 ____________________________________________________________________________
287 [  3650] By: gsar                                  on 1999/07/07  17:45:52
288         Log: applied new parts of suggested patch
289              From: Charles Bailey <BAILEY@newman.upenn.edu>
290              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
291              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
292              Subject: [PATCH 5.005_57] Consolidated VMS patch
293      Branch: perl
294            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
295            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
296            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
297            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
298            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
299 ____________________________________________________________________________
300 [  3649] By: jhi                                   on 1999/07/07  13:38:02
301         Log: Sync regcomp warn with reality.
302      Branch: cfgperl
303            ! t/pragma/warn/regcomp
304 ____________________________________________________________________________
305 [  3648] By: jhi                                   on 1999/07/07  13:04:55
306         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
307              resolved manually.
308      Branch: cfgperl
309           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
310           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
311           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
312            - README.lexwarn
313           !> (integrate 79 files)
314 ____________________________________________________________________________
315 [  3647] By: gsar                                  on 1999/07/07  10:32:03
316         Log: From: jan.dubois@ibm.net (Jan Dubois)
317              Date: Thu, 01 Jul 1999 11:17:53 +0200
318              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
319              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
320      Branch: perl
321            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
322            ! lib/ExtUtils/MakeMaker.pm
323 ____________________________________________________________________________
324 [  3646] By: gsar                                  on 1999/07/07  10:27:55
325         Log: fix undocumented IO::Handle functions as suggested
326              by cj10@cam.ac.uk
327      Branch: perl
328            ! ext/IO/lib/IO/Handle.pm
329 ____________________________________________________________________________
330 [  3645] By: gsar                                  on 1999/07/07  10:18:55
331         Log: prohibit thread join()ing itself (from Dan Sugalski)
332      Branch: perl
333            ! ext/Thread/Thread.xs
334 ____________________________________________________________________________
335 [  3644] By: gsar                                  on 1999/07/07  10:14:26
336         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
337              Date: Wed, 30 Jun 1999 14:02:42 -0700
338              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
339              Subject:  [PATCH 5.005_57] Compiler and XSUBS
340      Branch: perl
341            ! ext/B/B/C.pm
342 ____________________________________________________________________________
343 [  3643] By: gsar                                  on 1999/07/07  10:08:38
344         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
345              (from François Désarménien <desar@club-internet.fr>)
346      Branch: perl
347            ! pod/perlsyn.pod
348 ____________________________________________________________________________
349 [  3642] By: gsar                                  on 1999/07/07  10:03:24
350         Log: From: Doug MacEachern <dougm@cp.net>
351              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
352              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
353              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
354      Branch: perl
355            ! ext/B/B.xs
356 ____________________________________________________________________________
357 [  3641] By: gsar                                  on 1999/07/07  10:00:57
358         Log: slightly modified version of suggested patch
359              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
360              Date: Mon, 28 Jun 1999 14:23:59 -0400
361              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
362              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
363      Branch: perl
364            ! ext/POSIX/POSIX.xs
365 ____________________________________________________________________________
366 [  3640] By: gsar                                  on 1999/07/07  09:45:43
367         Log: lexical warnings update (warning.t fails one test
368              due to leaked scalar, investigation pending)
369              From: paul.marquess@bt.com
370              Date: Sat, 26 Jun 1999 23:19:52 +0100
371              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
372              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
373      Branch: perl
374            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
375            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
376            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
377            - README.lexwarn
378            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
379            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
380            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
381            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
382            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
383            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
384            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
385            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
386            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
387            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
388            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
389            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
390            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
391            ! warning.h warning.pl win32/win32.c
392 ____________________________________________________________________________
393 [  3639] By: gsar                                  on 1999/07/07  08:09:30
394         Log: From: Brian Jepson <bjepson@home.com>
395              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
396              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
397              Subject: Patch to JPL example program
398      Branch: perl
399            ! jpl/JPL_Rolo/JPL_Rolo.jpl
400 ____________________________________________________________________________
401 [  3638] By: jhi                                   on 1999/07/07  08:07:58
402         Log: Integrate with Sarathy.
403      Branch: cfgperl
404           !> (integrate 34 files)
405 ____________________________________________________________________________
406 [  3637] By: gsar                                  on 1999/07/07  08:07:49
407         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
408              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
409              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
410              Subject: [PATCH _57, long] Eliminate CONDOPs
411      Branch: perl
412            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
413            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
414            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
415            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
416            ! pod/perltoc.pod pp_ctl.c pp_hot.c
417 ____________________________________________________________________________
418 [  3636] By: gsar                                  on 1999/07/07  07:50:51
419         Log: adapted suggested patch for IO-1.20x
420              From: ian@dial.pipex.com
421              Date:  Fri, 25 Jun 1999 10:39:42 +0100
422              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
423              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
424      Branch: perl
425            ! ext/IO/lib/IO/Socket.pm
426 ____________________________________________________________________________
427 [  3635] By: gsar                                  on 1999/07/07  07:26:05
428         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
429      Branch: perl
430            ! hints/powerux.sh
431 ____________________________________________________________________________
432 [  3634] By: gsar                                  on 1999/07/07  07:20:02
433         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
434              Date: Wed, 23 Jun 1999 16:16:05 +0100
435              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
436              Subject: [PATCH 5.005_57] memleak in optimizer
437      Branch: perl
438            ! embed.h embed.pl objXSUB.h op.c proto.h
439 ____________________________________________________________________________
440 [  3633] By: gsar                                  on 1999/07/07  07:10:52
441         Log: add do-not-edit caveats for files generated by opcode.pl
442              (suggested by Hugo van der Sanden)
443      Branch: perl
444            ! opcode.h opcode.pl pp.sym pp_proto.h
445 ____________________________________________________________________________
446 [  3632] By: gsar                                  on 1999/07/07  06:41:13
447         Log: better diagnostics on read operations from write-only
448              filehandles
449      Branch: perl
450            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
451            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
452 ____________________________________________________________________________
453 [  3631] By: gsar                                  on 1999/07/07  02:03:34
454         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
455              by David Muir Sharnoff <muir@idiom.com>)
456      Branch: perl
457            ! lib/Sys/Hostname.pm
458 ____________________________________________________________________________
459 [  3630] By: gsar                                  on 1999/07/07  01:57:16
460         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
461              Date: Sun, 20 Jun 1999 17:17:17 -0700
462              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
463              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
464      Branch: perl
465            ! ext/B/B/CC.pm
466 ____________________________________________________________________________
467 [  3629] By: gsar                                  on 1999/07/07  01:46:03
468         Log: installperl should write normal messages to STDOUT, not STDERR
469      Branch: perl
470            ! installperl
471 ____________________________________________________________________________
472 [  3628] By: gsar                                  on 1999/07/07  01:41:25
473         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
474      Branch: perl
475            ! hints/bsdos.sh
476 ____________________________________________________________________________
477 [  3627] By: gsar                                  on 1999/07/07  00:27:10
478         Log: make diagnostic on C<my $^I> etc., more readable
479      Branch: perl
480            ! op.c
481 ____________________________________________________________________________
482 [  3626] By: gsar                                  on 1999/07/06  23:47:27
483         Log: From: Andy Dougherty <doughera@lafayette.edu>
484              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
485              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
486              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
487      Branch: perl
488            ! Makefile.SH utils/Makefile
489 ____________________________________________________________________________
490 [  3625] By: jhi                                   on 1999/07/06  21:50:46
491         Log: Some new files of #3624 missing from MANIFEST.
492      Branch: cfgperl
493            ! MANIFEST
494 ____________________________________________________________________________
495 [  3624] By: jhi                                   on 1999/07/06  21:47:04
496         Log: POSIX [[:character class:]] support for standard, locale,
497              and utf8.  If both utf8 and locale are on, utf8 wins.
498              I don't fully understand why so many tables changed in
499              lib/unicode because of "make" -- maybe it was just overdue.
500      Branch: cfgperl
501            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
502            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
503            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
504            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
505            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
506            ! lib/unicode/Block.pl lib/unicode/Category.pl
507            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
508            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
509            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
510            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
511            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
512            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
513            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
514            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
515            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
516            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
517            ! t/pragma/warn/regcomp utf8.c
518 ____________________________________________________________________________
519 [  3623] By: gsar                                  on 1999/07/06  20:52:48
520         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
521              Date: Wed, 16 Jun 1999 14:57:22 -0400
522              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
523              Subject: [PATCH 5.00557] Devel::Peek
524      Branch: perl
525            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
526 ____________________________________________________________________________
527 [  3622] By: gsar                                  on 1999/07/06  20:22:59
528         Log: applied patch after demunging headers with appropriate paths
529              From: "Vishal Bhatia" <vishalb@my-deja.com>
530              Date: Sat, 12 Jun 1999 08:23:59 -0700
531              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
532              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
533      Branch: perl
534            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
535            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
536 ____________________________________________________________________________
537 [  3621] By: gsar                                  on 1999/07/06  20:10:50
538         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
539              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
540              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
541              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
542      Branch: perl
543            ! doio.c
544 ____________________________________________________________________________
545 [  3620] By: jhi                                   on 1999/07/06  19:16:47
546         Log: Mention EPOC and SOCKS.
547      Branch: cfgperl
548            ! pod/perldelta.pod
549 ____________________________________________________________________________
550 [  3619] By: gsar                                  on 1999/07/06  16:52:37
551         Log: fix int vs STRLEN issue
552      Branch: perl
553            ! pp.c
554 ____________________________________________________________________________
555 [  3618] By: jhi                                   on 1999/07/06  16:52:20
556         Log: There ain't Perl_atonv().
557      Branch: cfgperl
558            ! ext/ByteLoader/bytecode.h
559 ____________________________________________________________________________
560 [  3617] By: jhi                                   on 1999/07/06  15:55:22
561         Log: Integrate with Sarathy.
562      Branch: cfgperl
563           !> Makefile.SH
564 ____________________________________________________________________________
565 [  3616] By: jhi                                   on 1999/07/06  15:54:09
566         Log: Tweak for #3613.
567      Branch: cfgperl
568            ! Configure config_h.SH
569 ____________________________________________________________________________
570 [  3615] By: gsar                                  on 1999/07/06  11:00:21
571         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
572              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
573              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
574              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
575      Branch: perl
576            ! Makefile.SH
577 ____________________________________________________________________________
578 [  3614] By: jhi                                   on 1999/07/06  10:44:48
579         Log: Integrate with Sarathy.
580      Branch: cfgperl
581           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
582           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
583 ____________________________________________________________________________
584 [  3613] By: jhi                                   on 1999/07/06  10:43:20
585         Log: From: Nathan Kurz <nate@valleytel.net>
586              Subject: [ID 19990612.001 compiling three deep modules within ext/]
587              ply-To: nate@valleytel.net
588              erl5-porters@perl.org
589              Date: Sat, 12 Jun 1999 01:26:04 -0500
590              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
591      Branch: cfgperl
592            ! Configure config_h.SH
593 ____________________________________________________________________________
594 [  3612] By: gsar                                  on 1999/07/06  10:17:52
595         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
596              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
597              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
598              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
599      Branch: perl
600            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
601 ____________________________________________________________________________
602 [  3611] By: gsar                                  on 1999/07/06  09:51:20
603         Log: From: pvhp@forte.com (Peter Prymmer)
604              Date: Fri, 11 Jun 99 17:07:19 PDT
605              Message-Id: <9906120007.AA13802@forte.com>
606              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
607      Branch: perl
608            ! ext/IO/lib/IO/File.pm
609 ____________________________________________________________________________
610 [  3610] By: gsar                                  on 1999/07/06  09:37:37
611         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
612              tweak)
613              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
614              Date: Wed, 09 Jun 1999 18:27:51 +0100
615              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
616              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
617      Branch: perl
618            ! perl.h t/base/rs.t
619 ____________________________________________________________________________
620 [  3609] By: jhi                                   on 1999/07/06  09:28:48
621         Log: Integrate with Sarathy.
622      Branch: cfgperl
623           !> (integrate 49 files)
624 ____________________________________________________________________________
625 [  3608] By: gsar                                  on 1999/07/06  09:28:21
626         Log: test tweak
627      Branch: perl
628            ! t/pragma/warn/op
629 ____________________________________________________________________________
630 [  3607] By: jhi                                   on 1999/07/06  09:22:48
631         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
632      Branch: cfgperl
633            ! Configure config_h.SH
634 ____________________________________________________________________________
635 [  3606] By: gsar                                  on 1999/07/06  09:05:02
636         Log: applied slightly tweaked version of suggested patch for
637              improved RE API
638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
639              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
640              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
641              Subject: [PATCH 5.005_57] REx engine rehash
642      Branch: perl
643            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
644            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
645            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
646            ! util.c
647 ____________________________________________________________________________
648 [  3605] By: gsar                                  on 1999/07/06  08:54:03
649         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
650      Branch: perl
651            ! sv.c
652 ____________________________________________________________________________
653 [  3604] By: gsar                                  on 1999/07/06  07:08:30
654         Log: From: paul.marquess@bt.com
655              Date: Tue, 8 Jun 1999 22:37:58 +0100 
656              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
657              Subject: [PATCH 5.005_57] DB_File 1.67
658      Branch: perl
659            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
660            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
661 ____________________________________________________________________________
662 [  3603] By: gsar                                  on 1999/07/06  07:04:50
663         Log: From: paul.marquess@bt.com
664              Date: Tue, 8 Jun 1999 22:34:01 +0100 
665              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
666              Subject: [PATCH 5.005_57] DBM Filters
667      Branch: perl
668            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
669            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
670            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
671            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
672 ____________________________________________________________________________
673 [  3602] By: gsar                                  on 1999/07/06  07:00:01
674         Log: slightly tweaked version of suggested patch
675              From: Dan Sugalski <sugalskd@ous.edu>
676              Date: Tue, 08 Jun 1999 14:09:38 -0700
677              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
678              Subject: [PATCH 5.005_57]Use NV instead of double in the core
679      Branch: perl
680            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
681            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
682            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
683            ! proto.h sv.c sv.h toke.c universal.c util.c
684 ____________________________________________________________________________
685 [  3601] By: gsar                                  on 1999/07/06  06:52:57
686         Log: integrate cfgperl contents into mainline
687      Branch: perl
688           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
689           +> epoc/perl.mmp epoc/perl.pkg
690           !> (integrate 30 files)
691 ____________________________________________________________________________
692 [  3598] By: jhi                                   on 1999/07/05  20:02:55
693         Log: Integrate with mainperl.
694      Branch: cfgperl
695           +> lib/CGI/Pretty.pm
696           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
697           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
698           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
699           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
700           !> vms/vmsish.h
701 ____________________________________________________________________________
702 [  3597] By: jhi                                   on 1999/07/05  19:59:48
703         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
704              that addresses the notorious "Additional libraries" question.
705      Branch: cfgperl
706            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
707            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
708            ! pp_sys.c
709 ____________________________________________________________________________
710 [  3596] By: gsar                                  on 1999/07/05  18:30:51
711         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
712              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
713              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
714              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
715      Branch: perl
716            ! pp_sys.c t/lib/io_udp.t
717 ____________________________________________________________________________
718 [  3595] By: gsar                                  on 1999/07/05  18:29:08
719         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
720              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
721              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
722              Subject: [PATCH 5.00557] Setting $^E wipes out $!
723      Branch: perl
724            ! mg.c
725 ____________________________________________________________________________
726 [  3594] By: gsar                                  on 1999/07/05  18:24:53
727         Log: hand-apply whitespace mutiliated patch
728              From: Dan Sugalski <sugalskd@osshe.edu>
729              Date: Mon, 07 Jun 1999 14:46:42 -0700
730              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
731              Subject: [PATCH 5.005_57]Updated VMS patch
732      Branch: perl
733            ! thread.h vms/descrip_mms.template vms/subconfigure.com
734            ! vms/vms.c vms/vmsish.h
735 ____________________________________________________________________________
736 [  3593] By: gsar                                  on 1999/07/05  17:53:04
737         Log: applied parts not duplicated by previous patches
738              From: "Vishal Bhatia" <vishalb@my-deja.com>
739              Date: Sat, 05 Jun 1999 08:42:17 -0700
740              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
741              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
742      Branch: perl
743            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
744            ! ext/B/B/Stackobj.pm
745 ____________________________________________________________________________
746 [  3592] By: jhi                                   on 1999/07/05  17:17:22
747         Log: AIX threaded build, plus few more on the side.
748      Branch: cfgperl
749            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
750            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
751            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
752            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
753 ____________________________________________________________________________
754 [  3591] By: gsar                                  on 1999/07/05  16:52:34
755         Log: "\e" and "\a" didn't produce right escape under EBCDIC
756              From: pvhp@forte.com (Peter Prymmer)
757              Date: Fri, 4 Jun 99 12:00:27 PDT
758              Message-Id: <9906041900.AA28387@forte.com>
759              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
760      Branch: perl
761            ! toke.c
762 ____________________________________________________________________________
763 [  3590] By: gsar                                  on 1999/07/05  16:40:01
764         Log: s/scalar ref constructor/single ref constructor/ (suggested
765              by Stephen McCamant)
766      Branch: perl
767            ! opcode.h opcode.pl
768 ____________________________________________________________________________
769 [  3589] By: gsar                                  on 1999/07/05  16:34:06
770         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
771      Branch: perl
772            ! ext/GDBM_File/GDBM_File.xs
773 ____________________________________________________________________________
774 [  3588] By: gsar                                  on 1999/07/05  16:29:39
775         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
776              is unchanged still)
777      Branch: perl
778            ! op.c
779 ____________________________________________________________________________
780 [  3587] By: jhi                                   on 1999/07/05  10:31:43
781         Log: Make perl_exp.SH smarter about what to include and what to exclude.
782      Branch: cfgperl
783            ! perl_exp.SH
784 ____________________________________________________________________________
785 [  3586] By: jhi                                   on 1999/07/05  09:29:31
786         Log: Remove unnecessary and extraneous my $i = 0.
787      Branch: cfgperl
788            ! bytecode.pl
789 ____________________________________________________________________________
790 [  3585] By: jhi                                   on 1999/07/05  07:28:59
791         Log: Integrate with mainperl.
792      Branch: cfgperl
793           !> (integrate 30 files)
794 ____________________________________________________________________________
795 [  3584] By: gsar                                  on 1999/07/05  05:36:28
796         Log: From: Vishal Bhatia <vishalb@hotmail.com>
797              Date: Thu, 03 Jun 1999 00:57:48 PDT
798              Message-ID: <19990603075749.86665.qmail@hotmail.com>
799              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
800      Branch: perl
801            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
802 ____________________________________________________________________________
803 [  3583] By: gsar                                  on 1999/07/05  05:31:19
804         Log: suppress fancy display when in verbose mode (suggested by
805              Paul Johnson <pjcj@transeda.com>)
806      Branch: perl
807            ! lib/Test/Harness.pm
808 ____________________________________________________________________________
809 [  3582] By: gsar                                  on 1999/07/05  05:17:12
810         Log: cygwin32 update
811              From: "Fifer, Eric" <EFifer@sanwaint.com>
812              Date:  Wed, 2 Jun 1999 15:16:05 +0100
813              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
814              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
815      Branch: perl
816            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
817            ! cygwin32/build-instructions.READFIRST
818            ! cygwin32/build-instructions.charles-wilson
819            ! cygwin32/build-instructions.sebastien-barre
820            ! cygwin32/build-instructions.steven-morlock
821            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
822            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
823            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
824            ! t/op/magic.t util.c
825 ____________________________________________________________________________
826 [  3581] By: gsar                                  on 1999/07/05  02:46:18
827         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
828      Branch: perl
829            ! util.c
830 ____________________________________________________________________________
831 [  3580] By: gsar                                  on 1999/07/05  02:38:03
832         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
833              Date: Mon, 31 May 1999 18:18:13 -0600
834              Message-ID: <19990601001813.AAA17834@csgsystems.com>
835              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
836      Branch: perl
837            ! t/TEST t/UTEST t/harness utils/perlcc.PL
838 ____________________________________________________________________________
839 [  3579] By: gsar                                  on 1999/07/05  01:20:58
840         Log: compatibility tweak for Class::Struct
841      Branch: perl
842            ! lib/Class/Struct.pm
843 ____________________________________________________________________________
844 [  3578] By: jhi                                   on 1999/07/04  23:26:01
845         Log: Miscellaneus AIX fixes + SOCKS support.
846      Branch: cfgperl
847            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
848            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
849            ! hints/aix.sh pp_sys.c
850 ____________________________________________________________________________
851 [  3577] By: gsar                                  on 1999/07/04  23:07:39
852         Log: test tweak
853      Branch: perl
854            ! t/io/openpid.t
855 ____________________________________________________________________________
856 [  3576] By: jhi                                   on 1999/07/04  22:39:23
857         Log: Integrate with mainperl.
858      Branch: cfgperl
859           +> t/io/openpid.t
860            - win32/perlhost.h
861           !> (integrate 51 files)
862 ____________________________________________________________________________
863 [  3575] By: jhi                                   on 1999/07/04  22:26:48
864         Log: Added 64-bit support for AIX 4.3 or better
865              based on Martin H. Rusoff's observations.
866      Branch: cfgperl
867            ! Configure config_h.SH hints/aix.sh
868 ____________________________________________________________________________
869 [  3574] By: jhi                                   on 1999/07/04  21:34:47
870         Log: Do not throw away gccvers compilation errors.
871              From: Andy Dougherty <doughera@lafayette.edu>
872              To: Ron Seguin <rseguin@on.bell.ca>
873              Cc: Perl Porters <perl5-porters@perl.org>
874              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
875              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
876              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
877      Branch: cfgperl
878            ! Configure config_h.SH
879 ____________________________________________________________________________
880 [  3573] By: gsar                                  on 1999/07/04  21:10:32
881         Log: adapted suggested tests for addition to testsuite
882              From: RonaldWS@aol.com
883              Date:  Sun, 30 May 1999 16:27:28 EDT
884              Message-Id:  <25cd799f.2482f930@aol.com>
885              Subject: [19990530.007] Open with pipe | does not return pid under win32
886      Branch: perl
887            + t/io/openpid.t
888            ! MANIFEST win32/win32.c
889 ____________________________________________________________________________
890 [  3572] By: gsar                                  on 1999/07/04  20:29:32
891         Log: perl_run() should call my_exit(0) for normal completion
892      Branch: perl
893            ! perl.c
894 ____________________________________________________________________________
895 [  3571] By: jhi                                   on 1999/07/04  20:10:44
896         Log: Add test for change #3568 plus general cleanup.
897      Branch: cfgperl
898            ! t/pragma/locale.t
899 ____________________________________________________________________________
900 [  3570] By: gsar                                  on 1999/07/04  20:03:21
901         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
902              overloading
903      Branch: perl
904            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
905            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
906 ____________________________________________________________________________
907 [  3569] By: gsar                                  on 1999/07/04  18:04:48
908         Log: make AIX dynaloading work when libperl is shared (and thus under
909              mod_perl etc.)
910              From: Jens-Uwe Mager <jum@helios.de>
911              Date:  Sat, 29 May 1999 17:09:52 +0200
912              Message-Id:  <199905291509.RAA43978@ans.helios.de>
913              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
914      Branch: perl
915            ! ext/DynaLoader/dl_aix.xs
916 ____________________________________________________________________________
917 [  3568] By: jhi                                   on 1999/07/04  14:54:23
918         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
919              This resulted for example in the 'o' magic not being cleared by
920              magic_setcollxfrm(), which resulted in strange cmp results.
921              The bug was reported originally in the message
922              Subject: Bug with locale
923              From: Jan Starzynski <jan@planet.de> 
924              To: perlbug@perl.com 
925              Date: Fri, 09 Apr 1999 13:23:07 +0200 
926              Message-ID: <370DE31B.DAEE1332@planet.de> 
927      Branch: cfgperl
928            ! pp.c
929 ____________________________________________________________________________
930 [  3567] By: gsar                                  on 1999/07/04  02:38:34
931         Log: remove misleading info on defined(&func), unclutter deprecation
932              about defined(@array)
933      Branch: perl
934            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
935            ! t/pragma/warn/op
936 ____________________________________________________________________________
937 [  3566] By: gsar                                  on 1999/07/04  01:46:31
938         Log: From: jan.dubois@ibm.net (Jan Dubois)
939              Date: Wed, 26 May 1999 22:07:17 +0200
940              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
941              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
942      Branch: perl
943            ! Changes win32/win32.c win32/win32.h
944 ____________________________________________________________________________
945 [  3565] By: gsar                                  on 1999/07/04  01:26:02
946         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
947              for win32 issues)
948      Branch: perl
949            ! pod/perlxstut.pod
950 ____________________________________________________________________________
951 [  3564] By: gsar                                  on 1999/07/02  03:09:04
952         Log: avoid warnings
953      Branch: perl
954            ! ext/Thread/Thread/Specific.pm lib/fields.pm
955 ____________________________________________________________________________
956 [  3563] By: gsar                                  on 1999/06/28  19:23:47
957         Log: inc version (for CPAN.pm sanity)
958      Branch: perl
959            ! lib/Text/ParseWords.pm
960 ____________________________________________________________________________
961 [  3562] By: gsar                                  on 1999/06/28  19:19:01
962         Log: regen perltoc
963      Branch: perl
964            ! pod/perltoc.pod
965 ____________________________________________________________________________
966 [  3561] By: gsar                                  on 1999/06/28  19:08:41
967         Log: From: Damian Conway <damian@cs.monash.edu.au>
968              Date: Wed, 26 May 1999 00:58:35 -0400
969              Message-Id: <199905260458.AAA06411@defender.perl.org>
970              Subject: [19990526.002] Misc. improvements to Class:Struct
971      Branch: perl
972            ! MANIFEST lib/Class/Struct.pm
973 ____________________________________________________________________________
974 [  3560] By: gsar                                  on 1999/06/28  18:50:52
975         Log: remove bogus PL_optype_size
976      Branch: perl
977            ! bytecode.pl ext/ByteLoader/byterun.h
978 ____________________________________________________________________________
979 [  3559] By: gsar                                  on 1999/06/28  18:22:26
980         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
981      Branch: perl
982            + lib/CGI/Pretty.pm
983            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
984            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
985            ! t/lib/cgi-html.t t/lib/cgi-request.t
986 ____________________________________________________________________________
987 [  3558] By: jhi                                   on 1999/06/28  07:30:21
988         Log: Change Olaf Lebbe's email address.
989      Branch: cfgperl
990            ! README.epoc
991 ____________________________________________________________________________
992 [  3557] By: gsar                                  on 1999/06/28  00:07:33
993         Log: make autogenerated files writable
994      Branch: perl
995            - win32/perlhost.h
996            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
997            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
998            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
999            ! proto.h regnodes.h warning.h win32/config_H.bc
1000            ! win32/config_H.gc win32/config_H.vc
1001 ____________________________________________________________________________
1002 [  3556] By: jhi                                   on 1999/06/27  19:22:53
1003         Log: Update MANIFEST to match #3555.
1004      Branch: cfgperl
1005            ! MANIFEST
1006 ____________________________________________________________________________
1007 [  3555] By: jhi                                   on 1999/06/27  19:16:22
1008         Log: EPOC port to Psion5.
1009              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1010              To: Jarkko Hietaniemi <jhi@iki.fi>
1011              Cc: perl5-porters@perl.org
1012              Subject: Re: Psion5
1013              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
1014              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
1015      Branch: cfgperl
1016            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1017            + epoc/perl.mmp epoc/perl.pkg
1018            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
1019            ! perl.h sv.c util.c
1020 ____________________________________________________________________________
1021 [  3554] By: jhi                                   on 1999/06/27  18:50:52
1022         Log: Integrate from mainperl.
1023      Branch: cfgperl
1024           !> (integrate 48 files)
1025 ____________________________________________________________________________
1026 [  3553] By: gsar                                  on 1999/06/27  14:28:49
1027         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
1028              gone from the public API); PERL_OBJECT builds again on
1029              windows
1030              
1031              TODO: namespace-clean the typedefs in iperlsys.h and
1032              elsewhere; remove C++ remnants from public headers
1033      Branch: perl
1034            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
1035            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1036            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1037            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
1038            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
1039            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
1040            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
1041            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
1042            ! win32/config.gc win32/config.vc win32/dl_win32.xs
1043            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1044            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
1045            ! win32/win32sck.c
1046 ____________________________________________________________________________
1047 [  3552] By: gsar                                  on 1999/06/27  13:49:31
1048         Log: integrate cfgperl changes into mainline
1049      Branch: perl
1050           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1051           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1052           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1053           !> util.c
1054 ____________________________________________________________________________
1055 [  3551] By: gsar                                  on 1999/06/27  13:31:11
1056         Log: fix indents
1057      Branch: perl
1058            ! op.c
1059 ____________________________________________________________________________
1060 [  3550] By: gsar                                  on 1999/06/24  22:42:53
1061         Log: update Changes
1062      Branch: perl
1063            ! Changes
1064 ____________________________________________________________________________
1065 [  3549] By: gsar                                  on 1999/06/24  22:41:17
1066         Log: avoid race condition in the CAPI extension bootstrap handler
1067      Branch: perl
1068            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
1069 ____________________________________________________________________________
1070 [  3548] By: gsar                                  on 1999/06/24  22:39:53
1071         Log: sanity check to cover the case when perl is installed into the
1072              X:\ (drive root)
1073      Branch: perl
1074            ! win32/win32.c
1075 ____________________________________________________________________________
1076 [  3547] By: gsar                                  on 1999/06/22  19:30:32
1077         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
1078      Branch: perl
1079            ! lib/Tie/RefHash.pm
1080 ____________________________________________________________________________
1081 [  3544] By: jhi                                   on 1999/06/18  19:24:28
1082         Log: Tidy up #3542 and #3543. 
1083      Branch: cfgperl
1084            ! t/pragma/locale.t util.c
1085 ____________________________________________________________________________
1086 [  3543] By: jhi                                   on 1999/06/18  10:28:45
1087         Log: Spice up locale.t.
1088      Branch: cfgperl
1089            ! t/pragma/locale.t
1090 ____________________________________________________________________________
1091 [  3542] By: jhi                                   on 1999/06/17  22:42:03
1092         Log: Fixed two long-standing locale bugs.
1093              
1094              Both problems were related to numeric locale which
1095              controls the radix character aka the decimal separator.
1096              (1) printf (and sprintf) were resetting the numeric locale to C.
1097              (2) Using locale-numerically formatted floating point
1098              numbers (e.g. "1,23") together with -w caused warnings about
1099              "isn't numeric".  The operations were working fine, though,
1100              because atof() was using the local locale.
1101              Both problems reported by Stefan Vogtner.
1102              
1103              Introduced a wrapper for atof() that attempts to convert
1104              the string both ways.  This helps Perl to understand
1105              numbers like this "4.56" even when using a local locale
1106              makes atof() understand only numbers like this "7,89".
1107              
1108              Remaining related problems, both of which existed before
1109              this patch and continue to exist after this patch:
1110              (a) The behaviour of print() is _not_ as documented by perllocale.
1111              Instead of always using the C locale, print() does use the
1112              local locale, just like the *printf() do.  This may be fixable
1113              now that switching to-and-fro between locales has been made
1114              more consistent, but fixing print() would change existing
1115              behaviour.  perllocale is not changed by this patch.
1116              (b) If a number has been stringified (say, via "$number") under
1117              a local locale, the cached string value persists even under
1118              "no locale".  This may or may not be a problem: operations
1119              work fine because the original number is still there, but
1120              that the string form keeps its locale-ish outlook may be
1121              somewhat confusing.
1122      Branch: cfgperl
1123            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1124            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1125            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1126            ! util.c
1127 ____________________________________________________________________________
1128 [  3541] By: jhi                                   on 1999/06/17  20:00:16
1129         Log: Integrate from mainperl.
1130      Branch: cfgperl
1131           !> ext/Data/Dumper/Dumper.pm op.c
1132 ____________________________________________________________________________
1133 [  3540] By: gsar                                  on 1999/06/16  16:49:55
1134         Log: dump C<0> as such, not C<'0'>
1135      Branch: perl
1136            ! ext/Data/Dumper/Dumper.pm
1137 ____________________________________________________________________________
1138 [  3539] By: gsar                                  on 1999/06/13  04:04:40
1139         Log: fix coredumper in change#3498
1140      Branch: perl
1141            ! op.c
1142 ____________________________________________________________________________
1143 [  3538] By: jhi                                   on 1999/06/12  22:01:26
1144         Log: Integrate from mainperl.
1145      Branch: cfgperl
1146           +> lib/caller.pm
1147           !> (integrate 36 files)
1148 ____________________________________________________________________________
1149 [  3537] By: gsar                                  on 1999/06/12  06:43:03
1150         Log: EXTERN_C declarations for global arrays in various
1151              headers, so perl can be built even in C++ mode; win32
1152              build fixups; regen headers
1153      Branch: perl
1154            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
1155            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
1156 ____________________________________________________________________________
1157 [  3536] By: gsar                                  on 1999/06/12  06:38:21
1158         Log: caller.pm typos
1159      Branch: perl
1160            ! lib/caller.pm
1161 ____________________________________________________________________________
1162 [  3535] By: gsar                                  on 1999/06/11  23:13:54
1163         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
1164              is temporarily gone
1165      Branch: perl
1166            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
1167            ! pod/perldelta.pod proto.h win32/perllib.c
1168 ____________________________________________________________________________
1169 [  3534] By: gsar                                  on 1999/06/11  20:41:51
1170         Log: implement C<use caller 'encoding'>
1171      Branch: perl
1172            + lib/caller.pm
1173            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
1174 ____________________________________________________________________________
1175 [  3533] By: gsar                                  on 1999/06/11  16:51:04
1176         Log: truncate() has a peculiar exemption from strict barewords, even
1177              though it has a non-filehandle prototype
1178      Branch: perl
1179            ! op.c t/io/fs.t
1180 ____________________________________________________________________________
1181 [  3532] By: gsar                                  on 1999/06/11  09:09:16
1182         Log: GDBM tweak
1183      Branch: perl
1184            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
1185 ____________________________________________________________________________
1186 [  3531] By: gsar                                  on 1999/06/10  23:34:19
1187         Log: part of the platform changes for IMPLICIT_CONTEXT
1188      Branch: perl
1189            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
1190            ! jpl/PerlInterpreter/PerlInterpreter.c
1191            ! jpl/PerlInterpreter/PerlInterpreter.h
1192            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
1193            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
1194 ____________________________________________________________________________
1195 [  3530] By: jhi                                   on 1999/06/10  20:55:56
1196         Log: Integrate from mainperl.
1197      Branch: cfgperl
1198           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1199 ____________________________________________________________________________
1200 [  3529] By: gsar                                  on 1999/06/10  20:40:01
1201         Log: DB_File tweaks for IMPLICIT CONTEXT
1202      Branch: perl
1203            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1204 ____________________________________________________________________________
1205 [  3528] By: jhi                                   on 1999/06/10  10:18:15
1206         Log: Integrate from mainperl.
1207      Branch: cfgperl
1208           !> (integrate 105 files)
1209 ____________________________________________________________________________
1210 [  3527] By: gsar                                  on 1999/06/10  09:30:35
1211         Log: most globals are now interpreter local; locale initialization
1212              was too early, defer it until interpreter is allocated and
1213              initialized; multiple interpreters should now be
1214              concurrency-safe (untested)
1215      Branch: perl
1216            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
1217            ! perlvars.h
1218 ____________________________________________________________________________
1219 [  3526] By: gsar                                  on 1999/06/10  08:38:00
1220         Log: fix small nits
1221      Branch: perl
1222            ! cc_runtime.h ext/B/B/CC.pm run.c
1223 ____________________________________________________________________________
1224 [  3525] By: gsar                                  on 1999/06/10  04:41:38
1225         Log: win32 build fixes
1226      Branch: perl
1227            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
1228            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1229            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
1230            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
1231            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1232            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
1233            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1234            ! win32/win32.c win32/win32.h win32/win32sck.c
1235            ! win32/win32thread.c win32/win32thread.h
1236 ____________________________________________________________________________
1237 [  3524] By: gsar                                  on 1999/06/09  18:03:01
1238         Log: more complete support for implicit thread/interpreter pointer,
1239              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
1240              without that enabled):
1241              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
1242              is a noop; tests pass on Solaris; should be faster now!
1243              - MULTIPLICITY has been tested with and without
1244              PERL_IMPLICIT_CONTEXT on Solaris
1245              - improved function database now merged with embed.pl
1246              - everything except the varargs functions have foo(a,b,c) macros
1247              to provide compatibility
1248              - varargs functions default to compatibility variants that
1249              get the context pointer using dTHX
1250              - there should be almost no source compatibility issues as a
1251              result of all this
1252              - dl_foo.xs changes other than dl_dlopen.xs untested
1253              - still needs documentation, fixups for win32 etc
1254              Next step: migrate most non-mutex variables from perlvars.h
1255              to intrpvar.h
1256      Branch: perl
1257            - proto.pl
1258            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
1259            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
1260            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1261            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1262            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
1263            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1264            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
1265            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1266            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1267            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
1268            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1269            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1270            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
1271            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
1272            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
1273            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
1274            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
1275            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
1276            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
1277            ! util.c win32/Makefile win32/makefile.mk writemain.SH
1278 ____________________________________________________________________________
1279 [  3523] By: gsar                                  on 1999/06/07  05:24:13
1280         Log: missed a file
1281      Branch: perl
1282            + proto.pl
1283            ! MANIFEST
1284 ____________________________________________________________________________
1285 [  3522] By: gsar                                  on 1999/06/07  05:18:34
1286         Log: initial stub implementation of implicit thread/this
1287              pointer    argument; builds/tests on Solaris, win32
1288              hasn't been fixed up yet; proto.h, global.sym and
1289              static function decls are now generated from a common
1290              database in proto.pl; some inconsistently named
1291              perl_foo() things are now Perl_foo(), compatibility
1292              #defines provided; perl_foo() (lowercase 'p') reserved
1293              for functions that take an explicit context argument;
1294              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
1295      Branch: perl
1296            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
1297            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
1298            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
1299            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
1300            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
1301            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
1302            ! universal.c utf8.c util.c
1303 ____________________________________________________________________________
1304 [  3521] By: gsar                                  on 1999/06/04  23:00:22
1305         Log: clean up some stray "global" symbols
1306      Branch: perl
1307            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
1308            ! pp_proto.h proto.h
1309 ____________________________________________________________________________
1310 [  3520] By: jhi                                   on 1999/06/02  21:33:28
1311         Log: Integrate from mainperl.
1312      Branch: cfgperl
1313           !> (integrate 94 files)
1314 ____________________________________________________________________________
1315 [  3519] By: gsar                                  on 1999/06/02  07:16:10
1316         Log: avoid dereferencing null pointer from getpwent() et al
1317      Branch: perl
1318            ! pp_sys.c
1319 ____________________________________________________________________________
1320 [  3518] By: gsar                                  on 1999/06/02  04:47:10
1321         Log: remove _() non-ansism
1322      Branch: perl
1323            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
1324            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
1325            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
1326            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
1327            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
1328            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
1329            ! ext/re/re.xs handy.h hv.c iperlsys.h
1330            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
1331            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
1332            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
1333            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
1334            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
1335            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
1336            ! vms/vmsish.h vms/writemain.pl vos/config.h
1337            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
1338            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
1339            ! win32/perllib.c win32/runperl.c win32/win32.h
1340            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
1341            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
1342 ____________________________________________________________________________
1343 [  3517] By: gsar                                  on 1999/06/02  02:17:51
1344         Log: missed a few files
1345      Branch: perl
1346            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
1347 ____________________________________________________________________________
1348 [  3516] By: gsar                                  on 1999/06/02  01:37:33
1349         Log: integrate cfgperl contents into mainline
1350      Branch: perl
1351           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1352           +> ext/ByteLoader/byterun.h
1353            - bytecode.h byterun.c byterun.h
1354            ! Changes
1355           !> (integrate 58 files)
1356 ____________________________________________________________________________
1357 [  3515] By: gsar                                  on 1999/06/02  00:48:50
1358         Log: remove stray K&R-isms
1359      Branch: perl
1360            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
1361            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
1362            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
1363            ! toke.c util.c win32/win32.c x2p/hash.c
1364 ____________________________________________________________________________
1365 [  3514] By: gsar                                  on 1999/06/01  15:55:55
1366         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
1367              strict 'subs'
1368      Branch: perl
1369            ! op.c t/pragma/strict-subs
1370 ____________________________________________________________________________
1371 [  3513] By: jhi                                   on 1999/06/01  07:17:05
1372         Log: Patch applying of #3499 had gone awry.
1373      Branch: cfgperl
1374            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
1375 ____________________________________________________________________________
1376 [  3512] By: gsar                                  on 1999/05/31  19:21:30
1377         Log: tighter -help output
1378      Branch: perl
1379            ! perl.c
1380 ____________________________________________________________________________
1381 [  3511] By: gsar                                  on 1999/05/31  17:18:23
1382         Log: fix memory leak in C<eval 'return sub {...}'>
1383      Branch: perl
1384            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
1385 ____________________________________________________________________________
1386 [  3510] By: gsar                                  on 1999/05/31  14:11:46
1387         Log: tweak C++isms
1388      Branch: perl
1389            ! win32/dl_win32.xs win32/win32.c
1390 ____________________________________________________________________________
1391 [  3509] By: jhi                                   on 1999/05/30  13:02:26
1392         Log: Cleanup of #3488.
1393      Branch: cfgperl
1394            ! Configure config_h.SH
1395 ____________________________________________________________________________
1396 [  3508] By: jhi                                   on 1999/05/30  11:16:01
1397         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1398              To: Mailing list Perl5 <perl5-porters@perl.org>
1399              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
1400              Date: Sat, 29 May 1999 20:18:13 -0400
1401              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
1402      Branch: cfgperl
1403            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
1404 ____________________________________________________________________________
1405 [  3507] By: jhi                                   on 1999/05/29  20:05:40
1406         Log: From: Mark-Jason Dominus <mjd@plover.com>
1407              To: perl5-porters@perl.com
1408              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
1409              Date: Sat, 29 May 1999 14:45:10 -0400
1410              Message-ID: <19990529184510.27557.qmail@plover.com>
1411      Branch: cfgperl
1412            ! op.h
1413 ____________________________________________________________________________
1414 [  3506] By: gsar                                  on 1999/05/29  16:49:39
1415         Log: avoid gv_check() recursive pit
1416      Branch: perl
1417            ! gv.c
1418 ____________________________________________________________________________
1419 [  3505] By: jhi                                   on 1999/05/29  11:38:16
1420         Log: From: jan.dubois@ibm.net (Jan Dubois)
1421              To: Gurusamy Sarathy <gsar@activestate.com>
1422              Cc: perl5-porters@perl.org
1423              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
1424              Date: Sat, 29 May 1999 08:46:22 +0200
1425              Message-ID: <374f8007.2016008@smtp1.ibm.net>
1426      Branch: cfgperl
1427            ! t/op/grent.t t/op/pwent.t
1428 ____________________________________________________________________________
1429 [  3504] By: jhi                                   on 1999/05/29  11:07:10
1430         Log: QNX needs <sys/select.h> to define fd_set.
1431              
1432              From: Norton Allen <allen@huarp.harvard.edu>
1433              To: perl5-porters@perl.org
1434              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
1435              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
1436              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
1437      Branch: cfgperl
1438            ! ext/IO/poll.c
1439 ____________________________________________________________________________
1440 [  3503] By: jhi                                   on 1999/05/29  10:53:31
1441         Log: From: jan.dubois@ibm.net (Jan Dubois)
1442              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
1443              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
1444              Date: Fri, 28 May 1999 20:14:35 +0200
1445              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
1446      Branch: cfgperl
1447            ! lib/Math/BigFloat.pm
1448 ____________________________________________________________________________
1449 [  3502] By: jhi                                   on 1999/05/29  10:44:44
1450         Log: Make Configure support the change #3367,
1451              SysV shadow passwords.
1452      Branch: cfgperl
1453            ! Configure config_h.SH pp_sys.c
1454 ____________________________________________________________________________
1455 [  3501] By: gsar                                  on 1999/05/28  21:22:23
1456         Log: add wide versions of win32 system calls (first step in
1457              globalization); delayload winsock for performance if compiling
1458              with VC 6.0
1459      Branch: perl
1460            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
1461            ! win32/win32.c win32/win32.h
1462 ____________________________________________________________________________
1463 [  3500] By: jhi                                   on 1999/05/28  21:17:24
1464         Log: The new t/lib/io_linenum.t was using stricture
1465              before @INC was set up.
1466      Branch: cfgperl
1467            ! t/lib/io_linenum.t
1468 ____________________________________________________________________________
1469 [  3499] By: jhi                                   on 1999/05/28  17:13:23
1470         Log: From: Tom Hughes <tom@compton.nu>
1471              To: perl5-porters@perl.org
1472              Subject: [PATCH 5.005_57] ByteLoader mark 2
1473              Date: Wed, 26 May 1999 23:59:49 +0100
1474              Message-ID: <bf337a0849.tom@compton.compton.nu>
1475              
1476              plus resolve tiny conflict with #3479
1477              plus regen_headers.
1478      Branch: cfgperl
1479            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1480            + ext/ByteLoader/byterun.h
1481            - bytecode.h byterun.c byterun.h
1482            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
1483            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
1484            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
1485            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
1486            ! perl.h perlvars.h proto.h util.c utils/Makefile
1487 ____________________________________________________________________________
1488 [  3498] By: jhi                                   on 1999/05/28  16:53:04
1489         Log: From: Mark-Jason Dominus <mjd@plover.com>
1490              To: perl5-porters@perl.com
1491              Subject: PATCH (5.005_57): defined(@a) now deprecated
1492              Date: Thu, 27 May 1999 16:05:44 -0400
1493              Message-ID: <19990527200544.13330.qmail@plover.com>
1494      Branch: cfgperl
1495            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
1496            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
1497 ____________________________________________________________________________
1498 [  3497] By: jhi                                   on 1999/05/28  16:50:54
1499         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1500              To: perl5-porters@perl.org (Mailing list Perl5)
1501              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
1502              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
1503              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
1504      Branch: cfgperl
1505            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
1506            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
1507 ____________________________________________________________________________
1508 [  3496] By: jhi                                   on 1999/05/28  16:48:39
1509         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1510              To: perl5-porters@perl.org (Mailing list Perl5)
1511              Subject: [PATCH 5.00557] Required OS/2-related patches
1512              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
1513              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
1514      Branch: cfgperl
1515            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
1516            ! t/op/stat.t util.c
1517 ____________________________________________________________________________
1518 [  3495] By: jhi                                   on 1999/05/28  16:45:56
1519         Log: From: Paul Johnson <pjcj@transeda.com>
1520              To: perl5-porters <perl5-porters@perl.org>
1521              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
1522              Date: Fri, 28 May 1999 15:13:54 +0100
1523              Message-ID: <19990528151354.B289@west-tip.transeda.com>
1524      Branch: cfgperl
1525            ! t/TEST
1526 ____________________________________________________________________________
1527 [  3494] By: jhi                                   on 1999/05/28  16:44:34
1528         Log: From: Paul Johnson <pjcj@transeda.com>
1529              To: perl5-porters <perl5-porters@perl.org>
1530              Subject: [PATCH 5.005_57] Fixes related to working local $.
1531              Date: Fri, 28 May 1999 15:11:18 +0100
1532              Message-ID: <19990528151118.A289@west-tip.transeda.com>
1533      Branch: cfgperl
1534            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
1535 ____________________________________________________________________________
1536 [  3493] By: gsar                                  on 1999/05/28  16:37:26
1537         Log: change#3449 wasn't doing enough
1538      Branch: perl
1539            ! op.c t/comp/proto.t
1540 ____________________________________________________________________________
1541 [  3492] By: jhi                                   on 1999/05/28  08:12:23
1542         Log: From: paul.marquess@bt.com
1543              To: doughera@lafayette.edu
1544              Cc: perl5-porters@perl.org
1545              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
1546              Date: Thu, 27 May 1999 23:31:38 +0100
1547              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
1548              
1549              Had to be applied manually; some mailer had munged the patch slightly.
1550      Branch: cfgperl
1551            ! ext/NDBM_File/NDBM_File.xs
1552 ____________________________________________________________________________
1553 [  3491] By: jhi                                   on 1999/05/28  07:51:17
1554         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1555              To: perl5-porters@perl.org
1556              Subject: [PATCH 5.005_57] fixing eval in the compiler
1557              Date: Thu, 27 May 1999 07:56:54 -0700
1558              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
1559      Branch: cfgperl
1560            ! cc_runtime.h scope.h
1561 ____________________________________________________________________________
1562 [  3490] By: jhi                                   on 1999/05/28  07:47:06
1563         Log: From: Andy Dougherty <doughera@lafayette.edu>
1564              To: perlbug@perl.com
1565              Cc: Jarkko Hietaniemi <jhi@iki.fi>
1566              Subject: [PATCH] Configure updates for ISC 4.1
1567              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
1568              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
1569      Branch: cfgperl
1570            ! Configure config_h.SH
1571 ____________________________________________________________________________
1572 [  3489] By: jhi                                   on 1999/05/28  07:39:17
1573         Log: Integrate from mainperl.
1574      Branch: cfgperl
1575           !> malloc.c win32/makedef.pl win32/win32.c
1576 ____________________________________________________________________________
1577 [  3488] By: jhi                                   on 1999/05/27  16:57:19
1578         Log: From: Andy Dougherty <doughera@lafayette.edu>
1579              To: Perl Porters <perl5-porters@perl.org>
1580              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
1581              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
1582              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
1583      Branch: cfgperl
1584            ! Configure config_h.SH hints/sunos_4_1.sh util.c
1585 ____________________________________________________________________________
1586 [  3487] By: gsar                                  on 1999/05/27  03:56:20
1587         Log: make win32_spawnvp() inherit standard handles even when they
1588              may be redirected
1589      Branch: perl
1590            ! win32/win32.c
1591 ____________________________________________________________________________
1592 [  3486] By: jhi                                   on 1999/05/26  19:55:52
1593         Log: From: Andy Dougherty <doughera@lafayette.edu>
1594              To: perl5-porters@perl.org
1595              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
1596              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
1597              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
1598      Branch: cfgperl
1599            ! util.c
1600 ____________________________________________________________________________
1601 [  3485] By: chip                                  on 1999/05/26  17:19:11
1602         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
1603      Branch: maint-5.004/perl
1604            ! Configure
1605 ____________________________________________________________________________
1606 [  3484] By: gsar                                  on 1999/05/26  01:56:28
1607         Log: fix missing exported symbol
1608      Branch: perl
1609            ! malloc.c win32/makedef.pl
1610 ____________________________________________________________________________
1611 [  3483] By: jhi                                   on 1999/05/25  23:08:07
1612         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
1613              
1614              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1615              To: perlbug@perl.com
1616              Subject: OpenBSD hints file update
1617              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
1618              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
1619      Branch: cfgperl
1620            ! hints/openbsd.sh
1621 ____________________________________________________________________________
1622 [  3482] By: jhi                                   on 1999/05/25  23:01:25
1623         Log: From: Tom Hughes <tom@compton.nu>
1624              To: perl5-porters@perl.org
1625              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
1626              Date: Tue, 25 May 1999 23:10:23 +0100
1627              Message-ID: <1ed7f10749.tom@compton.compton.nu>
1628      Branch: cfgperl
1629            ! Configure config_h.SH
1630 ____________________________________________________________________________
1631 [  3481] By: jhi                                   on 1999/05/25  22:31:50
1632         Log: 3479, 3480, 3481 seems logical.
1633      Branch: cfgperl
1634           !> hints/aix.sh
1635 ____________________________________________________________________________
1636 [  3480] By: jhi                                   on 1999/05/25  22:13:39
1637         Log: The change #3479 wasn't perfect.
1638      Branch: perl
1639            ! hints/aix.sh
1640 ____________________________________________________________________________
1641 [  3479] By: jhi                                   on 1999/05/25  21:59:21
1642         Log: Cures for _57 in AIX 4.1.5.0.
1643              (1) The lddlflags lost its -lc by change #3660
1644              (and the politeness of change #3257).
1645              (2) optype_size must end up in perl.exp (as PL_optype_size).
1646              Added it to perlvars.h, fixed bytecode.pl,
1647              regen'ed the relevant headers.
1648      Branch: cfgperl
1649            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
1650            ! perlvars.h
1651      Branch: perl
1652            ! hints/aix.sh
1653 ____________________________________________________________________________
1654 [  3478] By: jhi                                   on 1999/05/25  20:13:47
1655         Log: Integrate from mainperl.
1656      Branch: cfgperl
1657           +> pod/perltootc.pod
1658           !> (integrate 101 files)
1659 ____________________________________________________________________________
1660 [  3477] By: gsar                                  on 1999/05/25  10:43:48
1661         Log: here be 5.005_57
1662      Branch: perl
1663            ! Changes MANIFEST Porting/makerel
1664           !> Changes5.005
1665
1666 ----------------
1667 Version 5.005_57
1668 ----------------
1669
1670 ____________________________________________________________________________
1671 [  3476] By: gsar                                  on 1999/05/25  09:23:43
1672         Log: up patchlevel &c
1673      Branch: perl
1674            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1675            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1676            ! win32/makefile.mk
1677 ____________________________________________________________________________
1678 [  3475] By: gsar                                  on 1999/05/25  09:14:51
1679         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1680              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
1681              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
1682              Subject: [PATCH 5.005_56] REx engine improvements
1683      Branch: perl
1684            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
1685            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
1686            ! thrdvar.h util.c
1687 ____________________________________________________________________________
1688 [  3474] By: gsar                                  on 1999/05/25  08:39:56
1689         Log: test case for change#3470
1690      Branch: perl
1691            ! t/lib/bigintpm.t
1692 ____________________________________________________________________________
1693 [  3473] By: gsar                                  on 1999/05/25  08:36:52
1694         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
1695      Branch: perl
1696            ! Changes pod/perlport.pod
1697 ____________________________________________________________________________
1698 [  3472] By: gsar                                  on 1999/05/25  08:28:57
1699         Log: assorted tweaks
1700      Branch: perl
1701            ! doio.c iperlsys.h win32/config.bc win32/config.gc
1702            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1703            ! win32/config_H.vc win32/makedef.pl
1704 ____________________________________________________________________________
1705 [  3471] By: gsar                                  on 1999/05/25  06:06:04
1706         Log: perlref update from Tom Christiansen
1707      Branch: perl
1708            ! pod/perlref.pod
1709 ____________________________________________________________________________
1710 [  3470] By: gsar                                  on 1999/05/25  06:03:27
1711         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1712              Date: Mon, 24 May 1999 17:43:56 -0400
1713              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
1714              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
1715      Branch: perl
1716            ! hv.c
1717 ____________________________________________________________________________
1718 [  3469] By: gsar                                  on 1999/05/25  05:59:22
1719         Log: avoid temporary files that have a constant name (from a suggestion
1720              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
1721      Branch: perl
1722            ! lib/ExtUtils/MM_Unix.pm
1723 ____________________________________________________________________________
1724 [  3468] By: gsar                                  on 1999/05/25  05:54:29
1725         Log: From: pvhp@forte.com (Peter Prymmer)
1726              Date: Mon, 24 May 99 11:20:25 PDT
1727              Message-Id: <9905241820.AA28071@forte.com>
1728              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
1729      Branch: perl
1730            ! lib/Pod/Text.pm
1731 ____________________________________________________________________________
1732 [  3467] By: gsar                                  on 1999/05/25  04:08:50
1733         Log: fix glob() bug that resulted in missing symlinks that don't point
1734              anywhere
1735      Branch: perl
1736            ! pp_hot.c
1737 ____________________________________________________________________________
1738 [  3466] By: gsar                                  on 1999/05/25  03:00:00
1739         Log: avoid enumerating @INC contents in diagnostic if @INC was never
1740              searched
1741      Branch: perl
1742            ! pod/perldiag.pod pp_ctl.c
1743 ____________________________________________________________________________
1744 [  3465] By: gsar                                  on 1999/05/25  02:24:08
1745         Log: add caveat about close(PIPE) carelessness
1746      Branch: perl
1747            ! pod/perlfunc.pod
1748 ____________________________________________________________________________
1749 [  3464] By: gsar                                  on 1999/05/24  23:55:53
1750         Log: fix bogus line numbers for void context warnings
1751              (change#2548 was overeager)
1752      Branch: perl
1753            ! op.c
1754 ____________________________________________________________________________
1755 [  3463] By: gsar                                  on 1999/05/24  23:31:58
1756         Log: change#3455 had a typo
1757      Branch: perl
1758            ! pp_ctl.c
1759 ____________________________________________________________________________
1760 [  3462] By: gsar                                  on 1999/05/24  17:32:20
1761         Log: more pod updates from Tom Christiansen; regen perltoc
1762      Branch: perl
1763            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
1764            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
1765 ____________________________________________________________________________
1766 [  3461] By: gsar                                  on 1999/05/24  07:41:32
1767         Log: perlmod notes from Damian Conway (via Tom Christiansen)
1768      Branch: perl
1769            ! pod/perlmod.pod
1770 ____________________________________________________________________________
1771 [  3460] By: gsar                                  on 1999/05/24  07:24:11
1772         Log: major pod update from Tom Christiansen
1773      Branch: perl
1774            + pod/perltootc.pod
1775            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
1776            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
1777            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
1778            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
1779            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
1780            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
1781            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
1782            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
1783            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
1784            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
1785            ! pod/perlxs.pod pod/pod2man.PL
1786 ____________________________________________________________________________
1787 [  3459] By: gsar                                  on 1999/05/24  06:26:48
1788         Log: perlfaq update from Tom Christiansen
1789      Branch: perl
1790            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1791            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1792            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1793            ! pod/perlfaq9.pod
1794 ____________________________________________________________________________
1795 [  3458] By: gsar                                  on 1999/05/24  05:55:11
1796         Log: updated to v1.50 from CPAN
1797      Branch: perl
1798            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1799 ____________________________________________________________________________
1800 [  3457] By: gsar                                  on 1999/05/24  05:46:20
1801         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1802              Date: Sun, 23 May 1999 16:35:07 +0100
1803              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
1804              Subject: [PATCH 5.005_56] name PL_in_eval bits
1805      Branch: perl
1806            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
1807 ____________________________________________________________________________
1808 [  3456] By: gsar                                  on 1999/05/24  05:18:06
1809         Log: make -t mode the default on emacs/dumb terminals
1810      Branch: perl
1811            ! Changes utils/perldoc.PL
1812 ____________________________________________________________________________
1813 [  3455] By: gsar                                  on 1999/05/24  05:05:19
1814         Log: return 0 rather than "" when scalar grep has nothing to iterate
1815              on (brings behavior in line with documentation)
1816      Branch: perl
1817            ! pp_ctl.c
1818 ____________________________________________________________________________
1819 [  3454] By: gsar                                  on 1999/05/24  04:52:52
1820         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
1821              Date: Thu, 20 May 1999 13:27:02 -1000
1822              Message-Id: <E10kcDN-0007TA-00@lapaki>
1823              Subject: Problem with MM_Unix in 5.005_03
1824      Branch: perl
1825            ! lib/ExtUtils/MM_Unix.pm
1826 ____________________________________________________________________________
1827 [  3453] By: gsar                                  on 1999/05/24  04:39:49
1828         Log: avoid removing duplicates in user-generated warnings
1829              From: byron@omix.com (Byron Brummer)
1830              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
1831              Message-Id: <199905201101.EAA91175@thrush.omix.com>
1832              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
1833      Branch: perl
1834            ! lib/diagnostics.pm
1835 ____________________________________________________________________________
1836 [  3452] By: gsar                                  on 1999/05/24  04:23:10
1837         Log: straighten some code to avoid NeXT compiler bugs (from
1838              Geoff Kuenning <geoff@cs.hmc.edu>)
1839      Branch: perl
1840            ! pp_ctl.c
1841 ____________________________________________________________________________
1842 [  3451] By: gsar                                  on 1999/05/24  03:03:05
1843         Log: minor logic tweak for reserved word warning
1844      Branch: perl
1845            ! lib/Test/Harness.pm toke.c
1846 ____________________________________________________________________________
1847 [  3450] By: gsar                                  on 1999/05/24  02:34:20
1848         Log: oops, some files missing in change#3449
1849      Branch: perl
1850            ! op.c op.h toke.c
1851 ____________________________________________________________________________
1852 [  3449] By: gsar                                  on 1999/05/24  02:33:12
1853         Log: allow '*' prototype to autoquote even barewords that happen to be
1854              function names; parens or ampersand continue to force the other
1855              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
1856              do the right thing, for example
1857      Branch: perl
1858            ! t/comp/proto.t
1859 ____________________________________________________________________________
1860 [  3448] By: gsar                                  on 1999/05/24  01:51:24
1861         Log: remove vestiges of PL_last_proto
1862      Branch: perl
1863            ! embedvar.h intrpvar.h objXSUB.h
1864 ____________________________________________________________________________
1865 [  3447] By: gsar                                  on 1999/05/24  01:49:20
1866         Log: redo change#2061 and parts of change#1169 with code in the
1867              parser; PL_last_proto hackery gone, strict 'subs' in now
1868              implemented in the optimizer where specifying the exceptional
1869              cases is much more robust; '*' (bareword) prototype now works
1870              reliably when used in second and subsequent arguments
1871      Branch: perl
1872            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
1873 ____________________________________________________________________________
1874 [  3446] By: gsar                                  on 1999/05/23  05:00:55
1875         Log: remove redundant part of change#1169 superceded by change#2061;
1876              avoid "future reserved word" warning on prototypical bearwords
1877      Branch: perl
1878            ! t/lib/fatal.t toke.c
1879 ____________________________________________________________________________
1880 [  3445] By: gsar                                  on 1999/05/21  23:36:49
1881         Log: s/isspace/isSPACE/g and make sure the CRT version is always
1882              passed an unsigned char (fixes random occurrence of spaces in
1883              arguments containing high-bit chars passed to spawned children,
1884              on win32)
1885      Branch: perl
1886            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
1887 ____________________________________________________________________________
1888 [  3444] By: gsar                                  on 1999/05/21  23:08:55
1889         Log: integrate Configure changes from cfgperl
1890      Branch: perl
1891           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1892           !> config_h.SH
1893 ____________________________________________________________________________
1894 [  3443] By: jhi                                   on 1999/05/21  22:00:56
1895         Log: Integrate from mainperl.
1896      Branch: cfgperl
1897           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
1898           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
1899           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
1900           !> win32/perlhost.h win32/win32.c x2p/walk.c
1901 ____________________________________________________________________________
1902 [  3442] By: jhi                                   on 1999/05/21  21:59:46
1903         Log: fflush.
1904      Branch: cfgperl
1905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1906            ! config_h.SH
1907 ____________________________________________________________________________
1908 [  3441] By: gsar                                  on 1999/05/21  17:48:55
1909         Log: integrate cfgperl changes
1910      Branch: perl
1911           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1912           !> config_h.SH hints/sunos_4_1.sh installperl
1913 ____________________________________________________________________________
1914 [  3440] By: gsar                                  on 1999/05/21  17:42:49
1915         Log: test tweak
1916      Branch: perl
1917            ! t/comp/proto.t
1918 ____________________________________________________________________________
1919 [  3439] By: gsar                                  on 1999/05/21  17:31:26
1920         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
1921              (Configure fflush(NULL) detection seems broken on Solaris, which
1922              is why I hit the problem)
1923      Branch: perl
1924            ! Changes perl.h
1925 ____________________________________________________________________________
1926 [  3438] By: gsar                                  on 1999/05/20  16:41:01
1927         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
1928      Branch: perl
1929            ! pod/perlport.pod
1930 ____________________________________________________________________________
1931 [  3437] By: jhi                                   on 1999/05/20  07:14:39
1932         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
1933              (via private email).
1934      Branch: cfgperl
1935            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1936            ! config_h.SH hints/sunos_4_1.sh
1937 ____________________________________________________________________________
1938 [  3436] By: gsar                                  on 1999/05/20  05:18:26
1939         Log: various little nits
1940      Branch: perl
1941            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
1942            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
1943            ! win32/perlhost.h win32/win32.c x2p/walk.c
1944 ____________________________________________________________________________
1945 [  3435] By: jhi                                   on 1999/05/18  16:25:49
1946         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1947              To: perl5-porters@perl.org
1948              Subject: installperl
1949              Date: Fri, 14 May 1999 21:34:58 +0100
1950              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
1951      Branch: cfgperl
1952            ! installperl
1953 ____________________________________________________________________________
1954 [  3434] By: jhi                                   on 1999/05/17  21:25:54
1955         Log: Integrate from mainperl.
1956      Branch: cfgperl
1957           +> lib/ExtUtils/MM_Cygwin.pm
1958            - cygwin32/impure_ptr.c
1959           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
1960           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
1961           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
1962           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
1963           !> x2p/find2perl.PL
1964 ____________________________________________________________________________
1965 [  3433] By: gsar                                  on 1999/05/17  09:49:01
1966         Log: integrate cfgperl changes into mainline
1967      Branch: perl
1968           !> Configure INSTALL config_h.SH configure.com embed.h
1969           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
1970           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
1971           !> util.c
1972 ____________________________________________________________________________
1973 [  3432] By: gsar                                  on 1999/05/17  09:06:45
1974         Log: emit more appropriate diagnostic for failed glob (variant
1975              of patch suggested by Graham Barr)
1976      Branch: perl
1977            ! gv.c pod/perldiag.pod pp.c pp_hot.c
1978 ____________________________________________________________________________
1979 [  3431] By: gsar                                  on 1999/05/17  08:38:09
1980         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1981              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
1982              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
1983              Subject: find2perl does not grok the 'c' suffix to the -size argument
1984      Branch: perl
1985            ! x2p/find2perl.PL
1986 ____________________________________________________________________________
1987 [  3430] By: gsar                                  on 1999/05/17  08:26:21
1988         Log: additional cleanups for cygwin32 port
1989              From: "Fifer, Eric" <EFifer@sanwaint.com>
1990              Date: Wed, 12 May 1999 20:25:54 +0100
1991              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
1992              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
1993      Branch: perl
1994            + lib/ExtUtils/MM_Cygwin.pm
1995            - cygwin32/impure_ptr.c
1996            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
1997            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
1998            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
1999            ! perl.h util.c
2000 ____________________________________________________________________________
2001 [  3429] By: gsar                                  on 1999/05/17  08:01:04
2002         Log: From: Andy Dougherty <doughera@lafayette.edu>
2003              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2004              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2005              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2006      Branch: perl
2007            ! INSTALL
2008 ____________________________________________________________________________
2009 [  3428] By: jhi                                   on 1999/05/17  07:03:26
2010         Log: Integrate from mainperl modulo the Socket.xs change.
2011      Branch: cfgperl
2012           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
2013           !> win32/win32.c win32/win32.h
2014 ____________________________________________________________________________
2015 [  3427] By: jhi                                   on 1999/05/16  22:09:11
2016         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2017              To: perl5-porters@perl.org (Mailing list Perl5)
2018              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
2019              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
2020              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
2021      Branch: cfgperl
2022            ! ext/Devel/Peek/Peek.xs
2023 ____________________________________________________________________________
2024 [  3426] By: jhi                                   on 1999/05/16  22:07:11
2025         Log: From: Mark-Jason Dominus <mjd@plover.com>
2026              To: perl5-porters@perl.com
2027              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
2028              Date: Sat, 15 May 1999 12:43:47 -0400
2029              Message-ID: <19990515164348.7313.qmail@plover.com>
2030      Branch: cfgperl
2031            ! pod/perldiag.pod
2032 ____________________________________________________________________________
2033 [  3425] By: nick                                  on 1999/05/15  15:56:10
2034         Log: Mingw32 + w32api-0.1.5 tweaks
2035              - now more like other Win32 compilers
2036      Branch: perl
2037            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
2038            ! win32/win32.h
2039 ____________________________________________________________________________
2040 [  3424] By: nick                                  on 1999/05/14  21:04:22
2041         Log: Experimental "slab" allocator for ops.
2042              To try it -DPL_OP_SLAB_ALLOC for op.c 
2043              This is for proof of concept only, it leaks memory 
2044              (ops are not free'd) so don't use in embedded apps.
2045              If this minimalist version does not show performance 
2046              gain then whole idea is worthless. 
2047              Nick see's approx 12% speed up vs perlmalloc running
2048              perl -Ilib -MCPAN -e '' 
2049              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
2050      Branch: perl
2051            ! op.c
2052 ____________________________________________________________________________
2053 [  3423] By: gsar                                  on 1999/05/14  19:55:04
2054         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
2055              found (brings sitelib intuition in line with privlib)
2056      Branch: perl
2057            ! win32/win32.c
2058 ____________________________________________________________________________
2059 [  3422] By: jhi                                   on 1999/05/14  08:08:01
2060         Log: From: pvhp@forte.com (Peter Prymmer)
2061              To: perl5-porters@perl.org, vmsperl@perl.org
2062              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
2063              Date: Thu, 13 May 99 15:29:57 PDT
2064              Message-Id: <9905132229.AA15854@forte.com>
2065      Branch: cfgperl
2066            ! configure.com
2067 ____________________________________________________________________________
2068 [  3421] By: jhi                                   on 1999/05/14  07:34:20
2069         Log: Integrate from mainperl.
2070      Branch: cfgperl
2071           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
2072 ____________________________________________________________________________
2073 [  3420] By: jhi                                   on 1999/05/14  07:33:26
2074         Log: Still fflushing.
2075      Branch: cfgperl
2076            ! Configure config_h.SH util.c
2077 ____________________________________________________________________________
2078 [  3419] By: gsar                                  on 1999/05/14  03:08:29
2079         Log: mortalize string allocations by win32_get_{priv,site}lib()
2080              (fixes small memory leak in interpreter)
2081      Branch: perl
2082            ! win32/win32.c
2083 ____________________________________________________________________________
2084 [  3418] By: gsar                                  on 1999/05/14  03:06:50
2085         Log: make win32_longname() preserve kind of slashes in argument
2086      Branch: perl
2087            ! win32/win32.c
2088 ____________________________________________________________________________
2089 [  3417] By: gsar                                  on 1999/05/14  03:04:44
2090         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
2091      Branch: perl
2092            ! lib/ExtUtils/MM_Unix.pm
2093 ____________________________________________________________________________
2094 [  3416] By: jhi                                   on 1999/05/13  21:18:06
2095         Log: Integrate from mainperl.
2096      Branch: cfgperl
2097           !> pp_ctl.c
2098 ____________________________________________________________________________
2099 [  3415] By: jhi                                   on 1999/05/13  21:16:49
2100         Log: Fixes from Andy Dougherty (via private email).
2101      Branch: cfgperl
2102            ! Configure config_h.SH
2103 ____________________________________________________________________________
2104 [  3414] By: nick                                  on 1999/05/13  20:04:26
2105         Log: valist vs va_list typo
2106      Branch: perl
2107            ! pp_ctl.c
2108 ____________________________________________________________________________
2109 [  3413] By: jhi                                   on 1999/05/13  15:04:05
2110         Log: From: Andy Dougherty <doughera@lafayette.edu>
2111              To: perlbug@perl.com
2112              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2113              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2114              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2115      Branch: cfgperl
2116            ! INSTALL
2117 ____________________________________________________________________________
2118 [  3412] By: jhi                                   on 1999/05/13  14:20:17
2119         Log: Integrate from mainperl.
2120      Branch: cfgperl
2121           !> pp_ctl.c
2122 ____________________________________________________________________________
2123 [  3411] By: gsar                                  on 1999/05/13  14:16:56
2124         Log: docatch_body() declaration mismatch
2125      Branch: perl
2126            ! pp_ctl.c
2127 ____________________________________________________________________________
2128 [  3410] By: jhi                                   on 1999/05/13  13:51:44
2129         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
2130      Branch: cfgperl
2131            ! Configure config_h.SH perl.h
2132 ____________________________________________________________________________
2133 [  3409] By: jhi                                   on 1999/05/13  13:31:53
2134         Log: Still fflushing strong.
2135      Branch: cfgperl
2136            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
2137            ! proto.h util.c
2138 ____________________________________________________________________________
2139 [  3408] By: jhi                                   on 1999/05/12  14:30:23
2140         Log: Integrate from mainperl.
2141      Branch: cfgperl
2142           !> (integrate 30 files)
2143 ____________________________________________________________________________
2144 [  3407] By: jhi                                   on 1999/05/12  12:28:31
2145         Log: Be tidier with fflush(NULL) testing.
2146      Branch: cfgperl
2147            ! Configure config_h.SH
2148 ____________________________________________________________________________
2149 [  3406] By: gsar                                  on 1999/05/12  11:26:03
2150         Log: better range-checking on list slices, with test
2151              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2152              Date: Sun, 02 May 1999 17:02:53 +0100
2153              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
2154              Subject: Re: List slice of undefs returns 0 items 
2155      Branch: perl
2156            ! pp.c t/op/list.t
2157 ____________________________________________________________________________
2158 [  3405] By: gsar                                  on 1999/05/12  11:22:27
2159         Log: change#3397 needs test tweak
2160      Branch: perl
2161            ! Changes t/pragma/warn/sv
2162 ____________________________________________________________________________
2163 [  3404] By: gsar                                  on 1999/05/12  11:07:44
2164         Log: typo in change#3397
2165      Branch: perl
2166            ! doop.c
2167 ____________________________________________________________________________
2168 [  3403] By: gsar                                  on 1999/05/12  10:49:01
2169         Log: From: Stephen Zander <gibreel@pobox.com>
2170              Date: 12 May 1999 01:22:31 -0700
2171              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
2172              Subject: Re: Test::Harness runs tainted tests with wrong library path
2173      Branch: perl
2174            ! lib/Test/Harness.pm
2175 ____________________________________________________________________________
2176 [  3402] By: gsar                                  on 1999/05/12  10:42:06
2177         Log: typo in change#3400
2178      Branch: perl
2179            ! ext/B/B/Deparse.pm
2180 ____________________________________________________________________________
2181 [  3401] By: jhi                                   on 1999/05/12  10:40:42
2182         Log: A better, shinier, and possibly even correctly working
2183              reincarnation of #3398.
2184      Branch: cfgperl
2185            ! Configure config_h.SH
2186 ____________________________________________________________________________
2187 [  3400] By: gsar                                  on 1999/05/12  10:40:11
2188         Log: deparse \&func() as \(&func()) for clarity
2189              From: Albert Dvornik <bert@genscan.com>
2190              Date: 11 May 1999 13:32:04 -0400
2191              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
2192              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
2193      Branch: perl
2194            ! ext/B/B/Deparse.pm
2195 ____________________________________________________________________________
2196 [  3399] By: gsar                                  on 1999/05/12  10:36:02
2197         Log: more testsuite smarts (many of them courtesy Ilya)
2198      Branch: perl
2199            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
2200            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
2201            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
2202            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
2203            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
2204            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
2205            ! t/op/pwent.t
2206 ____________________________________________________________________________
2207 [  3398] By: jhi                                   on 1999/05/12  09:33:08
2208         Log: Detect whether fflush(NULL) works as per change #3352.
2209      Branch: cfgperl
2210            ! Configure config_h.SH perl.h
2211 ____________________________________________________________________________
2212 [  3397] By: gsar                                  on 1999/05/12  08:56:03
2213         Log: From: jan.dubois@ibm.net (Jan Dubois)
2214              Date: Wed, 12 May 1999 01:01:00 +0200
2215              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
2216              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
2217      Branch: perl
2218            ! doop.c
2219 ____________________________________________________________________________
2220 [  3396] By: gsar                                  on 1999/05/12  08:23:27
2221         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
2222              stat() behaves similarly
2223      Branch: perl
2224            ! win32/win32.c
2225 ____________________________________________________________________________
2226 [  3395] By: jhi                                   on 1999/05/11  22:21:32
2227         Log: Redo parts of #3341 and #3358 that #3394 undid.
2228      Branch: cfgperl
2229            ! Configure config_h.SH
2230 ____________________________________________________________________________
2231 [  3394] By: jhi                                   on 1999/05/11  22:03:48
2232         Log: Add I_NETINET_TCP to help change #3391.
2233      Branch: cfgperl
2234            ! Configure config_h.SH ext/Socket/Socket.xs
2235 ____________________________________________________________________________
2236 [  3393] By: jhi                                   on 1999/05/11  21:44:59
2237         Log: Integrate from mainperl.
2238      Branch: cfgperl
2239           !> (integrate 55 files)
2240 ____________________________________________________________________________
2241 [  3392] By: gsar                                  on 1999/05/11  20:56:43
2242         Log: update embedvar.h
2243      Branch: perl
2244            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
2245 ____________________________________________________________________________
2246 [  3391] By: gsar                                  on 1999/05/11  16:32:05
2247         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2248              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
2249              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
2250              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
2251      Branch: perl
2252            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
2253 ____________________________________________________________________________
2254 [  3390] By: gsar                                  on 1999/05/11  15:27:40
2255         Log: display more frequent progress messages when STDOUT is a tty
2256      Branch: perl
2257            ! lib/Test/Harness.pm
2258 ____________________________________________________________________________
2259 [  3389] By: gsar                                  on 1999/05/11  14:40:58
2260         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2261              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
2262              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
2263              Subject: [PATCH 5.005_53] Explanations by Test::Harness
2264      Branch: perl
2265            ! lib/Test/Harness.pm
2266 ____________________________________________________________________________
2267 [  3388] By: gsar                                  on 1999/05/11  14:08:14
2268         Log: avoid creating spurious subroutine stubs on failed subroutine
2269              call and other places of sv_2cv() misuse; fixes problems with
2270              failed subroutine calls "hiding" later attempts to lookup methods
2271              in base classes
2272      Branch: perl
2273            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
2274 ____________________________________________________________________________
2275 [  3387] By: gsar                                  on 1999/05/11  09:34:13
2276         Log: various fixes for clean build and test on win32; configpm broken,
2277              needed to open myconfig.SH rather than myconfig; sundry adjustments
2278              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
2279              work under win32; getenv_sv() changed to getenv_len() since SVs
2280              aren't visible in the lower echelons; remove bogus exports from
2281              config.sym; PERL_OBJECT-ness for C++ exception support; null out
2282              IoDIRP in filter_del() or sv_free() will attempt to close it
2283      Branch: perl
2284            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
2285            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
2286            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
2287            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
2288            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
2289            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2290            ! win32/config.gc win32/config.vc win32/makedef.pl
2291            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
2292            ! win32/win32.c win32/win32.h
2293 ____________________________________________________________________________
2294 [  3386] By: gsar                                  on 1999/05/11  02:49:07
2295         Log: gutsupport for C++ exceptions
2296              From: Chip Salzenberg <chip@perlsupport.com>
2297              Date: Tue, 9 Mar 1999 11:51:57 -0500
2298              Message-ID: <19990309115157.E7911@perlsupport.com>
2299              Subject: [PATCH 5.005] Flexible Exceptions
2300      Branch: perl
2301            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
2302            ! scope.c scope.h thrdvar.h util.c
2303 ____________________________________________________________________________
2304 [  3385] By: gsar                                  on 1999/05/10  19:33:36
2305         Log: "weak" references internals, still needs perlguts documentation
2306              (somewhat modified version of patch suggested by Tuomas J. Lukka
2307              <lukka@fas.harvard.edu>)
2308      Branch: perl
2309            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
2310            ! pod/perldiag.pod proto.h sv.c sv.h util.c
2311 ____________________________________________________________________________
2312 [  3384] By: jhi                                   on 1999/05/10  18:21:43
2313         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
2314              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
2315      Branch: cfgperl
2316            ! INSTALL hints/dec_osf.sh
2317 ____________________________________________________________________________
2318 [  3381] By: jhi                                   on 1999/05/10  14:39:28
2319         Log: Integrate from mainperl.
2320      Branch: cfgperl
2321           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
2322           +> cygwin32/build-instructions.charles-wilson
2323           +> cygwin32/build-instructions.sebastien-barre
2324           +> cygwin32/build-instructions.steven-morlock
2325           +> cygwin32/build-instructions.steven-morlock2
2326           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
2327           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2328           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
2329           +> t/op/numconvert.t utils/perlbc.PL
2330            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2331            - cygwin32/perlld
2332           !> (integrate 105 files)
2333 ____________________________________________________________________________
2334 [  3380] By: gsar                                  on 1999/05/10  12:27:14
2335         Log: regen regnodes.h
2336      Branch: perl
2337            ! Changes regnodes.h
2338 ____________________________________________________________________________
2339 [  3379] By: gsar                                  on 1999/05/10  12:17:26
2340         Log: From: jan.dubois@ibm.net (Jan Dubois)
2341              Date: Sat, 01 May 1999 22:55:36 +0200
2342              Message-ID: <373067e9.56194713@smtp1.ibm.net>
2343              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
2344      Branch: perl
2345            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
2346            ! win32/config_H.vc
2347 ____________________________________________________________________________
2348 [  3378] By: gsar                                  on 1999/05/10  12:07:13
2349         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2350              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
2351              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
2352              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
2353      Branch: perl
2354            + t/op/numconvert.t
2355            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
2356            ! util.c
2357 ____________________________________________________________________________
2358 [  3377] By: gsar                                  on 1999/05/10  11:39:48
2359         Log: pp_modulo comment tweak from Ilya
2360      Branch: perl
2361            ! pp.c
2362 ____________________________________________________________________________
2363 [  3376] By: gsar                                  on 1999/05/10  11:30:40
2364         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2365              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
2366              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
2367              Subject: Test.pm update [PATCH _56]
2368      Branch: perl
2369            ! lib/Test.pm
2370 ____________________________________________________________________________
2371 [  3375] By: gsar                                  on 1999/05/10  11:28:30
2372         Log: From: jan.dubois@ibm.net (Jan Dubois)
2373              Date: Fri, 07 May 1999 00:59:54 +0200
2374              Message-ID: <373318ae.19292461@smtp1.ibm.net>
2375              Subject: Re: Using existing memory for an SV's PV 
2376      Branch: perl
2377            ! sv.c
2378 ____________________________________________________________________________
2379 [  3374] By: gsar                                  on 1999/05/10  11:23:44
2380         Log: From: jan.dubois@ibm.net (Jan Dubois)
2381              Date: Fri, 07 May 1999 00:59:52 +0200
2382              Message-ID: <37321800.19118320@smtp1.ibm.net>
2383              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
2384      Branch: perl
2385            ! perl.h
2386 ____________________________________________________________________________
2387 [  3373] By: gsar                                  on 1999/05/10  11:22:10
2388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2389              Date: Thu, 6 May 1999 18:17:28 -0400
2390              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
2391              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
2392      Branch: perl
2393            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
2394            ! util.c
2395 ____________________________________________________________________________
2396 [  3372] By: gsar                                  on 1999/05/10  10:57:49
2397         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2398              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
2399              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
2400              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
2401      Branch: perl
2402            ! regcomp.c regcomp.pl
2403 ____________________________________________________________________________
2404 [  3371] By: gsar                                  on 1999/05/10  10:54:01
2405         Log: From: lane@duphy4.physics.drexel.edu
2406              Date: Tue, 04 May 1999 10:19:25 -0700
2407              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
2408              Subject: [PATCH 5.005.56] pod->html VMS fixes
2409      Branch: perl
2410            ! installhtml lib/Pod/Html.pm
2411 ____________________________________________________________________________
2412 [  3370] By: gsar                                  on 1999/05/10  10:45:52
2413         Log: testsuite nits
2414      Branch: perl
2415            ! t/lib/io_linenum.t t/op/filetest.t
2416 ____________________________________________________________________________
2417 [  3369] By: gsar                                  on 1999/05/10  10:35:22
2418         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2419              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
2420              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
2421              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
2422      Branch: perl
2423            ! os2/os2ish.h os2/os2thread.h
2424 ____________________________________________________________________________
2425 [  3368] By: gsar                                  on 1999/05/10  10:00:11
2426         Log: From: Albert Dvornik <bert@genscan.com>
2427              Date: 03 May 1999 12:20:57 -0400
2428              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
2429              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
2430      Branch: perl
2431            ! dump.c
2432 ____________________________________________________________________________
2433 [  3367] By: gsar                                  on 1999/05/10  09:55:51
2434         Log: shadow password support for Solaris (needs Configure help to
2435              determine HAS_GETSPENT)
2436              From: "Patrick O'Brien" <pdo@cs.umd.edu>
2437              Date: Sat, 01 May 1999 19:41:17 -0400
2438              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
2439              Subject: getpwent() under solaris
2440      Branch: perl
2441            ! pp_sys.c
2442 ____________________________________________________________________________
2443 [  3366] By: gsar                                  on 1999/05/10  09:45:58
2444         Log: From: jan.dubois@ibm.net (Jan Dubois)
2445              Date: Sat, 01 May 1999 23:45:47 +0200
2446              Message-ID: <373373fb.59284266@smtp1.ibm.net>
2447              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
2448      Branch: perl
2449            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2450            ! pod/perldelta.pod
2451 ____________________________________________________________________________
2452 [  3365] By: gsar                                  on 1999/05/10  09:34:22
2453         Log: test suite and fix input_line_number()
2454              From: Paul Johnson <pjcj@transeda.com>
2455              Date: Thu, 29 Apr 1999 06:28:14 +0100
2456              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
2457              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
2458      Branch: perl
2459            + t/lib/io_linenum.t
2460            ! MANIFEST ext/IO/lib/IO/Handle.pm
2461 ____________________________________________________________________________
2462 [  3364] By: gsar                                  on 1999/05/10  09:20:56
2463         Log: fix overeager [:foo:] parsing
2464              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2465              Date: Fri, 30 Apr 1999 09:26:18 +0100
2466              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
2467              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
2468      Branch: perl
2469            ! regcomp.c t/op/re_tests
2470 ____________________________________________________________________________
2471 [  3363] By: gsar                                  on 1999/05/10  09:09:21
2472         Log: documentation for Win32 builtins (somewhat modified)
2473              From: jan.dubois@ibm.net (Jan Dubois)
2474              Date: Tue, 30 Mar 1999 08:05:03 +0200
2475              Message-ID: <37006783.1926460@smtp1.ibm.net>
2476              Subject: Re: Issues with build 509 
2477      Branch: perl
2478            + pod/Win32.pod
2479            ! MANIFEST
2480 ____________________________________________________________________________
2481 [  3362] By: gsar                                  on 1999/05/10  08:22:07
2482         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
2483      Branch: perl
2484            ! lib/File/Copy.pm win32/win32.c
2485 ____________________________________________________________________________
2486 [  3361] By: gsar                                  on 1999/05/10  08:11:29
2487         Log: escape ampersands in <pre> sections
2488      Branch: perl
2489            ! Changes lib/Pod/Html.pm
2490 ____________________________________________________________________________
2491 [  3360] By: gsar                                  on 1999/05/10  08:04:14
2492         Log: AIX hints enhancements (threads build, SOCKS support)
2493              From: "David R. Favor" <dfavor@austin.ibm.com>
2494              Date: Wed, 28 Apr 1999 08:45:28 -0500
2495              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
2496              Subject: Working build for AIX + gcc + threading
2497      Branch: perl
2498            ! hints/aix.sh
2499 ____________________________________________________________________________
2500 [  3359] By: gsar                                  on 1999/05/10  07:49:26
2501         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
2502              Date: Tue, 27 Apr 1999 23:47:24 PDT
2503              Message-ID: <19990428064724.95244.qmail@hotmail.com>
2504              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
2505              --
2506              Date: Thu, 29 Apr 1999 18:21:06 -0700
2507              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
2508              Subject: [PATCH 5.005_56] double constants ( C.pm)
2509              --
2510              Date: Mon, 03 May 1999 20:21:31 PDT
2511              Message-ID: <19990504032131.81113.qmail@hotmail.com>
2512              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
2513              --
2514              Date: Thu, 06 May 1999 17:57:09 -0700
2515              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
2516              Subject: Stash.pm
2517      Branch: perl
2518            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
2519            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
2520 ____________________________________________________________________________
2521 [  3358] By: gsar                                  on 1999/05/10  04:39:15
2522         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
2523              From: alexander smishlajev <als@turnhere.com>
2524              Date: Sun, 25 Apr 1999 14:58:29 +0300
2525              Message-ID: <37230365.5F68B460@turnhere.com>
2526              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
2527      Branch: perl
2528            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
2529            + cygwin32/build-instructions.charles-wilson
2530            + cygwin32/build-instructions.sebastien-barre
2531            + cygwin32/build-instructions.steven-morlock
2532            + cygwin32/build-instructions.steven-morlock2
2533            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
2534            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2535            - cygwin32/perlld
2536            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
2537            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
2538            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
2539            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
2540            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
2541            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
2542 ____________________________________________________________________________
2543 [  3357] By: gsar                                  on 1999/05/10  04:07:07
2544         Log: applied suggested patch, modulo already applied parts
2545              From: Charles Bailey <BAILEY@newman.upenn.edu>
2546              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
2547              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
2548              Subject: [Patch 5.005_56] VMS consolidated patch #2
2549      Branch: perl
2550            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
2551            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
2552            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
2553            ! vms/subconfigure.com vms/test.com vms/vms.c
2554 ____________________________________________________________________________
2555 [  3356] By: gsar                                  on 1999/05/10  03:48:08
2556         Log: applied suggested patch, with win32 and PERL_OBJECT additions
2557              From: Tom Hughes <tom@compton.nu>
2558              Date: Sat, 24 Apr 1999 18:11:59 +0100
2559              Message-ID: <609bdff748.tom@compton.compton.nu>
2560              Subject: ByteLoader patch
2561      Branch: perl
2562            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2563            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
2564            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
2565            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
2566            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
2567            ! utils/Makefile win32/Makefile win32/makefile.mk
2568 ____________________________________________________________________________
2569 [  3355] By: gsar                                  on 1999/05/10  03:22:49
2570         Log: document 'test' attribute (from Andreas Koenig)
2571      Branch: perl
2572            ! lib/ExtUtils/MakeMaker.pm
2573 ____________________________________________________________________________
2574 [  3354] By: gsar                                  on 1999/05/10  03:12:37
2575         Log: From: pmarquess@bfsec.bt.co.uk
2576              Date: Thu, 22 Apr 1999 23:12:08 +0100
2577              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
2578              Subject: PATCH for small bug in scan_bin
2579      Branch: perl
2580            ! util.c
2581 ____________________________________________________________________________
2582 [  3353] By: gsar                                  on 1999/05/10  02:39:33
2583         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
2584              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
2585      Branch: perl
2586            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
2587            ! win32/win32iop.h
2588 ____________________________________________________________________________
2589 [  3352] By: gsar                                  on 1999/05/09  22:47:39
2590         Log: flush all open output buffers before fork(), exec(), system, qx//
2591              and pipe open() operations, simplifying buffering headaches faced
2592              by users; uses fflush(NULL), which may need Configure test
2593      Branch: perl
2594            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
2595            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
2596 ____________________________________________________________________________
2597 [  3351] By: gsar                                  on 1999/05/09  21:11:51
2598         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
2599              Leroy <jll@skynet.be>)
2600      Branch: perl
2601            ! utils/perlcc.PL
2602 ____________________________________________________________________________
2603 [  3350] By: gsar                                  on 1999/05/09  20:39:11
2604         Log: normalize $^X to full pathname on win32
2605      Branch: perl
2606            ! win32/runperl.c
2607 ____________________________________________________________________________
2608 [  3349] By: gsar                                  on 1999/05/09  20:23:07
2609         Log: allow readline($globref), <$globref> already works
2610      Branch: perl
2611            ! pp_hot.c
2612 ____________________________________________________________________________
2613 [  3348] By: gsar                                  on 1999/05/09  20:00:09
2614         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
2615              <lemburg@online-club.de>)
2616      Branch: perl
2617            ! utils/perldoc.PL
2618 ____________________________________________________________________________
2619 [  3347] By: gsar                                  on 1999/05/09  18:47:21
2620         Log: additions to Thread.pm docs from Tuomas J. Lukka
2621              <lukka@fas.harvard.edu>
2622      Branch: perl
2623            ! ext/Thread/Thread.pm
2624 ____________________________________________________________________________
2625 [  3346] By: gsar                                  on 1999/05/09  18:38:00
2626         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2627              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
2628              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
2629              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
2630      Branch: perl
2631            ! ext/B/B/Xref.pm
2632 ____________________________________________________________________________
2633 [  3345] By: gsar                                  on 1999/05/09  18:22:43
2634         Log: work around mangled archname on win32 while finding privlib/sitelib;
2635              normalize lib paths to forward slashes internally
2636      Branch: perl
2637            ! win32/win32.c
2638 ____________________________________________________________________________
2639 [  3344] By: gsar                                  on 1999/05/09  03:20:06
2640         Log: fix typo in dbm filters that caused odbm.t to fail
2641      Branch: perl
2642            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
2643 ____________________________________________________________________________
2644 [  3343] By: gsar                                  on 1999/05/09  02:02:59
2645         Log: tweak test totals
2646      Branch: perl
2647            ! Changes t/lib/tie-stdhandle.t
2648 ____________________________________________________________________________
2649 [  3342] By: gsar                                  on 1999/05/09  01:42:06
2650         Log: import list propagation busted (pointed out by Ton Hospel
2651              <thospel@mail.dma.be>)
2652      Branch: perl
2653            ! lib/autouse.pm
2654 ____________________________________________________________________________
2655 [  3341] By: gsar                                  on 1999/05/09  00:54:18
2656         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
2657              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
2658      Branch: perl
2659            ! Configure Makefile.SH
2660 ____________________________________________________________________________
2661 [  3340] By: gsar                                  on 1999/05/09  00:40:41
2662         Log: generate manpages for newly added utils
2663      Branch: perl
2664            ! installman
2665 ____________________________________________________________________________
2666 [  3339] By: gsar                                  on 1999/05/09  00:33:50
2667         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2668              Date: Sun, 02 May 1999 17:59:24 +0100
2669              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
2670              Subject: [PATCH] Re: ptr to realloced memory in yylex
2671      Branch: perl
2672            ! toke.c
2673 ____________________________________________________________________________
2674 [  3338] By: jhi                                   on 1999/05/08  22:40:29
2675         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
2676      Branch: cfgperl
2677            ! INSTALL
2678 ____________________________________________________________________________
2679 [  3337] By: jhi                                   on 1999/05/08  22:22:26
2680         Log: Integrate from mainperl.
2681      Branch: cfgperl
2682           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
2683           !> (integrate 54 files)
2684 ____________________________________________________________________________
2685 [  3336] By: gsar                                  on 1999/05/08  21:48:22
2686         Log: make perldoc -f grok nested =items
2687      Branch: perl
2688            ! utils/perldoc.PL
2689 ____________________________________________________________________________
2690 [  3335] By: gsar                                  on 1999/05/08  19:48:11
2691         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
2692      Branch: perl
2693            ! op.c t/lib/fields.t
2694 ____________________________________________________________________________
2695 [  3334] By: gsar                                  on 1999/05/08  19:09:41
2696         Log: update test totals
2697      Branch: perl
2698            ! t/lib/bigintpm.t
2699 ____________________________________________________________________________
2700 [  3333] By: gsar                                  on 1999/05/08  16:56:02
2701         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
2702      Branch: perl
2703            ! pod/perlfunc.pod
2704 ____________________________________________________________________________
2705 [  3332] By: gsar                                  on 1999/05/08  16:46:44
2706         Log: applied suggested patch, added tests
2707              From: William Mann <wmann@avici.com>
2708              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
2709              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
2710              Subject: BigInt.pm extensions for logical operations
2711      Branch: perl
2712            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
2713 ____________________________________________________________________________
2714 [  3331] By: gsar                                  on 1999/05/08  16:09:33
2715         Log: avoid temporary files named 'tmp'
2716      Branch: perl
2717            ! Makefile.SH pp.c
2718 ____________________________________________________________________________
2719 [  3330] By: nick                                  on 1999/05/08  14:16:30
2720         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
2721              Provide Tie::StdHandle
2722              Basic update of docs.
2723      Branch: perl
2724            + t/lib/tie-stdhandle.t
2725            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
2726 ____________________________________________________________________________
2727 [  3329] By: nick                                  on 1999/05/08  12:03:45
2728         Log: Tweaks to open(my $fh,...) stuff
2729      Branch: perl
2730            ! op.c pp.c pp_sys.c t/io/open.t
2731 ____________________________________________________________________________
2732 [  3328] By: nick                                  on 1999/05/08  11:18:42
2733         Log: Bring SDBM_File.xs into line with new typemap
2734      Branch: perl
2735            ! ext/SDBM_File/SDBM_File.xs
2736 ____________________________________________________________________________
2737 [  3327] By: gsar                                  on 1999/05/08  00:07:11
2738         Log: add test case for AUTOLOAD reentrancy fix in change#3279
2739      Branch: perl
2740            ! t/lib/autoloader.t
2741 ____________________________________________________________________________
2742 [  3326] By: nick                                  on 1999/05/07  21:24:50
2743         Log: Implement open( my $fh, ...) and similar.
2744              Set flag in op.c for "constructor ops"
2745              In pp_rv2gv, if flag is set and arg is PADSV and uninit
2746              vivify as reference to a detached GV.
2747              (Name of GV is the pad name.)
2748              This scheme should "just work" for pipe/socket etc. too.
2749              
2750              #if 0 out the open(FH,undef) for now.
2751              Change t/io/open.t to test open(my $fh,...)
2752      Branch: perl
2753            ! op.c pp.c pp_sys.c t/io/open.t
2754 ____________________________________________________________________________
2755 [  3325] By: nick                                  on 1999/05/07  21:18:42
2756         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
2757      Branch: perl
2758            ! util.c
2759 ____________________________________________________________________________
2760 [  3324] By: gsar                                  on 1999/05/07  20:28:31
2761         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
2762              intervening code has to allocate SVs)
2763      Branch: perl
2764            ! util.c
2765 ____________________________________________________________________________
2766 [  3323] By: gsar                                  on 1999/05/07  19:45:08
2767         Log: allow line numbers to show in diagnostics during global destruction
2768      Branch: perl
2769            ! util.c
2770 ____________________________________________________________________________
2771 [  3322] By: gsar                                  on 1999/05/07  09:38:11
2772         Log: From: Dan Sugalski <sugalskd@ous.edu>
2773              Date: Fri, 09 Apr 1999 16:16:39 -0700
2774              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
2775              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
2776      Branch: perl
2777            ! lib/ExtUtils/MM_VMS.pm
2778 ____________________________________________________________________________
2779 [  3321] By: gsar                                  on 1999/05/07  09:08:23
2780         Log: From: kwzh@gnu.org (Karl Heuer)
2781              Date: Wed, 7 Apr 1999 23:58:58 -0400
2782              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
2783              Subject: [perl-5.005.02] detect lack of /dev/tty
2784      Branch: perl
2785            ! Makefile.SH
2786 ____________________________________________________________________________
2787 [  3320] By: gsar                                  on 1999/05/07  08:52:14
2788         Log: allow distinct prefix for versioned executables
2789              From: Roderick Schertler <roderick@argon.org>
2790              Date: Wed, 07 Apr 1999 15:34:56 -0400
2791              Message-ID: <3003.923513696@eeyore.ibcinc.com>
2792              Subject: perl55.00503 -> perl5.00503 patch for installperl
2793      Branch: perl
2794            ! INSTALL installperl
2795 ____________________________________________________________________________
2796 [  3319] By: gsar                                  on 1999/05/07  08:07:02
2797         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2798              Date: Mon, 05 Apr 1999 15:38:42 -0700
2799              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
2800              Subject: Re: chomp fails with $/ in fixed-length record mode
2801              --
2802              From: Roderick Schertler <roderick@argon.org>
2803              Date: Tue, 06 Apr 1999 21:11:37 -0400
2804              Message-ID: <2795.923447497@eeyore.ibcinc.com>
2805              Subject: Re: chomp fails with $/ in fixed-length record mode
2806      Branch: perl
2807            ! doop.c pod/perlfunc.pod t/op/chop.t
2808 ____________________________________________________________________________
2809 [  3318] By: gsar                                  on 1999/05/07  07:56:35
2810         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2811              Date: Tue, 6 Apr 1999 01:40:36 -0400
2812              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
2813              Subject: [PATCH 5.005_*] Make % use fmod()
2814      Branch: perl
2815            ! pp.c t/op/arith.t
2816 ____________________________________________________________________________
2817 [  3317] By: gsar                                  on 1999/05/07  04:18:11
2818         Log: DBM Filters (via private mail)
2819              From: pmarquess@bfsec.bt.co.uk
2820              Date: Sun, 18 Apr 1999 21:05:52 +0100
2821              Message-Id: <199904182009.NAA19152@activestate.com>
2822              Subject: DBM Filters
2823      Branch: perl
2824            + pod/perldbmfilter.pod
2825            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2826            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2827            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2828            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
2829            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
2830            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2831            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
2832            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
2833            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
2834            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
2835            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
2836            ! t/lib/sdbm.t
2837 ____________________________________________________________________________
2838 [  3316] By: gsar                                  on 1999/05/07  03:28:53
2839         Log: avoid negative return value from Win32::GetTickCount()
2840              From: jan.dubois@ibm.net (Jan Dubois)
2841              Date: Sat, 03 Apr 1999 19:04:18 +0200
2842              Message-ID: <37084742.22824479@smtp1.ibm.net>
2843              Subject: Re: Win32::GetTickCount
2844      Branch: perl
2845            ! win32/win32.c
2846 ____________________________________________________________________________
2847 [  3315] By: nick                                  on 1999/05/06  21:44:38
2848         Log: open(FH,undef) # creates new_tmpfile opened read/write
2849              Add t/io/open.t with test for above.
2850      Branch: perl
2851            + t/io/open.t
2852            ! pp_sys.c
2853 ____________________________________________________________________________
2854 [  3314] By: gsar                                  on 1999/05/06  08:01:23
2855         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
2856              Date: Tue, 30 Mar 1999 23:40:34 PST
2857              Message-ID: <19990331074034.6117.qmail@hotmail.com>
2858              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
2859              --
2860              Date: Wed, 07 Apr 1999 00:28:23 -0800
2861              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
2862              Subject: [PATCH 5.005_56] function prototypes(B.pm)
2863              --
2864              Date: Thu, 22 Apr 1999 23:40:52 -0700
2865              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
2866              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
2867              --
2868              Date: Tue, 27 Apr 1999 01:14:49 PDT
2869              Message-ID: <19990427081449.28615.qmail@hotmail.com>
2870              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
2871      Branch: perl
2872            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
2873            ! t/op/ref.t
2874 ____________________________________________________________________________
2875 [  3313] By: jhi                                   on 1999/05/06  07:59:52
2876         Log: Integrate from mainperl.
2877      Branch: cfgperl
2878           !> (integrate 33 files)
2879 ____________________________________________________________________________
2880 [  3312] By: gsar                                  on 1999/05/06  07:11:50
2881         Log: add Ethiopic section to unicode master database (from Ken
2882              Whistler <kenw@sybase.com>)
2883      Branch: perl
2884            ! lib/unicode/UnicodeData-Latest.txt
2885 ____________________________________________________________________________
2886 [  3311] By: gsar                                  on 1999/05/06  05:37:55
2887         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
2888              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
2889              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
2890              Subject: Largefiles for Solaris
2891      Branch: perl
2892            ! hints/solaris_2.sh
2893 ____________________________________________________________________________
2894 [  3310] By: gsar                                  on 1999/05/06  05:14:35
2895         Log: emit more accurate diagnostic for syntax errors involving <>
2896              within eval""
2897      Branch: perl
2898            ! toke.c utils/perldoc.PL
2899 ____________________________________________________________________________
2900 [  3309] By: gsar                                  on 1999/05/06  04:36:31
2901         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
2902      Branch: perl
2903            ! t/lib/open3.t
2904 ____________________________________________________________________________
2905 [  3308] By: gsar                                  on 1999/05/06  03:19:16
2906         Log: applied first part of suggested patch (bug described cannot be
2907              reproduced any longer, so the second inconclusive part has not
2908              been applied)
2909              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2910              Date: Sun, 28 Mar 1999 04:51:34 +0100
2911              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
2912              Subject: [PATCH 5.005_56] Re: A core dump 
2913      Branch: perl
2914            ! toke.c
2915 ____________________________________________________________________________
2916 [  3307] By: gsar                                  on 1999/05/06  01:56:06
2917         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
2918              change#3180)
2919      Branch: perl
2920            ! op.c
2921 ____________________________________________________________________________
2922 [  3306] By: gsar                                  on 1999/05/05  17:17:34
2923         Log: applied non-conflicting parts of suggested patch
2924              From: Charles Bailey <BAILEY@newman.upenn.edu>
2925              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
2926              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
2927              Subject: [Patch 5.005_56] Revised VMS patch
2928      Branch: perl
2929            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
2930            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
2931 ____________________________________________________________________________
2932 [  3305] By: gsar                                  on 1999/05/05  16:20:19
2933         Log: make perldoc use backslashed pathnames within system() on win32
2934      Branch: perl
2935            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
2936 ____________________________________________________________________________
2937 [  3304] By: gsar                                  on 1999/05/05  07:29:43
2938         Log: upgrade Pod::Parser to v1.081 from CPAN
2939      Branch: perl
2940            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2941            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
2942            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
2943 ____________________________________________________________________________
2944 [  3303] By: gsar                                  on 1999/05/05  07:02:07
2945         Log: From: Andy Dougherty <doughera@lafayette.edu>
2946              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
2947              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
2948              Subject: [PATCH 5.005_03-MT3] INSTALL patches
2949      Branch: perl
2950            ! INSTALL
2951 ____________________________________________________________________________
2952 [  3302] By: gsar                                  on 1999/05/05  06:55:21
2953         Log: load base packages based on nonexistent $VERSION
2954              From: andreas.koenig@anima.de (Andreas J. Koenig)
2955              Date: 19 Mar 1999 06:00:28 +0100
2956              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
2957              Subject: Re: base.pm flaw
2958      Branch: perl
2959            ! lib/base.pm lib/locale.pm
2960 ____________________________________________________________________________
2961 [  3301] By: gsar                                  on 1999/05/04  05:41:08
2962         Log: pod2man outputs switched date and revision label (fix suggested by
2963              EthanSasiela@mede.com)
2964      Branch: perl
2965            ! pod/pod2man.PL
2966 ____________________________________________________________________________
2967 [  3300] By: gsar                                  on 1999/05/03  18:48:25
2968         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
2969              (makes opendir(D,"c:") work reliably)
2970      Branch: perl
2971            ! win32/win32.c
2972 ____________________________________________________________________________
2973 [  3299] By: gsar                                  on 1999/05/02  19:39:55
2974         Log: add test case for change#3298
2975      Branch: perl
2976            ! sv.c t/op/readdir.t
2977 ____________________________________________________________________________
2978 [  3298] By: gsar                                  on 1999/05/02  19:24:41
2979         Log: close directory handles properly when localized
2980      Branch: perl
2981            ! sv.c
2982 ____________________________________________________________________________
2983 [  3297] By: jhi                                   on 1999/04/30  11:42:14
2984         Log: Integrate from mainperl.
2985      Branch: cfgperl
2986           !> Changes config_h.SH configure.com lib/AutoLoader.pm
2987           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
2988           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
2989           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
2990           !> vms/subconfigure.com win32/win32.c
2991 ____________________________________________________________________________
2992 [  3293] By: chip                                  on 1999/04/29  18:50:49
2993         Log: Fix shebang lines.
2994      Branch: maint-5.004/perl
2995            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
2996            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
2997            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
2998            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
2999            ! x2p/find2perl.PL x2p/s2p.PL
3000 ____________________________________________________________________________
3001 [  3284] By: gsar                                  on 1999/04/27  00:48:42
3002         Log: integrate change#3279 from maint-5.004
3003      Branch: perl
3004            ! lib/AutoLoader.pm
3005 ____________________________________________________________________________
3006 [  3279] By: chip                                  on 1999/04/26  23:09:26
3007         Log: Make &AutoLoad::AUTOLOAD reentrant.
3008      Branch: maint-5.004/perl
3009            ! lib/AutoLoader.pm
3010 ____________________________________________________________________________
3011 [  3276] By: chip                                  on 1999/04/26  22:34:36
3012         Log: Make porting scripts executable.
3013      Branch: maint-5.004/perl
3014            ! Changes Porting/genlog Porting/makerel Porting/p4desc
3015            ! Porting/patchls
3016 ____________________________________________________________________________
3017 [  3274] By: gsar                                  on 1999/04/26  17:30:31
3018         Log: allow embedded null characters in diagnostics
3019      Branch: perl
3020            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
3021 ____________________________________________________________________________
3022 [  3273] By: gsar                                  on 1999/04/26  08:27:22
3023         Log: hand-applied conflicting parts of suggested patch
3024              From: Charles Bailey <BAILEY@newman.upenn.edu>
3025              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
3026              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
3027              Subject: [PATCH 5.005_56] VMS configuration/build
3028      Branch: perl
3029            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3030            ! vms/munchconfig.c vms/subconfigure.com
3031 ____________________________________________________________________________
3032 [  3272] By: gsar                                  on 1999/04/26  08:25:41
3033         Log: update Changes; tweak minor regressions
3034      Branch: perl
3035            ! Changes lib/AutoSplit.pm lib/File/Path.pm
3036 ____________________________________________________________________________
3037 [  3271] By: gsar                                  on 1999/04/26  07:52:51
3038         Log: integrate change#3229 from maint-5.004
3039      Branch: perl
3040            ! pp_ctl.c util.c
3041 ____________________________________________________________________________
3042 [  3270] By: gsar                                  on 1999/04/25  22:58:27
3043         Log: fix buggy reference count on refs to SVs with autoviv magic
3044              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
3045              accessing free()d memory)
3046      Branch: perl
3047            ! pp.c t/op/ref.t
3048 ____________________________________________________________________________
3049 [  3269] By: gsar                                  on 1999/04/24  17:07:55
3050         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
3051              on win32)
3052      Branch: perl
3053            ! win32/win32.c
3054 ____________________________________________________________________________
3055 [  3268] By: gsar                                  on 1999/04/24  16:38:25
3056         Log: kill dup hunk
3057      Branch: perl
3058            ! config_h.SH
3059 ____________________________________________________________________________
3060 [  3267] By: gsar                                  on 1999/04/24  16:35:57
3061         Log: integrate cfgperl changes into mainline
3062      Branch: perl
3063           +> myconfig.SH
3064            - myconfig
3065            ! pod/perlre.pod
3066           !> (integrate 38 files)
3067 ____________________________________________________________________________
3068 [  3266] By: jhi                                   on 1999/04/23  18:42:44
3069         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3070              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
3071              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
3072              Cc: Lionel Cons <lionel.cons@cern.ch>,
3073              Ilya Zakharevich <ilya@math.ohio-state.edu>,
3074              David Hayes <david@bdel.com>
3075              Subject: [PATCH] h2ph
3076              Date: Fri, 23 Apr 1999 12:37:23 -0400
3077              Message-ID: <19990423123723.A49550@O2.chapin.edu>
3078      Branch: cfgperl
3079            ! utils/h2ph.PL
3080 ____________________________________________________________________________
3081 [  3265] By: jhi                                   on 1999/04/21  18:17:12
3082         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
3083              To: perlbug@perl.org
3084              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
3085              Date: Wed, 21 Apr 1999 08:17:54 -0700
3086              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
3087      Branch: cfgperl
3088            ! vms/descrip_mms.template
3089 ____________________________________________________________________________
3090 [  3264] By: jhi                                   on 1999/04/20  08:50:54
3091         Log: From: Andy Dougherty <doughera@lafayette.edu>
3092              To: The Perl Porters Mailing List <perl5-porters@perl.org>
3093              Subject: [PATCH 5.005_56] Re: 5.006 Todo
3094              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
3095              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
3096      Branch: cfgperl
3097            ! Porting/pumpkin.pod
3098 ____________________________________________________________________________
3099 [  3263] By: jhi                                   on 1999/04/20  08:05:01
3100         Log: From: Chip Salzenberg <chip@perlsupport.com>
3101              To: Perl 5 Porters <perl5-porters@perl.org>
3102              Subject: [PATCH 5.005_56] Configure: $sig_count
3103              Date: Sun, 18 Apr 1999 17:54:36 -0400
3104              Message-ID: <19990418175436.A27496@perlsupport.com>
3105      Branch: cfgperl
3106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3107            ! config_h.SH
3108 ____________________________________________________________________________
3109 [  3262] By: jhi                                   on 1999/04/19  18:23:50
3110         Log: Subject: PATCH wrong faq reference in perlbook.pod
3111              From: Robin Barker <rmb1@cise.npl.co.uk>
3112              To: perlbug@perl.com
3113              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
3114              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
3115      Branch: cfgperl
3116            ! pod/perlbook.pod
3117 ____________________________________________________________________________
3118 [  3261] By: jhi                                   on 1999/04/15  13:59:04
3119         Log: From: Andy Dougherty <doughera@lafayette.edu>
3120              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
3121              Cc: Perl Porters <perl5-porters@perl.org>
3122              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
3123              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
3124              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
3125      Branch: cfgperl
3126            ! hints/solaris_2.sh
3127 ____________________________________________________________________________
3128 [  3260] By: jhi                                   on 1999/04/15  13:56:53
3129         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3130              To: pumpkings@jhereg.perl.com
3131              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
3132              Date: Thu, 15 Apr 1999 07:13:41 -0600
3133              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
3134      Branch: cfgperl
3135            ! pod/perldata.pod
3136 ____________________________________________________________________________
3137 [  3259] By: jhi                                   on 1999/04/13  23:12:52
3138         Log: LDLIBPTH also on 'clean' targets.
3139      Branch: cfgperl
3140            ! Makefile.SH
3141 ____________________________________________________________________________
3142 [  3258] By: jhi                                   on 1999/04/13  21:38:46
3143         Log: Add information about the two DEC C compiler optimizer bugs
3144              (what patch levels of the compilers fix them).
3145      Branch: cfgperl
3146            ! pp.c t/op/repeat.t
3147 ____________________________________________________________________________
3148 [  3257] By: jhi                                   on 1999/04/13  14:25:08
3149         Log: Be polite about ccdlflags and lddflags, too.
3150              Avoid Perl's malloc only when threaded.
3151      Branch: cfgperl
3152            ! hints/aix.sh
3153 ____________________________________________________________________________
3154 [  3256] By: jhi                                   on 1999/04/13  10:21:33
3155         Log: Croak if no known ways to semctl() (don't assume union semun).
3156      Branch: cfgperl
3157            ! doio.c perl.h
3158 ____________________________________________________________________________
3159 [  3255] By: jhi                                   on 1999/04/13  09:10:26
3160         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3161              To: perl5-porters@perl.org, vmsperl@perl.org
3162              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
3163              Date: Mon, 12 Apr 1999 13:36:48 -0700
3164              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
3165      Branch: cfgperl
3166            ! lib/ExtUtils/MM_VMS.pm
3167 ____________________________________________________________________________
3168 [  3254] By: jhi                                   on 1999/04/13  06:56:26
3169         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3170              To: perlbug@perl.com
3171              Subject: Update for OpenBSD hints
3172              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
3173              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
3174      Branch: cfgperl
3175            ! hints/openbsd.sh
3176 ____________________________________________________________________________
3177 [  3229] By: chip                                  on 1999/04/13  04:04:14
3178         Log: Preserve errno from importunities of sfio.
3179      Branch: maint-5.004/perl
3180            ! pp_ctl.c util.c
3181 ____________________________________________________________________________
3182 [  3226] By: jhi                                   on 1999/04/11  12:52:26
3183         Log: If both ways to call semctl are broken,    skip the tests.
3184      Branch: cfgperl
3185            ! t/lib/ipc_sysv.t
3186 ____________________________________________________________________________
3187 [  3225] By: jhi                                   on 1999/04/10  22:27:28
3188         Log: From: Andy Dougherty <doughera@lafayette.edu>
3189              To: dsembr01@ox.slug.louisville.edu
3190              Cc: perlbug@perl.com
3191              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
3192              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
3193              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
3194      Branch: cfgperl
3195            ! ext/POSIX/POSIX.xs
3196 ____________________________________________________________________________
3197 [  3224] By: jhi                                   on 1999/04/09  18:50:32
3198         Log: From: Andy Dougherty <doughera@lafayette.edu>
3199              To: Perl Porters <perl5-porters@perl.org>
3200              Subject: [PATCH 5.005_56] Re: prefix= in hints
3201              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
3202              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
3203              
3204              (Overrides change #3204 from Kurt)
3205      Branch: cfgperl
3206            ! hints/linux.sh
3207 ____________________________________________________________________________
3208 [  3223] By: jhi                                   on 1999/04/09  18:37:55
3209         Log: Understand Apollo's //node notation.
3210              
3211              From: Johann Klasek <jk@auto.tuwien.ac.at>
3212              To: jhi@iki.fi
3213              Subject: Re: DomainPerl
3214              Date: Fri, 9 Apr 1999 18:21:37 +0200
3215              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
3216      Branch: cfgperl
3217            ! lib/Cwd.pm
3218 ____________________________________________________________________________
3219 [  3220] By: jhi                                   on 1999/04/04  16:33:49
3220         Log: Integrate from mainperl.
3221      Branch: cfgperl
3222           !> (integrate 39 files)
3223 ____________________________________________________________________________
3224 [  3219] By: gsar                                  on 1999/04/04  02:48:17
3225         Log: tweak previous change
3226      Branch: maint-5.005/perl
3227            ! win32/win32.c
3228 ____________________________________________________________________________
3229 [  3218] By: gsar                                  on 1999/04/04  02:44:47
3230         Log: be careful about extending the stack for the Win32:: builtins
3231      Branch: maint-5.005/perl
3232            ! win32/win32.c
3233 ____________________________________________________________________________
3234 [  3217] By: gsar                                  on 1999/04/04  01:59:26
3235         Log: correct places that said newSVpv() when they meant newSVpvn()
3236      Branch: perl
3237            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
3238            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
3239            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3240            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
3241            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
3242            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
3243            ! win32/win32.c
3244 ____________________________________________________________________________
3245 [  3216] By: gsar                                  on 1999/04/03  23:58:27
3246         Log: avoid duplicate code
3247      Branch: perl
3248            ! sv.c
3249 ____________________________________________________________________________
3250 [  3215] By: gsar                                  on 1999/04/03  23:14:34
3251         Log: grow PL_tmps_stack more efficiently; make it more amenable to
3252              STRESS_REALLOC testing
3253      Branch: perl
3254            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
3255            ! sv.c
3256 ____________________________________________________________________________
3257 [  3214] By: gsar                                  on 1999/04/03  21:01:09
3258         Log: scrounge and save three extra branches in pp_entersub()
3259      Branch: perl
3260            ! cv.h pp_ctl.c pp_hot.c
3261 ____________________________________________________________________________
3262 [  3213] By: gsar                                  on 1999/04/03  17:43:23
3263         Log: remove duplicate code and an extra branch in sv_setsv() and
3264              other hot code by making SvTHINKFIRST() think about FAKE SVs
3265      Branch: perl
3266            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
3267            ! proto.h scope.c sv.c sv.h
3268 ____________________________________________________________________________
3269 [  3212] By: jhi                                   on 1999/04/03  16:20:09
3270         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
3271              
3272              From: John Bley <jbb6@acpub.duke.edu>
3273              To: perlbug@perl.org
3274              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
3275              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
3276              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
3277      Branch: cfgperl
3278            ! doio.c pp_sys.c
3279 ____________________________________________________________________________
3280 [  3211] By: jhi                                   on 1999/04/03  13:27:26
3281         Log: Change #3210 was rather unportable.  This is better.
3282      Branch: cfgperl
3283            ! Configure config_h.SH
3284 ____________________________________________________________________________
3285 [  3210] By: jhi                                   on 1999/04/03  13:16:20
3286         Log: Avoid Digital UNIX' ksh.
3287              
3288              From: Jarkko Hietaniemi <jhi@iki.fi> 
3289              To: Henrik Tougaard <ht000@siberut.foa.dk> 
3290              Cc: perlbug@perl.com, ht000@foa.dk 
3291              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
3292              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
3293              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
3294      Branch: cfgperl
3295            ! Configure config_h.SH
3296 ____________________________________________________________________________
3297 [  3209] By: jhi                                   on 1999/04/03  12:49:04
3298         Log: Integrate from mainperl.
3299      Branch: cfgperl
3300           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
3301 ____________________________________________________________________________
3302 [  3208] By: jhi                                   on 1999/04/03  12:27:24
3303         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
3304              
3305              From: Lionel Cons <lionel.cons@cern.ch>
3306              To: jhi@iki.fi
3307              Cc: perlbug@perl.com, kstar@isinet.com,
3308              Philippe Defert <philippe.defert@cern.ch>
3309              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
3310              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
3311              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
3312      Branch: cfgperl
3313            ! hints/irix_6.sh
3314 ____________________________________________________________________________
3315 [  3207] By: jhi                                   on 1999/04/03  12:20:21
3316         Log: Be polite about usemymalloc.
3317      Branch: cfgperl
3318            ! hints/aix.sh
3319 ____________________________________________________________________________
3320 [  3206] By: gsar                                  on 1999/04/02  23:31:59
3321         Log: a typo in change#3205
3322      Branch: perl
3323            ! t/lib/bigfloatpm.t
3324 ____________________________________________________________________________
3325 [  3205] By: gsar                                  on 1999/04/02  23:20:31
3326         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
3327              returns NaNs faithfully)
3328      Branch: perl
3329            ! t/lib/bigfloatpm.t
3330 ____________________________________________________________________________
3331 [  3204] By: jhi                                   on 1999/04/02  22:03:23
3332         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
3333              
3334              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3335              To: perl5-porters@perl.org
3336              Subject: linux hints nit
3337              Date: Fri, 2 Apr 1999 16:49:47 -0500
3338              Message-ID: <19990402164947.E80926@O2.chapin.edu>
3339      Branch: cfgperl
3340            ! hints/linux.sh
3341 ____________________________________________________________________________
3342 [  3203] By: jhi                                   on 1999/04/02  22:00:56
3343         Log: Display exact glibc version in Linux. 
3344              
3345              From: Andy Dougherty <doughera@lafayette.edu>
3346              To: Perl Porters <perl5-porters@perl.org>
3347              Subject: Displaying glibc version on Linux
3348              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
3349              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
3350      Branch: cfgperl
3351            ! hints/linux.sh
3352 ____________________________________________________________________________
3353 [  3202] By: gsar                                  on 1999/04/02  21:23:18
3354         Log: various little goofs
3355      Branch: perl
3356            ! Changes Makefile.SH README installperl
3357 ____________________________________________________________________________
3358 [  3201] By: jhi                                   on 1999/04/02  13:13:39
3359         Log: Configure regen.
3360              
3361              Add llseek + offset_t probing.
3362              Change CONFIG to CONFIGDOTSH.
3363              'unset foo' is unportable, use foo=''.
3364      Branch: cfgperl
3365            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3366            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
3367            ! perl_exp.SH writemain.SH
3368 ____________________________________________________________________________
3369 [  3200] By: jhi                                   on 1999/04/02  12:06:22
3370         Log: Introduce myconfig.SH.
3371              
3372              From: Andy Dougherty <doughera@lafayette.edu>
3373              To: Jarkko Hietaniemi <jhi@iki.fi>
3374              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
3375              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
3376              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
3377              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
3378      Branch: cfgperl
3379            + myconfig.SH
3380            - myconfig
3381            ! MANIFEST
3382 ____________________________________________________________________________
3383 [  3195] By: jhi                                   on 1999/03/28  16:42:54
3384         Log: Update perlhist on 5_03.
3385      Branch: maint-5.005/perl
3386            ! pod/perlhist.pod
3387 ____________________________________________________________________________
3388 [  3194] By: jhi                                   on 1999/03/28  12:30:01
3389         Log: Integrate from mainperl.
3390      Branch: cfgperl
3391           +> t/op/grep.t
3392            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
3393            ! t/lib/bigintpm.t
3394           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
3395           !> t/lib/thread.t
3396 ____________________________________________________________________________
3397 [  3189] By: gsar                                  on 1999/03/28  08:22:00
3398         Log: various pod niggles
3399      Branch: maint-5.005/perl
3400            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
3401            ! pod/perlfunc.pod pod/perlhist.pod
3402 ____________________________________________________________________________
3403 [  3187] By: gsar                                  on 1999/03/28  07:31:16
3404         Log: regularize CAPI declarations (CAPI extensions now build under
3405              the Borland compiler)
3406      Branch: maint-5.005/perl
3407            ! win32/GenCAPI.pl
3408 ____________________________________________________________________________
3409 [  3186] By: gsar                                  on 1999/03/28  07:26:33
3410         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
3411              -DPERL_CAPI
3412      Branch: maint-5.005/perl
3413            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
3414 ____________________________________________________________________________
3415 [  3183] By: gsar                                  on 1999/03/28  06:00:46
3416         Log: update p4 utility to ignore non-text files
3417      Branch: perl
3418            ! Porting/p4desc
3419 ____________________________________________________________________________
3420 [  3181] By: gsar                                  on 1999/03/28  03:37:23
3421         Log: integrate change#3179 from maint-5.005
3422      Branch: perl
3423           !> ext/Thread/Thread.xs t/lib/thread.t
3424 ____________________________________________________________________________
3425 [  3180] By: gsar                                  on 1999/03/28  02:28:20
3426         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
3427              (sometimes caused bizarreness in the BLOCK)
3428      Branch: perl
3429            + t/op/grep.t
3430            ! MANIFEST op.c
3431 ____________________________________________________________________________
3432 [  3179] By: gsar                                  on 1999/03/28  02:14:04
3433         Log: fix thread segfault when passing large number of arguments to child
3434              a la C<Thread->new($foo, 1..1000)>
3435      Branch: maint-5.005/perl
3436            ! ext/Thread/Thread.xs t/lib/thread.t
3437 ____________________________________________________________________________
3438 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
3439         Log: fix $Config{'usethreads'} typo in perlthrtut
3440              
3441              From: Ian Maloney <szhmf9@wsblob.ubs.com>
3442              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
3443              Message-Id: <199903251540.QAA02439@wsblob.>
3444              Subject: perlthrtut documentation error
3445      Branch: maint-5.005/perl
3446            ! pod/perlthrtut.pod
3447 ____________________________________________________________________________
3448 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
3449         Log: Update Test.pm to VERSION 1.122 from CPAN
3450      Branch: maint-5.005/perl
3451            ! lib/Test.pm
3452 ____________________________________________________________________________
3453 [  3171] By: jhi                                   on 1999/03/26  22:38:28
3454         Log: Integrate from mainperl.
3455      Branch: cfgperl
3456           !> (integrate 37 files)
3457 ____________________________________________________________________________
3458 [  3170] By: gsar                                  on 1999/03/26  01:30:25
3459         Log: specify type of bracket in "Unmatched bracket" diagnostic;
3460              prefer 'brace' or 'curly bracket' over 'curly brace'
3461      Branch: perl
3462            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
3463            ! t/op/misc.t t/op/re_tests toke.c
3464 ____________________________________________________________________________
3465 [  3169] By: gsar                                  on 1999/03/26  00:50:51
3466         Log: better description of "Integer overflow" diagnostic
3467      Branch: perl
3468            ! pod/perldiag.pod
3469 ____________________________________________________________________________
3470 [  3168] By: gsar                                  on 1999/03/25  11:02:46
3471         Log: applied needful parts of suggested patch
3472              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
3473              Date: Tue, 23 Mar 1999 16:21:43 -0800
3474              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
3475              Subject: [PATCH 5.005_56] pp_formline correction
3476      Branch: perl
3477            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
3478 ____________________________________________________________________________
3479 [  3167] By: gsar                                  on 1999/03/25  10:39:02
3480         Log: clarify what a "comment" means (due to Mark-Jason Dominus
3481              <mjd@plover.com>)
3482      Branch: perl
3483            ! pod/perlsyn.pod
3484 ____________________________________________________________________________
3485 [  3166] By: gsar                                  on 1999/03/25  10:33:18
3486         Log: describe current behavior on local($foo{nothere}) (suggested by
3487              Lionel Cons <lionel.cons@cern.ch>)
3488      Branch: perl
3489            ! pod/perlsub.pod
3490 ____________________________________________________________________________
3491 [  3165] By: gsar                                  on 1999/03/25  06:21:05
3492         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
3493              <vishalb@hotmail.com>)
3494      Branch: perl
3495            ! ext/B/B/C.pm
3496 ____________________________________________________________________________
3497 [  3164] By: gsar                                  on 1999/03/25  06:17:27
3498         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3499              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
3500              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
3501              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
3502      Branch: perl
3503            ! ext/B/B.xs op.h opcode.pl
3504 ____________________________________________________________________________
3505 [  3163] By: gsar                                  on 1999/03/25  06:15:49
3506         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
3507              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
3508              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
3509              Subject: [PATCH _56] B::Deparse 0.57
3510              --
3511              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
3512              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
3513              Subject: Re: [PATCH _56] B::Deparse 0.57 
3514      Branch: perl
3515            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
3516 ____________________________________________________________________________
3517 [  3162] By: gsar                                  on 1999/03/25  06:11:46
3518         Log: fix a few places that said 'int', but meant 'STRLEN'
3519      Branch: perl
3520            ! pod/perlguts.pod proto.h sv.c
3521 ____________________________________________________________________________
3522 [  3161] By: gsar                                  on 1999/03/25  06:01:18
3523         Log: From: Russ Allbery <rra@stanford.edu>
3524              Date: 22 Mar 1999 04:26:26 -0800
3525              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
3526              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
3527      Branch: perl
3528            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
3529            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
3530            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
3531            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
3532 ____________________________________________________________________________
3533 [  3160] By: gsar                                  on 1999/03/25  02:26:31
3534         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
3535      Branch: perl
3536            ! opcode.h opcode.pl
3537 ____________________________________________________________________________
3538 [  3159] By: gsar                                  on 1999/03/25  02:18:17
3539         Log: add statement-modifier loops to :base_loop class
3540      Branch: perl
3541            ! ext/Opcode/Opcode.pm
3542 ____________________________________________________________________________
3543 [  3158] By: gsar                                  on 1999/03/25  00:36:57
3544         Log: integrate changes#3105,3130,3154 from maint-5.005
3545      Branch: perl
3546           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
3547 ____________________________________________________________________________
3548 [  3157] By: gsar                                  on 1999/03/25  00:24:17
3549         Log: remove bogus panic()
3550      Branch: perl
3551            ! Changes lib/Math/BigFloat.pm
3552 ____________________________________________________________________________
3553 [  3156] By: jhi                                   on 1999/03/24  22:43:43
3554         Log: Integrate from mainperl.
3555      Branch: cfgperl
3556           +> (branch 38 files)
3557           !> (integrate 68 files)
3558 ____________________________________________________________________________
3559 [  3155] By: jhi                                   on 1999/03/24  22:12:17
3560         Log: Configure regenerated because of changes #3130/#3154 and #3147.
3561      Branch: cfgperl
3562            ! Configure config_h.SH
3563 ____________________________________________________________________________
3564 [  3154] By: jhi                                   on 1999/03/24  21:40:51
3565         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
3566              based on suggestions from Andy Dougherty.
3567      Branch: maint-5.005/perl
3568            ! INSTALL
3569 ____________________________________________________________________________
3570 [  3153] By: gsar                                  on 1999/03/24  10:38:05
3571         Log: applied suggested patch, modulo superceded parts
3572              From: Charles Bailey <BAILEY@newman.upenn.edu>
3573              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
3574              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
3575              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
3576      Branch: perl
3577            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
3578            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
3579            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
3580            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
3581 ____________________________________________________________________________
3582 [  3152] By: gsar                                  on 1999/03/24  10:30:51
3583         Log: applied suggested patch, modulo superceded parts
3584              From: Charles Bailey <BAILEY@newman.upenn.edu>
3585              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
3586              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
3587              Subject: [PATCH 5.005_56] Miscellaneous small fixes
3588      Branch: perl
3589            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
3590            ! lib/File/Basename.pm
3591 ____________________________________________________________________________
3592 [  3151] By: gsar                                  on 1999/03/24  10:15:00
3593         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
3594      Branch: perl
3595            ! pod/perlop.pod
3596 ____________________________________________________________________________
3597 [  3150] By: gsar                                  on 1999/03/24  10:09:13
3598         Log: missing integration in previous change
3599      Branch: perl
3600           !> README.apollo
3601 ____________________________________________________________________________
3602 [  3149] By: gsar                                  on 1999/03/24  10:06:44
3603         Log: integrate changes#3116,3119 from maint-5.005
3604      Branch: perl
3605            + README.apollo
3606           +> apollo/netinet/in.h
3607           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
3608 ____________________________________________________________________________
3609 [  3148] By: gsar                                  on 1999/03/24  10:01:56
3610         Log: integrate changes#3091-3094 from maint-5.005
3611      Branch: perl
3612           !> README.hurd vms/subconfigure.com vos/config.h
3613           !> vos/config_h.SH_orig
3614 ____________________________________________________________________________
3615 [  3147] By: gsar                                  on 1999/03/24  09:31:49
3616         Log: warn about newfangled vfork() caveats
3617      Branch: perl
3618            ! Configure
3619 ____________________________________________________________________________
3620 [  3146] By: jhi                                   on 1999/03/24  09:20:14
3621         Log: Bring in changes #2808 and #2812 (from mainline perl)
3622              that enhance the perlbug checklist.
3623      Branch: maint-5.005/perl
3624            ! utils/perlbug.PL
3625 ____________________________________________________________________________
3626 [  3145] By: gsar                                  on 1999/03/24  08:37:02
3627         Log: integrate change#3115 from maint-5.005
3628      Branch: perl
3629           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
3630           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
3631 ____________________________________________________________________________
3632 [  3144] By: gsar                                  on 1999/03/24  08:33:59
3633         Log: add note about map in scalar context
3634      Branch: perl
3635            ! pod/perlfunc.pod
3636 ____________________________________________________________________________
3637 [  3143] By: gsar                                  on 1999/03/24  08:25:59
3638         Log: doc tweak
3639      Branch: perl
3640            ! lib/Time/Local.pm
3641 ____________________________________________________________________________
3642 [  3142] By: gsar                                  on 1999/03/24  08:20:37
3643         Log: applied suggested patch, modulo bogus hunk
3644              From: "Vishal Bhatia" <vishalb@hotmail.com>
3645              Date: Thu, 11 Mar 1999 07:40:27 PST
3646              Message-ID: <19990311154027.25891.qmail@hotmail.com>
3647              Subject: [PATCH 5.005_56] Minor fixes in perlcc
3648      Branch: perl
3649            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
3650 ____________________________________________________________________________
3651 [  3141] By: gsar                                  on 1999/03/24  08:06:12
3652         Log: integrate change#3104 from maint-5.005
3653      Branch: perl
3654           !> README.os390 t/lib/posix.t
3655 ____________________________________________________________________________
3656 [  3140] By: gsar                                  on 1999/03/24  06:34:56
3657         Log: fix failure of C<&locked_sub;> under -Dusethreads
3658      Branch: perl
3659            ! pp_hot.c t/lib/thread.t
3660 ____________________________________________________________________________
3661 [  3139] By: gsar                                  on 1999/03/24  05:52:00
3662         Log: debugger tweak (wasn't printing a newline after recalled commands)
3663      Branch: perl
3664            ! lib/perl5db.pl
3665 ____________________________________________________________________________
3666 [  3138] By: gsar                                  on 1999/03/24  05:33:28
3667         Log: document OO exceptions (based on a suggestion by Andreas Koenig
3668              <andreas.koenig@anima.de>)
3669      Branch: perl
3670            ! pod/perlfunc.pod
3671 ____________________________________________________________________________
3672 [  3137] By: gsar                                  on 1999/03/24  02:50:20
3673         Log: better "Illegal %s digit ignored" warnings
3674      Branch: perl
3675            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
3676            ! toke.c util.c
3677 ____________________________________________________________________________
3678 [  3136] By: gsar                                  on 1999/03/24  02:26:38
3679         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
3680      Branch: perl
3681            + t/pragma/utf8.t
3682            ! regcomp.c
3683 ____________________________________________________________________________
3684 [  3135] By: gsar                                  on 1999/03/24  01:29:09
3685         Log: flip release & version in win32_uname()
3686      Branch: perl
3687            ! win32/win32.c
3688 ____________________________________________________________________________
3689 [  3134] By: gsar                                  on 1999/03/24  01:08:33
3690         Log: support POSIX::uname() via win32_uname()
3691      Branch: perl
3692            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
3693            ! win32/config.gc win32/config.vc win32/config_H.bc
3694            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
3695            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3696 ____________________________________________________________________________
3697 [  3133] By: gsar                                  on 1999/03/23  22:20:10
3698         Log: From: jan.dubois@ibm.net (Jan Dubois)
3699              Date: Sat, 06 Mar 1999 21:42:56 +0100
3700              Message-ID: <36e49281.50337171@smtp1.ibm.net>
3701              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
3702      Branch: perl
3703            ! pod/perldelta.pod
3704 ____________________________________________________________________________
3705 [  3132] By: gsar                                  on 1999/03/23  22:17:45
3706         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
3707              Date: Sat, 06 Mar 1999 17:50:49 +0100
3708              Message-ID: <36e25209.33833760@smtp1.ibm.net>
3709              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
3710              --
3711              Date: Sat, 06 Mar 1999 18:15:00 +0100
3712              Message-ID: <36e36222.37954195@smtp1.ibm.net>
3713              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
3714      Branch: perl
3715            + t/lib/filefunc.t
3716            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
3717            ! pod/perldelta.pod pod/perlmodlib.pod
3718 ____________________________________________________________________________
3719 [  3131] By: gsar                                  on 1999/03/23  22:07:59
3720         Log: integrate cfgperl changes into mainline
3721      Branch: perl
3722           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
3723           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
3724           !> installperl malloc.c perl.c perl.h pod/perl.pod
3725           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
3726 ____________________________________________________________________________
3727 [  3130] By: jhi                                   on 1999/03/23  22:02:23
3728         Log: Don't use config.msg to remind about the
3729              LD_LIBRARY_PATH because Makefile.SH takes
3730              care of that.
3731              
3732              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
3733              This used to be the default but in some MT or another it
3734              was dropped because of some transient error or another.
3735      Branch: maint-5.005/perl
3736            ! Configure hints/dec_osf.sh
3737 ____________________________________________________________________________
3738 [  3129] By: gsar                                  on 1999/03/23  21:38:03
3739         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
3740              to size    and better maintainability)
3741      Branch: perl
3742            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3743            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3744            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
3745            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
3746            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
3747            + t/pod/include.xr t/pod/included.t t/pod/included.xr
3748            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
3749            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
3750            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
3751            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
3752            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
3753            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
3754            ! win32/Makefile win32/makefile.mk win32/pod.mak
3755 ____________________________________________________________________________
3756 [  3128] By: jhi                                   on 1999/03/23  10:14:54
3757         Log: Integrate from mainperl.
3758      Branch: cfgperl
3759           !> (integrate 46 files)
3760 ____________________________________________________________________________
3761 [  3127] By: gsar                                  on 1999/03/23  06:57:30
3762         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
3763              Date: Thu, 4 Mar 1999 10:54:01 -0800
3764              Message-Id: <9903041854.AA46868@frc0000>
3765              Subject: patch for useless Math::BigInt warnings
3766      Branch: perl
3767            ! lib/Math/BigInt.pm
3768 ____________________________________________________________________________
3769 [  3126] By: gsar                                  on 1999/03/23  05:54:37
3770         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
3771              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3772              Date: Fri, 19 Feb 1999 15:47:59 -0500
3773              Message-ID: <19990219154759.A32350@O2.chapin.edu>
3774              Subject: [PATCH] OSF/1 hints
3775      Branch: perl
3776            ! hints/dec_osf.sh
3777 ____________________________________________________________________________
3778 [  3125] By: gsar                                  on 1999/03/23  00:56:38
3779         Log: avoid typeglob persistence in pp_readline()
3780      Branch: perl
3781            ! sv.c t/op/gv.t
3782 ____________________________________________________________________________
3783 [  3124] By: gsar                                  on 1999/03/22  21:12:23
3784         Log: update copyright years
3785      Branch: perl
3786            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
3787            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
3788            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
3789            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
3790            ! sv.c sv.h toke.c utf8.c utf8.h util.c
3791 ____________________________________________________________________________
3792 [  3123] By: gsar                                  on 1999/03/22  07:07:06
3793         Log: implement win32_spawnvp() internally, making it return true PIDs
3794              for asynchronous spawns; fix win32_kill() to always deal with
3795              PIDs
3796      Branch: perl
3797            ! win32/win32.c win32/win32.h
3798 ____________________________________________________________________________
3799 [  3122] By: jhi                                   on 1999/03/19  21:12:14
3800         Log: Describe the new Benchmark feature in more detail.
3801      Branch: cfgperl
3802            ! pod/perldelta.pod
3803      Branch: maint-5.005/perl
3804            ! pod/perldelta.pod
3805 ____________________________________________________________________________
3806 [  3121] By: jhi                                   on 1999/03/19  08:16:12
3807         Log: AVAILABILITY tuning.
3808      Branch: cfgperl
3809            ! pod/perl.pod
3810      Branch: maint-5.005/perl
3811            ! pod/perl.pod
3812 ____________________________________________________________________________
3813 [  3120] By: jhi                                   on 1999/03/17  14:52:17
3814         Log: Rhapsody change assumed too much.
3815      Branch: cfgperl
3816            ! t/op/stat.t
3817 ____________________________________________________________________________
3818 [  3119] By: jhi                                   on 1999/03/17  14:33:43
3819         Log: More Apollo fixes.
3820      Branch: maint-5.005/perl
3821            ! README.apollo hints/apollo.sh t/lib/io_udp.t
3822 ____________________________________________________________________________
3823 [  3118] By: jhi                                   on 1999/03/16  17:23:39
3824         Log: Nada.
3825      Branch: maint-5.005/perl
3826            ! README.apollo
3827 ____________________________________________________________________________
3828 [  3117] By: jhi                                   on 1999/03/16  17:18:49
3829         Log: Apollo DomainOS AVAILABILITY.
3830      Branch: cfgperl
3831            ! pod/perl.pod
3832      Branch: maint-5.005/perl
3833            ! pod/perl.pod
3834 ____________________________________________________________________________
3835 [  3116] By: jhi                                   on 1999/03/16  17:14:00
3836         Log: Apollo DomainOS patch
3837              From: Johann Klasek <jk@auto.tuwien.ac.at>
3838              Subject: Re: DomainPerl
3839              Date: Tue, 16 Mar 1999 17:46:32 +0100
3840              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
3841      Branch: maint-5.005/perl
3842            + README.apollo apollo/netinet/in.h
3843            ! MANIFEST hints/apollo.sh
3844 ____________________________________________________________________________
3845 [  3115] By: jhi                                   on 1999/03/16  14:23:54
3846         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
3847              To: Gurusamy Sarathy <gsar@activestate.com>,
3848              Graham Barr <gbarr@pobox.com>
3849              Cc: Perl5 Porters <perl5-porters@perl.org>,
3850              "Paul.Marquess" <Paul.Marquess@btinternet.com>
3851              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
3852              Date: Sun, 14 Mar 1999 14:43:57 -0000
3853              Message-Id: <199903141841.NAA17040@defender.perl.org>
3854      Branch: maint-5.005/perl
3855            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3856            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
3857 ____________________________________________________________________________
3858 [  3114] By: jhi                                   on 1999/03/16  12:42:20
3859         Log: Mention Rhapsody in 5.005_5X perldelta,
3860              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
3861              *planned* AVAILABILITY.
3862      Branch: cfgperl
3863            ! pod/perl.pod pod/perldelta.pod
3864      Branch: maint-5.005/perl
3865            ! pod/perl.pod
3866 ____________________________________________________________________________
3867 [  3113] By: jhi                                   on 1999/03/16  10:38:53
3868         Log: perldelta niggling.
3869      Branch: cfgperl
3870            ! pod/perldelta.pod
3871      Branch: maint-5.005/perl
3872            ! pod/perldelta.pod
3873 ____________________________________________________________________________
3874 [  3112] By: jhi                                   on 1999/03/16  10:35:21
3875         Log: Integrate from mainperl.
3876      Branch: cfgperl
3877           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
3878           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
3879 ____________________________________________________________________________
3880 [  3111] By: jhi                                   on 1999/03/16  10:28:10
3881         Log: AVAILABILITY update: still mention PowerUX,
3882              Novell Netware now has sources available.
3883      Branch: cfgperl
3884            ! pod/perl.pod
3885      Branch: maint-5.005/perl
3886            ! pod/perl.pod
3887 ____________________________________________________________________________
3888 [  3110] By: gsar                                  on 1999/03/16  04:34:23
3889         Log: sundry pod niggles
3890      Branch: perl
3891            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
3892            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
3893 ____________________________________________________________________________
3894 [  3109] By: jhi                                   on 1999/03/15  17:00:11
3895         Log: Integrate from mainperl.
3896      Branch: cfgperl
3897           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
3898           +> lib/unicode/Is/Syllable.pl
3899           +> lib/unicode/MakeEthiopicSyllables.PL
3900           +> lib/unicode/README.Ethiopic
3901           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
3902           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
3903           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
3904           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
3905           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
3906           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
3907           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
3908           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
3909 ____________________________________________________________________________
3910 [  3108] By: jhi                                   on 1999/03/15  16:58:12
3911         Log: First pass of integrating the Rhapsody port,
3912              
3913              From: Wilfredo Sanchez <wsanchez@apple.com> 
3914              Subject: Keeping the world in sync.
3915              Reply-To: wsanchez@apple.com 
3916              To: perlbug@perl.com 
3917              Date: Fri, 13 Nov 1998 17:11:30 -0800 
3918              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
3919      Branch: cfgperl
3920            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
3921            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
3922            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
3923            ! x2p/util.c
3924 ____________________________________________________________________________
3925 [  3107] By: gsar                                  on 1999/03/15  03:22:10
3926         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
3927              From: Daniel Yacob <dmulholl@cs.indiana.edu>
3928              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
3929              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
3930              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
3931      Branch: perl
3932            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
3933            + lib/unicode/Is/Syllable.pl
3934            + lib/unicode/MakeEthiopicSyllables.PL
3935            + lib/unicode/README.Ethiopic
3936            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
3937            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
3938            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
3939            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
3940            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
3941            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
3942            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
3943            ! lib/unicode/Name.pl lib/unicode/Number.pl
3944 ____________________________________________________________________________
3945 [  3106] By: gsar                                  on 1999/03/12  20:35:36
3946         Log: change#3067 failed package.t due to needless creation of $a and $b;
3947              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
3948      Branch: perl
3949            ! op.c
3950 ____________________________________________________________________________
3951 [  3105] By: jhi                                   on 1999/03/12  15:54:57
3952         Log: Recognize the NetBSD packages collection.
3953      Branch: maint-5.005/perl
3954            ! hints/netbsd.sh
3955 ____________________________________________________________________________
3956 [  3104] By: jhi                                   on 1999/03/12  09:07:04
3957         Log: From: pvhp@forte.com (Peter Prymmer)
3958              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
3959              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
3960              Date: Thu, 11 Mar 99 14:24:54 PST
3961              Message-Id: <9903112224.AA24346@forte.com>
3962      Branch: maint-5.005/perl
3963            ! README.os390 t/lib/posix.t
3964 ____________________________________________________________________________
3965 [  3103] By: jhi                                   on 1999/03/10  11:07:46
3966         Log: Integrate from mainperl.
3967      Branch: cfgperl
3968           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
3969           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
3970           !> t/pragma/warn/1global toke.c win32/makedef.pl
3971 ____________________________________________________________________________
3972 [  3102] By: jhi                                   on 1999/03/10  11:01:20
3973         Log: From: pvhp@forte.com (Peter Prymmer)
3974              To: perl5-porters@perl.org
3975              Subject: [5.005_03-MT6]Patch: time passes
3976              Date: Tue, 9 Mar 99 18:42:17 PST
3977              Message-Id: <9903100242.AA29057@forte.com>
3978      Branch: maint-5.005/perl
3979            ! perl.c
3980 ____________________________________________________________________________
3981 [  3101] By: jhi                                   on 1999/03/10  10:30:15
3982         Log: From: Mark-Jason Dominus <mjd@plover.com>
3983              To: perl5-porters@perl.com
3984              Subject: Minor fix to perlfunc.pod
3985              Date: Mon, 08 Mar 1999 20:05:53 -0500
3986              Message-ID: <19990309010553.13757.qmail@plover.com>
3987      Branch: maint-5.005/perl
3988            ! pod/perlfunc.pod
3989 ____________________________________________________________________________
3990 [  3100] By: gsar                                  on 1999/03/09  23:04:44
3991         Log: change#3060 had the wrong quotes
3992      Branch: perl
3993            ! pod/pod2man.PL
3994 ____________________________________________________________________________
3995 [  3099] By: jhi                                   on 1999/03/09  12:52:21
3996         Log: d_uname was broken (probably since _53), reported by
3997              
3998              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3999              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
4000              cpan-testers@perl.org
4001              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
4002              Date: Mon, 08 Mar 1999 13:22:31 +0000
4003              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
4004              
4005              and
4006              
4007              From: lvirden@cas.org (Larry W. Virden)
4008              To: perlbug@perl.com
4009              Subject: configure not correctly identifying uname posix compatibility
4010              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
4011              Message-Id: <199903081136.GAA23682@cas.org>
4012      Branch: cfgperl
4013            ! Configure config_h.SH
4014 ____________________________________________________________________________
4015 [  3098] By: gsar                                  on 1999/03/09  03:16:07
4016         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
4017      Branch: perl
4018            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
4019 ____________________________________________________________________________
4020 [  3097] By: gsar                                  on 1999/03/09  02:50:43
4021         Log: use yyerror() instead of croak() so that compile-time failures in
4022              my(LIST) don't confuse globals with lexicals
4023      Branch: perl
4024            ! op.c toke.c
4025 ____________________________________________________________________________
4026 [  3096] By: gsar                                  on 1999/03/09  02:47:36
4027         Log: adjust testsuite for change#3067
4028      Branch: perl
4029            ! t/pragma/warn/1global
4030 ____________________________________________________________________________
4031 [  3095] By: gsar                                  on 1999/03/08  21:04:48
4032         Log: remove bogus symbols from global.sym
4033      Branch: perl
4034            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
4035            ! perl.h win32/makedef.pl
4036 ____________________________________________________________________________
4037 [  3094] By: jhi                                   on 1999/03/06  16:16:15
4038         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4039              To: jhi@iki.fi
4040              Subject: Oops
4041              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
4042              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
4043      Branch: maint-5.005/perl
4044            ! README.hurd
4045 ____________________________________________________________________________
4046 [  3093] By: jhi                                   on 1999/03/06  15:59:46
4047         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4048              To: jhi@iki.fi
4049              Subject: New Hurd README
4050              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
4051              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
4052      Branch: maint-5.005/perl
4053            ! README.hurd
4054 ____________________________________________________________________________
4055 [  3092] By: jhi                                   on 1999/03/06  12:52:06
4056         Log: From: Paul_Green@stratus.com
4057              To: perl5-porters@perl.org
4058              Cc: jhi@iki.fi, Paul_Green@stratus.com
4059              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
4060              Date: Fri, 5 Mar 1999 18:08:49 -0500 
4061              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
4062      Branch: maint-5.005/perl
4063            ! vos/config.h vos/config_h.SH_orig
4064 ____________________________________________________________________________
4065 [  3091] By: jhi                                   on 1999/03/06  12:42:21
4066         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4067              To: perl5-porters@perl.org, vmsperl@perl.org
4068              Subject: [PATCH 5.005_03-MT6]VMS build patch
4069              Date: Fri, 05 Mar 1999 12:36:19 -0800
4070              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
4071      Branch: maint-5.005/perl
4072            ! vms/subconfigure.com
4073 ____________________________________________________________________________
4074 [  3090] By: gsar                                  on 1999/03/06  04:40:03
4075         Log: integrate change#3089 from mainline
4076              
4077              tolerate CRs after options
4078      Branch: maint-5.005/perl
4079           !> perl.c
4080 ____________________________________________________________________________
4081 [  3089] By: gsar                                  on 1999/03/06  04:30:40
4082         Log: tolerate CRs after options
4083      Branch: perl
4084            ! perl.c
4085 ____________________________________________________________________________
4086 [  3088] By: jhi                                   on 1999/03/05  12:49:01
4087         Log: Integrate from mainperl.
4088      Branch: cfgperl
4089           +> README.hurd
4090           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
4091 ____________________________________________________________________________
4092 [  3087] By: gsar                                  on 1999/03/05  06:41:16
4093         Log: adjust timeouts to accomodate slow/busy systems
4094      Branch: perl
4095            ! t/lib/io_sock.t
4096 ____________________________________________________________________________
4097 [  3083] By: gsar                                  on 1999/03/05  01:32:47
4098         Log: integrate change#3081 from maint-5.005
4099      Branch: perl
4100           !> ext/Errno/Errno_pm.PL
4101 ____________________________________________________________________________
4102 [  3082] By: gsar                                  on 1999/03/05  01:31:06
4103         Log: integrate change#2904 from maint-5.005
4104      Branch: perl
4105           +> README.hurd
4106           !> MANIFEST
4107 ____________________________________________________________________________
4108 [  3081] By: gsar                                  on 1999/03/05  00:14:33
4109         Log: protect against doubled backslashes
4110      Branch: maint-5.005/perl
4111            ! ext/Errno/Errno_pm.PL
4112 ____________________________________________________________________________
4113 [  3077] By: jhi                                   on 1999/03/04  08:10:13
4114         Log: Integrate from mainperl.
4115      Branch: cfgperl
4116           +> ext/B/B/Stash.pm
4117           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
4118           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
4119           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
4120           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
4121 ____________________________________________________________________________
4122 [  3076] By: jhi                                   on 1999/03/04  08:07:59
4123         Log: Regen config_h.SH once more because of *size, 
4124              noticed by
4125              
4126              From: Hans Mulder <hansm@icgned.icgroup.nl>
4127              To: Jarkko Hietaniemi <jhi@iki.fi>
4128              Cc: perl5-porters@perl.org
4129              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4130              Date: Thu,  4 Mar 99 00:10:45 +0100
4131              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4132      Branch: cfgperl
4133            ! Configure config_h.SH
4134 ____________________________________________________________________________
4135 [  3068] By: gsar                                  on 1999/03/04  05:48:03
4136         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
4137              Date: Thu,  4 Mar 99 00:10:45 +0100
4138              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4139              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4140      Branch: perl
4141            ! config_h.SH
4142 ____________________________________________________________________________
4143 [  3067] By: gsar                                  on 1999/03/04  05:44:32
4144         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
4145              From: Graham Barr <gbarr@ti.com>
4146              Date: Wed, 3 Mar 1999 17:23:56 -0600
4147              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
4148              Subject: Re: 'use strict' doesn't work for one-letter variables
4149      Branch: perl
4150            ! gv.c op.c
4151 ____________________________________________________________________________
4152 [  3066] By: gsar                                  on 1999/03/04  05:20:50
4153         Log: updates to compiler modules
4154              From: "Vishal Bhatia" <vishalb@hotmail.com>
4155              Date: Tue, 02 Mar 1999 23:27:25 PST
4156              Message-ID: <19990303072725.779.qmail@hotmail.com>
4157              Subject: PATCH 5.005_56 + Test procedure
4158      Branch: perl
4159            + ext/B/B/Stash.pm
4160            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
4161            ! lib/Test/Harness.pm utils/perlcc.PL
4162 ____________________________________________________________________________
4163 [  3065] By: gsar                                  on 1999/03/04  05:03:30
4164         Log: more s/s_/s!/ etc.
4165      Branch: perl
4166            ! pod/perldelta.pod pod/perlfunc.pod
4167 ____________________________________________________________________________
4168 [  3064] By: gsar                                  on 1999/03/04  04:50:45
4169         Log: integrate cfgperl contents into mainline
4170      Branch: perl
4171           !> Configure README.vms bytecode.h config_h.SH configure.com
4172           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
4173           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
4174           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4175 ____________________________________________________________________________
4176 [  3063] By: gsar                                  on 1999/03/04  04:44:13
4177         Log: HP-UX has yet another spelling for /NaNQ?/
4178      Branch: perl
4179            ! t/lib/bigfloatpm.t
4180 ____________________________________________________________________________
4181 [  3062] By: gsar                                  on 1999/03/04  04:36:08
4182         Log: error-check for accept() test
4183      Branch: perl
4184            ! t/lib/io_sock.t
4185 ____________________________________________________________________________
4186 [  3061] By: gsar                                  on 1999/03/04  03:40:25
4187         Log: allow custom comparison function in File::Compare::compare_text()
4188              From: jan.dubois@ibm.net (Jan Dubois)
4189              Date: Fri, 26 Feb 1999 21:56:09 +0100
4190              Message-ID: <36db0838.8805651@smtp1.ibm.net>
4191              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4192      Branch: perl
4193            ! lib/File/Compare.pm
4194 ____________________________________________________________________________
4195 [  3060] By: gsar                                  on 1999/03/04  03:37:38
4196         Log: better version of change#3038
4197              From: abigail@fnx.com
4198              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
4199              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
4200              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
4201      Branch: perl
4202            ! pod/pod2man.PL
4203 ____________________________________________________________________________
4204 [  3058] By: jhi                                   on 1999/03/03  22:30:40
4205         Log: Configure regen to
4206              (1) match maint-5.005 patches #3056 and #3057
4207              (2) better version of PHOSTNAME of #3050
4208              (3) the crosscompile/multiarch config_h.SH trouble solved for now
4209      Branch: cfgperl
4210            ! Configure config_h.SH
4211 ____________________________________________________________________________
4212 [  3054] By: jhi                                   on 1999/03/03  09:57:59
4213         Log: Change #3053 missed perldelta.
4214      Branch: cfgperl
4215            ! pod/perldelta.pod
4216 ____________________________________________________________________________
4217 [  3053] By: jhi                                   on 1999/03/03  08:29:43
4218         Log: Use '!' to mark native integer packings instead of '_'.
4219      Branch: cfgperl
4220            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
4221 ____________________________________________________________________________
4222 [  3052] By: jhi                                   on 1999/03/02  23:12:36
4223         Log: The HP-UX threads patch (change #3028) is needed also here.
4224      Branch: cfgperl
4225            ! hints/hpux.sh thread.h
4226 ____________________________________________________________________________
4227 [  3051] By: jhi                                   on 1999/03/02  08:24:52
4228         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4229              To: perl5-porters@perl.org, vmsperl@perl.org
4230              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
4231              Date: Mon, 01 Mar 1999 16:10:57 -0800
4232              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
4233      Branch: cfgperl
4234            ! README.vms
4235      Branch: maint-5.005/perl
4236            ! README.vms
4237 ____________________________________________________________________________
4238 [  3050] By: jhi                                   on 1999/03/02  08:22:29
4239         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4240              To: perl5-porters@perl.org, vmsperl@perl.org
4241              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
4242              Date: Mon, 01 Mar 1999 16:06:29 -0800
4243              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
4244              
4245              From: Dan Sugalski <sugalskd@osshe.edu>
4246              To: perl5-porters@perl.org, vmsperl@perl.org
4247              Subject: [PATCH 5.005_56]vmsish.pm patch
4248              Date: Mon, 01 Mar 1999 20:19:04 -0800
4249              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
4250              
4251              plus Configure regen containing a "solution" to the
4252              crosscompile/multiarch problem.
4253      Branch: cfgperl
4254            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
4255            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4256 ____________________________________________________________________________
4257 [  3049] By: jhi                                   on 1999/03/02  07:34:21
4258         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
4259              To: perl5-porters@perl.org
4260              Subject: [PATCH] Eliminate (valid) warning in byterun.c
4261              Date: Mon, 01 Mar 1999 17:27:59 -0500
4262              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
4263      Branch: cfgperl
4264            ! bytecode.h
4265      Branch: maint-5.005/perl
4266            ! bytecode.h
4267 ____________________________________________________________________________
4268 [  3048] By: gsar                                  on 1999/03/02  06:41:21
4269         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4270      Branch: perl
4271            ! MANIFEST README.hpux
4272 ____________________________________________________________________________
4273 [  3047] By: jhi                                   on 1999/03/01  06:34:43
4274         Log: Integrate from mainperl.
4275      Branch: cfgperl
4276           +> README.hpux lib/File/Spec/Functions.pm
4277           !> (integrate 28 files)
4278 ____________________________________________________________________________
4279 [  3046] By: gsar                                  on 1999/03/01  05:34:28
4280         Log: this is 5.005_56
4281      Branch: perl
4282            ! Changes
4283
4284 ----------------
4285 Version 5.005_56
4286 ----------------
4287
4288 ____________________________________________________________________________
4289 [  3045] By: gsar                                  on 1999/03/01  03:32:30
4290         Log: destroy PL_svref_mutex in perl_destruct()
4291      Branch: perl
4292            ! perl.c
4293 ____________________________________________________________________________
4294 [  3044] By: gsar                                  on 1999/03/01  00:38:50
4295         Log: up patchlevel &c.
4296      Branch: perl
4297            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
4298            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4299            ! win32/makefile.mk
4300 ____________________________________________________________________________
4301 [  3043] By: gsar                                  on 1999/03/01  00:14:15
4302         Log: integrate cfgperl contents into mainline
4303      Branch: perl
4304            ! pod/perldelta.pod
4305           !> Configure config_h.SH
4306 ____________________________________________________________________________
4307 [  3042] By: gsar                                  on 1999/02/28  23:55:08
4308         Log: slightly edited version of suggested patch
4309              From: jan.dubois@ibm.net (Jan Dubois)
4310              Date: Mon, 01 Mar 1999 00:32:05 +0100
4311              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
4312              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
4313      Branch: perl
4314            + lib/File/Spec/Functions.pm
4315            ! MANIFEST lib/File/Spec.pm
4316 ____________________________________________________________________________
4317 [  3041] By: gsar                                  on 1999/02/28  22:47:19
4318         Log: fix subtle bug in eval'' testsuite
4319      Branch: perl
4320            ! t/op/eval.t
4321 ____________________________________________________________________________
4322 [  3040] By: gsar                                  on 1999/02/28  22:46:24
4323         Log: avoid literal control characters in change#3039
4324      Branch: perl
4325            ! t/base/lex.t
4326 ____________________________________________________________________________
4327 [  3039] By: gsar                                  on 1999/02/28  21:47:18
4328         Log: todo item: permit extended control variables a la ${^Foo} (patch
4329              courtesy Mark-Jason Dominus <mjd@plover.com>)
4330      Branch: perl
4331            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
4332            ! t/base/lex.t toke.c
4333 ____________________________________________________________________________
4334 [  3038] By: gsar                                  on 1999/02/28  21:21:05
4335         Log: From: abigail@fnx.com
4336              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
4337              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
4338              Subject: Recognize -> and => inside [A-Z]<> sequences.
4339      Branch: perl
4340            ! pod/pod2man.PL
4341 ____________________________________________________________________________
4342 [  3037] By: gsar                                  on 1999/02/28  21:12:22
4343         Log: fix longstanding bug: searches for lexicals originating within eval''
4344              weren't stopping at the subroutine boundary correctly
4345      Branch: perl
4346            ! op.c proto.h t/op/eval.t
4347 ____________________________________________________________________________
4348 [  3036] By: gsar                                  on 1999/02/28  20:02:29
4349         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
4350              as stacked list values
4351              From: jan.dubois@ibm.net (Jan Dubois)
4352              Date: Sat, 27 Feb 1999 18:24:17 +0100
4353              Message-ID: <36e22849.36531259@smtp1.ibm.net>
4354              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
4355      Branch: perl
4356            ! win32/win32.c
4357 ____________________________________________________________________________
4358 [  3035] By: gsar                                  on 1999/02/28  19:48:54
4359         Log: remove superfluous stack_sp decl
4360      Branch: perl
4361            ! jpl/JNI/JNI.xs
4362 ____________________________________________________________________________
4363 [  3034] By: gsar                                  on 1999/02/28  19:34:58
4364         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
4365      Branch: perl
4366            ! lib/Getopt/Std.pm
4367 ____________________________________________________________________________
4368 [  3033] By: gsar                                  on 1999/02/28  19:23:41
4369         Log: add File::Compare::compare_text()
4370              From: jan.dubois@ibm.net (Jan Dubois)
4371              Date: Fri, 26 Feb 1999 00:20:41 +0100
4372              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
4373              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4374      Branch: perl
4375            ! lib/File/Compare.pm pod/perltodo.pod
4376 ____________________________________________________________________________
4377 [  3032] By: gsar                                  on 1999/02/28  19:01:33
4378         Log: add README.hpux
4379      Branch: perl
4380            + README.hpux
4381            ! MAINTAIN MANIFEST
4382 ____________________________________________________________________________
4383 [  3031] By: gsar                                  on 1999/02/28  18:49:08
4384         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
4385              James Cromie <jcromie@fossil.uswc.uswest.com>
4386      Branch: perl
4387            ! lib/Pod/Html.pm
4388 ____________________________________________________________________________
4389 [  3030] By: gsar                                  on 1999/02/28  18:35:09
4390         Log: From: jan.dubois@ibm.net (Jan Dubois)
4391              Date: Wed, 24 Feb 1999 22:34:56 +0100
4392              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
4393              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
4394      Branch: perl
4395            ! lib/Test/Harness.pm
4396 ____________________________________________________________________________
4397 [  3029] By: gsar                                  on 1999/02/28  18:28:18
4398         Log: add note about env pollution
4399      Branch: perl
4400            ! INSTALL pod/perltodo.pod
4401 ____________________________________________________________________________
4402 [  3028] By: jhi                                   on 1999/02/26  14:40:00
4403         Log: HP-UX 11 threads.
4404              
4405              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4406              To: perl5-porters@perl.org
4407              Cc: jhi@cc.hut.fi
4408              Subject: Maint 5 and _54 with threading on HP-UX 11.00
4409              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
4410              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
4411              
4412              NOTE from jhi: the hpux hints could still be more robust by
4413              disabling gdbm when necessary.
4414              
4415              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
4416              linking -lgdbm -lpthread creates an executable that instantly
4417              core dumps on a pthreads internal panic:
4418              
4419              ./gdpt
4420              
4421              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
4422              Return Pointer is 0xc082bf33
4423              17639 quit (core dumped)  ./gdpt
4424              
4425              You don't have to *use* either gdbm or pthreads in the executable,
4426              just linking them together is enough.  Workaround is to recompile
4427              the GDBM under HP-UX 11, that makes the problem go away.
4428      Branch: maint-5.005/perl
4429            ! hints/hpux.sh thread.h
4430 ____________________________________________________________________________
4431 [  3025] By: jhi                                   on 1999/02/25  20:41:07
4432         Log: Temporary workaround for the config_h.SH versus
4433              crosscompile and multiarch plus introduce 'rt'
4434              to $libswanted: in UNIX98 sched_yield() lives there.
4435      Branch: cfgperl
4436            ! Configure config_h.SH
4437 ____________________________________________________________________________
4438 [  3024] By: jhi                                   on 1999/02/24  12:54:59
4439         Log: Integrate from mainperl.
4440      Branch: cfgperl
4441           +> t/lib/fatal.t
4442           !> (integrate 44 files)
4443 ____________________________________________________________________________
4444 [  3023] By: gsar                                  on 1999/02/24  07:02:12
4445         Log: integrate cfgperl contents
4446      Branch: perl
4447           !> (integrate 30 files)
4448 ____________________________________________________________________________
4449 [  3022] By: gsar                                  on 1999/02/24  05:59:47
4450         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
4451              Date: 23 Feb 1999 17:53:22 -0700
4452              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
4453              Subject: [PATCH: _55] perldoc -q broken
4454      Branch: perl
4455            ! utils/perldoc.PL
4456 ____________________________________________________________________________
4457 [  3021] By: gsar                                  on 1999/02/24  05:51:53
4458         Log: ansify perlio.c, fix PerlIO-ish typos
4459      Branch: perl
4460            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
4461            ! iperlsys.h perlio.c
4462 ____________________________________________________________________________
4463 [  3020] By: gsar                                  on 1999/02/24  05:28:06
4464         Log: adjust a Perl_malloc() flag for NeXT
4465              From: Hans Mulder <hansm@icgned.icgroup.nl>
4466              Date: Tue, 23 Feb 99 00:26:25 +0100
4467              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
4468              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
4469      Branch: perl
4470            ! perl.h
4471 ____________________________________________________________________________
4472 [  3019] By: gsar                                  on 1999/02/24  05:19:42
4473         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
4474      Branch: perl
4475            ! pod/perltodo.pod
4476 ____________________________________________________________________________
4477 [  3018] By: gsar                                  on 1999/02/24  04:15:18
4478         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4479              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
4480              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
4481              Subject: improved error message [PATCH _55] [RESEND]
4482      Branch: perl
4483            ! sv.c
4484 ____________________________________________________________________________
4485 [  3017] By: gsar                                  on 1999/02/24  03:50:34
4486         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4487              Date: Sun, 21 Feb 1999 20:02:18 -0700
4488              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
4489              Subject: perlfunc updates (against 55)
4490      Branch: perl
4491            ! pod/perlfunc.pod
4492 ____________________________________________________________________________
4493 [  3016] By: gsar                                  on 1999/02/24  03:17:05
4494         Log: testsuite adjustments
4495              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4496              Date: Sat, 20 Feb 1999 15:24:57 +0000
4497              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
4498              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
4499      Branch: perl
4500            ! t/lib/io_sock.t t/op/lex_assign.t
4501 ____________________________________________________________________________
4502 [  3015] By: gsar                                  on 1999/02/24  02:54:47
4503         Log: avoid modifying readonly values from qw()
4504      Branch: perl
4505            ! lib/ExtUtils/MM_Unix.pm
4506 ____________________________________________________________________________
4507 [  3014] By: gsar                                  on 1999/02/24  02:49:04
4508         Log: more "correct" utbuf for utime()
4509      Branch: perl
4510            ! doio.c
4511 ____________________________________________________________________________
4512 [  3013] By: jhi                                   on 1999/02/22  19:27:44
4513         Log: Fix MacPerl version, change PowerUX to PowerMAX.
4514              
4515              From: Chris Nandor <pudge@pobox.com>
4516              To: jhi@iki.fi
4517              Cc: perl5-porters@perl.org
4518              Subject: Re: perl current availability as documented by perl.pod
4519              Date: Sun, 21 Feb 1999 11:06:03 -0500
4520              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
4521              
4522              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4523              To: jhi@iki.fi
4524              Cc: perl5-porters@perl.org
4525              Subject: Re: perl current availability as documented by perl.pod
4526              Date: Mon, 22 Feb 1999 13:08:30 GMT
4527              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
4528      Branch: cfgperl
4529            ! pod/perl.pod
4530      Branch: maint-5.005/perl
4531            ! pod/perl.pod
4532 ____________________________________________________________________________
4533 [  3012] By: jhi                                   on 1999/02/22  10:26:11
4534         Log: Snapshot the cross-compilation/multiarchitecture stuff
4535              (currently broken in next)
4536      Branch: cfgperl
4537            ! Configure config_h.SH pp.c
4538 ____________________________________________________________________________
4539 [  3011] By: jhi                                   on 1999/02/22  10:24:51
4540         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4541              To: gsar@activestate.com (Gurusamy Sarathy)
4542              Cc: perl5-porters@perl.org (Perl5 Porters)
4543              Subject: [PATCH 5.005_55] DB_File 1.64 patch
4544              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
4545              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
4546      Branch: cfgperl
4547            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4548            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
4549 ____________________________________________________________________________
4550 [  3009] By: jhi                                   on 1999/02/22  09:14:26
4551         Log: Scratch #3008 and introduce $crosscompile and $multiarch
4552              also in non-Configure lands.
4553      Branch: cfgperl
4554            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
4555            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
4556            ! win32/config.gc win32/config.vc win32/config_H.bc
4557            ! win32/config_H.gc win32/config_H.vc
4558 ____________________________________________________________________________
4559 [  3008] By: jhi                                   on 1999/02/22  08:58:04
4560         Log: Add -DMULTIARCH (see change #3006).
4561      Branch: cfgperl
4562            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
4563 ____________________________________________________________________________
4564 [  3007] By: jhi                                   on 1999/02/22  08:54:06
4565         Log: Undo the references to local{lib,arch} introduced by #3006.
4566      Branch: cfgperl
4567            ! Configure config_h.SH
4568 ____________________________________________________________________________
4569 [  3006] By: jhi                                   on 1999/02/22  08:43:50
4570         Log: From: hansm@icgned.icgroup.nl
4571              To: perlbug@perl.com
4572              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
4573              Date: Sun, 21 Feb 1999 22:58:55 +0100
4574              Reply-To: hansmu@xs4all.nl
4575              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
4576              
4577              plus other Configure changes: prepare for cross-compilation/
4578              multiarchitecture builds.
4579      Branch: cfgperl
4580            ! Configure config_h.SH
4581 ____________________________________________________________________________
4582 [  3005] By: jhi                                   on 1999/02/22  08:35:30
4583         Log: Configure/Perl knew how to look for use Mach cthreads
4584              but Configure didn't let them to be used ($osname 'next').
4585      Branch: cfgperl
4586            ! Configure config_h.SH
4587      Branch: maint-5.005/perl
4588            ! Configure
4589 ____________________________________________________________________________
4590 [  3004] By: jhi                                   on 1999/02/21  15:46:02
4591         Log: Update Acorn AVAILABILITY.
4592      Branch: cfgperl
4593            ! pod/perl.pod
4594      Branch: maint-5.005/perl
4595            ! pod/perl.pod
4596 ____________________________________________________________________________
4597 [  3003] By: jhi                                   on 1999/02/21  14:50:42
4598         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
4599              To: perl5-porters@perl.org (Perl 5 Porters)
4600              Subject: PATCH: perlref.pod - symbolic ref example
4601              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
4602              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
4603      Branch: cfgperl
4604            ! pod/perlref.pod
4605      Branch: maint-5.005/perl
4606            ! pod/perlref.pod
4607 ____________________________________________________________________________
4608 [  3002] By: jhi                                   on 1999/02/21  14:35:22
4609         Log: Sync cfgperl with maint-5.005 change #3000.
4610      Branch: cfgperl
4611            ! pod/perlfunc.pod t/op/pack.t
4612 ____________________________________________________________________________
4613 [  2999] By: gsar                                  on 1999/02/20  22:48:30
4614         Log: From:    John Bley <jbb6@acpub.duke.edu>
4615              Date:    Sat, 20 Feb 1999 16:02:34 EST
4616              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
4617              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
4618      Branch: perl
4619            ! regcomp.c
4620 ____________________________________________________________________________
4621 [  2998] By: jhi                                   on 1999/02/20  14:13:06
4622         Log: Enhanced the endianness description.
4623      Branch: cfgperl
4624            ! pod/perlfunc.pod
4625 ____________________________________________________________________________
4626 [  2996] By: jhi                                   on 1999/02/20  13:55:41
4627         Log: Glossary now mostly fixed.
4628      Branch: cfgperl
4629            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4630            ! config_h.SH
4631 ____________________________________________________________________________
4632 [  2994] By: jhi                                   on 1999/02/20  11:58:33
4633         Log: Perldeltify GNU/Hurd.
4634      Branch: cfgperl
4635            ! pod/perldelta.pod
4636 ____________________________________________________________________________
4637 [  2993] By: gsar                                  on 1999/02/20  00:59:10
4638         Log: fix typo in Perl_sbrk()
4639              From: hansm@icgned.icgroup.nl
4640              Date: Fri, 19 Feb 1999 23:19:31 +0100
4641              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
4642              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
4643      Branch: perl
4644            ! malloc.c
4645 ____________________________________________________________________________
4646 [  2992] By: gsar                                  on 1999/02/20  00:51:08
4647         Log: integrate change#2980 from maint-5.005
4648      Branch: perl
4649           !> utils/h2xs.PL
4650 ____________________________________________________________________________
4651 [  2991] By: gsar                                  on 1999/02/20  00:34:01
4652         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4653              Date: Thu, 18 Feb 1999 18:51:38 +0000
4654              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
4655              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
4656      Branch: perl
4657            ! pp_hot.c t/op/pat.t
4658 ____________________________________________________________________________
4659 [  2990] By: gsar                                  on 1999/02/20  00:30:48
4660         Log: From: jan.dubois@ibm.net (Jan Dubois)
4661              Date: Thu, 18 Feb 1999 19:14:07 +0100
4662              Message-ID: <36d15809.40853323@smtp1.ibm.net>
4663              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
4664      Branch: perl
4665            ! win32/win32.c
4666 ____________________________________________________________________________
4667 [  2989] By: gsar                                  on 1999/02/20  00:27:01
4668         Log: do poll() emulation unless HAS_POLL && I_POLL
4669      Branch: perl
4670            ! ext/IO/poll.h
4671 ____________________________________________________________________________
4672 [  2988] By: gsar                                  on 1999/02/19  23:52:12
4673         Log: tweak RE for NaNQ? recognition
4674      Branch: perl
4675            ! t/lib/bigfloatpm.t
4676 ____________________________________________________________________________
4677 [  2987] By: gsar                                  on 1999/02/19  23:29:59
4678         Log: mention C<use utf8> and C<use warning> in perldelta
4679      Branch: perl
4680            ! pod/perldelta.pod
4681 ____________________________________________________________________________
4682 [  2985] By: jhi                                   on 1999/02/19  20:43:19
4683         Log: pack/unpack better in (network-)short-non-16-bits and
4684              (network-)long-non-32-bits systems such as Cray C90.
4685      Branch: cfgperl
4686            ! perl.h pp.c t/op/pack.t
4687 ____________________________________________________________________________
4688 [  2984] By: jhi                                   on 1999/02/19  20:38:54
4689         Log: Regen Configure.
4690      Branch: cfgperl
4691            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4692            ! perl.c
4693 ____________________________________________________________________________
4694 [  2982] By: jhi                                   on 1999/02/19  19:51:49
4695         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
4696              not probed for and         
4697              
4698              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4699              To: Chaim Frenkel <chaimf@pobox.com>,
4700              Russ Allbery <rra@stanford.edu>,
4701              Jarkko Hietaniemi <jhi@iki.fi>,
4702              Gurusamy Sarathy <gsar@activestate.com>,
4703              Graham Barr <gbarr@pobox.com>
4704              Cc: bdensch@ameritech.net, perlbug@perl.com
4705              Subject: [PATCH] Re: Solaris 7 for Intel
4706              Message-ID: <19990219124404.A30182@O2.chapin.edu>
4707              
4708              Glossary is still missing some terms because
4709              mkglossary is misbehaving (change #2981 updated
4710              Glossary manually)
4711      Branch: cfgperl
4712            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4713            ! Porting/config_H
4714 ____________________________________________________________________________
4715 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
4716         Log: Make result of h2xs work when user adds C<use strict>
4717      Branch: maint-5.005/perl
4718            ! utils/h2xs.PL
4719 ____________________________________________________________________________
4720 [  2979] By: gsar                                  on 1999/02/19  05:24:29
4721         Log: doc for change#2978
4722      Branch: perl
4723            ! pod/perlsub.pod
4724 ____________________________________________________________________________
4725 [  2978] By: gsar                                  on 1999/02/19  05:08:29
4726         Log: bring '*' prototype closer to how it behaves internally
4727      Branch: perl
4728            + t/lib/fatal.t
4729            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
4730 ____________________________________________________________________________
4731 [  2977] By: gsar                                  on 1999/02/19  02:50:31
4732         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
4733      Branch: perl
4734            ! perly.h
4735 ____________________________________________________________________________
4736 [  2975] By: gsar                                  on 1999/02/18  21:41:57
4737         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
4738              of lexical searches in BEGIN|INIT|END)
4739      Branch: perl
4740            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
4741            ! vms/perly_c.vms
4742 ____________________________________________________________________________
4743 [  2974] By: gsar                                  on 1999/02/18  21:03:06
4744         Log: missing PERL_POLLUTE_MALLOC
4745      Branch: perl
4746            ! ext/SDBM_File/sdbm/sdbm.h
4747 ____________________________________________________________________________
4748 [  2973] By: gsar                                  on 1999/02/18  17:10:49
4749         Log: From:    Andy Dougherty <doughera@lafayette.edu>
4750              Date:    Wed, 17 Feb 1999 17:22:50 EST
4751              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
4752              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
4753      Branch: perl
4754            ! lib/dotsh.pl
4755 ____________________________________________________________________________
4756 [  2972] By: gsar                                  on 1999/02/18  17:04:12
4757         Log: s/#defined/#define/
4758      Branch: perl
4759            ! ext/Data/Dumper/Dumper.xs
4760 ____________________________________________________________________________
4761 [  2970] By: gsar                                  on 1999/02/18  03:26:43
4762         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
4763      Branch: perl
4764            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4765            ! ext/GDBM_File/typemap
4766 ____________________________________________________________________________
4767 [  2969] By: gsar                                  on 1999/02/17  23:30:47
4768         Log: correct slurp mode doc
4769      Branch: perl
4770            ! pod/perlfunc.pod pod/perlop.pod
4771 ____________________________________________________________________________
4772 [  2968] By: jhi                                   on 1999/02/17  23:15:49
4773         Log: Ultrix hints update.
4774              
4775              From: Spider Boardman <spider@zk3.dec.com>
4776              To: perlbug@perl.com
4777              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
4778              Date: Tue, 16 Feb 1999 23:04:28 -0500
4779              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
4780      Branch: cfgperl
4781            ! hints/ultrix_4.sh
4782 ____________________________________________________________________________
4783 [  2966] By: jhi                                   on 1999/02/17  23:09:21
4784         Log: Change #2965 wiped out some Sarathy's _55 changes.
4785              Now unwiped.
4786      Branch: cfgperl
4787            ! Configure pp.c t/op/pack.t
4788 ____________________________________________________________________________
4789 [  2965] By: jhi                                   on 1999/02/17  23:00:04
4790         Log: Configure tweaks.
4791              
4792              Fix the Unixware/SCO uname scan:
4793              
4794              From: Tom Hughes <thh@cyberscience.com>
4795              To: perlbug@perl.com
4796              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
4797              Date: 17 Feb 1999 15:34:15 +0000    
4798              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
4799              
4800              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
4801              
4802              From: Joe Buehler <jhpb@hekimian.com>
4803              To: perl5-porters@perl.org
4804              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
4805              Date: 12 Feb 1999 11:25:21 -0500
4806              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
4807              
4808              Make the pthreads joinable constant scan to output to fd 4, not 2.
4809      Branch: cfgperl
4810            ! Configure
4811 ____________________________________________________________________________
4812 [  2964] By: gsar                                  on 1999/02/17  21:30:07
4813         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4814              Date: Wed, 17 Feb 1999 06:53:13 -0700
4815              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
4816              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
4817      Branch: perl
4818            ! lib/Pod/Functions.pm
4819 ____________________________________________________________________________
4820 [  2963] By: gsar                                  on 1999/02/17  21:18:21
4821         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
4822              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4823              Date: Wed, 17 Feb 1999 10:06:01 +0000
4824              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
4825              Subject: Re: [5.005_53] panic: pad_free curpad 
4826      Branch: perl
4827            ! regcomp.c regexec.c t/op/misc.t
4828 ____________________________________________________________________________
4829 [  2962] By: gsar                                  on 1999/02/16  21:26:28
4830         Log: NaNQ? tweak
4831      Branch: perl
4832            ! t/lib/bigfloatpm.t
4833 ____________________________________________________________________________
4834 [  2961] By: jhi                                   on 1999/02/16  19:26:38
4835         Log: Integrate from mainperl.
4836      Branch: cfgperl
4837           !> (integrate 37 files)
4838 ____________________________________________________________________________
4839 [  2960] By: gsar                                  on 1999/02/16  18:04:29
4840         Log: undo change#2465 (qw[] is a real list now)
4841      Branch: perl
4842            ! pod/perlop.pod
4843 ____________________________________________________________________________
4844 [  2959] By: gsar                                  on 1999/02/16  07:09:33
4845         Log: this was 5.005_55
4846      Branch: perl
4847            ! Changes
4848
4849 ----------------
4850 Version 5.005_55
4851 ----------------
4852
4853 ____________________________________________________________________________
4854 [  2958] By: gsar                                  on 1999/02/16  06:18:27
4855         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
4856              elide dups and non-dependents from Changes
4857      Branch: perl
4858            ! Changes pod/perlhist.pod
4859           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
4860           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
4861           !> pod/perlport.pod pp.c t/op/pack.t
4862 ____________________________________________________________________________
4863 [  2957] By: gsar                                  on 1999/02/16  04:09:47
4864         Log: propagate PERL_VERSION everywhere, add to pod
4865      Branch: perl
4866            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
4867            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
4868            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
4869            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
4870            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
4871            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
4872            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
4873            ! win32/config.gc win32/config.vc win32/config_sh.PL
4874            ! win32/win32.c x2p/a2py.c
4875 ____________________________________________________________________________
4876 [  2955] By: jhi                                   on 1999/02/15  16:15:03
4877         Log: The pack tests now better in C90 (after the packnative patches).
4878      Branch: cfgperl
4879            ! t/op/pack.t
4880 ____________________________________________________________________________
4881 [  2954] By: gsar                                  on 1999/02/15  14:11:50
4882         Log: tweak Configure to follow new PERL_VERSION etc.
4883      Branch: perl
4884            ! Configure patchlevel.h pod/perlhist.pod
4885 ____________________________________________________________________________
4886 [  2953] By: jhi                                   on 1999/02/15  14:02:21
4887         Log: Integrate from mainperl.
4888      Branch: cfgperl
4889           !> MANIFEST Porting/makerel
4890 ____________________________________________________________________________
4891 [  2952] By: jhi                                   on 1999/02/15  13:50:07
4892         Log: Enhance the packnative patch: use the packnative code
4893              only if required.  Also added hefty testing (hopefully
4894              I didn't assume too much...).  Tested on alpha, ix86, sparc.
4895      Branch: cfgperl
4896            ! pod/perlfunc.pod pp.c t/op/pack.t
4897 ____________________________________________________________________________
4898 [  2951] By: jhi                                   on 1999/02/15  13:46:56
4899         Log: AVAILABILITY from 5.005_03-tobe, will of course
4900              require updating when 5.006 comes out.
4901      Branch: cfgperl
4902            ! pod/perl.pod
4903 ____________________________________________________________________________
4904 [  2949] By: gsar                                  on 1999/02/15  13:28:51
4905         Log: will this be it for 5.005_55?
4906      Branch: perl
4907            ! MANIFEST Porting/makerel
4908 ____________________________________________________________________________
4909 [  2948] By: jhi                                   on 1999/02/15  13:23:52
4910         Log: Integrate from mainperl.
4911      Branch: cfgperl
4912           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
4913           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4914           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
4915           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
4916           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
4917           !> win32/config.gc win32/config.vc win32/config_H.bc
4918           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4919 ____________________________________________________________________________
4920 [  2947] By: jhi                                   on 1999/02/15  13:20:41
4921         Log: perlport.pod 1.39 from Chris.
4922      Branch: cfgperl
4923            ! pod/perlport.pod
4924 ____________________________________________________________________________
4925 [  2946] By: jhi                                   on 1999/02/15  13:09:58
4926         Log: Import Ultrix update, change #2864, 
4927              
4928              From: Spider Boardman <spider@zk3.dec.com>
4929              To: perlbug@perl.com
4930              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
4931              Date: Wed, 10 Feb 1999 23:33:31 -0500
4932              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
4933      Branch: cfgperl
4934            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
4935 ____________________________________________________________________________
4936 [  2945] By: jhi                                   on 1999/02/15  13:04:50
4937         Log: OpenBSD sparc SHMLBA.
4938      Branch: cfgperl
4939            ! ext/IPC/SysV/SysV.xs
4940 ____________________________________________________________________________
4941 [  2944] By: gsar                                  on 1999/02/15  12:09:52
4942         Log: update win32/config* stuff, Changes
4943      Branch: perl
4944            ! Changes win32/Makefile win32/config.bc win32/config.gc
4945            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4946            ! win32/config_H.vc win32/makefile.mk
4947 ____________________________________________________________________________
4948 [  2943] By: gsar                                  on 1999/02/15  11:54:08
4949         Log: #include patchlevel.h by default, provide
4950              PERL_{REVISION,VERSION,SUBVERSION}
4951      Branch: perl
4952            ! patchlevel.h perl.h
4953 ____________________________________________________________________________
4954 [  2942] By: gsar                                  on 1999/02/15  10:26:59
4955         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
4956              misc fixes
4957      Branch: perl
4958            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
4959 ____________________________________________________________________________
4960 [  2941] By: gsar                                  on 1999/02/15  10:24:37
4961         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
4962              Message-ID: <19990207002851.B9185@toldyouso.com>
4963              Message-ID: <19990207212152.A9765@toldyouso.com>
4964              Message-ID: <19990207212041.A9622@toldyouso.com>
4965              Message-ID: <19990207213127.A10244@toldyouso.com>
4966              Message-ID: <19990207212559.A9950@toldyouso.com>
4967              Message-ID: <19990207212842.A9994@toldyouso.com>
4968              Message-ID: <19990207212500.A9860@toldyouso.com>
4969              Message-ID: <19990207213013.A10105@toldyouso.com>
4970      Branch: perl
4971            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4972            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
4973            ! pod/perlmodlib.pod pod/perltoc.pod
4974 ____________________________________________________________________________
4975 [  2940] By: gsar                                  on 1999/02/15  10:07:08
4976         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
4977              of suggested patch)
4978              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
4979              Date: Mon, 08 Feb 1999 01:14:41 -0000
4980              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
4981              Subject: [PATCH 5.005_54] some pending C.pm stuff 
4982      Branch: perl
4983            ! ext/B/B/C.pm
4984 ____________________________________________________________________________
4985 [  2939] By: jhi                                   on 1999/02/15  08:40:18
4986         Log: Integrate from mainperl.
4987      Branch: cfgperl
4988           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
4989            - lib/File/PathConvert.pm
4990           !> (integrate 81 files)
4991 ____________________________________________________________________________
4992 [  2938] By: gsar                                  on 1999/02/15  06:56:39
4993         Log: change#2839 was bogus, redo
4994      Branch: perl
4995           !> t/lib/h2ph.pht
4996 ____________________________________________________________________________
4997 [  2937] By: gsar                                  on 1999/02/15  06:38:15
4998         Log: support Win32::GetFullPathName() and Win32::SetLastError()
4999              From: jan.dubois@ibm.net (Jan Dubois)
5000              Date: Tue, 09 Feb 1999 22:27:31 +0100
5001              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
5002              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
5003      Branch: perl
5004            ! win32/win32.c
5005 ____________________________________________________________________________
5006 [  2936] By: gsar                                  on 1999/02/15  06:26:39
5007         Log: support native integers, pack("L_",...) etc. (via private mail)
5008              From: Jarkko Hietaniemi <jhi@iki.fi>
5009              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
5010              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
5011              Subject: the "packnative" patch
5012      Branch: perl
5013            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
5014            ! t/lib/ipc_sysv.t t/op/pack.t
5015 ____________________________________________________________________________
5016 [  2935] By: gsar                                  on 1999/02/15  06:04:02
5017         Log: From: Michael G Schwern <schwern@pobox.com>
5018              Date: Tue, 9 Feb 1999 04:13:12 -0500
5019              Message-ID: <19990209041312.A15788@toldyouso.com>
5020              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
5021      Branch: perl
5022            ! utils/h2xs.PL
5023 ____________________________________________________________________________
5024 [  2934] By: gsar                                  on 1999/02/15  05:30:13
5025         Log: fix bugs in the handling of negative numbers, among other things
5026              From: Steven Knight <knight@theopera.baldmt.citilink.com>
5027              Date: Mon, 8 Feb 1999 01:16:24 -0600
5028              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
5029              Subject: Math::BigFloat and Math::BigInt
5030      Branch: perl
5031            + t/lib/bigfloat.t t/lib/bigfloatpm.t
5032            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
5033            ! t/lib/bigintpm.t
5034 ____________________________________________________________________________
5035 [  2933] By: gsar                                  on 1999/02/15  04:57:52
5036         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
5037              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
5038              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
5039              Subject: s2p incorrectly handles hold space commands
5040      Branch: perl
5041            ! x2p/s2p.PL
5042 ____________________________________________________________________________
5043 [  2932] By: gsar                                  on 1999/02/15  04:45:55
5044         Log: clarify what a "line" is
5045      Branch: perl
5046            ! pod/perlfunc.pod pod/perlvar.pod
5047 ____________________________________________________________________________
5048 [  2931] By: gsar                                  on 1999/02/15  04:23:29
5049         Log: backout change#2811 and add newer version based on File::Spec
5050              From: Barrie Slaymaker <rbs@telerama.com>
5051              Date: Thu, 11 Feb 1999 16:29:24 -0500
5052              Message-ID: <36C34BB4.A62090E0@telerama.com>
5053              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
5054      Branch: perl
5055            - lib/File/PathConvert.pm
5056            ! MANIFEST installhtml lib/Pod/Html.pm
5057 ____________________________________________________________________________
5058 [  2930] By: gsar                                  on 1999/02/15  04:16:25
5059         Log: From: Barrie Slaymaker <rbs@telerama.com>
5060              Date: Thu, 11 Feb 1999 19:39:48 -0500
5061              Message-ID: <36C37854.707D139@telerama.com>
5062              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
5063      Branch: perl
5064            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
5065 ____________________________________________________________________________
5066 [  2929] By: gsar                                  on 1999/02/15  04:06:50
5067         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
5068              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
5069              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
5070              Subject: [PATCH]5.005_54 (DOC) fix many typos
5071              --
5072              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
5073              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
5074              Subject: [PATCH]5.005_54 (DOC) typos
5075      Branch: perl
5076            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
5077            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
5078            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5079            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5080            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
5081            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
5082            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
5083            ! pod/perlvar.pod pod/perlxs.pod
5084 ____________________________________________________________________________
5085 [  2928] By: gsar                                  on 1999/02/15  03:39:53
5086         Log: allow the Carp routines to pass through exception objects
5087      Branch: perl
5088            ! lib/Carp.pm
5089 ____________________________________________________________________________
5090 [  2927] By: gsar                                  on 1999/02/15  03:22:57
5091         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
5092      Branch: perl
5093            ! pod/perlfaq8.pod
5094 ____________________________________________________________________________
5095 [  2926] By: gsar                                  on 1999/02/15  03:19:39
5096         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
5097              have done that, but didn't)
5098      Branch: perl
5099           !> utils/h2ph.PL
5100 ____________________________________________________________________________
5101 [  2925] By: gsar                                  on 1999/02/15  03:17:01
5102         Log: integrate cfgperl changes into mainline
5103      Branch: perl
5104            ! Changes
5105           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5106           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
5107           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
5108           !> vms/subconfigure.com
5109 ____________________________________________________________________________
5110 [  2924] By: gsar                                  on 1999/02/15  03:07:08
5111         Log: add const qualifier to most char* prototypes, handle ripple effect
5112      Branch: perl
5113            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
5114            ! universal.c util.c
5115 ____________________________________________________________________________
5116 [  2923] By: gsar                                  on 1999/02/15  01:04:30
5117         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5118              Date: Thu, 04 Feb 1999 02:37:31 +0000
5119              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
5120              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
5121      Branch: perl
5122            ! pp_ctl.c t/op/range.t
5123 ____________________________________________________________________________
5124 [  2922] By: gsar                                  on 1999/02/15  00:24:34
5125         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5126              Date: Sun, 31 Jan 1999 01:50:06 +0000
5127              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
5128              Subject: [PATCH 5.005_03t4] regexp flags bug
5129      Branch: perl
5130            ! regcomp.c t/op/re_tests
5131 ____________________________________________________________________________
5132 [  2921] By: gsar                                  on 1999/02/15  00:13:02
5133         Log: use New() et al., rather than safemalloc() et al.
5134              From: jan.dubois@ibm.net (Jan Dubois)
5135              Date: Fri, 29 Jan 1999 23:27:22 +0100
5136              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
5137              Subject: [PATCH _03-MT5] POSIX.xs memory API
5138      Branch: perl
5139            ! ext/POSIX/POSIX.xs
5140 ____________________________________________________________________________
5141 [  2920] By: gsar                                  on 1999/02/15  00:05:33
5142         Log: tweak READ() docs to mention $buffer must be altered by reference
5143      Branch: perl
5144            ! pod/perltie.pod
5145 ____________________________________________________________________________
5146 [  2919] By: gsar                                  on 1999/02/14  23:50:39
5147         Log: applied suggested patch, with several language/readability tweaks
5148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5149              Date: Fri, 29 Jan 1999 00:25:02 -0500
5150              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
5151              Subject: Re: [PATCH 5.005_*] Better parsing docs
5152      Branch: perl
5153            ! pod/perlop.pod
5154 ____________________________________________________________________________
5155 [  2918] By: gsar                                  on 1999/02/14  23:20:42
5156         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
5157              of silently returning bogus values)
5158              From: Peter Chines <pchines@nhgri.nih.gov>
5159              Date: Wed, 27 Jan 1999 16:11:31 -0500
5160              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
5161              Subject: Time::Local
5162      Branch: perl
5163            ! lib/Time/Local.pm pod/perldelta.pod
5164 ____________________________________________________________________________
5165 [  2917] By: gsar                                  on 1999/02/14  11:21:43
5166         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5167              Date: Thu, 28 Jan 1999 10:02:20 -0500
5168              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
5169              Subject: Re: [PATCH 5.005_53] Better perldoc
5170      Branch: perl
5171            ! utils/perldoc.PL
5172 ____________________________________________________________________________
5173 [  2916] By: gsar                                  on 1999/02/14  10:59:38
5174         Log: back out change#2751, apply updated version 
5175              From: jan.dubois@ibm.net (Jan Dubois)
5176              Date: Sat, 06 Feb 1999 01:06:29 +0100
5177              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
5178              Subject: [PATCH] Cleanup of File::Spec module
5179      Branch: perl
5180            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
5181            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5182            ! lib/File/Spec/Win32.pm
5183 ____________________________________________________________________________
5184 [  2915] By: gsar                                  on 1999/02/14  10:48:01
5185         Log: tweak select() test
5186      Branch: perl
5187            ! pod/perlipc.pod t/op/fh.t
5188 ____________________________________________________________________________
5189 [  2914] By: gsar                                  on 1999/02/14  10:25:55
5190         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
5191      Branch: perl
5192            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
5193 ____________________________________________________________________________
5194 [  2913] By: gsar                                  on 1999/02/14  10:03:51
5195         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
5196              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
5197              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
5198              Subject: Re: SvOPV() or SvPV_nolen() or ...
5199      Branch: perl
5200            ! pod/perlguts.pod
5201 ____________________________________________________________________________
5202 [  2912] By: gsar                                  on 1999/02/14  09:57:29
5203         Log: provide SvPV_nolen(sv) to avoid use of PL_na
5204              From: jan.dubois@ibm.net (Jan Dubois)
5205              Date: Sun, 24 Jan 1999 02:45:32 +0100
5206              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
5207              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
5208      Branch: perl
5209            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
5210            ! sv.h
5211 ____________________________________________________________________________
5212 [  2911] By: gsar                                  on 1999/02/14  06:51:05
5213         Log: elide stray effluvium
5214      Branch: perl
5215            ! pod/perldelta.pod
5216 ____________________________________________________________________________
5217 [  2910] By: gsar                                  on 1999/02/14  05:51:56
5218         Log: slurping an empty file should return '' rather than undef, with
5219              commensurate effects on ARGV processing
5220      Branch: perl
5221            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5222            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
5223 ____________________________________________________________________________
5224 [  2909] By: gsar                                  on 1999/02/14  00:02:11
5225         Log: perly_c.diff typo
5226      Branch: perl
5227            ! perly.c perly_c.diff vms/perly_c.vms
5228 ____________________________________________________________________________
5229 [  2908] By: gsar                                  on 1999/02/13  18:20:13
5230         Log: From: jan.dubois@ibm.net (Jan Dubois)
5231              Date: Sat, 13 Feb 1999 13:25:53 +0100
5232              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
5233              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
5234      Branch: perl
5235            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
5236 ____________________________________________________________________________
5237 [  2907] By: jhi                                   on 1999/02/13  15:07:26
5238         Log: Integrate from mainperl.
5239      Branch: cfgperl
5240           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
5241           !> (integrate 150 files)
5242 ____________________________________________________________________________
5243 [  2903] By: gsar                                  on 1999/02/12  13:25:59
5244         Log: From: jan.dubois@ibm.net (Jan Dubois)
5245              Date: Sun, 24 Jan 1999 01:12:00 +0100
5246              Message-ID: <36b66479.62756298@smtp1.ibm.net>
5247              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
5248      Branch: perl
5249            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
5250            ! proto.h sv.c sv.h
5251 ____________________________________________________________________________
5252 [  2902] By: gsar                                  on 1999/02/12  12:55:11
5253         Log: script to generate ctags from etags
5254              From: Colin Kuskie <ckuskie@cadence.com>
5255              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
5256              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
5257              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
5258      Branch: perl
5259            + emacs/e2ctags.pl
5260            ! Makefile.SH pod/perlfaq3.pod
5261 ____________________________________________________________________________
5262 [  2901] By: gsar                                  on 1999/02/12  12:40:17
5263         Log: allow boolean assign ops to be lvalues
5264              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5265              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
5266              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
5267              --
5268              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5269              Date: Mon, 18 Jan 1999 10:04:00 +0000
5270              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
5271              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
5272      Branch: perl
5273            + t/op/lop.t
5274            ! MANIFEST op.c
5275 ____________________________________________________________________________
5276 [  2899] By: jhi                                   on 1999/02/12  12:03:48
5277         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
5278      Branch: cfgperl
5279            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5280            ! config_h.SH hints/openbsd.sh
5281 ____________________________________________________________________________
5282 [  2898] By: gsar                                  on 1999/02/12  11:49:25
5283         Log: support win32_putenv()
5284      Branch: perl
5285            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
5286            ! win32/win32.c win32/win32iop.h
5287 ____________________________________________________________________________
5288 [  2894] By: gsar                                  on 1999/02/12  11:09:27
5289         Log: add missing hunk in change#2657
5290      Branch: perl
5291            ! ext/B/B/CC.pm
5292 ____________________________________________________________________________
5293 [  2893] By: gsar                                  on 1999/02/12  11:00:13
5294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5295              Date: Tue, 19 Jan 1999 20:13:15 -0500
5296              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
5297              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
5298      Branch: perl
5299            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
5300            ! t/pragma/subs.t t/pragma/warning.t
5301 ____________________________________________________________________________
5302 [  2892] By: gsar                                  on 1999/02/12  10:44:38
5303         Log: update change#2670 to later version
5304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5305              Date: Sun, 31 Jan 1999 16:16:14 +0000
5306              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
5307              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
5308      Branch: perl
5309            ! t/op/subst.t toke.c
5310 ____________________________________________________________________________
5311 [  2891] By: gsar                                  on 1999/02/12  10:31:17
5312         Log: make testsuite somewhat location independent
5313      Branch: perl
5314            ! (edit 117 files)
5315 ____________________________________________________________________________
5316 [  2890] By: gsar                                  on 1999/02/12  10:00:30
5317         Log: add $AutoLoader::VERSION
5318      Branch: perl
5319            ! lib/AutoLoader.pm
5320 ____________________________________________________________________________
5321 [  2889] By: gsar                                  on 1999/02/12  09:55:48
5322         Log: tweak PERL_STRICT_CR notes
5323      Branch: perl
5324            ! pod/perl5005delta.pod
5325 ____________________________________________________________________________
5326 [  2888] By: gsar                                  on 1999/02/12  09:41:45
5327         Log: add note about test-notty target
5328      Branch: perl
5329            ! README.win32
5330 ____________________________________________________________________________
5331 [  2887] By: gsar                                  on 1999/02/12  09:37:37
5332         Log: add perltodo.pod
5333      Branch: perl
5334            + pod/perltodo.pod
5335            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
5336            ! win32/pod.mak
5337 ____________________________________________________________________________
5338 [  2886] By: jhi                                   on 1999/02/12  08:52:14
5339         Log: Integrate from mainperl.
5340      Branch: cfgperl
5341           +> t/op/fh.t
5342           !> (integrate 30 files)
5343 ____________________________________________________________________________
5344 [  2885] By: gsar                                  on 1999/02/12  08:42:10
5345         Log: note how to find REG_INFTY limit
5346      Branch: perl
5347            ! pod/perlre.pod
5348 ____________________________________________________________________________
5349 [  2884] By: jhi                                   on 1999/02/12  08:36:14
5350         Log: OpenBSD pthreads awareness, thanks to
5351              David Leonard <david.leonard@csee.uq.edu.au>
5352      Branch: maint-5.005/perl
5353            ! Configure hints/openbsd.sh
5354 ____________________________________________________________________________
5355 [  2882] By: gsar                                  on 1999/02/12  08:05:20
5356         Log: IO is maintained by p5p (per Graham Barr's wishes)
5357      Branch: perl
5358            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
5359            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
5360            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5361            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5362 ____________________________________________________________________________
5363 [  2881] By: gsar                                  on 1999/02/12  07:57:13
5364         Log: fh.t typo
5365      Branch: perl
5366            ! t/op/fh.t
5367 ____________________________________________________________________________
5368 [  2880] By: gsar                                  on 1999/02/12  07:38:16
5369         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
5370      Branch: perl
5371            ! perl.c pod/perlrun.pod
5372 ____________________________________________________________________________
5373 [  2879] By: gsar                                  on 1999/02/12  05:39:29
5374         Log: fix ops that are not filehandle constructors to not create GV if it
5375              doesn't already exist (avoids leaks); extend semantics of defined()
5376              so that defined(*{$foo}) works (experimental)
5377      Branch: perl
5378            + t/op/fh.t
5379            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
5380            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
5381 ____________________________________________________________________________
5382 [  2877] By: jhi                                   on 1999/02/11  20:44:00
5383         Log: From: Chris Nandor <pudge@pobox.com>
5384              To: perl5-porters@perl.org
5385              Subject: [PATCH] perlport.pod 1.39
5386              Date: Thu, 11 Feb 1999 12:28:35 -0500
5387              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
5388      Branch: cfgperl
5389            ! pod/perlport.pod
5390 ____________________________________________________________________________
5391 [  2870] By: gsar                                  on 1999/02/11  11:17:08
5392         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
5393      Branch: perl
5394            ! ext/IO/lib/IO/Pipe.pm
5395 ____________________________________________________________________________
5396 [  2869] By: gsar                                  on 1999/02/11  11:00:56
5397         Log: update win32/pod.mak
5398      Branch: perl
5399            ! win32/pod.mak
5400 ____________________________________________________________________________
5401 [  2868] By: gsar                                  on 1999/02/11  10:42:44
5402         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
5403              Date: Fri, 08 Jan 1999 14:36:53 +1100
5404              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
5405              Subject: Re: [Fwd: IO::Socket::connect and blocking]
5406      Branch: perl
5407            ! ext/IO/lib/IO/Socket.pm
5408 ____________________________________________________________________________
5409 [  2867] By: gsar                                  on 1999/02/11  09:43:03
5410         Log: av_extend() doc tweak from Jan Dubois
5411      Branch: perl
5412            ! pod/perlguts.pod
5413 ____________________________________________________________________________
5414 [  2866] By: gsar                                  on 1999/02/11  09:27:17
5415         Log: display full pathname of unreadable files
5416      Branch: perl
5417            ! utils/perldoc.PL
5418 ____________________________________________________________________________
5419 [  2865] By: gsar                                  on 1999/02/11  09:02:31
5420         Log: missing patch in change#2522
5421      Branch: perl
5422            ! lib/Pod/Text.pm
5423 ____________________________________________________________________________
5424 [  2864] By: jhi                                   on 1999/02/11  08:45:00
5425         Log: From: Spider Boardman <spider@zk3.dec.com>
5426              To: perlbug@perl.com
5427              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
5428              Date: Wed, 10 Feb 1999 23:33:31 -0500
5429              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
5430      Branch: maint-5.005/perl
5431            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
5432 ____________________________________________________________________________
5433 [  2862] By: gsar                                  on 1999/02/11  08:14:34
5434         Log: integrate changes#2738,2740 from maint-5.005
5435      Branch: perl
5436           !> lib/ExtUtils/MakeMaker.pm
5437 ____________________________________________________________________________
5438 [  2861] By: jhi                                   on 1999/02/11  08:04:25
5439         Log: Integrate from mainperl.
5440      Branch: cfgperl
5441           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
5442           !> t/op/range.t win32/config.gc
5443 ____________________________________________________________________________
5444 [  2860] By: gsar                                  on 1999/02/11  07:30:08
5445         Log: binmode() support for cygwin32 (suggested by Steven Morlock
5446              <newspost@morlock.net>)
5447      Branch: perl
5448            ! perl.h
5449 ____________________________________________________________________________
5450 [  2859] By: gsar                                  on 1999/02/11  07:14:21
5451         Log: update Changes
5452      Branch: perl
5453            ! Changes
5454           !> pod/perl5005delta.pod
5455 ____________________________________________________________________________
5456 [  2856] By: gsar                                  on 1999/02/11  07:07:39
5457         Log: integrate perldelta changes from maint-5.005
5458      Branch: perl
5459           !> pod/perl5005delta.pod
5460 ____________________________________________________________________________
5461 [  2855] By: gsar                                  on 1999/02/11  06:31:50
5462         Log: applied suggested patch; added tests
5463              From: Adam Krolnik <adamk@gypsy.cyrix.com>
5464              Date: Sat, 12 Dec 98 15:30:18 -0600
5465              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
5466              Subject: Range operation doesn't handle IV_MAX
5467      Branch: perl
5468            ! pp_ctl.c t/op/range.t
5469 ____________________________________________________________________________
5470 [  2854] By: gsar                                  on 1999/02/11  05:00:55
5471         Log: compatibility fix: magic non-propagation in foreach implicit localization
5472      Branch: perl
5473            ! pp_ctl.c t/op/local.t win32/config.gc
5474 ____________________________________________________________________________
5475 [  2852] By: gsar                                  on 1999/02/10  23:17:49
5476         Log: fair warning about -Dusethreads
5477      Branch: maint-5.005/perl
5478            ! Configure INSTALL README.threads
5479 ____________________________________________________________________________
5480 [  2847] By: jhi                                   on 1999/02/09  19:13:28
5481         Log: Integrate from mainperl.
5482      Branch: cfgperl
5483           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
5484           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
5485 ____________________________________________________________________________
5486 [  2846] By: gsar                                  on 1999/02/09  13:53:28
5487         Log: a modified version of suggested patch for pack template 'Z'; added docs
5488              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
5489              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
5490              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
5491              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
5492      Branch: perl
5493            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
5494 ____________________________________________________________________________
5495 [  2845] By: gsar                                  on 1999/02/09  00:03:26
5496         Log: clarify docs for change#2835
5497      Branch: perl
5498            ! pod/perldelta.pod pod/perlop.pod
5499 ____________________________________________________________________________
5500 [  2844] By: gsar                                  on 1999/02/08  23:40:57
5501         Log: addendum to change#2823
5502              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5503              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
5504              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
5505              Subject: [PATCH] Docs and tests for method-call syntax
5506      Branch: perl
5507            ! pod/perlobj.pod t/op/method.t
5508 ____________________________________________________________________________
5509 [  2843] By: jhi                                   on 1999/02/08  21:06:28
5510         Log: Ultrix mmap tidbit.
5511      Branch: cfgperl
5512            ! hints/ultrix_4.sh
5513 ____________________________________________________________________________
5514 [  2842] By: jhi                                   on 1999/02/08  20:22:55
5515         Log: Integrate from mainperl.
5516      Branch: cfgperl
5517           +> t/op/subst_wamp.t
5518           !> (integrate 35 files)
5519 ____________________________________________________________________________
5520 [  2841] By: jhi                                   on 1999/02/08  18:23:26
5521         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5522              To: Mailing list Perl5 <perl5-porters@perl.org>
5523              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
5524              Date: Sun, 7 Feb 1999 17:25:22 -0500
5525              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
5526      Branch: cfgperl
5527            + t/op/subst_amp.t
5528            ! MANIFEST regcomp.c t/op/subst.t
5529 ____________________________________________________________________________
5530 [  2840] By: jhi                                   on 1999/02/08  18:16:54
5531         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5532              To: Mailing list Perl5 <perl5-porters@perl.org>
5533              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
5534              Date: Sun, 7 Feb 1999 17:00:10 -0500
5535              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
5536      Branch: cfgperl
5537            ! pp_hot.c t/op/pat.t
5538 ____________________________________________________________________________
5539 [  2839] By: jhi                                   on 1999/02/08  17:25:30
5540         Log: A require was missing.
5541      Branch: cfgperl
5542            ! t/lib/h2ph.pht
5543 ____________________________________________________________________________
5544 [  2838] By: jhi                                   on 1999/02/08  16:38:41
5545         Log: Bring in the change #2809 (the Configure part has been
5546              modified rather a lot since the #2809, though.)
5547      Branch: cfgperl
5548            ! Configure utils/h2ph.PL
5549 ____________________________________________________________________________
5550 [  2835] By: gsar                                  on 1999/02/08  14:40:23
5551         Log: make qw() into a true list at compile time (slightly modified
5552              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
5553      Branch: perl
5554            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
5555 ____________________________________________________________________________
5556 [  2834] By: gsar                                  on 1999/02/08  13:23:16
5557         Log: make safesysmalloc() etc., always available; safemalloc() et al are
5558              now macros that point to the right malloc; fix various places in
5559              sources that need to always use safesysmalloc() et al
5560      Branch: perl
5561            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
5562            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
5563 ____________________________________________________________________________
5564 [  2833] By: gsar                                  on 1999/02/08  10:56:16
5565         Log: remove spurious #endif in last change
5566      Branch: perl
5567            ! perl.h
5568 ____________________________________________________________________________
5569 [  2832] By: gsar                                  on 1999/02/08  10:34:55
5570         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
5571              them ask for insanity (untested)
5572      Branch: perl
5573            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
5574            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
5575            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
5576 ____________________________________________________________________________
5577 [  2831] By: jhi                                   on 1999/02/08  08:33:33
5578         Log: Update vms/subconfigure.com along the lines of change #2829.
5579      Branch: cfgperl
5580            ! vms/subconfigure.com
5581 ____________________________________________________________________________
5582 [  2830] By: gsar                                  on 1999/02/08  00:19:46
5583         Log: integrate cfgperl changes into mainline
5584      Branch: perl
5585           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
5586           +> lib/File/PathConvert.pm pod/perlthrtut.pod
5587            ! Changes
5588           !> (integrate 93 files)
5589 ____________________________________________________________________________
5590 [  2829] By: jhi                                   on 1999/02/07  23:49:46
5591         Log: Configure update.
5592              
5593              Probe for mmap() et alia.
5594              The *cc*symbols patch (just Configure, no h2ph).
5595      Branch: cfgperl
5596            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5597            ! config_h.SH perl.h
5598 ____________________________________________________________________________
5599 [  2828] By: gsar                                  on 1999/02/07  23:38:47
5600         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5601              Date: Sun, 7 Feb 1999 17:25:22 -0500
5602              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
5603              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
5604      Branch: perl
5605            + t/op/subst_amp.t t/op/subst_wamp.t
5606            ! MANIFEST regcomp.c t/op/subst.t
5607 ____________________________________________________________________________
5608 [  2827] By: gsar                                  on 1999/02/07  23:27:32
5609         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5610              Date: Sun, 7 Feb 1999 17:00:10 -0500
5611              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
5612              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
5613      Branch: perl
5614            ! pp_hot.c t/op/pat.t
5615 ____________________________________________________________________________
5616 [  2826] By: gsar                                  on 1999/02/07  23:26:04
5617         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
5618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5619              Date: Sun, 7 Feb 1999 15:07:27 -0500
5620              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
5621              Subject: Re: fixing memory leaks in REx compilation
5622      Branch: perl
5623            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
5624            ! regexec.c
5625 ____________________________________________________________________________
5626 [  2825] By: jhi                                   on 1999/02/07  18:05:13
5627         Log: Integrate from mainperl.
5628      Branch: cfgperl
5629           +> lib/DB.pm t/comp/bproto.t
5630           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
5631           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
5632           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
5633           !> toke.c vms/perly_c.vms
5634 ____________________________________________________________________________
5635 [  2824] By: gsar                                  on 1999/02/07  14:21:48
5636         Log: tweak doc on bitwise ops
5637      Branch: perl
5638            ! pod/perlop.pod
5639 ____________________________________________________________________________
5640 [  2823] By: gsar                                  on 1999/02/07  13:38:31
5641         Log: applied suggested patch; regen perly* and vms/perly*
5642              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5643              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
5644              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
5645              Subject: [PATCH] Re: Suggestion for perlobj man page
5646      Branch: perl
5647            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
5648 ____________________________________________________________________________
5649 [  2822] By: gsar                                  on 1999/02/07  12:39:09
5650         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
5651              disabled, fails tests)
5652      Branch: perl
5653            ! regcomp.h
5654 ____________________________________________________________________________
5655 [  2821] By: gsar                                  on 1999/02/07  11:09:39
5656         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
5657              <Alexander.Barilo@aexp.com>)
5658      Branch: perl
5659            ! lib/Pod/Html.pm
5660 ____________________________________________________________________________
5661 [  2820] By: gsar                                  on 1999/02/07  10:20:35
5662         Log: add draft debugging API implementation
5663      Branch: perl
5664            + lib/DB.pm
5665            ! MANIFEST
5666 ____________________________________________________________________________
5667 [  2819] By: gsar                                  on 1999/02/07  09:58:45
5668         Log: avoid garbage in db->dirbuf
5669              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
5670              Date: Sat, 05 Dec 1998 14:14:54 +0900
5671              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
5672              Subject: SDBM bug
5673      Branch: perl
5674            ! ext/SDBM_File/sdbm/sdbm.c
5675 ____________________________________________________________________________
5676 [  2818] By: gsar                                  on 1999/02/07  09:32:24
5677         Log: missing entry
5678      Branch: perl
5679            ! MANIFEST
5680 ____________________________________________________________________________
5681 [  2817] By: gsar                                  on 1999/02/07  09:30:47
5682         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
5683      Branch: perl
5684            + t/comp/bproto.t
5685            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5686 ____________________________________________________________________________
5687 [  2816] By: gsar                                  on 1999/02/06  00:14:29
5688         Log: minor bug in dumping blessed subrefs
5689      Branch: perl
5690            ! ext/Data/Dumper/Dumper.pm
5691 ____________________________________________________________________________
5692 [  2812] By: jhi                                   on 1999/02/03  22:02:24
5693         Log: Enhance change #2808.
5694              
5695              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5696              To: perl5-porters@perl.org
5697              Subject: Re: [PATCH 5.00*]: perlbug checklist
5698              Date: Wed, 3 Feb 1999 19:02:27 +0000
5699              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
5700      Branch: cfgperl
5701            ! utils/perlbug.PL
5702 ____________________________________________________________________________
5703 [  2811] By: jhi                                   on 1999/02/03  21:53:23
5704         Log: From: Barrie Slaymaker <rbs@telerama.com>
5705              To: perl5-porters@perl.org
5706              CC: pod-people@perl.org
5707              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
5708              Date: Wed, 03 Feb 1999 10:34:18 -0500
5709              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
5710              
5711              Add File::PathConvert.pm.
5712              Fix Pod::Html and installhtml to understand relative urls.
5713      Branch: cfgperl
5714            + lib/File/PathConvert.pm
5715            ! MANIFEST installhtml lib/Pod/Html.pm
5716 ____________________________________________________________________________
5717 [  2810] By: jhi                                   on 1999/02/03  20:25:10
5718         Log: From: Francois Desarmenien <desar@club-internet.fr>
5719              To: Mailing list Perl5 <perl5-porters@perl.org>
5720              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
5721              Date: Wed, 03 Feb 1999 13:13:24 +0000
5722              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
5723              
5724              (note: this patch completely overrides Tom Wolfe's patch,
5725              change #2604)
5726      Branch: cfgperl
5727            + ext/GDBM_File/hints/sco.pl
5728            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
5729 ____________________________________________________________________________
5730 [  2809] By: jhi                                   on 1999/02/03  19:54:16
5731         Log: h2ph fixes + Configure patch to support them.
5732              
5733              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5734              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
5735              Gurusamy Sarathy <gsar@engin.umich.edu>
5736              Cc: perl5-porters@perl.org
5737              Subject: [PATCH 5.00503_MT5] h2ph.PL
5738              Date: Tue, 2 Feb 1999 19:48:06 -0500
5739              Message-ID: <19990202194806.E10647@O2.chapin.edu>
5740      Branch: maint-5.005/perl
5741            ! Configure utils/h2ph.PL
5742 ____________________________________________________________________________
5743 [  2808] By: jhi                                   on 1999/02/03  16:59:55
5744         Log: Enhance the perlbug checklist.
5745      Branch: cfgperl
5746            ! utils/perlbug.PL
5747 ____________________________________________________________________________
5748 [  2807] By: jhi                                   on 1999/02/03  14:01:37
5749         Log: Document the standard strftime %formats.
5750              
5751              From: Dominic Dunlop <domo@vo.lu>
5752              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
5753              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
5754              Date: Tue, 2 Feb 1999 15:55:29 +0100
5755              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
5756      Branch: cfgperl
5757            ! ext/POSIX/POSIX.pod
5758 ____________________________________________________________________________
5759 [  2806] By: jhi                                   on 1999/02/03  13:58:00
5760         Log: Integrate from mainperl.
5761      Branch: cfgperl
5762           !> perl.h
5763 ____________________________________________________________________________
5764 [  2805] By: gsar                                  on 1999/02/03  03:32:31
5765         Log: PL_uuemap[] init needs help for sizeof()
5766      Branch: perl
5767            ! perl.h
5768 ____________________________________________________________________________
5769 [  2804] By: jhi                                   on 1999/02/02  20:44:30
5770         Log: These should've been already in #2803.
5771      Branch: cfgperl
5772            ! Configure config_h.SH vms/subconfigure.com
5773 ____________________________________________________________________________
5774 [  2803] By: jhi                                   on 1999/02/02  20:38:45
5775         Log: telldir prototype issue, from mists of time...
5776      Branch: cfgperl
5777            ! hints/netbsd.sh pp_sys.c
5778 ____________________________________________________________________________
5779 [  2801] By: jhi                                   on 1999/02/02  17:40:14
5780         Log: From: John Bley <jbb6@acpub.duke.edu>
5781              To: perlbug@perl.org
5782              Subject: [PATCH]5.005_54 (DOC) fix minor typos
5783              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
5784              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
5785      Branch: cfgperl
5786            ! pod/perlre.pod
5787 ____________________________________________________________________________
5788 [  2800] By: jhi                                   on 1999/02/02  17:26:49
5789         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
5790      Branch: cfgperl
5791            ! Todo-5.005
5792 ____________________________________________________________________________
5793 [  2799] By: jhi                                   on 1999/02/02  17:18:51
5794         Log: Update FindBin from maint-5.005.
5795      Branch: cfgperl
5796            ! lib/FindBin.pm
5797 ____________________________________________________________________________
5798 [  2798] By: jhi                                   on 1999/02/02  17:16:07
5799         Log: Fix typecasts in #2797
5800              
5801              From: "G. Del Merritt" <del@intranetics.com>
5802              Date: Fri, 29 Jan 1999 11:47:25 -0700
5803              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
5804              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
5805      Branch: cfgperl
5806            ! ext/POSIX/POSIX.xs
5807 ____________________________________________________________________________
5808 [  2797] By: jhi                                   on 1999/02/02  17:14:37
5809         Log: From: Ted Law <tedlaw@cibcwg.com>
5810              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
5811              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
5812              Subject: POSIX::strftime buffer overflow problem
5813      Branch: cfgperl
5814            ! ext/POSIX/POSIX.xs
5815 ____________________________________________________________________________
5816 [  2796] By: jhi                                   on 1999/02/02  17:13:23
5817         Log: Do not use File::Slurp.
5818      Branch: cfgperl
5819            ! t/lib/textfill.t
5820 ____________________________________________________________________________
5821 [  2795] By: jhi                                   on 1999/02/02  17:11:48
5822         Log: perlhist update from maint-5.005.
5823      Branch: cfgperl
5824            ! pod/perlhist.pod
5825 ____________________________________________________________________________
5826 [  2794] By: jhi                                   on 1999/02/02  17:10:33
5827         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
5828      Branch: cfgperl
5829            ! ext/POSIX/POSIX.pm
5830 ____________________________________________________________________________
5831 [  2793] By: jhi                                   on 1999/02/02  17:08:39
5832         Log: Missed the html test from change #2787. 
5833      Branch: cfgperl
5834            ! t/lib/cgi-html.t
5835 ____________________________________________________________________________
5836 [  2792] By: jhi                                   on 1999/02/02  17:01:24
5837         Log: Update Getopt::Long to 2.19.
5838      Branch: cfgperl
5839            ! lib/Getopt/Long.pm
5840 ____________________________________________________________________________
5841 [  2791] By: jhi                                   on 1999/02/02  16:59:13
5842         Log: overload syntax is no longer experimental
5843      Branch: cfgperl
5844            ! lib/overload.pm
5845 ____________________________________________________________________________
5846 [  2789] By: jhi                                   on 1999/02/02  16:47:50
5847         Log: Still doc fixes.
5848      Branch: cfgperl
5849            ! lib/diagnostics.pm
5850 ____________________________________________________________________________
5851 [  2788] By: jhi                                   on 1999/02/02  16:47:07
5852         Log: Doc fixes.
5853      Branch: cfgperl
5854            ! lib/CGI.pm lib/diagnostics.pm
5855 ____________________________________________________________________________
5856 [  2787] By: jhi                                   on 1999/02/02  16:38:55
5857         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
5858              where applicable).
5859      Branch: cfgperl
5860            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
5861            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5862            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5863            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
5864            ! eg/cgi/frameset.cgi eg/cgi/index.html
5865            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5866            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5867            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5868            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
5869            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
5870            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
5871 ____________________________________________________________________________
5872 [  2786] By: jhi                                   on 1999/02/02  16:17:52
5873         Log: Update CPAN to 1.47.
5874      Branch: cfgperl
5875            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5876 ____________________________________________________________________________
5877 [  2785] By: jhi                                   on 1999/02/02  16:09:03
5878         Log: From: Mark-Jason Dominus <mjd@plover.com>
5879              Date: Sat, 16 Jan 1999 17:22:06 -0500
5880              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
5881              Message-ID: <19990116222206.3674.qmail@plover.com>
5882      Branch: cfgperl
5883            ! pod/perlsub.pod
5884 ____________________________________________________________________________
5885 [  2784] By: jhi                                   on 1999/02/02  16:01:31
5886         Log: Fix incorrect "used only once" warnings
5887              
5888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5889              Date: Fri, 8 Jan 1999 04:37:10 -0500
5890              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
5891              Subject: Re: change#965 flakiness
5892      Branch: cfgperl
5893            ! gv.c
5894 ____________________________________________________________________________
5895 [  2783] By: jhi                                   on 1999/02/02  15:50:38
5896         Log: perldelta updates.
5897      Branch: cfgperl
5898            ! pod/perldelta.pod
5899 ____________________________________________________________________________
5900 [  2782] By: jhi                                   on 1999/02/02  14:28:26
5901         Log: Mirror change #2781.
5902      Branch: cfgperl
5903            ! hints/linux.sh
5904 ____________________________________________________________________________
5905 [  2781] By: jhi                                   on 1999/02/02  14:27:01
5906         Log: Update the MkLinux note.
5907      Branch: maint-5.005/perl
5908            ! hints/linux.sh
5909 ____________________________________________________________________________
5910 [  2780] By: jhi                                   on 1999/02/02  14:10:59
5911         Log: Update todo.
5912      Branch: cfgperl
5913            ! Todo-5.005
5914 ____________________________________________________________________________
5915 [  2779] By: jhi                                   on 1999/02/02  14:00:25
5916         Log: Integrate from mainperl.
5917      Branch: cfgperl
5918            ! t/lib/textfill.t t/lib/textwrap.t
5919           !> (integrate 32 files)
5920 ____________________________________________________________________________
5921 [  2778] By: jhi                                   on 1999/02/02  13:56:23
5922         Log: VMS update, applicable parts of
5923              
5924              From: Dan Sugalski <sugalskd@osshe.edu>
5925              To: perl5-porters@perl.org
5926              Subject: [PATCH 5.005_03MT3]VMS configure tweak
5927              Date: Wed, 20 Jan 1999 12:05:18 -0800
5928              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
5929              
5930              From: Dan Sugalski <sugalskd@osshe.edu>
5931              To: perlbug@perl.com, vmsperl@perl.org
5932              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
5933              Date: Tue, 26 Jan 1999 14:40:38 -0800
5934              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
5935              
5936              From: Dan Sugalski <sugalskd@osshe.edu>
5937              To: perl5-porters@perl.org, vmsperl@perl.org
5938              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
5939              Date: Tue, 26 Jan 1999 14:55:29 -0800
5940              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
5941      Branch: cfgperl
5942            ! vms/ext/Stdio/test.pl vms/subconfigure.com
5943 ____________________________________________________________________________
5944 [  2777] By: jhi                                   on 1999/02/02  13:43:24
5945         Log: Synch usethreads parts from maint-5.005.
5946      Branch: cfgperl
5947            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
5948            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
5949            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5950            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
5951 ____________________________________________________________________________
5952 [  2776] By: jhi                                   on 1999/02/02  13:17:16
5953         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
5954      Branch: cfgperl
5955            ! Makefile.SH hints/freebsd.sh
5956 ____________________________________________________________________________
5957 [  2774] By: jhi                                   on 1999/02/02  13:10:39
5958         Log: Add perlthrtut, update pod/* machinery.
5959              (a pod/Makefile.SH is sorely needed)
5960      Branch: cfgperl
5961            + pod/perlthrtut.pod
5962            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
5963 ____________________________________________________________________________
5964 [  2773] By: jhi                                   on 1999/02/02  12:54:24
5965         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5966              To: perl5-porters@perl.org
5967              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
5968              Date: Tue, 26 Jan 1999 22:25:07 +0000
5969              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
5970      Branch: cfgperl
5971            ! pod/perlguts.pod
5972 ____________________________________________________________________________
5973 [  2771] By: jhi                                   on 1999/02/02  12:47:34
5974         Log: Use perlbug instead of personal email address.
5975      Branch: cfgperl
5976            ! Configure
5977 ____________________________________________________________________________
5978 [  2770] By: jhi                                   on 1999/02/02  12:42:06
5979         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
5980              
5981              From: "G. Del Merritt" <del@intranetics.com>
5982              To: perlbug@perl.com
5983              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
5984              Date: Tue, 26 Jan 1999 12:09:09 -0700
5985              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
5986      Branch: cfgperl
5987            ! iperlsys.h
5988 ____________________________________________________________________________
5989 [  2769] By: jhi                                   on 1999/02/02  12:37:57
5990         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5991              To: Mailing list Perl5 <perl5-porters@perl.org>
5992              Subject: [PATCH 5.005_*] OS/2 threads
5993              Date: Tue, 26 Jan 1999 13:39:46 -0500
5994              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
5995      Branch: cfgperl
5996            ! os2/os2ish.h
5997 ____________________________________________________________________________
5998 [  2768] By: jhi                                   on 1999/02/02  12:36:16
5999         Log: Apply change #2711 from maint-5.005:
6000              
6001              make ok", "make okfile", and "make nok" were broken
6002              with -Duseshrplib, because of a shared typo.
6003              
6004              From: Spider Boardman <spider@web.zk3.dec.com>
6005              To: perlbug@perl.com
6006              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6007              Date: Wed, 27 Jan 1999 12:27:15 -0500
6008              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6009      Branch: cfgperl
6010            ! Makefile.SH
6011 ____________________________________________________________________________
6012 [  2766] By: jhi                                   on 1999/02/02  12:27:08
6013         Log: Make Configure use "int main()" instead of bare "main()".
6014              Like maint-5.005 change #2703 but now via metaconfig.
6015      Branch: cfgperl
6016            ! Configure
6017 ____________________________________________________________________________
6018 [  2765] By: jhi                                   on 1999/02/02  11:59:30
6019         Log: Undo part of change #2562.
6020      Branch: cfgperl
6021            ! Configure
6022 ____________________________________________________________________________
6023 [  2764] By: jhi                                   on 1999/02/02  11:52:39
6024         Log: NetBSD synch with maint-5.005.
6025      Branch: cfgperl
6026            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6027 ____________________________________________________________________________
6028 [  2763] By: jhi                                   on 1999/02/02  11:44:07
6029         Log: $Config{installusrbinperl}
6030              (maint-5.005 changes #2614 and #2709)
6031      Branch: cfgperl
6032            ! Configure installperl
6033 ____________________________________________________________________________
6034 [  2762] By: jhi                                   on 1999/02/02  11:29:13
6035         Log: Errno update from maint-5.005 (changes #2583, #2710).
6036      Branch: cfgperl
6037            ! Configure ext/Errno/Errno_pm.PL
6038 ____________________________________________________________________________
6039 [  2759] By: jhi                                   on 1999/02/02  10:53:20
6040         Log: Update Trig.pm from maint-5.005.
6041      Branch: cfgperl
6042            ! lib/Math/Trig.pm
6043 ____________________________________________________________________________
6044 [  2757] By: jhi                                   on 1999/02/02  10:41:26
6045         Log: MPE/iX update (mirror maint-5.005 change #2715)
6046      Branch: cfgperl
6047            ! hints/mpeix.sh mpeix/relink
6048 ____________________________________________________________________________
6049 [  2756] By: jhi                                   on 1999/02/02  10:38:08
6050         Log: BeOS update (Mirror maint-5.005 change #2727).
6051      Branch: cfgperl
6052            + ext/DynaLoader/dl_beos.xs
6053            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6054            ! lib/ExtUtils/MM_Unix.pm
6055 ____________________________________________________________________________
6056 [  2754] By: gsar                                  on 1999/02/02  08:52:13
6057         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
6058      Branch: perl
6059            ! Porting/pumpkin.pod Todo Todo-5.005
6060 ____________________________________________________________________________
6061 [  2753] By: gsar                                  on 1999/02/02  08:46:21
6062         Log: Todo tweaks
6063      Branch: perl
6064            ! Todo Todo-5.005
6065 ____________________________________________________________________________
6066 [  2752] By: jhi                                   on 1999/02/01  22:15:12
6067         Log: Add perlthrtut.pod.
6068              
6069              From: Dan Sugalski <sugalskd@osshe.edu>
6070              To: perl5-porters@perl.org
6071              Subject: perlthrtut.pod
6072              Date: Mon, 01 Feb 1999 10:57:11 -0800
6073              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
6074      Branch: maint-5.005/perl
6075            + pod/perlthrtut.pod
6076            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
6077            ! pod/roffitall
6078 ____________________________________________________________________________
6079 [  2751] By: gsar                                  on 1999/02/01  07:28:05
6080         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
6081      Branch: perl
6082            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6083            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
6084 ____________________________________________________________________________
6085 [  2750] By: gsar                                  on 1999/02/01  07:09:20
6086         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6087              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
6088              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
6089              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
6090      Branch: perl
6091            ! regexec.c
6092 ____________________________________________________________________________
6093 [  2749] By: gsar                                  on 1999/02/01  07:07:59
6094         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6095              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
6096              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
6097              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
6098      Branch: perl
6099            ! regexec.c
6100 ____________________________________________________________________________
6101 [  2748] By: gsar                                  on 1999/02/01  06:47:06
6102         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
6103              Date: Thu, 3 Dec 1998 15:10:17 -0500
6104              Message-Id: <199812032010.PAA09692@jik.shore.net>
6105              Subject: sample checksum code in "perlfunc" man page is wrong
6106      Branch: perl
6107            ! pod/perlfunc.pod
6108 ____________________________________________________________________________
6109 [  2747] By: gsar                                  on 1999/02/01  06:35:13
6110         Log: typos in Pod/Text.pm
6111              From: "Greg Chapman" <glc@well.com>
6112              Date: Tue, 1 Dec 1998 10:50:18 -0800
6113              Message-Id: <199812011849.KAA08816@smtp.well.com>
6114              Subject: Glitch in Pod::Text
6115      Branch: perl
6116            ! lib/Pod/Text.pm
6117 ____________________________________________________________________________
6118 [  2746] By: gsar                                  on 1999/02/01  06:27:35
6119         Log: various win32-ish changes merged from maint-5.005
6120      Branch: perl
6121            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
6122            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
6123            ! win32/Makefile win32/config.bc win32/config.vc
6124            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
6125            ! win32/win32.c
6126 ____________________________________________________________________________
6127 [  2745] By: gsar                                  on 1999/02/01  04:51:54
6128         Log: integrate cfgperl changes into mainline
6129      Branch: perl
6130           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
6131 ____________________________________________________________________________
6132 [  2744] By: gsar                                  on 1999/02/01  04:31:09
6133         Log: improved diagnostic on syntax errors at EOL
6134      Branch: perl
6135            ! toke.c
6136 ____________________________________________________________________________
6137 [  2743] By: gsar                                  on 1999/02/01  03:59:13
6138         Log: don't attempt connect() to bogus IP addresses
6139              From:    Graham Barr <gbarr@pobox.com>
6140              Date:    Sun, 31 Jan 1999 21:50:45 CST
6141              Message-Id: <19990131215045.A633@pobox.com>
6142      Branch: perl
6143            ! t/lib/io_multihomed.t
6144 ____________________________________________________________________________
6145 [  2742] By: gsar                                  on 1999/02/01  03:08:58
6146         Log: update Changes
6147      Branch: perl
6148            ! Changes pod/perldelta.pod
6149 ____________________________________________________________________________
6150 [  2740] By: gsar                                  on 1999/02/01  02:43:07
6151         Log: CAPI inheritance tweak and doc
6152      Branch: maint-5.005/perl
6153            ! lib/ExtUtils/MakeMaker.pm
6154 ____________________________________________________________________________
6155 [  2739] By: jhi                                   on 1999/01/31  18:31:54
6156         Log: Undo changes #2730 and #2731 and replace them
6157              with an extensively tested patch from
6158              Anton Berezin <tobez@plab.ku.dk> (via private email).
6159      Branch: maint-5.005/perl
6160            ! Makefile.SH hints/freebsd.sh
6161 ____________________________________________________________________________
6162 [  2738] By: gsar                                  on 1999/01/31  05:04:32
6163         Log: fix bogus CAPI inheritance from change#2541
6164      Branch: maint-5.005/perl
6165            ! lib/ExtUtils/MakeMaker.pm
6166 ____________________________________________________________________________
6167 [  2731] By: jhi                                   on 1999/01/29  14:33:12
6168         Log: FreeBSD version numbers can be like "2.2.8-release".
6169      Branch: maint-5.005/perl
6170            ! hints/freebsd.sh
6171 ____________________________________________________________________________
6172 [  2730] By: jhi                                   on 1999/01/29  12:40:38
6173         Log: FreeBSD hints iteration (hopefully convergent).
6174              usethreads: require at least FreeBSD 2.2.8.
6175              signal type: mirror change #2429 in cfgperl.
6176      Branch: maint-5.005/perl
6177            ! hints/freebsd.sh
6178 ____________________________________________________________________________
6179 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
6180         Log: From: Tom Spindler <dogcow@isi.net>
6181              Date: Thu, 28 Jan 1999 17:15:11 -0800
6182              Message-ID: <19990128171510.A11778@isi.net>
6183              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
6184      Branch: maint-5.005/perl
6185            + ext/DynaLoader/dl_beos.xs
6186            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6187            ! lib/ExtUtils/MM_Unix.pm
6188 ____________________________________________________________________________
6189 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
6190         Log: Remove use of File::Slurp in t/lib/textfill.t
6191      Branch: maint-5.005/perl
6192            ! t/lib/textfill.t
6193 ____________________________________________________________________________
6194 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
6195         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
6196              Date: Wed, 27 Jan 1999 23:14:33 -0800
6197              Message-Id: <199901280714.XAA10176@activestate.com>
6198              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
6199      Branch: maint-5.005/perl
6200            ! win32/Makefile win32/makefile.mk
6201 ____________________________________________________________________________
6202 [  2720] By: gsar                                  on 1999/01/27  21:54:42
6203         Log: missing space while munging CCFLAGS for PERL_CAPI
6204      Branch: perl
6205            ! lib/ExtUtils/MM_Unix.pm
6206 ____________________________________________________________________________
6207 [  2718] By: jhi                                   on 1999/01/27  19:46:04
6208         Log: io/fs.t fails test #18 (sense of tests appears to have been
6209              changed incompletely; this patch just skips the test attached,
6210              a la test #17 preceding it).
6211              
6212              From: "G. Del Merritt" <del@intranetics.com>
6213              To: perlbug@perl.com
6214              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6215              Date: Tue, 26 Jan 1999 12:09:09 -0700
6216              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6217      Branch: maint-5.005/perl
6218            ! t/io/fs.t
6219 ____________________________________________________________________________
6220 [  2717] By: jhi                                   on 1999/01/27  19:44:46
6221         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6222              
6223              From: "G. Del Merritt" <del@intranetics.com>
6224              To: perlbug@perl.com
6225              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6226              Date: Tue, 26 Jan 1999 12:09:09 -0700
6227              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6228      Branch: maint-5.005/perl
6229            ! iperlsys.h
6230 ____________________________________________________________________________
6231 [  2715] By: jhi                                   on 1999/01/27  19:34:28
6232         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6233              To: perl5-porters@perl.org
6234              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
6235              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
6236              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
6237      Branch: maint-5.005/perl
6238            ! hints/mpeix.sh mpeix/relink
6239 ____________________________________________________________________________
6240 [  2710] By: jhi                                   on 1999/01/27  19:22:23
6241         Log: Errno fixes:
6242              
6243              From: Spider Boardman <spider@web.zk3.dec.com>
6244              To: perlbug@perl.com
6245              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6246              Date: Wed, 27 Jan 1999 12:27:15 -0500
6247              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6248              
6249              From: Spider Boardman <spider@web.zk3.dec.com>
6250              To: perlbug@perl.com
6251              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6252              Date: Wed, 27 Jan 1999 13:31:16 -0500
6253              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
6254      Branch: maint-5.005/perl
6255            ! Configure ext/Errno/Errno_pm.PL
6256 ____________________________________________________________________________
6257 [  2709] By: jhi                                   on 1999/01/27  19:17:35
6258         Log: Fix Configure installusrbinperl:
6259              
6260              From: Spider Boardman <spider@web.zk3.dec.com>
6261              To: jhi@iki.fi
6262              cc: perl5-porters@perl.org
6263              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6264              Date: Wed, 27 Jan 1999 13:03:35 -0500
6265              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
6266      Branch: maint-5.005/perl
6267            ! Configure
6268 ____________________________________________________________________________
6269 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
6270         Log: Add redef IO::Handle::* for setv?buf()
6271      Branch: maint-5.005/perl
6272            ! ext/POSIX/POSIX.pm
6273 ____________________________________________________________________________
6274 [  2705] By: jhi                                   on 1999/01/24  15:14:30
6275         Log: Mention year-1900 and month 0..11.
6276      Branch: cfgperl
6277            ! lib/Time/Local.pm
6278 ____________________________________________________________________________
6279 [  2704] By: jhi                                   on 1999/01/24  15:13:36
6280         Log: Document Configure -Uinstallusrbinperl.
6281      Branch: cfgperl
6282            ! INSTALL pod/perldelta.pod
6283 ____________________________________________________________________________
6284 [  2698] By: jhi                                   on 1999/01/24  12:46:00
6285         Log: Use only xlc_r for usethreads.
6286      Branch: cfgperl
6287            ! hints/aix.sh
6288 ____________________________________________________________________________
6289 [  2695] By: gsar                                  on 1999/01/24  07:09:05
6290         Log: integrate cfgperl changes into mainline
6291      Branch: perl
6292           +> lib/Exporter/Heavy.pm
6293           !> (integrate 65 files)
6294 ____________________________________________________________________________
6295 [  2694] By: gsar                                  on 1999/01/24  01:28:49
6296         Log: better notes on 'make' on win32
6297      Branch: perl
6298            ! README.win32
6299 ____________________________________________________________________________
6300 [  2683] By: jhi                                   on 1999/01/22  15:41:00
6301         Log: More de-cut-and-pastos.
6302      Branch: cfgperl
6303            ! hints/irix_6.sh hints/os2.sh
6304 ____________________________________________________________________________
6305 [  2682] By: jhi                                   on 1999/01/22  15:30:51
6306         Log: usethreads.cbu cut-and-pasto.
6307      Branch: cfgperl
6308            ! hints/solaris_2.sh
6309 ____________________________________________________________________________
6310 [  2681] By: jhi                                   on 1999/01/22  14:54:55
6311         Log: Better (I hope) LANGUAGE documentation.
6312      Branch: cfgperl
6313            ! pod/perllocale.pod
6314 ____________________________________________________________________________
6315 [  2680] By: jhi                                   on 1999/01/22  09:20:29
6316         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6317              To: perl5-porters@perl.org
6318              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6319              Date: Wed, 20 Jan 1999 12:05:18 -0800
6320              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6321      Branch: cfgperl
6322            ! vms/subconfigure.com
6323 ____________________________________________________________________________
6324 [  2679] By: jhi                                   on 1999/01/22  09:13:18
6325         Log: nosuid getmntent() branch.
6326      Branch: cfgperl
6327            ! perl.c perl.h
6328 ____________________________________________________________________________
6329 [  2678] By: jhi                                   on 1999/01/22  08:54:19
6330         Log: nosuid patch continued: *BSD needs <sys/param.h>.
6331      Branch: cfgperl
6332            ! Configure config_h.SH
6333 ____________________________________________________________________________
6334 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
6335         Log: Fixup FindBin to use File::Spec
6336              
6337              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
6338              Date: Wed, 20 Jan 1999 18:51:57 +0000
6339              From: Paul Johnson <pjcj@transeda.com>
6340              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
6341      Branch: maint-5.005/perl
6342            ! lib/FindBin.pm
6343 ____________________________________________________________________________
6344 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
6345         Log: Fix win32 for Borland compiler and spaces in paths
6346              
6347              From: Gurusamy Sarathy <gsar@activestate.com>
6348              Date: Mon, 18 Jan 1999 20:33:17 -0800
6349              Message-Id: <199901190433.UAA03656@activestate.com>
6350              Subject: [PATCH] 5.005_03-trial3 win32 issues
6351      Branch: maint-5.005/perl
6352            ! README.win32 win32/Makefile win32/config_sh.PL
6353            ! win32/makefile.mk win32/runperl.c
6354 ____________________________________________________________________________
6355 [  2670] By: jhi                                   on 1999/01/21  16:12:38
6356         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6357              To: perl5-porters@perl.org
6358              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
6359              Date: Thu, 21 Jan 1999 12:08:01 +0000
6360              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
6361      Branch: cfgperl
6362            ! pod/perldiag.pod t/op/subst.t toke.c
6363 ____________________________________________________________________________
6364 [  2669] By: jhi                                   on 1999/01/21  16:11:46
6365         Log: To: perl5-porters@perl.org
6366              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
6367              From: Anton Berezin <tobez@plab.ku.dk>
6368              Date: 21 Jan 1999 17:07:28 +0100
6369              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
6370      Branch: cfgperl
6371            ! hints/freebsd.sh
6372 ____________________________________________________________________________
6373 [  2668] By: jhi                                   on 1999/01/21  15:38:34
6374         Log: Add Daniel Grisinger <dgris@dimensional.com>.
6375      Branch: cfgperl
6376            ! AUTHORS MAINTAIN
6377 ____________________________________________________________________________
6378 [  2667] By: jhi                                   on 1999/01/21  15:32:28
6379         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6380              To: Mailing list Perl5 <perl5-porters@perl.org>
6381              Subject: [PATCH 5.005_53] Lean Exporter.pm
6382              Date: Thu, 21 Jan 1999 03:25:23 -0500
6383              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
6384      Branch: cfgperl
6385            + lib/Exporter/Heavy.pm
6386            ! MANIFEST lib/Exporter.pm
6387 ____________________________________________________________________________
6388 [  2666] By: jhi                                   on 1999/01/21  15:24:10
6389         Log: From: "W. Phillip Moore" <wpm@ms.com>
6390              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
6391              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
6392              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
6393              Message-ID: <13988.46383.298992.97303@zappa>
6394      Branch: cfgperl
6395            ! lib/File/Path.pm
6396 ____________________________________________________________________________
6397 [  2665] By: jhi                                   on 1999/01/21  15:20:48
6398         Log: CPAN update (CPAN-1.44_54) from Andreas and
6399              jumbo doc patch from Abigail.
6400              
6401              From: abigail@fnx.com
6402              To: perl5-porters@perl.org (Perl Porters)
6403              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
6404              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
6405              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
6406              
6407              From: abigail@fnx.com
6408              To: perl5-porters@perl.org (Perl Porters)
6409              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
6410              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
6411              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
6412              
6413              From: abigail@fnx.com
6414              To: perl5-porters@perl.org (Perl Porters)
6415              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
6416              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
6417              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
6418              
6419              From: abigail@fnx.com
6420              To: perl5-porters@perl.org (Perl Porters)
6421              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
6422              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
6423              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
6424              
6425              From: abigail@fnx.com
6426              To: perl5-porters@perl.org (Perl Porters)
6427              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
6428              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
6429              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
6430              
6431              From: abigail@fnx.com
6432              To: perl5-porters@perl.org (Perl Porters)
6433              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
6434              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
6435              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
6436              
6437              From: abigail@fnx.com
6438              To: perl5-porters@perl.org (Perl Porters)
6439              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
6440              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
6441              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
6442              
6443              From: abigail@fnx.com
6444              To: perl5-porters@perl.org (Perl Porters)
6445              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
6446              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
6447              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
6448              
6449              From: abigail@fnx.com
6450              To: perl5-porters@perl.org (Perl Porters)
6451              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
6452              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
6453              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
6454              
6455              From: abigail@fnx.com
6456              To: perl5-porters@perl.org (Perl Porters)
6457              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
6458              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
6459              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
6460              
6461              From: abigail@fnx.com
6462              To: perl5-porters@perl.org (Perl Porters)
6463              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
6464              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
6465              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
6466              
6467              From: abigail@fnx.com
6468              To: perl5-porters@perl.org (Perl Porters)
6469              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
6470              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
6471              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
6472              
6473              From: abigail@fnx.com
6474              To: perl5-porters@perl.org (Perl Porters)
6475              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
6476              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
6477              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
6478      Branch: cfgperl
6479            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
6480            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6481            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
6482            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
6483 ____________________________________________________________________________
6484 [  2664] By: jhi                                   on 1999/01/21  14:47:43
6485         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6486              To: Mailing list Perl5 <perl5-porters@perl.org>
6487              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
6488              Date: Thu, 21 Jan 1999 03:58:29 -0500
6489              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
6490      Branch: cfgperl
6491            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
6492 ____________________________________________________________________________
6493 [  2663] By: jhi                                   on 1999/01/21  14:43:58
6494         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6495              To: Mailing list Perl5 <perl5-porters@perl.org>
6496              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
6497              Date: Thu, 21 Jan 1999 02:46:34 -0500
6498              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
6499      Branch: cfgperl
6500            ! ext/Errno/Errno_pm.PL
6501 ____________________________________________________________________________
6502 [  2662] By: jhi                                   on 1999/01/21  14:42:42
6503         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
6504              To: Francois Desarmenien <desar@club-internet.fr>
6505              Cc: Gurusamy Sarathy <gsar@activestate.com>,
6506              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
6507              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
6508              Date: 21 Jan 1999 00:17:35 -0700
6509              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
6510      Branch: cfgperl
6511            ! Porting/patching.pod
6512 ____________________________________________________________________________
6513 [  2661] By: jhi                                   on 1999/01/21  14:41:13
6514         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6515              To: Mailing list Perl5 <perl5-porters@perl.org>
6516              Subject: [PATCH 5.00*] makedepend
6517              Date: Thu, 21 Jan 1999 02:08:27 -0500
6518              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
6519      Branch: cfgperl
6520            ! makedepend.SH
6521 ____________________________________________________________________________
6522 [  2660] By: jhi                                   on 1999/01/21  14:36:45
6523         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6524              To: Mailing list Perl5 <perl5-porters@perl.org>
6525              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
6526              Date: Tue, 19 Jan 1999 20:06:45 -0500
6527              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
6528      Branch: cfgperl
6529            ! os2/Changes os2/os2.c
6530 ____________________________________________________________________________
6531 [  2657] By: jhi                                   on 1999/01/21  11:40:35
6532         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6533              To: perl5-porters@perl.org
6534              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
6535              Date: Mon, 18 Jan 1999 01:32:31 PST
6536              Message-ID: <19990118093231.18443.qmail@hotmail.com>
6537      Branch: cfgperl
6538            ! ext/B/B/CC.pm
6539 ____________________________________________________________________________
6540 [  2656] By: jhi                                   on 1999/01/21  11:35:34
6541         Log: From: Achim Bohnet <ach@mpe.mpg.de>
6542              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
6543              Date: Wed, 20 Jan 1999 20:25:53 +0100
6544              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
6545      Branch: cfgperl
6546            ! pp.c
6547 ____________________________________________________________________________
6548 [  2655] By: jhi                                   on 1999/01/21  10:46:01
6549         Log: Handle NIS (and NetInfo) more robustly.
6550      Branch: cfgperl
6551            ! t/op/grent.t t/op/pwent.t
6552 ____________________________________________________________________________
6553 [  2654] By: jhi                                   on 1999/01/21  10:17:20
6554         Log: Two-argument eaccess() of SCO.
6555      Branch: cfgperl
6556            ! pp_sys.c
6557 ____________________________________________________________________________
6558 [  2653] By: jhi                                   on 1999/01/21  08:53:14
6559         Log: -DNO_NOSUID_CHECK for those platforms which have no way
6560              of checking for nosuid but still want suidperl.
6561      Branch: cfgperl
6562            ! perl.c
6563 ____________________________________________________________________________
6564 [  2652] By: jhi                                   on 1999/01/21  08:22:50
6565         Log: The LANGUAGE mirrors LC_ALL usage.
6566      Branch: cfgperl
6567            ! Configure config_h.SH
6568 ____________________________________________________________________________
6569 [  2651] By: jhi                                   on 1999/01/20  22:01:21
6570         Log: I_MNTENT was missing.
6571      Branch: cfgperl
6572            ! Configure config_h.SH
6573 ____________________________________________________________________________
6574 [  2650] By: jhi                                   on 1999/01/19  13:42:03
6575         Log: NetBSD update, based on patches from the NetBSD packages system.
6576      Branch: cfgperl
6577            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6578 ____________________________________________________________________________
6579 [  2649] By: jhi                                   on 1999/01/19  12:44:02
6580         Log: Jumbo Configure update.
6581              * -Uinstallusrbinperl: disable /usr/bin/perl installation
6582              by installperl
6583              * usethreads.cbu
6584              * use64bits.cbu
6585              * "nosuid"
6586      Branch: cfgperl
6587            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
6588            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
6589            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
6590            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
6591            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
6592            ! pod/perldiag.pod
6593 ____________________________________________________________________________
6594 [  2648] By: jhi                                   on 1999/01/19  09:16:44
6595         Log: Mention /usr/share/locale.
6596      Branch: cfgperl
6597            ! pod/perllocale.pod
6598 ____________________________________________________________________________
6599 [  2647] By: jhi                                   on 1999/01/19  09:11:11
6600         Log: SHMLBA strikes back in NetBSD/sparc.
6601              
6602              From: Dave Nelson <David.Nelson@bellcow.com>
6603              To: jhi@iki.fi
6604              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
6605              Date: Mon, 18 Jan 1999 22:07:56 -0600
6606              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
6607      Branch: cfgperl
6608            ! ext/IPC/SysV/SysV.xs
6609 ____________________________________________________________________________
6610 [  2646] By: jhi                                   on 1999/01/19  08:58:17
6611         Log: Show LANGUAGE env var when needed. (Augment change #2645).
6612      Branch: cfgperl
6613            ! util.c utils/perlbug.PL
6614 ____________________________________________________________________________
6615 [  2645] By: jhi                                   on 1999/01/19  08:52:15
6616         Log: Document the GNU LANGUAGE env var.
6617      Branch: cfgperl
6618            ! pod/perllocale.pod
6619 ____________________________________________________________________________
6620 [  2644] By: jhi                                   on 1999/01/19  08:42:25
6621         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6622              To: Mailing list Perl5 <perl5-porters@perl.org>
6623              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
6624              Date: Mon, 18 Jan 1999 20:57:02 -0500
6625              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
6626      Branch: cfgperl
6627            ! pp_hot.c t/op/pat.t
6628 ____________________________________________________________________________
6629 [  2643] By: jhi                                   on 1999/01/18  11:23:41
6630         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
6631      Branch: cfgperl
6632            ! Makefile.SH
6633 ____________________________________________________________________________
6634 [  2642] By: jhi                                   on 1999/01/18  11:03:38
6635         Log: GNU libc locale system has LANGUAGE env var that partly
6636              overrides even LC_ALL.
6637      Branch: cfgperl
6638            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
6639 ____________________________________________________________________________
6640 [  2641] By: jhi                                   on 1999/01/18  10:55:04
6641         Log: Integrate from mainperl.
6642      Branch: cfgperl
6643           +> ext/B/defsubs.h.PL
6644            ! t/op/groups.t
6645           !> (integrate 38 files)
6646 ____________________________________________________________________________
6647 [  2640] By: gsar                                  on 1999/01/18  10:06:29
6648         Log: a few random cleanups
6649      Branch: perl
6650            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
6651 ____________________________________________________________________________
6652 [  2639] By: gsar                                  on 1999/01/18  05:56:21
6653         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
6654              Date:    Sun, 17 Jan 1999 16:41:10 PST
6655              Message-Id: <19990118004111.29667.qmail@hotmail.com>
6656              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
6657      Branch: perl
6658            ! ext/B/B/C.pm
6659 ____________________________________________________________________________
6660 [  2638] By: gsar                                  on 1999/01/18  05:41:21
6661         Log: From:    jan.dubois@ibm.net (Jan Dubois)
6662              Date:    Mon, 18 Jan 1999 00:37:41 +0100
6663              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
6664              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
6665      Branch: perl
6666            ! dump.c
6667 ____________________________________________________________________________
6668 [  2633] By: gsar                                  on 1999/01/17  13:39:59
6669         Log: bogus assert()
6670      Branch: perl
6671            ! pp.c t/op/groups.t
6672 ____________________________________________________________________________
6673 [  2632] By: gsar                                  on 1999/01/17  13:22:04
6674         Log: various tweaks for clean build and test on win32
6675      Branch: perl
6676            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
6677            ! op.c t/pragma/warn/doio
6678 ____________________________________________________________________________
6679 [  2631] By: gsar                                  on 1999/01/17  12:28:06
6680         Log: undo change#2336, and add clarification about subversive
6681              CPAN distributions from Andreas Koenig
6682      Branch: perl
6683            ! Porting/pumpkin.pod lib/CPAN.pm
6684 ____________________________________________________________________________
6685 [  2630] By: gsar                                  on 1999/01/17  12:04:06
6686         Log: fix silent taint failures under -U
6687      Branch: perl
6688            ! doio.c
6689 ____________________________________________________________________________
6690 [  2629] By: gsar                                  on 1999/01/17  12:00:23
6691         Log: sanity check piped opens (tweaked version of patch suggested
6692              by Mark-Jason Dominus)
6693      Branch: perl
6694            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
6695            ! t/op/taint.t t/pragma/warn/doio
6696 ____________________________________________________________________________
6697 [  2628] By: gsar                                  on 1999/01/17  11:26:21
6698         Log: regen headers
6699      Branch: perl
6700            ! embed.h embedvar.h objXSUB.h
6701 ____________________________________________________________________________
6702 [  2627] By: gsar                                  on 1999/01/17  11:23:37
6703         Log: PERL_OBJECTness for change#2595
6704      Branch: perl
6705            ! embed.pl op.c pod/perlport.pod proto.h
6706 ____________________________________________________________________________
6707 [  2626] By: gsar                                  on 1999/01/17  09:47:07
6708         Log: PERL_OBJECT tweaks for change#2426
6709      Branch: perl
6710            ! embed.pl proto.h regcomp.c
6711 ____________________________________________________________________________
6712 [  2625] By: gsar                                  on 1999/01/17  09:37:58
6713         Log: documentation in change#2596 is not quite right; fix it
6714      Branch: perl
6715            ! lib/Math/BigFloat.pm pod/perlguts.pod
6716 ____________________________________________________________________________
6717 [  2624] By: gsar                                  on 1999/01/17  09:28:34
6718         Log: undo change#2571; C<use File::Spec> instead
6719      Branch: perl
6720            ! lib/FindBin.pm
6721 ____________________________________________________________________________
6722 [  2623] By: gsar                                  on 1999/01/17  09:20:42
6723         Log: change#2572 is not applicable; undo, retaining scan_bin addition
6724              to global.sym
6725      Branch: perl
6726            ! global.sym perl.c proto.h
6727 ____________________________________________________________________________
6728 [  2622] By: gsar                                  on 1999/01/17  09:17:42
6729         Log: change#2576 is based on a wrong premise; undo it
6730      Branch: perl
6731            ! pp_ctl.c
6732 ____________________________________________________________________________
6733 [  2621] By: gsar                                  on 1999/01/17  09:12:42
6734         Log: fix change#2602 to not used hard coded constants
6735      Branch: perl
6736            ! ext/B/B/C.pm ext/B/defsubs.h.PL
6737 ____________________________________________________________________________
6738 [  2620] By: gsar                                  on 1999/01/17  09:02:07
6739         Log: integrate cfgperl changes into mainline, fix conflicts
6740      Branch: perl
6741           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
6742           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
6743           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
6744           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
6745           +> pod/perlopentut.pod
6746           !> (integrate 162 files)
6747 ____________________________________________________________________________
6748 [  2619] By: gsar                                  on 1999/01/17  08:42:04
6749         Log: a few doc typos
6750      Branch: perl
6751            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
6752 ____________________________________________________________________________
6753 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
6754         Log: Win32 changes from Jan
6755              
6756              From: jan.dubois@ibm.net (Jan Dubois)
6757              Date: Fri, 15 Jan 1999 23:38:35 +0100
6758              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
6759              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
6760              
6761              From: jan.dubois@ibm.net (Jan Dubois)
6762              Date: Sat, 16 Jan 1999 13:02:45 +0100
6763              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
6764              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
6765      Branch: maint-5.005/perl
6766            ! README.win32 win32/Makefile win32/makefile.mk
6767 ____________________________________________________________________________
6768 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
6769         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
6770              
6771              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6772              Date: Thu, 07 Jan 1999 00:12:00 -0500
6773              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
6774              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6775              
6776              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6777              Date: Thu, 14 Jan 1999 19:21:46 -0500
6778              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
6779              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6780      Branch: maint-5.005/perl
6781            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
6782            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
6783            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
6784            ! win32/makedef.pl win32/runperl.c win32/win32.c
6785 ____________________________________________________________________________
6786 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
6787         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6788              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
6789              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
6790              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
6791              
6792              From: Jarkko Hietaniemi <jhi@iki.fi>
6793              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
6794              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
6795              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
6796              
6797              From: Jarkko Hietaniemi <jhi@iki.fi>
6798              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
6799              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
6800              Subject: the promised "installusrbinperl + NetBSD" fix
6801      Branch: maint-5.005/perl
6802            ! Configure Makefile.SH hints/netbsd.sh installperl
6803            ! makedepend.SH unixish.h
6804 ____________________________________________________________________________
6805 [  2611] By: jhi                                   on 1999/01/14  12:16:14
6806         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6807              To: pumpkings@jhereg.perl.com
6808              Subject: perlopentut.pod
6809              Date: Sat, 09 Jan 1999 08:13:18 -0700
6810              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
6811      Branch: cfgperl
6812            + pod/perlopentut.pod
6813            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
6814 ____________________________________________________________________________
6815 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
6816         Log: Added Carp::cluck to perldelta.pod
6817      Branch: maint-5.005/perl
6818            ! pod/perldelta.pod
6819 ____________________________________________________________________________
6820 [  2605] By: jhi                                   on 1999/01/13  18:26:19
6821         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
6822              To: "'cpan@perl.org'" <cpan@perl.org>
6823              Subject: "Bug" fix for File::Find.pm
6824              Date:   Thu, 31 Dec 1998 13:01:50 -0500
6825              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
6826      Branch: cfgperl
6827            ! lib/File/Find.pm
6828 ____________________________________________________________________________
6829 [  2604] By: jhi                                   on 1999/01/13  18:08:45
6830         Log: From: Peter Wolfe <wolfe@teloseng.com>
6831              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
6832              To: perlbug@perl.com
6833              Date: 11 Jan 1999 23:00:05 +0200
6834              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
6835      Branch: cfgperl
6836            ! hints/sco.sh
6837 ____________________________________________________________________________
6838 [  2603] By: jhi                                   on 1999/01/13  18:06:56
6839         Log: From: hans@icgroup.nl (Hans Mulder)
6840              Subject: [Patch for 5.005_54] re::debugcolors dumps core
6841              To: perlbug@perl.com
6842              Cc: hansmu@xs4all.nl
6843              Date: 11 Jan 1999 22:22:45 +0200
6844              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
6845      Branch: cfgperl
6846            ! ext/re/re.pm regcomp.c
6847 ____________________________________________________________________________
6848 [  2602] By: jhi                                   on 1999/01/13  18:05:43
6849         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6850              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
6851              Date: 11 Jan 1999 08:02:41 +0200
6852              Lines: 134
6853              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
6854      Branch: cfgperl
6855            ! ext/B/B.xs ext/B/B/C.pm
6856 ____________________________________________________________________________
6857 [  2601] By: jhi                                   on 1999/01/13  18:01:53
6858         Log: From: James FitzGibbon <james@ican.net>
6859              Subject: Trivial patch for HP-UX 11 and shared libperl
6860              To: perl5-porters@perl.org
6861              Date: 8 Jan 1999 19:13:23 +0200
6862              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
6863      Branch: cfgperl
6864            ! Makefile.SH
6865 ____________________________________________________________________________
6866 [  2600] By: jhi                                   on 1999/01/13  17:59:45
6867         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6868              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
6869              To: perl5-porters@perl.org
6870              Date: 8 Jan 1999 12:43:36 +0200
6871              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
6872      Branch: cfgperl
6873            ! ext/B/B/CC.pm
6874 ____________________________________________________________________________
6875 [  2599] By: jhi                                   on 1999/01/13  17:50:11
6876         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
6877              Subject: PATCH to installperl
6878              To: perl5-porters@perl.org
6879              Date: 4 Jan 1999 16:15:18 +0200
6880              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
6881      Branch: cfgperl
6882            ! installperl
6883 ____________________________________________________________________________
6884 [  2598] By: jhi                                   on 1999/01/13  17:34:51
6885         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6886              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
6887              Cc: perl5-porters@perl.org
6888              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
6889              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
6890              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
6891      Branch: cfgperl
6892            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6893            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
6894 ____________________________________________________________________________
6895 [  2597] By: jhi                                   on 1999/01/13  17:30:33
6896         Log: From: David Dyck <dcd@tc.fluke.com>
6897              To: Perl Porters <perl5-porters@perl.org>,
6898              Gurusamy Sarathy <gsar@engin.umich.edu>
6899              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
6900              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
6901              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
6902      Branch: cfgperl
6903            ! pod/perldsc.pod
6904 ____________________________________________________________________________
6905 [  2596] By: jhi                                   on 1999/01/13  17:26:44
6906         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
6907              To: perl5-porters@perl.org
6908              Subject: [PATCH] modglobal w/ spelling fixes
6909              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
6910              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
6911      Branch: cfgperl
6912            ! pod/perlguts.pod
6913 ____________________________________________________________________________
6914 [  2595] By: jhi                                   on 1999/01/13  17:24:59
6915         Log: From: Hans Mulder <hansm@icgroup.nl>
6916              Optimize common sort routines.  Thread started by the message
6917              
6918              From: Hans Mulder <hansm@icgroup.nl>
6919              Sender: owner-perl5-porters@perl.org
6920              To: perl5-porters@perl.org
6921              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
6922              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
6923              
6924              and the patch from the message
6925              
6926              From: Hans Mulder <hans@icgroup.nl>
6927              To: jhi@iki.fi
6928              Cc: perl5-porters@perl.org
6929              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
6930              $b }
6931              Date: Wed, 13 Jan 1999 17:39:35 +0100
6932              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
6933      Branch: cfgperl
6934            ! Todo op.c op.h pp_ctl.c t/op/sort.t
6935 ____________________________________________________________________________
6936 [  2594] By: jhi                                   on 1999/01/13  16:50:17
6937         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
6938              (the diffs were based on 5.004_02).  Tested by Guido
6939              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
6940      Branch: cfgperl
6941            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
6942            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
6943            + mint/sys/time.h mint/time.h
6944            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
6945            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
6946 ____________________________________________________________________________
6947 [  2593] By: jhi                                   on 1999/01/09  16:54:26
6948         Log: Detypo.
6949      Branch: cfgperl
6950            ! hints/dec_osf.sh
6951 ____________________________________________________________________________
6952 [  2592] By: jhi                                   on 1999/01/09  16:17:13
6953         Log: Move usethreads and use64bits logic from hints to Configure.
6954      Branch: cfgperl
6955            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
6956            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
6957            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6958            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
6959 ____________________________________________________________________________
6960 [  2591] By: jhi                                   on 1999/01/09  14:45:24
6961         Log: Missing dTHRs added.
6962      Branch: cfgperl
6963            ! regcomp.c toke.c
6964 ____________________________________________________________________________
6965 [  2590] By: jhi                                   on 1999/01/08  15:27:17
6966         Log: Finalize change #2589 and add better AIX nm scanning from:
6967              
6968              Message-Id: <m0zyNW0-00017VC@gentoo.com>
6969              From: bll@gentoo.com (Brad Lanam)
6970              Subject: Re: mailhelp returned a non-zero status
6971              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
6972              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
6973      Branch: cfgperl
6974            ! Configure hints/freebsd.sh hints/linux.sh
6975 ____________________________________________________________________________
6976 [  2589] By: jhi                                   on 1999/01/08  15:14:54
6977         Log: Undo change #2581.
6978      Branch: cfgperl
6979            ! Configure hints/freebsd.sh hints/linux.sh
6980 ____________________________________________________________________________
6981 [  2588] By: jhi                                   on 1999/01/08  11:51:52
6982         Log: FAQ jumbo patch from tchrist.
6983              
6984              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
6985              From: Tom Christiansen <tchrist@jhereg.perl.com>
6986              To: pumpkings@jhereg.perl.com
6987              Subject: newest version of perlfaq.pod
6988              Date: Thu, 7 Jan 1999 23:05:02 -0700
6989              
6990              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
6991              From: Tom Christiansen <tchrist@jhereg.perl.com>
6992              To: pumpkings@jhereg.perl.com
6993              Subject: newest version of perlfaq1.pod
6994              Date: Thu, 7 Jan 1999 23:05:02 -0700
6995              
6996              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
6997              From: Tom Christiansen <tchrist@jhereg.perl.com>
6998              To: pumpkings@jhereg.perl.com
6999              Subject: newest version of perlfaq2.pod
7000              Date: Thu, 7 Jan 1999 23:05:02 -0700
7001              
7002              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
7003              From: Tom Christiansen <tchrist@jhereg.perl.com>
7004              To: pumpkings@jhereg.perl.com
7005              Subject: newest version of perlfaq3.pod
7006              Date: Thu, 7 Jan 1999 23:05:02 -0700
7007              
7008              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
7009              From: Tom Christiansen <tchrist@jhereg.perl.com>
7010              To: pumpkings@jhereg.perl.com
7011              Subject: newest version of perlfaq4.pod
7012              Date: Thu, 7 Jan 1999 23:05:02 -0700
7013              
7014              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
7015              From: Tom Christiansen <tchrist@jhereg.perl.com>
7016              To: pumpkings@jhereg.perl.com
7017              Subject: newest version of perlfaq5.pod
7018              Date: Thu, 7 Jan 1999 23:05:02 -0700
7019              
7020              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
7021              From: Tom Christiansen <tchrist@jhereg.perl.com>
7022              To: pumpkings@jhereg.perl.com
7023              Subject: newest version of perlfaq6.pod
7024              Date: Thu, 7 Jan 1999 23:05:02 -0700
7025              
7026              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
7027              From: Tom Christiansen <tchrist@jhereg.perl.com>
7028              To: pumpkings@jhereg.perl.com
7029              Subject: newest version of perlfaq7.pod
7030              Date: Thu, 7 Jan 1999 23:05:03 -0700
7031              
7032              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
7033              From: Tom Christiansen <tchrist@jhereg.perl.com>
7034              To: pumpkings@jhereg.perl.com
7035              Subject: newest version of perlfaq8.pod
7036              Date: Thu, 7 Jan 1999 23:05:03 -0700
7037              
7038              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
7039              From: Tom Christiansen <tchrist@jhereg.perl.com>
7040              To: pumpkings@jhereg.perl.com
7041              Subject: newest version of perlfaq9.pod
7042              Date: Thu, 7 Jan 1999 23:05:03 -0700
7043      Branch: cfgperl
7044            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7045            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7046            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7047            ! pod/perlfaq9.pod
7048 ____________________________________________________________________________
7049 [  2587] By: jhi                                   on 1999/01/08  11:17:43
7050         Log: More doc fixes from Abigail.
7051      Branch: cfgperl
7052            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7053            ! lib/User/pwent.pm
7054 ____________________________________________________________________________
7055 [  2585] By: jhi                                   on 1999/01/08  08:31:02
7056         Log: Change #2584 from maint-5.005:
7057              
7058              implemented Ilya's suggested fix, and added a testcase
7059              
7060              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7061              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
7062              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
7063              Subject: Re: Text::ParseWords: regex fix
7064      Branch: cfgperl
7065            ! lib/Text/ParseWords.pm t/lib/parsewords.t
7066 ____________________________________________________________________________
7067 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
7068         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7069              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
7070              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
7071              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
7072      Branch: maint-5.005/perl
7073            ! ext/Errno/Errno_pm.PL
7074 ____________________________________________________________________________
7075 [  2581] By: jhi                                   on 1999/01/07  16:38:03
7076         Log: Configure update:
7077              - usethreads, use64bits, and usemultiplicity
7078              are no more interactively asked by Configure
7079              - "int main()" (vs bare "main()") enforced in test programs
7080      Branch: cfgperl
7081            ! Configure hints/freebsd.sh hints/linux.sh
7082 ____________________________________________________________________________
7083 [  2580] By: jhi                                   on 1999/01/07  11:19:12
7084         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7085              Date: Wed, 06 Jan 1999 13:47:34 -0800
7086              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
7087              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
7088      Branch: cfgperl
7089            ! vms/vms.c
7090 ____________________________________________________________________________
7091 [  2579] By: jhi                                   on 1999/01/07  09:08:36
7092         Log: Another set of doc patches from Abigail
7093              
7094              From: abigail@fnx.com
7095              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
7096              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
7097              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
7098              
7099              From: abigail@fnx.com
7100              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
7101              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
7102              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
7103              
7104              From: abigail@fnx.com
7105              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
7106              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
7107              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
7108              
7109              From: abigail@fnx.com
7110              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
7111              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
7112              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
7113              
7114              From: abigail@fnx.com
7115              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
7116              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
7117              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
7118              
7119              From: abigail@fnx.com
7120              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
7121              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
7122              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
7123              
7124              From: abigail@fnx.com
7125              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
7126              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
7127              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
7128              
7129              From: abigail@fnx.com
7130              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
7131              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
7132              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
7133              
7134              From: abigail@fnx.com
7135              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
7136              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
7137              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
7138              
7139              From: abigail@fnx.com
7140              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
7141              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
7142              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
7143              
7144              From: abigail@fnx.com
7145              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
7146              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
7147              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
7148              
7149              From: abigail@fnx.com
7150              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
7151              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
7152              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
7153              
7154              From: abigail@fnx.com
7155              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
7156              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
7157              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
7158              
7159              From: abigail@fnx.com
7160              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
7161              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
7162              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
7163      Branch: cfgperl
7164            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
7165            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
7166            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
7167            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
7168            ! lib/Tie/Array.pm lib/Tie/Hash.pm
7169 ____________________________________________________________________________
7170 [  2576] By: jhi                                   on 1999/01/06  17:05:20
7171         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
7172      Branch: cfgperl
7173            ! pp_ctl.c
7174 ____________________________________________________________________________
7175 [  2575] By: jhi                                   on 1999/01/06  13:18:56
7176         Log: Enhance the great_circle_distance() documentation.
7177      Branch: cfgperl
7178            ! lib/Math/Trig.pm
7179 ____________________________________________________________________________
7180 [  2574] By: jhi                                   on 1999/01/06  12:58:03
7181         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7182              To: perlbug@perl.com
7183              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
7184              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
7185              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
7186      Branch: cfgperl
7187            ! t/op/sysio.t
7188 ____________________________________________________________________________
7189 [  2573] By: jhi                                   on 1999/01/06  12:40:19
7190         Log: From: "W. Phillip Moore" <wpm@ms.com>
7191              To: perlbug@perl.org
7192              Subject: [PATCH] POSIX getpgrp is not -w clean
7193              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7194              Message-ID: <13970.20107.190314.549471@zappa>
7195      Branch: cfgperl
7196            ! ext/POSIX/POSIX.pm
7197 ____________________________________________________________________________
7198 [  2572] By: jhi                                   on 1999/01/06  12:25:24
7199         Log: Based on
7200              From: jan.dubois@ibm.net (Jan Dubois)
7201              To: perl5-porters@perl.org
7202              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7203              Date: Wed, 06 Jan 1999 01:24:09 +0100
7204              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7205              except that
7206              - objXSUB.h was already okay
7207              - embed.h patching is futile, global.sym patched instead
7208              - objpp.h does not exist
7209              - proto.h addition applied manually
7210              - win32/GenCAPI.pl was already okay
7211              - win32/makedef.pl was already okay
7212      Branch: cfgperl
7213            ! global.sym perl.c proto.h
7214 ____________________________________________________________________________
7215 [  2571] By: jhi                                   on 1999/01/06  11:25:48
7216         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7217              To: perlbug@perl.com
7218              Subject: FindBin.pm on Win32 systems
7219              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7220              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7221      Branch: cfgperl
7222            ! lib/FindBin.pm
7223 ____________________________________________________________________________
7224 [  2570] By: jhi                                   on 1999/01/06  11:21:48
7225         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7226              To: perl5-porters@perl.org, vmsperl@perl.org
7227              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
7228              Date: Tue, 05 Jan 1999 16:47:31 -0800
7229              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
7230              
7231              (the ext/IO/lib/IO/Socket.pm was not really changed here;
7232              it was a leftover from #2569)
7233      Branch: cfgperl
7234            ! ext/IO/lib/IO/Socket.pm taint.c
7235 ____________________________________________________________________________
7236 [  2569] By: jhi                                   on 1999/01/06  11:18:22
7237         Log: Jumbo doc patch from Abigail (almost identical to
7238              the 5.005-maint change #2562 except for the
7239              ext/IO/lib/IO/Socket.pm patch which was not
7240              applicable because the IO version of 5.005-devel
7241              is somewhat different (why?))
7242              
7243              From: abigail@fnx.com
7244              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
7245              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
7246              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
7247              
7248              From: abigail@fnx.com
7249              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
7250              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
7251              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
7252              
7253              From: abigail@fnx.com
7254              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
7255              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
7256              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
7257              
7258              From: abigail@fnx.com
7259              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
7260              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
7261              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
7262              
7263              From: abigail@fnx.com
7264              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
7265              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
7266              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
7267              
7268              From: abigail@fnx.com
7269              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
7270              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
7271              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
7272              
7273              From: abigail@fnx.com
7274              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
7275              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
7276              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
7277              
7278              From: abigail@fnx.com
7279              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
7280              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
7281              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
7282              
7283              From: abigail@fnx.com
7284              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
7285              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
7286              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
7287              
7288              From: abigail@fnx.com
7289              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
7290              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
7291              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
7292      Branch: cfgperl
7293            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7294            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
7295            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
7296            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7297            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
7298 ____________________________________________________________________________
7299 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
7300         Log: From: jan.dubois@ibm.net (Jan Dubois)
7301              Date: Wed, 06 Jan 1999 01:24:09 +0100
7302              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7303              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7304      Branch: maint-5.005/perl
7305            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
7306            ! win32/GenCAPI.pl win32/makedef.pl
7307 ____________________________________________________________________________
7308 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
7309         Log: From: "W. Phillip Moore" <wpm@ms.com>
7310              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7311              Message-ID: <13970.20107.190314.549471@zappa>
7312              Subject: [PATCH] POSIX getpgrp is not -w clean
7313      Branch: maint-5.005/perl
7314            ! ext/POSIX/POSIX.pm
7315 ____________________________________________________________________________
7316 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
7317         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7318              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7319              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7320              Subject: FindBin.pm on Win32 systems
7321      Branch: maint-5.005/perl
7322            ! lib/FindBin.pm
7323 ____________________________________________________________________________
7324 [  2561] By: jhi                                   on 1999/01/05  10:49:10
7325         Log: Reword the setlocale() 1-arg case better.
7326      Branch: cfgperl
7327            ! ext/POSIX/POSIX.pod
7328 ____________________________________________________________________________
7329 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
7330         Log: From: Blair Zajac <bzajac@geostaff.com>
7331              Date: Wed, 23 Dec 1998 17:13:32 -0800
7332              Message-ID: <3681953C.8B6A90AA@geostaff.com>
7333              Subject: Tie::SubstrHash patch
7334      Branch: maint-5.005/perl
7335            ! lib/Tie/SubstrHash.pm
7336 ____________________________________________________________________________
7337 [  2554] By: jhi                                   on 1999/01/02  14:55:06
7338         Log: Object destruction order testing.
7339      Branch: cfgperl
7340            ! t/op/misc.t
7341 ____________________________________________________________________________
7342 [  2553] By: jhi                                   on 1999/01/02  14:49:40
7343         Log: perldelta the Dumpvalue.pm of change #2513.
7344      Branch: cfgperl
7345            ! lib/Dumpvalue.pm pod/perldelta.pod
7346 ____________________________________________________________________________
7347 [  2552] By: nick                                  on 1999/01/02  14:45:38
7348         Log: Tone down Makefile.PL so it works on Win32
7349      Branch: perl
7350            ! ext/B/Makefile.PL
7351 ____________________________________________________________________________
7352 [  2551] By: nick                                  on 1999/01/02  14:06:30
7353         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
7354              Use them in various B::* rather than have local defs.
7355      Branch: perl
7356            + ext/B/defsubs.h.PL
7357            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
7358            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7359            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
7360 ____________________________________________________________________________
7361 [  2550] By: nick                                  on 1999/01/02  10:04:02
7362         Log: Integrate ext/B changes from //depot/cfgperl
7363      Branch: perl
7364           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7365 ____________________________________________________________________________
7366 [  2549] By: jhi                                   on 1999/01/01  13:54:16
7367         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
7368              To: perlbug@perl.com
7369              Subject: op/groups.t fails test 1 on HP-UX 10.20
7370              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
7371              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
7372      Branch: cfgperl
7373            ! t/op/groups.t
7374 ____________________________________________________________________________
7375 [  2548] By: jhi                                   on 1999/01/01  13:53:31
7376         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7377              To: perl5-porters@perl.org
7378              cc: hv@crypt0.demon.co.uk
7379              Subject: [bug 5.004_54] duplicate error message
7380              Date: Thu, 31 Dec 1998 04:05:25 +0000
7381              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
7382              
7383              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
7384              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7385              To: hv@crypt0.demon.co.uk
7386              Cc: perl5-porters@perl.org
7387              Subject: [PATCH _54] Re: duplicate error message
7388              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
7389              
7390              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
7391              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7392              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
7393              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
7394              Subject: [TEST PATCH _54] Re: duplicate error message 
7395              Date: Fri, 01 Jan 1999 07:32:14 +0000
7396      Branch: cfgperl
7397            ! op.c t/pragma/warn/op
7398 ____________________________________________________________________________
7399 [  2547] By: jhi                                   on 1998/12/31  14:15:04
7400         Log: From: Chris Nandor <pudge@pobox.com>
7401              To: jhi@iki.fi
7402              Cc: perl5-porters@perl.org
7403              Subject: Re: [PATCH] perlport.pod 1.38
7404              Date: Thu, 31 Dec 1998 09:06:48 -0500
7405              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
7406      Branch: cfgperl
7407            ! pod/perlport.pod
7408 ____________________________________________________________________________
7409 [  2546] By: jhi                                   on 1998/12/31  11:18:17
7410         Log: From: Wilson P. Snyder II
7411              To: perl5-porters@perl.org
7412              Subject: [PATCH v5.5.53] REV2: Binary number support
7413              Date: 1998/11/30
7414              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
7415      Branch: cfgperl
7416            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
7417            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
7418            ! toke.c util.c
7419 ____________________________________________________________________________
7420 [  2545] By: jhi                                   on 1998/12/31  09:27:40
7421         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7422              To: perlbug@perl.com
7423              Subject: "perl -T -P" dumps core on OpenBSD and Linux
7424              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
7425              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
7426      Branch: cfgperl
7427            ! taint.c
7428 ____________________________________________________________________________
7429 [  2544] By: jhi                                   on 1998/12/31  09:21:45
7430         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
7431              To: perlbug@perl.com 
7432              Subject: bug in pod2man search for perl binary [5.005_5x]
7433              Date: Sat, 12 Dec 1998 23:08:51 +0000 
7434              Message-ID: <19981212230851.A20578@ig.co.uk> 
7435      Branch: cfgperl
7436            ! pod/pod2man.PL
7437 ____________________________________________________________________________
7438 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
7439         Log: From: jan.dubois@ibm.net (Jan Dubois)
7440              Date: Wed, 23 Dec 1998 21:26:38 +0100
7441              Message-ID: <36895086.8849224@smtp1.ibm.net>
7442              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
7443      Branch: maint-5.005/perl
7444            ! lib/ExtUtils/MakeMaker.pm
7445 ____________________________________________________________________________
7446 [  2540] By: jhi                                   on 1998/12/30  08:42:04
7447         Log: Evermore AUTHORS and MAINTAIN.
7448      Branch: cfgperl
7449            ! AUTHORS MAINTAIN
7450 ____________________________________________________________________________
7451 [  2539] By: jhi                                   on 1998/12/29  15:10:34
7452         Log: More AUTHORS and MAINTAIN.
7453      Branch: cfgperl
7454            ! AUTHORS MAINTAIN
7455 ____________________________________________________________________________
7456 [  2537] By: jhi                                   on 1998/12/29  14:34:47
7457         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
7458              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
7459              Message-ID: <13942.32480.700000.640927@utensil>
7460              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
7461              (mirror change#2531 in the 5.005-maint)
7462      Branch: cfgperl
7463            ! lib/AutoSplit.pm
7464 ____________________________________________________________________________
7465 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
7466         Log: change in_pod pattern to /^=\w/ from /^=/
7467              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
7468              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
7469              Message-ID: <13942.32480.700000.640927@utensil>
7470              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
7471      Branch: maint-5.005/perl
7472            ! lib/AutoSplit.pm
7473 ____________________________________________________________________________
7474 [  2525] By: jhi                                   on 1998/12/29  13:06:26
7475         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7476              To: perl5-porters@perl.org
7477              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
7478              Date: 16 Dec 1998 03:17:03 +0200
7479              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
7480      Branch: cfgperl
7481            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7482 ____________________________________________________________________________
7483 [  2524] By: jhi                                   on 1998/12/29  13:00:06
7484         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7485              To: perl5-porters@perl.org
7486              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
7487              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
7488              Date: 10 Dec 1998 08:30:02 +0200
7489              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
7490              
7491              (Nick's part was applied earlier, in change #2460)
7492      Branch: cfgperl
7493            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7494 ____________________________________________________________________________
7495 [  2523] By: jhi                                   on 1998/12/29  12:41:31
7496         Log: From: "vishal bhatia" <vishalb@hotmail.com>
7497              To: nick@ni-s.u-net.com
7498              Cc: perl5-porters@perl.org
7499              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
7500              Date: 9 Dec 1998 06:50:30 +0200
7501              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
7502      Branch: cfgperl
7503            ! ext/B/B/CC.pm
7504 ____________________________________________________________________________
7505 [  2522] By: jhi                                   on 1998/12/29  12:15:18
7506         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
7507              To: perl5-porters@perl.org (Perl 5 Porters)
7508              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
7509              Date: 25 Dec 1998 23:02:28 +0200
7510              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
7511      Branch: cfgperl
7512            ! lib/Pod/Text.pm
7513 ____________________________________________________________________________
7514 [  2521] By: jhi                                   on 1998/12/29  12:07:54
7515         Log: Undo #2519 (breaks universal.c).
7516      Branch: cfgperl
7517            ! XSUB.h
7518 ____________________________________________________________________________
7519 [  2519] By: jhi                                   on 1998/12/29  11:41:10
7520         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7521              To: perl5-porters@perl.org
7522              Cc: perl-xs@perl.org
7523              Subject: XSUB.h refinement [PATCH]
7524              Date: 18 Dec 1998 03:58:44 +0200
7525              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
7526      Branch: cfgperl
7527            ! XSUB.h
7528 ____________________________________________________________________________
7529 [  2518] By: jhi                                   on 1998/12/29  11:36:19
7530         Log: From: abigail@fnx.com
7531              To: perl5-porters@perl.org (Perl Porters)
7532              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
7533              Date: 28 Dec 1998 21:39:15 +0200
7534              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
7535      Branch: cfgperl
7536            ! lib/fields.pm
7537 ____________________________________________________________________________
7538 [  2517] By: jhi                                   on 1998/12/29  11:35:03
7539         Log: Document change #2516.
7540      Branch: cfgperl
7541            ! pod/perldelta.pod
7542 ____________________________________________________________________________
7543 [  2516] By: jhi                                   on 1998/12/29  11:32:26
7544         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7545              To: perl5-porters@perl.org (Mailing list Perl5)
7546              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
7547              Date: 9 Dec 1998 10:39:31 +0200
7548              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
7549      Branch: cfgperl
7550            ! pod/perldiag.pod regcomp.c toke.c
7551 ____________________________________________________________________________
7552 [  2515] By: jhi                                   on 1998/12/29  11:27:11
7553         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7554              To: perl5-porters@perl.org (Mailing list Perl5)
7555              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
7556              Date: 8 Dec 1998 09:02:04 +0200
7557              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
7558              
7559              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
7560      Branch: cfgperl
7561            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
7562 ____________________________________________________________________________
7563 [  2514] By: jhi                                   on 1998/12/29  11:21:31
7564         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7565              To: perl5-porters@perl.org (Mailing list Perl5)
7566              Subject: [PATCH 5.005_53] Regexp tests and UTF8
7567              Date: 8 Dec 1998 07:02:01 +0200
7568              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
7569      Branch: cfgperl
7570            ! regcomp.c
7571 ____________________________________________________________________________
7572 [  2513] By: jhi                                   on 1998/12/29  11:18:34
7573         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7574              Subject: [PATCH 5.005_*] Dumpvar.pm
7575              To: perl5-porters@perl.org (Mailing list Perl5)
7576              Date: 7 Dec 1998 10:17:35 +0200
7577              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
7578      Branch: cfgperl
7579            + lib/Dumpvalue.pm
7580            ! MANIFEST
7581 ____________________________________________________________________________
7582 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
7583         Log: From: jan.dubois@ibm.net (Jan Dubois)
7584              Date: Tue, 01 Dec 1998 00:07:33 +0100
7585              Message-ID: <366921b5.14512598@smtp1.ibm.net>
7586              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
7587              
7588              From: jan.dubois@ibm.net (Jan Dubois)
7589              Date: Wed, 02 Dec 1998 00:24:54 +0100
7590              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
7591              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
7592      Branch: maint-5.005/perl
7593            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
7594            ! win32/config.bc win32/config.gc win32/config.vc
7595            ! win32/config_sh.PL win32/makedef.pl
7596 ____________________________________________________________________________
7597 [  2509] By: jhi                                   on 1998/12/28  13:00:31
7598     Log: Kickstart AUTHORS and MAINTAIN.
7599  Branch: cfgperl
7600        + AUTHORS MAINTAIN
7601        ! MANIFEST
7602 ____________________________________________________________________________
7603 [  2508] By: jhi                                   on 1998/12/28  08:04:00
7604     Log: From: Nathan Torkington <gnat@frii.com>
7605          To: perlbug@perl.com
7606          Subject: [PATCH] perlxstut.pod fix
7607          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
7608          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
7609  Branch: cfgperl
7610        ! pod/perlxstut.pod
7611 ____________________________________________________________________________
7612 [  2507] By: jhi                                   on 1998/12/28  07:59:00
7613     Log: From: abigail@fnx.com
7614          To: perlbug@perl.com
7615          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
7616          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
7617          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
7618          (slightly modified, a part of the patch was rejected)
7619          (strange, I thought I had already submitted this one
7620          but Perforce disagrees with me...)
7621  Branch: cfgperl
7622        ! pod/perlop.pod
7623 ____________________________________________________________________________
7624 [  2506] By: jhi                                   on 1998/12/28  07:56:59
7625     Log: From: Artur <artur@vogon-solutions.com>
7626          To: perlbug@perl.com
7627          Subject: PATCH: perlmodlib.pod
7628          Date: Fri, 25 Dec 1998 00:48:39 +0000
7629          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
7630  Branch: cfgperl
7631        ! pod/perlmodlib.pod pod/perlop.pod
7632 ____________________________________________________________________________
7633 [  2505] By: jhi                                   on 1998/12/28  07:46:06
7634     Log: From: abigail@fnx.com
7635          To: perl5-porters@perl.org (Perl Porters)
7636          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
7637          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
7638          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
7639  Branch: cfgperl
7640        ! pod/pod2html.PL
7641 ____________________________________________________________________________
7642 [  2504] By: jhi                                   on 1998/12/28  07:44:35
7643     Log: From: Jim Avera <avera@fjst.com>
7644          To: perlbug@perl.com
7645          Subject: perlbug bug - shows dates reversed
7646          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
7647          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
7648  Branch: cfgperl
7649        ! utils/perlbug.PL
7650 ____________________________________________________________________________
7651 [  2503] By: jhi                                   on 1998/12/28  07:41:39
7652     Log: From: jan.dubois@ibm.net (Jan Dubois)
7653          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
7654          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
7655          Date: Wed, 23 Dec 1998 21:26:38 +0100
7656          Message-ID: <36895086.8849224@smtp1.ibm.net>
7657  Branch: cfgperl
7658        ! lib/ExtUtils/MakeMaker.pm
7659 ____________________________________________________________________________
7660 [  2502] By: jhi                                   on 1998/12/28  07:39:20
7661     Log: From: Blair Zajac <bzajac@geostaff.com>
7662          To: perl5-porters@perl.org
7663          Subject: Tie::SubstrHash patch
7664          Date: Wed, 23 Dec 1998 17:13:32 -0800
7665          Message-ID: <3681953C.8B6A90AA@geostaff.com>
7666  Branch: cfgperl
7667        ! lib/Tie/SubstrHash.pm
7668 ____________________________________________________________________________
7669 [  2501] By: jhi                                   on 1998/12/28  07:37:16
7670     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
7671          To: perlbug@perl.com
7672          Subject: perlfaq9 minor error
7673          Date: Wed, 23 Dec 1998 14:54:19 -0800
7674          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
7675  Branch: cfgperl
7676        ! pod/perlfaq9.pod
7677 ____________________________________________________________________________
7678 [  2500] By: jhi                                   on 1998/12/23  10:38:18
7679     Log: More porting notes about filesystems, AmigaOS, and MiNT.
7680  Branch: cfgperl
7681        ! pod/perlport.pod
7682 ____________________________________________________________________________
7683 [  2499] By: jhi                                   on 1998/12/22  09:26:49
7684     Log: Add few MSG_ and uio constants.
7685  Branch: cfgperl
7686        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
7687 ____________________________________________________________________________
7688 [  2498] By: jhi                                   on 1998/12/22  08:39:30
7689     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
7690          a Digital C compiler optimizer bug that broke the 'x'
7691          operator under certain circumstances.  See t/op/repeat.t
7692          test #20 for graphic details.  Reported in
7693          
7694          From: Gisle Aas <gisle@aas.no>
7695          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
7696          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
7697          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
7698          Date: 18 Dec 1998 14:27:40 +0100
7699          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
7700          
7701          and discussed further in the thread
7702          
7703          From: Jarkko Hietaniemi <jhi@iki.fi>
7704          To: Gisle Aas <gisle@aas.no>
7705          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
7706          cpan-testers@perl.org, perl5-porters@perl.org
7707          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
7708          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
7709          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
7710  Branch: cfgperl
7711        ! t/op/repeat.t util.c
7712 ____________________________________________________________________________
7713 [  2497] By: jhi                                   on 1998/12/21  14:18:57
7714     Log: Change #2483 update.
7715  Branch: cfgperl
7716        ! t/op/tr.t
7717 ____________________________________________________________________________
7718 [  2496] By: jhi                                   on 1998/12/21  14:07:41
7719     Log: Update on change #2493.
7720  Branch: cfgperl
7721        ! t/pragma/warn/op
7722 ____________________________________________________________________________
7723 [  2495] By: jhi                                   on 1998/12/21  13:52:00
7724     Log: Change #2487 aftershock.
7725  Branch: cfgperl
7726        ! warning.pl
7727 ____________________________________________________________________________
7728 [  2494] By: jhi                                   on 1998/12/21  12:35:00
7729     Log: From: Chris Nandor <pudge@pobox.com>
7730          To: perl5-porters@perl.org
7731          Subject: [PATCH] perlport.pod v1.37
7732          Date: Sat, 19 Dec 1998 12:54:34 -0500
7733          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
7734  Branch: cfgperl
7735        ! pod/perlport.pod
7736 ____________________________________________________________________________
7737 [  2493] By: jhi                                   on 1998/12/21  12:22:44
7738     Log: From: Mark-Jason Dominus <mjd@plover.com>
7739          To: perl5-porters@perl.com
7740          Subject: PATCH (5.005_02): Dejargonizing
7741          Date: Sun, 20 Dec 1998 14:35:20 -0500
7742          Message-ID: <19981220193520.11230.qmail@plover.com>
7743          
7744          From: Mark-Jason Dominus <mjd@plover.com>
7745          To: perl5-porters@perl.com
7746          Subject: PATCH (5.005_02): Spelling correction in warning message
7747          Date: Sun, 20 Dec 1998 13:51:30 -0500
7748          Message-ID: <19981220185130.11067.qmail@plover.com>
7749  Branch: cfgperl
7750        ! doio.c op.c
7751 ____________________________________________________________________________
7752 [  2492] By: jhi                                   on 1998/12/21  09:00:05
7753     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7754          To: perl5-porters@perl.org
7755          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
7756          Date: Sun, 20 Dec 1998 19:03:25 PST
7757          Message-ID: <19981221030326.27660.qmail@hotmail.com>
7758          
7759          (slightly reformatted)
7760  Branch: cfgperl
7761        ! ext/B/B/CC.pm
7762 ____________________________________________________________________________
7763 [  2491] By: nick                                  on 1998/12/20  14:21:29
7764     Log: Save _all_ GV's which have SV, AV or HV set.
7765  Branch: perl
7766        ! ext/B/B/C.pm
7767 ____________________________________________________________________________
7768 [  2490] By: jhi                                   on 1998/12/18  15:13:19
7769     Log: Add idea about generalising cpp symbol probing of Errno.
7770  Branch: cfgperl
7771        ! Todo
7772 ____________________________________________________________________________
7773 [  2489] By: jhi                                   on 1998/12/18  14:47:57
7774     Log: Address some of the issues of:
7775          
7776          From: Tom Christiansen <tchrist@jhereg.perl.com>
7777          To: perl-porters-active@jhereg.perl.com
7778          Subject: Undocumentation Issues for 5.005
7779          Date: Thu, 17 Dec 1998 14:46:24 -0700
7780          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
7781  Branch: cfgperl
7782        ! pod/perl5005delta.pod
7783 ____________________________________________________________________________
7784 [  2488] By: jhi                                   on 1998/12/18  11:26:32
7785     Log: From: root <root@dubravka.in-berlin.de>
7786          To: perlbug@perl.com
7787          Cc: k@dubravka.in-berlin.de
7788          Subject: Please add no_modify to PERL_POLLUTE
7789          Date: Fri, 18 Dec 1998 10:45:52 +0100
7790          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
7791          
7792          (Really from Andreas König)
7793  Branch: cfgperl
7794        ! embed.pl
7795 ____________________________________________________________________________
7796 [  2487] By: jhi                                   on 1998/12/17  14:05:52
7797     Log: Some (by far not all) issues of the below message addressed.
7798          
7799          From: Tom Christiansen <tchrist@jhereg.perl.com>
7800          To: The Perl Porters Mailing List <perl5-porters@perl.org>
7801          Subject: important UNDOC issues for 5.005_54
7802          Date: Wed, 16 Dec 1998 21:14:53 -0700
7803          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
7804  Branch: cfgperl
7805        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
7806 ____________________________________________________________________________
7807 [  2486] By: jhi                                   on 1998/12/17  12:47:15
7808     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7809          To: domo@computer.org
7810          Cc: jhi@iki.fi, perl5-porters@perl.org
7811          Subject: Re: stuff related to malloc.c
7812          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
7813          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
7814  Branch: cfgperl
7815        ! malloc.c
7816 ____________________________________________________________________________
7817 [  2485] By: jhi                                   on 1998/12/17  12:17:19
7818     Log: More porting notes.
7819  Branch: cfgperl
7820        ! Porting/pumpkin.pod
7821 ____________________________________________________________________________
7822 [  2484] By: jhi                                   on 1998/12/15  08:38:05
7823     Log: Undo #2386 and #2205.
7824  Branch: cfgperl
7825        ! pod/perlfunc.pod
7826 ____________________________________________________________________________
7827 [  2483] By: jhi                                   on 1998/12/14  17:58:35
7828     Log: lib was missing from @INC.
7829  Branch: cfgperl
7830        ! t/op/tr.t
7831 ____________________________________________________________________________
7832 [  2482] By: jhi                                   on 1998/12/14  17:52:42
7833     Log: Was missing use Text::Wrap.
7834  Branch: cfgperl
7835        ! t/lib/textfill.t
7836 ____________________________________________________________________________
7837 [  2481] By: jhi                                   on 1998/12/14  16:00:22
7838     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
7839          
7840          From: Jonathan Roy <roy@idle.com>
7841          To: perl5-porters@perl.org
7842          Subject: nlist.h add to Configure checks?
7843          Date: Sun, 13 Dec 1998 22:22:49 -0500
7844          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
7845  Branch: cfgperl
7846        + ext/DynaLoader/hints/linux.pl
7847        ! MANIFEST
7848 ____________________________________________________________________________
7849 [  2480] By: jhi                                   on 1998/12/14  15:02:44
7850     Log: Give up completely using nm in AIX.
7851          
7852          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7853          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
7854          Cc: perl5-porters@perl.org
7855          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
7856          Date: Thu, 10 Dec 1998 00:51:46 -0500
7857          Message-ID: <19981210005146.B29986@O2.chapin.edu>
7858  Branch: cfgperl
7859        ! hints/aix.sh
7860 ____________________________________________________________________________
7861 [  2479] By: jhi                                   on 1998/12/14  14:39:52
7862     Log: AIX' error messages are different.
7863          
7864          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7865          To: Gurusamy Sarathy <gsar@engin.umich.edu>
7866          Cc: perl5-porters@perl.org
7867          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
7868          Date: Thu, 10 Dec 1998 00:42:36 -0500
7869          Message-ID: <19981210004236.A29986@O2.chapin.edu>
7870          
7871          From: Michael Engel <engel@nms1.cc.huji.ac.il>
7872          To: perlbug@perl.com
7873          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
7874          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
7875          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
7876  Branch: cfgperl
7877        ! t/pragma/warn/doio
7878 ____________________________________________________________________________
7879 [  2475] By: jhi                                   on 1998/12/13  12:35:55
7880     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7881          To: jhi@iki.fi
7882          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
7883          Subject: Re: stuff related to malloc.c
7884          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
7885          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
7886  Branch: cfgperl
7887        ! malloc.c
7888 ____________________________________________________________________________
7889 [  2474] By: jhi                                   on 1998/12/13  12:32:42
7890     Log: Some notes about porting issues.
7891  Branch: cfgperl
7892        ! Porting/pumpkin.pod
7893 ____________________________________________________________________________
7894 [  2473] By: jhi                                   on 1998/12/13  12:03:58
7895     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
7896          To: Perl 5 Porters <perl5-porters@perl.org>
7897          Subject: [patch 5.005_02] dos-djgpp update
7898          Date: Sun, 13 Dec 1998 00:08:44 +0100
7899          Message-ID: <19981213000844.C264@beeblebrox>
7900  Branch: cfgperl
7901        ! djgpp/config.over
7902 ____________________________________________________________________________
7903 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
7904     Log: undo changes to Exporter.pm from #2312
7905  Branch: maint-5.005/perl
7906        ! lib/Exporter.pm
7907 ____________________________________________________________________________
7908 [  2465] By: jhi                                   on 1998/12/12  12:31:21
7909     Log: Document that qw() taints.
7910          
7911          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
7912          To: perlbug@perl.com 
7913          Subject: taint problems
7914          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
7915          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
7916  Branch: cfgperl
7917        ! pod/perlop.pod
7918 ____________________________________________________________________________
7919 [  2464] By: jhi                                   on 1998/12/11  14:09:51
7920     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
7921          To: dist-users@foretune.co.jp
7922          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
7923          Date: Mon, 07 Dec 1998 20:13:04 -0400
7924          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
7925  Branch: cfgperl
7926        ! Configure
7927 ____________________________________________________________________________
7928 [  2463] By: jhi                                   on 1998/12/11  13:29:54
7929     Log: MAXPATHLEN.
7930  Branch: cfgperl
7931        ! perl.h
7932 ____________________________________________________________________________
7933 [  2462] By: jhi                                   on 1998/12/11  08:37:58
7934     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
7935          To: perl5-porters@perl.org
7936          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
7937          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
7938          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
7939  Branch: cfgperl
7940        + hints/gnu.sh
7941 ____________________________________________________________________________
7942 [  2461] By: nick                                  on 1998/12/10  21:00:50
7943     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
7944          From: Vishal Bhatia <vishalb@hotmail.com>
7945          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
7946          2. Fixes the bug  regarding return value of c-functions generated out 
7947          of perl subs. ( Just includes the patch I sent earlier)
7948          3. Incorporates the other changes that need to be done to get CC.pm
7949          use ISA search for packages and methods on the same lines as C.pm
7950          
7951          Vishal would appreciate comments about B::Stackobj changes from 
7952          someone knowing that module well.
7953  Branch: perl
7954        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7955 ____________________________________________________________________________
7956 [  2460] By: jhi                                   on 1998/12/08  08:11:27
7957     Log: Integrate from mainperl.
7958  Branch: cfgperl
7959       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7960       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
7961       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
7962       !> toke.c util.c
7963 ____________________________________________________________________________
7964 [  2459] By: jhi                                   on 1998/12/07  07:50:11
7965     Log: From: hansm@icgroup.nl 
7966          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7967          Reply-To: hansmu@xs4all.nl 
7968          To: perlbug@perl.com 
7969          Date: Sun, 6 Dec 98 22:19:54 +0100 
7970          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
7971  Branch: cfgperl
7972        ! util.c
7973 ____________________________________________________________________________
7974 [  2458] By: gsar                                  on 1998/12/07  06:00:55
7975     Log: fix dup lexical
7976  Branch: perl
7977        ! ext/B/B/Deparse.pm t/lib/io_unix.t
7978 ____________________________________________________________________________
7979 [  2457] By: gsar                                  on 1998/12/06  14:38:59
7980     Log: mention limit on line numbers reported by diagnostics
7981  Branch: perl
7982        ! pod/perl.pod toke.c
7983 ____________________________________________________________________________
7984 [  2456] By: gsar                                  on 1998/12/06  13:49:02
7985     Log: branch perldelta.pod
7986  Branch: maint-5.005/perl
7987       +> pod/perldelta.pod
7988 ____________________________________________________________________________
7989 [  2455] By: gsar                                  on 1998/12/06  13:47:21
7990     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
7991  Branch: maint-5.005/perl
7992        - pod/perldelta.pod
7993 ____________________________________________________________________________
7994 [  2454] By: gsar                                  on 1998/12/06  13:35:31
7995     Log: fix outdated/incorrect info about arbitrary limits
7996  Branch: perl
7997        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
7998        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
7999 ____________________________________________________________________________
8000 [  2453] By: nick                                  on 1998/12/05  16:14:42
8001     Log: Avoid hard-coding op numbers
8002          Update CC.pm to save %INC, and to co-exist with new C.pm
8003  Branch: perl
8004        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8005 ____________________________________________________________________________
8006 [  2452] By: nick                                  on 1998/12/05  10:44:28
8007     Log: B.xs had its own code to calculate hash() which differed from
8008          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
8009          which meant that run-time require was re-done.
8010          Removed some debug from C.pm
8011  Branch: perl
8012        ! ext/B/B.xs ext/B/B/C.pm
8013 ____________________________________________________________________________
8014 [  2451] By: nick                                  on 1998/12/04  21:58:49
8015     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
8016          well as _54, but with pre-scan for classes and save the ISA scheme.
8017  Branch: perl
8018        ! ext/B/B/C.pm
8019 ____________________________________________________________________________
8020 [  2450] By: nick                                  on 1998/12/04  17:58:44
8021     Log: Vishal Bhatia's patch as a basis.
8022  Branch: perl
8023        ! ext/B/B/C.pm ext/B/B/CC.pm
8024 ____________________________________________________________________________
8025 [  2449] By: jhi                                   on 1998/12/04  16:39:21
8026     Log: Integrate from mainperl.
8027  Branch: cfgperl
8028       !> t/op/goto.t t/op/tr.t
8029 ____________________________________________________________________________
8030 [  2448] By: gsar                                  on 1998/12/04  06:06:49
8031     Log: tweak test for UTEST
8032  Branch: perl
8033        ! t/op/tr.t
8034 ____________________________________________________________________________
8035 [  2444] By: jhi                                   on 1998/12/03  14:37:22
8036     Log: s/\bthe the\b/the/g *.pod
8037  Branch: cfgperl
8038        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
8039 ____________________________________________________________________________
8040 [  2443] By: jhi                                   on 1998/12/03  13:39:53
8041     Log: Change#2441 aftermath.
8042  Branch: cfgperl
8043        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8044        ! config_h.SH thread.h vms/subconfigure.com
8045 ____________________________________________________________________________
8046 [  2441] By: jhi                                   on 1998/12/03  08:15:13
8047     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8048          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
8049          Subject: [PATCH 5.005_54]Initial VMS patches
8050          Date: 3 Dec 1998 01:05:55 +0200
8051          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
8052          
8053          The patch to config_h.SH requires more study because
8054          metaconfig needs to agree.
8055  Branch: cfgperl
8056        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
8057        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
8058        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
8059 ____________________________________________________________________________
8060 [  2440] By: gsar                                  on 1998/12/03  01:32:16
8061     Log: add failed check-in of goto.t from change#1867
8062  Branch: perl
8063        ! t/op/goto.t
8064 ____________________________________________________________________________
8065 [  2437] By: jhi                                   on 1998/12/02  18:03:51
8066     Log: Fix most of the bad L<> links of
8067          
8068          From: Tom Christiansen <tchrist@jhereg.perl.com> 
8069          Subject: bad L<> links
8070          Reply-to: tchrist@perl.com 
8071          To: perlbug@jhereg.perl.com 
8072          Date: Tue, 11 Aug 1998 10:58:07 -0500 
8073          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
8074          
8075          The ones not fixed may require darker Pod::HTML magic,
8076          for example the perlguts.html#tags should work fine, IMHO.
8077  Branch: cfgperl
8078        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
8079        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
8080        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
8081        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
8082        ! pod/perlvar.pod
8083 ____________________________________________________________________________
8084 [  2436] By: jhi                                   on 1998/12/02  16:35:04
8085     Log: One paste too many in #2345.
8086  Branch: cfgperl
8087        ! lib/Pod/Html.pm
8088 ____________________________________________________________________________
8089 [  2435] By: jhi                                   on 1998/12/02  16:32:33
8090     Log: Pod::Html and Pod::Text were not locale-savvy:
8091          for example in =head1 all non-ASCII-\w-runs were
8092          turned into underscores in NAME tags.  This could
8093          result in several NAME tags becoming identical.
8094          Reported by:
8095          
8096          From: Fyodor Krasnov <fyodor@aha.ru> 
8097          Subject: pod2html vs Russian Characters
8098          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
8099          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
8100          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
8101  Branch: cfgperl
8102        ! lib/Pod/Html.pm lib/Pod/Text.pm
8103 ____________________________________________________________________________
8104 [  2434] By: jhi                                   on 1998/12/02  10:29:00
8105     Log: The real Mc5_54 integration.
8106  Branch: cfgperl
8107       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
8108 ____________________________________________________________________________
8109 [  2433] By: jhi                                   on 1998/12/02  08:52:13
8110     Log: From: Andy Dougherty <doughera@lafayette.edu>
8111          To: Perl Porters <perl5-porters@perl.org>
8112          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
8113          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
8114          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
8115  Branch: cfgperl
8116        ! Configure
8117 ____________________________________________________________________________
8118 [  2432] By: jhi                                   on 1998/12/02  08:49:47
8119     Log: From: Andy Dougherty <doughera@lafayette.edu>
8120          To: Perl Porters <perl5-porters@perl.org>
8121          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
8122          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
8123          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
8124  Branch: cfgperl
8125        ! Configure
8126 ____________________________________________________________________________
8127 [  2431] By: jhi                                   on 1998/12/01  16:11:50
8128     Log: From: achampio@lehman.com (Alan Champion)
8129          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
8130          To: perlbug@perl.com
8131          Date: 1 Dec 1998 17:36:33 +0200
8132          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
8133          
8134          Skip NIS includes.
8135  Branch: cfgperl
8136        ! t/op/pwent.t
8137 ____________________________________________________________________________
8138 [  2430] By: gsar                                  on 1998/12/01  12:12:50
8139     Log: 5.005_54, as released
8140  Branch: perl
8141        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
8142 ____________________________________________________________________________
8143 [  2429] By: jhi                                   on 1998/12/01  11:28:39
8144     Log: From: Anton Berezin <tobez@plab.ku.dk>
8145          To: perl5-porters@perl.org
8146          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
8147          Date: 30 Nov 1998 19:46:24 +0100
8148          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
8149  Branch: cfgperl
8150        ! hints/freebsd.sh
8151 ____________________________________________________________________________
8152 [  2428] By: jhi                                   on 1998/12/01  11:08:16
8153     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
8154  Branch: cfgperl
8155       +> (branch 30 files)
8156       !> (integrate 71 files)
8157 ____________________________________________________________________________
8158 [  2427] By: jhi                                   on 1998/12/01  10:51:37
8159     Log: Default to accepting a hinted $randfunc even when $csym
8160          does not find it.  (the previous defaylt behaviour was not
8161          to accept).
8162  Branch: cfgperl
8163        ! Configure
8164 ____________________________________________________________________________
8165 [  2426] By: jhi                                   on 1998/12/01  10:13:03
8166     Log: Separated the [:foo:] parsing to its own function.
8167          Passes all tests.
8168  Branch: cfgperl
8169        ! regcomp.c
8170 ____________________________________________________________________________
8171 [  2425] By: jhi                                   on 1998/12/01  08:22:49
8172     Log: Typo in comments.
8173  Branch: cfgperl
8174        ! regexec.c
8175 ____________________________________________________________________________
8176 [  2424] By: jhi                                   on 1998/12/01  08:21:38
8177     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8178          Subject: [PATCH 5.005_*] Debugger 'v' command
8179          To: perl5-porters@perl.org (Mailing list Perl5)
8180          Date: 1 Dec 1998 07:55:11 +0200
8181          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
8182  Branch: cfgperl
8183        ! lib/perl5db.pl
8184 ____________________________________________________________________________
8185 [  2423] By: jhi                                   on 1998/12/01  08:19:08
8186     Log: From: pvhp@forte.com (Peter Prymmer)
8187          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
8188          To: perl5-porters@perl.org
8189          Date: 1 Dec 1998 07:27:11 +0200
8190          Message-ID: <MLIST_9812010508.AA07791@forte.com>
8191  Branch: cfgperl
8192        ! hints/os390.sh
8193 ____________________________________________________________________________
8194 [  2417] By: jhi                                   on 1998/11/30  08:14:00
8195     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
8196  Branch: cfgperl
8197        ! ext/Socket/Socket.xs
8198 ____________________________________________________________________________
8199 [  2416] By: jhi                                   on 1998/11/30  08:00:15
8200     Log: Undo #2395, seems more like a problem in netbsd-current.
8201  Branch: cfgperl
8202        ! util.c
8203
8204 ----------------
8205 Version 5.005_54
8206 ----------------
8207
8208 ____________________________________________________________________________
8209 [  2414] By: gsar                                  on 1998/11/30  02:23:55
8210     Log: more JPL tweaks
8211  Branch: perl
8212        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
8213        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
8214 ____________________________________________________________________________
8215 [  2413] By: gsar                                  on 1998/11/30  01:35:56
8216     Log: stub bin/jpl that just runs JPL::Compile::files()
8217  Branch: perl
8218        + jpl/bin/jpl
8219 ____________________________________________________________________________
8220 [  2412] By: gsar                                  on 1998/11/30  01:32:14
8221     Log: delete symlink
8222  Branch: perl
8223        - jpl/bin/jpl
8224 ____________________________________________________________________________
8225 [  2410] By: gsar                                  on 1998/11/30  01:30:44
8226     Log: branch jpl from perlext to perl
8227  Branch: perl
8228       +> (branch 30 files)
8229 ____________________________________________________________________________
8230 [  2407] By: gsar                                  on 1998/11/30  01:24:53
8231     Log: JPL tweaks to build with 5.005
8232  Branch: perlext
8233        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
8234        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
8235 ____________________________________________________________________________
8236 [  2406] By: gsar                                  on 1998/11/30  00:55:54
8237     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
8238  Branch: perl
8239        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
8240 ____________________________________________________________________________
8241 [  2405] By: gsar                                  on 1998/11/30  00:28:55
8242     Log: patchlevel up to 54
8243  Branch: perl
8244        ! patchlevel.h win32/Makefile win32/config_H.bc
8245        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8246 ____________________________________________________________________________
8247 [  2403] By: gsar                                  on 1998/11/29  23:35:50
8248     Log: integrate cfgperl changes into mainline
8249  Branch: perl
8250       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8251       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
8252 ____________________________________________________________________________
8253 [  2402] By: gsar                                  on 1998/11/29  23:08:42
8254     Log: sync Text::Wrap version number
8255  Branch: perl
8256        ! lib/Text/Wrap.pm
8257 ____________________________________________________________________________
8258 [  2401] By: gsar                                  on 1998/11/29  22:56:21
8259     Log: textfill.t tweak
8260  Branch: perl
8261        ! t/lib/textfill.t
8262 ____________________________________________________________________________
8263 [  2400] By: gsar                                  on 1998/11/29  22:50:41
8264     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
8265          <muir@idiom.com>
8266  Branch: perl
8267        + t/lib/textfill.t
8268        ! MANIFEST lib/Text/Wrap.pm
8269 ____________________________________________________________________________
8270 [  2399] By: gsar                                  on 1998/11/29  22:28:05
8271     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
8272          has happened without the authors knowledge or consent; the subversive
8273          version (which is in 5.00502) breaks one of the tests in the
8274          authors testsuite; attempts are being made to find a fix that
8275          avoids breaking code already running with the 5.005_02 version
8276          From:    David Muir Sharnoff <muir@idiom.com>
8277          Date:    Sat, 28 Nov 1998 04:34:17 PST
8278          Message-Id: <199811281234.EAA03082@idiom.com>
8279          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
8280  Branch: perl
8281        ! lib/Text/Wrap.pm t/lib/textwrap.t
8282 ____________________________________________________________________________
8283 [  2397] By: nick                                  on 1998/11/29  20:13:58
8284     Log: Update docs and English.pm for $^C
8285  Branch: perl
8286        ! lib/English.pm pod/perlvar.pod
8287 ____________________________________________________________________________
8288 [  2396] By: jhi                                   on 1998/11/29  20:13:03
8289     Log: Mirror #2384.
8290  Branch: cfgperl
8291        ! t/op/pwent.t
8292 ____________________________________________________________________________
8293 [  2395] By: jhi                                   on 1998/11/29  19:59:12
8294     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
8295  Branch: cfgperl
8296        ! util.c
8297 ____________________________________________________________________________
8298 [  2394] By: gsar                                  on 1998/11/29  19:49:08
8299     Log: updated perlreftut.pod
8300  Branch: perl
8301        ! pod/perlreftut.pod
8302 ____________________________________________________________________________
8303 [  2393] By: gsar                                  on 1998/11/29  19:31:56
8304     Log: misc tweaks
8305  Branch: perl
8306        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
8307 ____________________________________________________________________________
8308 [  2392] By: gsar                                  on 1998/11/29  19:31:18
8309     Log: notes about -DPERL_POLLUTE
8310  Branch: perl
8311        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
8312 ____________________________________________________________________________
8313 [  2391] By: gsar                                  on 1998/11/29  19:13:52
8314     Log: explain various win32 build caveats more clearly
8315  Branch: perl
8316        ! README.win32 win32/Makefile win32/makefile.mk
8317 ____________________________________________________________________________
8318 [  2390] By: gsar                                  on 1998/11/29  16:51:59
8319     Log: remove I_POLL detection (Configure will do that now)
8320  Branch: perl
8321        ! ext/IO/Makefile.PL
8322 ____________________________________________________________________________
8323 [  2389] By: jhi                                   on 1998/11/29  16:39:16
8324     Log: Add I_POLL for IO 1.20.
8325  Branch: cfgperl
8326        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8327        ! config_h.SH
8328 ____________________________________________________________________________
8329 [  2388] By: gsar                                  on 1998/11/29  16:23:30
8330     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
8331  Branch: perl
8332        + Porting/p4desc
8333        ! MANIFEST
8334 ____________________________________________________________________________
8335 [  2387] By: gsar                                  on 1998/11/29  16:08:03
8336     Log: another threads reliability fix: serialize writes to thr->threadsv
8337          avoid most uses of PL_na (which is much more inefficient than a
8338          simple local); update docs to suit; PL_na now being thr->Tna may
8339          be a minor compatibility issue for extensions--will require dTHR
8340          outside of XSUBs (those get automatic dTHR)
8341  Branch: perl
8342        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
8343        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8344        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8345        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
8346        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
8347        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
8348        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
8349        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
8350        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
8351 ____________________________________________________________________________
8352 [  2386] By: jhi                                   on 1998/11/29  15:40:42
8353     Log: Tune the "if" entry.
8354  Branch: cfgperl
8355        ! pod/perlfunc.pod
8356 ____________________________________________________________________________
8357 [  2385] By: gsar                                  on 1998/11/29  12:40:28
8358     Log: various fixes for race conditions under threads: mutex locks based
8359          on PL_threadnum were seriously flawed, since it means more than one
8360          thread could enter the critical region; PL_na was global instead of
8361          thread-local; child thread could finish and free thr structures
8362          before Thread->new() got around to creating the Thread object;
8363          cv_clone() needed locking, as it mucks with PL_comppad and other
8364          global data; new_struct_thread() needed to lock template-thread's
8365          mutex while copying its data
8366  Branch: perl
8367        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
8368        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
8369 ____________________________________________________________________________
8370 [  2384] By: gsar                                  on 1998/11/29  10:54:38
8371     Log: s/warn/print/ on multiply defined groups
8372  Branch: perl
8373        ! t/op/grent.t
8374 ____________________________________________________________________________
8375 [  2383] By: gsar                                  on 1998/11/29  10:48:39
8376     Log: backout change#2334
8377  Branch: perl
8378        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8379 ____________________________________________________________________________
8380 [  2382] By: jhi                                   on 1998/11/29  10:33:40
8381     Log: Better NetInfo behaviour.
8382  Branch: cfgperl
8383        ! t/op/grent.t t/op/pwent.t
8384 ____________________________________________________________________________
8385 [  2381] By: jhi                                   on 1998/11/29  10:08:15
8386     Log: Integrate from mainperl.
8387  Branch: cfgperl
8388       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
8389       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8390       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
8391       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
8392       +> t/lib/io_poll.t t/lib/io_unix.t
8393       !> (integrate 58 files)
8394 ____________________________________________________________________________
8395 [  2380] By: gsar                                  on 1998/11/29  08:22:49
8396     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
8397          Tim Bunce)
8398  Branch: perl
8399        ! gv.c
8400 ____________________________________________________________________________
8401 [  2379] By: gsar                                  on 1998/11/29  07:06:43
8402     Log: fix for pat.t failure under USE_THREADS
8403  Branch: perl
8404        ! pp_ctl.c regexec.c
8405 ____________________________________________________________________________
8406 [  2378] By: nick                                  on 1998/11/28  22:46:57
8407     Log: More C.pm tweaks
8408          Save globs even if we have saved cv itself before - may be imported.
8409          
8410          While we don't save "bootstrap" CV we need to provide a stub,
8411          so that if we require it later we don't fall through and attempt
8412          to DynaLoad module again.
8413          
8414          Attempt to save %INC so that "require" does not reload things
8415          we have compiled-in (does not work right yet - seems to be due
8416          to PL_incgv being created in perl_parse() current scheme setting 
8417          GvHV() is "better" than saving the glob, but still does not 
8418          work as I expect). 
8419  Branch: perl
8420        ! ext/B/B/C.pm
8421 ____________________________________________________________________________
8422 [  2377] By: gsar                                  on 1998/11/28  22:30:38
8423     Log: various tweaks; result passes all tests for normal build on Solaris;
8424          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
8425          win32 due to lack of select() that works on non-socket fds
8426  Branch: perl
8427        ! ext/IO/poll.c regcomp.c regexec.c scope.c
8428        ! t/lib/io_multihomed.t win32/makefile.mk
8429 ____________________________________________________________________________
8430 [  2376] By: gsar                                  on 1998/11/28  20:44:39
8431     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
8432  Branch: perl
8433        ! myconfig
8434 ____________________________________________________________________________
8435 [  2375] By: gsar                                  on 1998/11/28  20:42:58
8436     Log: integrate cfgperl changes into mainline
8437  Branch: perl
8438       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
8439       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
8440 ____________________________________________________________________________
8441 [  2374] By: gsar                                  on 1998/11/28  20:02:03
8442     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8443          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
8444          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
8445          Subject: [PATCH 5.00553] Yet another OS/2 patch
8446  Branch: perl
8447        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
8448 ____________________________________________________________________________
8449 [  2373] By: gsar                                  on 1998/11/28  19:30:06
8450     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8451          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
8452          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
8453          Subject: [PATCH 5.005_53] Change $#+
8454  Branch: perl
8455        ! mg.c pod/perlvar.pod t/op/pat.t
8456 ____________________________________________________________________________
8457 [  2372] By: gsar                                  on 1998/11/28  19:28:00
8458     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8459          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
8460          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
8461          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
8462  Branch: perl
8463        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
8464        ! thrdvar.h
8465 ____________________________________________________________________________
8466 [  2371] By: gsar                                  on 1998/11/28  19:23:53
8467     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8468          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
8469          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
8470          Subject: [PATCH 5.005_53] better -Mre=debugcolor
8471  Branch: perl
8472        ! embedvar.h objXSUB.h regexec.c thrdvar.h
8473 ____________________________________________________________________________
8474 [  2370] By: gsar                                  on 1998/11/28  19:21:17
8475     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8476          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
8477          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
8478          Subject: [PATCH 5.005_*] regcolors
8479  Branch: perl
8480        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
8481 ____________________________________________________________________________
8482 [  2369] By: gsar                                  on 1998/11/28  19:00:15
8483     Log: allow final period in a file (not followed by a newline) to
8484          terminate format spec
8485  Branch: perl
8486        ! toke.c
8487 ____________________________________________________________________________
8488 [  2368] By: gsar                                  on 1998/11/28  18:58:25
8489     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
8490          add C<$Config{installarchlib}/CORE> to the default locations searched
8491          on win32
8492  Branch: perl
8493        ! lib/ExtUtils/Liblist.pm
8494 ____________________________________________________________________________
8495 [  2367] By: gsar                                  on 1998/11/28  18:46:05
8496     Log: applied suggested patch with PERL_OBJECT tweaks
8497          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8498          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
8499          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
8500          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
8501  Branch: perl
8502        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
8503        ! regexec.c t/op/pat.t thrdvar.h
8504 ____________________________________________________________________________
8505 [  2366] By: gsar                                  on 1998/11/28  18:38:34
8506     Log: additional documentation for qr//
8507          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8508          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
8509          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
8510          Subject: [PATCH 5.005_*] Documentation (fwd)
8511  Branch: perl
8512        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
8513 ____________________________________________________________________________
8514 [  2365] By: gsar                                  on 1998/11/28  18:35:35
8515     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8516          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
8517          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
8518          Subject: [PATCH 5.005_*] Fix \G in REx without //g
8519  Branch: perl
8520        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
8521        ! regexp.h t/op/pat.t thrdvar.h
8522 ____________________________________________________________________________
8523 [  2364] By: gsar                                  on 1998/11/28  18:24:20
8524     Log: update Test.pm to Test-1.12; tweak 're' detection
8525  Branch: perl
8526        ! lib/Test.pm
8527 ____________________________________________________________________________
8528 [  2363] By: gsar                                  on 1998/11/28  18:12:04
8529     Log: avoid command-line quoting portability problems in lex_assign.t
8530  Branch: perl
8531        ! t/op/lex_assign.t
8532 ____________________________________________________________________________
8533 [  2362] By: gsar                                  on 1998/11/28  18:08:50
8534     Log: From: John Tobey <jtobey@channel1.com>
8535          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
8536          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
8537          Subject: PATCH: document English.pm sawampersand and thread issues
8538  Branch: perl
8539        ! lib/English.pm pod/perlvar.pod
8540 ____________________________________________________________________________
8541 [  2361] By: gsar                                  on 1998/11/28  18:03:04
8542     Log: fix uninitialized warnings
8543          From: Brian Callaghan <callagh@itginc.com>
8544          Date: Thu, 19 Nov 1998 17:49:10 -0800
8545          Message-Id: <3654CA96.B64FCAEB@itginc.com>
8546          Subject: Complete.pm patch (version 1.1)
8547  Branch: perl
8548        ! lib/Term/Complete.pm
8549 ____________________________________________________________________________
8550 [  2360] By: gsar                                  on 1998/11/28  17:59:16
8551     Log: s/Array/List/ suggested by John Tobey
8552  Branch: perl
8553        ! pod/perldata.pod
8554 ____________________________________________________________________________
8555 [  2359] By: gsar                                  on 1998/11/28  17:47:48
8556     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
8557  Branch: perl
8558        ! lib/Tie/Handle.pm pod/perlfunc.pod
8559 ____________________________________________________________________________
8560 [  2358] By: jhi                                   on 1998/11/28  17:23:15
8561     Log: Revamp the locale tests.
8562          (0) Instead of rewiring a few locales scan for them.
8563          (1) Bogus test #101 removed.
8564          (2) All the locales are checked, the lists of failed
8565          and non-failed ones are displayed.
8566          (3) The test #103 is again 'active' so that it may fail.
8567          (4) To balance (3) a hopefully pacifying message is shown
8568          if the #103 fails.
8569  Branch: cfgperl
8570        ! t/pragma/locale.t
8571 ____________________________________________________________________________
8572 [  2357] By: gsar                                  on 1998/11/28  17:21:07
8573     Log: add perlreftut.pod
8574  Branch: perl
8575        + pod/perlreftut.pod
8576        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
8577        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
8578        ! win32/pod.mak
8579 ____________________________________________________________________________
8580 [  2356] By: jhi                                   on 1998/11/28  16:58:01
8581     Log: Change #2346 fallout.
8582  Branch: cfgperl
8583        ! t/op/undef.t
8584 ____________________________________________________________________________
8585 [  2355] By: gsar                                  on 1998/11/28  16:46:43
8586     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
8587          ANSI prototypes
8588  Branch: perl
8589        ! ext/IO/IO.xs
8590 ____________________________________________________________________________
8591 [  2354] By: gsar                                  on 1998/11/28  16:08:07
8592     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
8593          keep platform hacks that aren't in the 1.20 dist; add new files
8594          to MANIFEST; hack Makefile.PL; result hasn't been tested
8595          anywhere
8596  Branch: perl
8597        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
8598        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8599        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
8600        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
8601        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
8602        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
8603        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8604        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
8605        ! t/lib/io_sock.t t/lib/io_udp.t
8606 ____________________________________________________________________________
8607 [  2353] By: jhi                                   on 1998/11/28  15:51:03
8608     Log: Locale collation, ctype, and numeric, were initialized wrong
8609          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
8610          as reported by
8611          
8612          From: Ilya.Sandler@etak.com (Ilya Sandler)
8613          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
8614          To: perlbug@perl.com
8615          Date: 25 Nov 1998 04:53:52 +0200
8616          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
8617  Branch: cfgperl
8618        ! util.c
8619 ____________________________________________________________________________
8620 [  2352] By: nick                                  on 1998/11/28  15:21:59
8621     Log: Implement $^C to allow perl access to -c flag - I think this 
8622          was agreed once...
8623  Branch: perl
8624        ! gv.c mg.c
8625 ____________________________________________________________________________
8626 [  2351] By: jhi                                   on 1998/11/28  15:14:24
8627     Log: Change #2251 fixup.
8628  Branch: cfgperl
8629        ! myconfig
8630 ____________________________________________________________________________
8631 [  2350] By: jhi                                   on 1998/11/28  14:58:19
8632     Log: Integrate from mainperl.
8633  Branch: cfgperl
8634       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
8635       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8636       +> pod/perl5005delta.pod
8637       !> (integrate 49 files)
8638 ____________________________________________________________________________
8639 [  2349] By: jhi                                   on 1998/11/28  14:27:36
8640     Log: Passwd and group file groveling.
8641  Branch: cfgperl
8642        ! t/op/grent.t t/op/pwent.t
8643 ____________________________________________________________________________
8644 [  2348] By: gsar                                  on 1998/11/28  14:09:50
8645     Log: more conservative version of changes#2345,2346,2347; those break
8646          C<defined(@{"foo::ISA"})> which seems to be extensively used in
8647          the libs :-(
8648  Branch: perl
8649        ! pp.c t/op/method.t
8650 ____________________________________________________________________________
8651 [  2347] By: gsar                                  on 1998/11/28  13:36:08
8652     Log: tweak bogus test
8653  Branch: perl
8654        ! t/op/method.t
8655 ____________________________________________________________________________
8656 [  2346] By: gsar                                  on 1998/11/28  13:20:34
8657     Log: test cases for previous change
8658  Branch: perl
8659        ! t/op/undef.t
8660 ____________________________________________________________________________
8661 [  2345] By: gsar                                  on 1998/11/28  13:07:17
8662     Log: fix typo in pp_defined() causing C<defined %tied> to fail
8663  Branch: perl
8664        ! pp.c
8665 ____________________________________________________________________________
8666 [  2344] By: gsar                                  on 1998/11/28  13:03:29
8667     Log: s/comment/comment_t/ tweak (suggested by John Gorman
8668          <jgorman@webbysoft.com>)
8669  Branch: perl
8670        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8671 ____________________________________________________________________________
8672 [  2343] By: gsar                                  on 1998/11/28  12:52:40
8673     Log: add (stub) perldelta.pod
8674  Branch: perl
8675        + pod/perldelta.pod
8676 ____________________________________________________________________________
8677 [  2342] By: gsar                                  on 1998/11/28  12:49:26
8678     Log: rename perldelta.pod to perl5005delta.pod in preparation for
8679          starting a new one
8680  Branch: perl
8681       +> pod/perl5005delta.pod
8682        - pod/perldelta.pod
8683        ! MANIFEST pod/perl.pod
8684 ____________________________________________________________________________
8685 [  2341] By: gsar                                  on 1998/11/28  12:41:55
8686     Log: fix MALLOC_LOCK #define
8687  Branch: perl
8688        ! malloc.c
8689 ____________________________________________________________________________
8690 [  2340] By: gsar                                  on 1998/11/28  12:18:23
8691     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8692          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
8693          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
8694          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
8695  Branch: perl
8696        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
8697 ____________________________________________________________________________
8698 [  2339] By: jhi                                   on 1998/11/28  11:59:01
8699     Log: Add -lm to dynix/ptx POSIX hints.
8700          From: "Martin J. Bligh" <mbligh@sequent.com>
8701          To: jhi@iki.fi
8702          Subject: Re: Making Perl work on DYNIX/ptx
8703          Date: Wed, 25 Nov 1998 10:34:41 -0800
8704          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
8705  Branch: cfgperl
8706        ! ext/POSIX/hints/dynixptx.pl
8707 ____________________________________________________________________________
8708 [  2338] By: jhi                                   on 1998/11/28  11:57:19
8709     Log: Detypo.
8710  Branch: cfgperl
8711        ! lib/filetest.pm
8712 ____________________________________________________________________________
8713 [  2337] By: jhi                                   on 1998/11/28  11:56:29
8714     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
8715  Branch: cfgperl
8716        ! Configure
8717 ____________________________________________________________________________
8718 [  2336] By: gsar                                  on 1998/11/28  11:41:14
8719     Log: teach CPAN.pm to ignore beta perl distributions when looking for
8720          modules
8721          From: root@dogberry.rutgers.edu (root)
8722          Date: Thu, 12 Nov 1998 23:08:39 -0500
8723          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
8724          Subject: recompile tries getting a perl distribution
8725  Branch: perl
8726        ! lib/CPAN.pm
8727 ____________________________________________________________________________
8728 [  2335] By: gsar                                  on 1998/11/28  11:27:46
8729     Log: make $1 et al readonly under threads; make C<undef $1> fail like
8730          C<$1 = undef> does
8731  Branch: perl
8732        ! op.c pp.c t/op/undef.t
8733 ____________________________________________________________________________
8734 [  2334] By: gsar                                  on 1998/11/28  10:24:52
8735     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
8736  Branch: perl
8737        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8738 ____________________________________________________________________________
8739 [  2333] By: gsar                                  on 1998/11/28  09:36:40
8740     Log: document changed PERL_HASH()
8741  Branch: perl
8742        ! pod/perlfunc.pod pod/perlguts.pod
8743 ____________________________________________________________________________
8744 [  2332] By: nick                                  on 1998/11/27  21:10:27
8745     Log: Handle INIT list in C.pm
8746          1. Provide init_av() from B.xs
8747          2. Export it in B.pm
8748          3. Use it in C.pm
8749          Also disable some pruning in savecv() which seems to undo
8750          my previous patch.
8751          Experimental feature - save pathnames of .so files in easily 
8752          grep-able form for use in wrapper to feed to linker.  
8753  Branch: perl
8754        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
8755 ____________________________________________________________________________
8756 [  2327] By: gsar                                  on 1998/11/27  15:12:01
8757     Log: integrate change#2315 from maint-5.005
8758  Branch: perl
8759        ! t/op/sort.t
8760       !> op.c sv.c
8761 ____________________________________________________________________________
8762 [  2326] By: gsar                                  on 1998/11/27  15:00:42
8763     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
8764  Branch: perl
8765       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
8766       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8767       !> lib/ExtUtils/typemap
8768 ____________________________________________________________________________
8769 [  2325] By: gsar                                  on 1998/11/27  14:46:18
8770     Log: malloc bugfix and documentation from Ilya Zakharevich
8771          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
8772          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
8773          Subject: [PATCH 5.005_*] Re: Internal coredump
8774          --
8775          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
8776          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
8777          Subject: [PATCH 5.005_*] malloc.c documentation
8778  Branch: perl
8779        ! malloc.c
8780 ____________________________________________________________________________
8781 [  2324] By: gsar                                  on 1998/11/27  14:41:38
8782     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
8783  Branch: perl
8784        ! ext/B/B/C.pm
8785 ____________________________________________________________________________
8786 [  2323] By: gsar                                  on 1998/11/27  14:33:44
8787     Log: From: maeda@src.ricoh.co.jp
8788          Date: Tue, 24 Nov 1998 10:37:45 +0900
8789          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
8790          Subject: format "..." bug
8791  Branch: perl
8792        ! pp_ctl.c t/op/write.t
8793 ____________________________________________________________________________
8794 [  2322] By: gsar                                  on 1998/11/27  14:20:12
8795     Log: add ext/Devel/Peek
8796          From: jan.dubois@ibm.net (Jan Dubois)
8797          Date: Mon, 23 Nov 1998 00:48:11 +0100
8798          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
8799          Subject: [PATCH 5.005_53] Devel::Peek integration
8800  Branch: perl
8801        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
8802        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8803        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
8804        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
8805        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8806 ____________________________________________________________________________
8807 [  2321] By: gsar                                  on 1998/11/27  13:03:08
8808     Log: ensure 'make regen_headers' even without perl installed
8809          (suggested by Ilya Zakharevich)
8810  Branch: perl
8811        ! bytecode.pl warning.pl
8812 ____________________________________________________________________________
8813 [  2320] By: gsar                                  on 1998/11/27  12:58:36
8814     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8815          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
8816          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
8817          Subject: [PATCH 5.005_*] Cosmetic malloc patch
8818  Branch: perl
8819        ! malloc.c
8820 ____________________________________________________________________________
8821 [  2319] By: gsar                                  on 1998/11/27  12:56:13
8822     Log: eliminate dup hunk from integration
8823  Branch: perl
8824        ! lib/filetest.pm perl.h
8825 ____________________________________________________________________________
8826 [  2318] By: gsar                                  on 1998/11/27  12:50:08
8827     Log: integrate cfgperl changes into mainline
8828  Branch: perl
8829       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
8830        ! pod/perlfaq4.pod
8831       !> (integrate 30 files)
8832 ____________________________________________________________________________
8833 [  2317] By: jhi                                   on 1998/11/27  11:38:13
8834     Log: C<-x>.
8835  Branch: cfgperl
8836        ! lib/filetest.pm
8837 ____________________________________________________________________________
8838 [  2316] By: jhi                                   on 1998/11/27  11:10:22
8839     Log: Integrate from mainperl.
8840  Branch: cfgperl
8841       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
8842       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
8843       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
8844       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
8845       !> win32/win32sck.c
8846 ____________________________________________________________________________
8847 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
8848     Log: integrate change#2246 from mainline, while still allowing
8849          C<sort $globref @foo>
8850          
8851          allow C<sort $coderef @foo>
8852  Branch: maint-5.005/perl
8853        ! op.c sv.c
8854       !> t/op/sort.t
8855 ____________________________________________________________________________
8856 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
8857     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
8858          forwarded by Jarkko Hietaniemi from Mark Bixby
8859  Branch: maint-5.005/perl
8860        ! ext/DynaLoader/dl_mpeix.xs installperl
8861 ____________________________________________________________________________
8862 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
8863     Log: Allow PL_FILES to have multiple targets from one source by allowing
8864          an array ref as the value in the hash
8865  Branch: maint-5.005/perl
8866        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8867        ! lib/ExtUtils/MakeMaker.pm
8868 ____________________________________________________________________________
8869 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
8870     Log: fix unsigned variables to use SvUV and sv_setuv
8871  Branch: maint-5.005/perl
8872        ! lib/ExtUtils/typemap
8873 ____________________________________________________________________________
8874 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
8875     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
8876  Branch: maint-5.005/perl
8877        ! lib/ExtUtils/MM_Unix.pm
8878 ____________________________________________________________________________
8879 [  2301] By: gsar                                  on 1998/11/26  10:16:54
8880     Log: fix PL_defoutgv leak under threads
8881  Branch: perl
8882        ! ext/Thread/Thread.xs
8883 ____________________________________________________________________________
8884 [  2300] By: gsar                                  on 1998/11/26  09:04:44
8885     Log: properly free temporaries created by threads
8886  Branch: perl
8887        ! ext/Thread/Thread.xs
8888 ____________________________________________________________________________
8889 [  2299] By: gsar                                  on 1998/11/26  06:51:16
8890     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
8891          to set the package for the block properly
8892  Branch: perl
8893        ! op.c t/comp/package.t t/lib/dumper.t
8894 ____________________________________________________________________________
8895 [  2298] By: nick                                  on 1998/11/24  22:04:20
8896     Log: Part-1 of tweaks to allow Tk to be "compiled"
8897          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
8898          (May also need attention to exports etc. - to follow.)
8899  Branch: perl
8900        ! universal.c
8901 ____________________________________________________________________________
8902 [  2294] By: jhi                                   on 1998/11/23  10:44:26
8903     Log: The new socket tests need in some platforms
8904          to #include <sys/types.h>.
8905  Branch: cfgperl
8906        ! Configure
8907 ____________________________________________________________________________
8908 [  2293] By: jhi                                   on 1998/11/23  10:33:42
8909     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
8910          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
8911          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
8912          Date: Mon, 23 Nov 1998 10:07:04 +0100
8913          Message-Id: <9811230907.AA06484@AWT.nl>
8914          
8915          NeXTstep NetInfo uses nidump to get the user/group databases.
8916  Branch: cfgperl
8917        ! t/op/grent.t t/op/pwent.t
8918 ____________________________________________________________________________
8919 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
8920     Log: Updated Porting/patchls utility.
8921  Branch: maint-5.004/perl
8922        ! Porting/patchls
8923 ____________________________________________________________________________
8924 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
8925     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
8926          From:  Henrik Tougaard <ht.000@foa.dk>
8927          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
8928          Files:  lib/Sys/Syslog.pm
8929  Branch: maint-5.004/perl
8930        ! lib/Sys/Syslog.pm
8931 ____________________________________________________________________________
8932 [  2286] By: jhi                                   on 1998/11/22  19:08:42
8933     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
8934  Branch: cfgperl
8935        ! ext/Socket/Socket.xs
8936 ____________________________________________________________________________
8937 [  2285] By: jhi                                   on 1998/11/22  18:21:07
8938     Log: MSG_PROXY for GNU/Hurd (previously we believed that
8939          all GNU libc platforms have MSG_PROXY.  Untrue).
8940          In fact this ended up as a major MSG_* and SCM_*
8941          update.  The MSG_XXX known to be enums in some
8942          versions of the glibc are now probed for and respective
8943          HAS_MSG_XXX are defined.  While I was at it I noticed
8944          SCM_RIGHTS being similarly an enum.  This reminded me of
8945          an ancient discussion in perl5-porters:
8946          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
8947          The BSD socket interface has a nifty feature for passing
8948          file descriptors and credentials--via sockets.  It may be
8949          too late to add this functionality to the CORE but
8950          at least Configure now probes for the functions,
8951          structs, and includes, defining the appropriate
8952          HAS_YYY and I_ZZZ, and the Socket extension exports
8953          the constants, in case somebody wants to write an
8954          extension for this interface.
8955  Branch: cfgperl
8956        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8957        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
8958        ! iperlsys.h
8959 ____________________________________________________________________________
8960 [  2284] By: jhi                                   on 1998/11/22  18:13:21
8961     Log: perlhist.pod 1.54, containing 5_53.
8962  Branch: cfgperl
8963        ! pod/perlhist.pod
8964 ____________________________________________________________________________
8965 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
8966     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
8967  Branch: maint-5.004/perl
8968        ! doio.c
8969 ____________________________________________________________________________
8970 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
8971     Log: Improve op/die_exit.t test for implicit close changing $!
8972  Branch: maint-5.004/perl
8973        ! t/op/die_exit.t
8974 ____________________________________________________________________________
8975 [  2268] By: jhi                                   on 1998/11/22  14:44:11
8976     Log: Fix thinko.
8977  Branch: cfgperl
8978        ! hints/dynixptx.sh
8979 ____________________________________________________________________________
8980 [  2267] By: jhi                                   on 1998/11/22  13:19:41
8981     Log: Document the d_socket override.
8982  Branch: cfgperl
8983        ! hints/dynixptx.sh
8984 ____________________________________________________________________________
8985 [  2266] By: jhi                                   on 1998/11/22  12:12:29
8986     Log: From: John Tobey <jtobey@channel1.com>
8987          Subject: [PATCH] perlfaq typos
8988          To: perl5-porters@perl.com
8989          Date: 22 Nov 1998 04:25:15 +0200
8990          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
8991  Branch: cfgperl
8992        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8993        ! pod/perlfaq7.pod pod/perlfaq8.pod
8994 ____________________________________________________________________________
8995 [  2265] By: jhi                                   on 1998/11/22  12:06:29
8996     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8997          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
8998          Newsgroups: hut.lists.perl5-porters
8999          To: gsar@engin.umich.edu (Gurusamy Sarathy)
9000          Cc: perl5-porters@perl.org (Perl5 Porters)
9001          Date: 20 Nov 1998 12:20:41 +0200
9002  Branch: cfgperl
9003        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9004        ! ext/DB_File/DB_File.xs
9005 ____________________________________________________________________________
9006 [  2264] By: jhi                                   on 1998/11/22  11:55:09
9007     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
9008          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9009          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9010          To: perlbug@perl.com
9011          Date: 20 Nov 1998 18:39:06 +0200
9012          Lines: 47
9013          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9014  Branch: cfgperl
9015        ! t/op/grent.t t/op/pwent.t
9016 ____________________________________________________________________________
9017 [  2263] By: jhi                                   on 1998/11/22  11:42:59
9018     Log: Permission testing is tricky when we have too much power.
9019          Problem reported in
9020          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9021          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9022          To: perlbug@perl.com
9023          Date: 20 Nov 1998 18:39:06 +0200
9024          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9025  Branch: cfgperl
9026        ! t/op/filetest.t
9027 ____________________________________________________________________________
9028 [  2262] By: gsar                                  on 1998/11/22  11:37:02
9029     Log: fix broken CAPI generation
9030  Branch: perl
9031        ! win32/GenCAPI.pl
9032 ____________________________________________________________________________
9033 [  2261] By: jhi                                   on 1998/11/22  11:17:00
9034     Log: -x should be C<-x>, reported by Gerben Wierda.
9035  Branch: cfgperl
9036        ! pod/perlfunc.pod
9037 ____________________________________________________________________________
9038 [  2260] By: gsar                                  on 1998/11/22  11:12:02
9039     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
9040  Branch: perl
9041        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
9042        ! proto.h
9043 ____________________________________________________________________________
9044 [  2259] By: jhi                                   on 1998/11/22  11:06:40
9045     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9046          Subject: Re: [PATCH] Re: pod2man bug in date generated line
9047          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
9048          Cc: perlbug@perl.com
9049          Date: 20 Nov 1998 21:30:17 +0200
9050          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
9051  Branch: cfgperl
9052        ! pod/pod2man.PL
9053 ____________________________________________________________________________
9054 [  2256] By: jhi                                   on 1998/11/21  10:44:01
9055     Log: From: Thomas Bowditch <bowditch@inmet.com>
9056          Subject: Benchmark.pm suggestion
9057          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
9058          Date: Fri, 20 Nov 1998 17:43:46 -0500
9059          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
9060          
9061          Added timesum().
9062  Branch: cfgperl
9063        ! lib/Benchmark.pm
9064 ____________________________________________________________________________
9065 [  2255] By: gsar                                  on 1998/11/21  08:45:06
9066     Log: another win32 portability fix: make sysread() and syswrite()
9067          work on sockets
9068  Branch: perl
9069        ! pp_sys.c win32/win32.h
9070 ____________________________________________________________________________
9071 [  2254] By: gsar                                  on 1998/11/21  07:49:06
9072     Log: win32_recvfrom() compatibility fix
9073  Branch: perl
9074        ! win32/win32sck.c
9075 ____________________________________________________________________________
9076 [  2253] By: jhi                                   on 1998/11/20  08:22:06
9077     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
9078          To: jhi@iki.fi
9079          Subject: MPE/iX Perl 5.005_02 oops
9080          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
9081          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
9082  Branch: cfgperl
9083        ! ext/DynaLoader/dl_mpeix.xs installperl
9084 ____________________________________________________________________________
9085 [  2252] By: gsar                                  on 1998/11/19  17:38:03
9086     Log: mess_sv tweak for change#2249
9087  Branch: perl
9088        ! util.c
9089 ____________________________________________________________________________
9090 [  2251] By: jhi                                   on 1998/11/18  12:32:19
9091     Log: Display use64bits and usemultiplicity but only if necessary.
9092  Branch: cfgperl
9093        ! myconfig
9094 ____________________________________________________________________________
9095 [  2250] By: jhi                                   on 1998/11/18  12:26:50
9096     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
9097          Subject: pp.c uses 'unsigned Quad_t'
9098          To: perlbug@perl.com 
9099          Date: Sun, 15 Nov 1998 20:57:05 -0300 
9100          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
9101  Branch: cfgperl
9102        ! perl.h pp.c
9103 ____________________________________________________________________________
9104 [  2249] By: gsar                                  on 1998/11/18  05:43:11
9105     Log: use PL_mess_sv only during global destruction (fixes problems with
9106          overlapping invocations of form()/warn()/die()/croak() trampling on
9107          each other's messages)
9108  Branch: perl
9109        ! mg.c util.c
9110 ____________________________________________________________________________
9111 [  2248] By: gsar                                  on 1998/11/18  05:39:36
9112     Log: tweak change#2245 to skip previous message if any
9113  Branch: perl
9114        ! pp_ctl.c t/pragma/warn/pp_ctl
9115 ____________________________________________________________________________
9116 [  2247] By: jhi                                   on 1998/11/17  11:46:56
9117     Log: Integrate from mainperl.
9118  Branch: cfgperl
9119       !> (integrate 26 files)
9120 ____________________________________________________________________________
9121 [  2246] By: gsar                                  on 1998/11/17  09:41:10
9122     Log: allow C<sort $coderef @foo>
9123  Branch: perl
9124        ! op.c t/op/sort.t t/pragma/overload.t
9125 ____________________________________________________________________________
9126 [  2245] By: gsar                                  on 1998/11/17  08:28:26
9127     Log: propagate failures in DESTROY() as (optional) warnings
9128  Branch: perl
9129        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
9130 ____________________________________________________________________________
9131 [  2244] By: gsar                                  on 1998/11/17  07:43:08
9132     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
9133  Branch: perl
9134        ! perl.c thrdvar.h
9135 ____________________________________________________________________________
9136 [  2243] By: gsar                                  on 1998/11/17  07:40:09
9137     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
9138  Branch: perl
9139        ! lib/warning.pm warning.h warning.pl
9140 ____________________________________________________________________________
9141 [  2242] By: gsar                                  on 1998/11/17  06:32:39
9142     Log: fix skipspace() to properly account for newlines in eval''-ed
9143          strings (caused bogus line numbers in diagnostics and debugger)
9144  Branch: perl
9145        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
9146 ____________________________________________________________________________
9147 [  2241] By: gsar                                  on 1998/11/17  03:48:12
9148     Log: s/Perl_utf8skip/PL_utf8skip/g
9149  Branch: perl
9150        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
9151 ____________________________________________________________________________
9152 [  2240] By: gsar                                  on 1998/11/14  06:09:06
9153     Log: rework op/groups.t
9154  Branch: perl
9155        ! t/op/filetest.t t/op/groups.t
9156 ____________________________________________________________________________
9157 [  2235] By: gsar                                  on 1998/11/14  00:17:05
9158     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
9159  Branch: perl
9160        ! op.c
9161 ____________________________________________________________________________
9162 [  2234] By: gsar                                  on 1998/11/14  00:14:02
9163     Log: update Changes
9164  Branch: perl
9165        ! Changes win32/config.bc win32/config.gc win32/config.vc
9166 ____________________________________________________________________________
9167 [  2233] By: gsar                                  on 1998/11/13  09:43:03
9168     Log: doc tweak
9169  Branch: perl
9170        ! README.win32
9171 ____________________________________________________________________________
9172 [  2230] By: jhi                                   on 1998/11/12  17:07:45
9173     Log: Allow hints file override for d_socket
9174          (based on Sequent-induced change #2229).
9175  Branch: cfgperl
9176        ! Configure
9177 ____________________________________________________________________________
9178 [  2229] By: jhi                                   on 1998/11/12  16:32:33
9179     Log: 
9180          From: "Martin J. Bligh" <mbligh@sequent.com>
9181          To: jhi@iki.fi
9182          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9183          Subject: Re: Making Perl work on DYNIX/ptx
9184          Date: Tue, 10 Nov 1998 16:24:26 -0800
9185          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
9186  Branch: cfgperl
9187        ! hints/dynixptx.sh
9188 ____________________________________________________________________________
9189 [  2228] By: jhi                                   on 1998/11/12  11:40:37
9190     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
9191          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
9192          To: jhi@iki.fi
9193          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9194          Subject: Re: Making Perl work on DYNIX/ptx
9195          Date: Tue, 10 Nov 1998 18:01:10 -0800
9196  Branch: cfgperl
9197        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
9198 ____________________________________________________________________________
9199 [  2227] By: jhi                                   on 1998/11/12  11:17:42
9200     Log: Integrate from mainperl.
9201  Branch: cfgperl
9202       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
9203       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
9204       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9205       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
9206       !> win32/win32.c x2p/s2p.PL
9207 ____________________________________________________________________________
9208 [  2226] By: gsar                                  on 1998/11/11  21:05:42
9209     Log: provide -DPERL_POLLUTE
9210  Branch: perl
9211        ! embed.pl embedvar.h
9212 ____________________________________________________________________________
9213 [  2225] By: jhi                                   on 1998/11/09  07:45:12
9214     Log: From: Hans Mulder <hansm@icgroup.nl>
9215          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
9216          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
9217          perl5-porters@perl.org
9218          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
9219          (UNINSTALLED)
9220          Date: Sun,  8 Nov 98 22:20:23 +0100
9221          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
9222  Branch: cfgperl
9223        ! malloc.c perl.h
9224 ____________________________________________________________________________
9225 [  2224] By: gsar                                  on 1998/11/09  03:13:14
9226     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
9227          Christoph <lupe@alanya.m.isar.de>)
9228  Branch: perl
9229        ! lib/Text/Wrap.pm
9230 ____________________________________________________________________________
9231 [  2223] By: gsar                                  on 1998/11/09  02:09:06
9232     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
9233          <lionel.fourquaux@wanadoo.fr>)
9234  Branch: perl
9235        ! x2p/s2p.PL
9236 ____________________________________________________________________________
9237 [  2222] By: gsar                                  on 1998/11/09  01:56:24
9238     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
9239          Date: Wed, 04 Nov 1998 12:19:44 +0000
9240          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
9241          Subject: [PATCH] Re: [5.005_53] read overflow? 
9242          --
9243          Date: Wed, 04 Nov 1998 13:15:18 +0000
9244          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
9245          Subject: [PATCH 5.005_53] perl -V fix
9246  Branch: perl
9247        ! perl.c regexec.c
9248 ____________________________________________________________________________
9249 [  2221] By: gsar                                  on 1998/11/09  01:34:56
9250     Log: From: jan.dubois@ibm.net (Jan Dubois)
9251          Date: Sun, 01 Nov 1998 00:05:01 +0100
9252          Message-ID: <364294bd.18052307@smtp1.ibm.net>
9253          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
9254  Branch: perl
9255        ! Changes win32/makedef.pl
9256 ____________________________________________________________________________
9257 [  2220] By: gsar                                  on 1998/11/08  21:13:07
9258     Log: integrate changes#2120,2168,2218 from maint-5.005;
9259          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
9260          enum; make regen_headers
9261  Branch: perl
9262        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
9263        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
9264 ____________________________________________________________________________
9265 [  2219] By: gsar                                  on 1998/11/08  19:42:57
9266     Log: integrate cfgperl changes into mainline
9267  Branch: perl
9268       +> README.vmesa
9269       !> Configure MANIFEST Porting/Glossary Porting/config.sh
9270       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
9271       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
9272       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
9273       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
9274       !> thread.h vms/subconfigure.com vos/config.h
9275 ____________________________________________________________________________
9276 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
9277     Log: From: Graham Barr <gbarr@ti.com>
9278          Date: Mon, 2 Nov 1998 07:38:52 -0600
9279          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
9280          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
9281  Branch: maint-5.005/perl
9282        ! ext/IPC/SysV/Msg.pm
9283 ____________________________________________________________________________
9284 [  2215] By: gsar                                  on 1998/11/08  02:52:52
9285     Log: set close-on-exec bit on pipe() FDs
9286  Branch: perl
9287        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9288 ____________________________________________________________________________
9289 [  2214] By: gsar                                  on 1998/11/08  02:27:57
9290     Log: typo in newHVhv()
9291  Branch: perl
9292        ! hv.c
9293 ____________________________________________________________________________
9294 [  2211] By: jhi                                   on 1998/11/07  21:14:18
9295     Log: Finalize the Mach CThreads support.
9296          
9297          From: Hans Mulder <hansm@icgroup.nl>
9298          Date: Sat,  7 Nov 98 22:06:20 +0100
9299          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9300          Cc: jhi@iki.fi, perl5-porters@perl.org
9301          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
9302          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
9303  Branch: cfgperl
9304        ! malloc.c perl.h
9305 ____________________________________________________________________________
9306 [  2210] By: gsar                                  on 1998/11/06  20:36:50
9307     Log: fix AvREALISH bogusness
9308  Branch: perl
9309        ! av.c t/op/array.t
9310 ____________________________________________________________________________
9311 [  2209] By: jhi                                   on 1998/11/06  08:05:31
9312     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
9313          ASSERT() causes problems in {NeXTStep,OpenStep}.
9314          
9315          From: Hans Mulder <hansm@icgroup.nl>
9316          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9317          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9318          Date: Fri,  6 Nov 98 01:27:41 +0100
9319          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
9320          
9321          and
9322          
9323          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9324          Subject: Re: ASSERT() in malloc.c
9325          To: jhi@iki.fi
9326          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
9327          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
9328  Branch: cfgperl
9329        ! malloc.c
9330 ____________________________________________________________________________
9331 [  2208] By: jhi                                   on 1998/11/06  07:55:38
9332     Log: Mach CThreads needs #include <mach/cthreads.h>.
9333  Branch: cfgperl
9334        ! perl.h
9335 ____________________________________________________________________________
9336 [  2206] By: jhi                                   on 1998/11/05  14:54:52
9337     Log: PERL_BADLANG wrongly documented.
9338          
9339          From: ts <decoux@moulon.inra.fr>
9340          To: jhi@cc.hut.fi
9341          Subject: Re: Locale warning messages
9342          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
9343          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
9344          
9345          and
9346          
9347          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9348          Subject: Re: PERL_BADLANG
9349          To: jhi@iki.fi
9350          Subject: Re: PERL_BADLANG
9351          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
9352          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
9353  Branch: cfgperl
9354        ! pod/perllocale.pod
9355 ____________________________________________________________________________
9356 [  2205] By: jhi                                   on 1998/11/05  14:24:33
9357     Log: Document all the control flow keywords in perlfunc
9358          so that "perlfunc -f while" works.
9359  Branch: cfgperl
9360        ! pod/perlfunc.pod
9361 ____________________________________________________________________________
9362 [  2204] By: jhi                                   on 1998/11/05  12:46:02
9363     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
9364          (from vos/config.h).  Update Porting/{Glossary,config*}.
9365  Branch: cfgperl
9366        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9367        ! config_h.SH vos/config.h
9368 ____________________________________________________________________________
9369 [  2203] By: jhi                                   on 1998/11/05  08:34:39
9370     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
9371  Branch: cfgperl
9372        ! hints/vmesa.sh vms/subconfigure.com
9373 ____________________________________________________________________________
9374 [  2202] By: jhi                                   on 1998/11/05  08:03:20
9375     Log: Integrate from mainperl.
9376  Branch: cfgperl
9377       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
9378       !> win32/Makefile win32/makefile.mk win32/win32.c
9379 ____________________________________________________________________________
9380 [  2201] By: gsar                                  on 1998/11/05  04:40:44
9381     Log: another POPSTACK victim
9382  Branch: perl
9383        ! cop.h sv.c
9384 ____________________________________________________________________________
9385 [  2196] By: gsar                                  on 1998/11/05  02:07:54
9386     Log: fix a location affected by change#2191, add note about POPSTACK
9387  Branch: perl
9388        ! cop.h gv.c pp_ctl.c
9389 ____________________________________________________________________________
9390 [  2195] By: gsar                                  on 1998/11/05  02:04:45
9391     Log: makefile notes
9392  Branch: perl
9393        ! win32/Makefile win32/makefile.mk
9394 ____________________________________________________________________________
9395 [  2192] By: gsar                                  on 1998/11/04  23:48:53
9396     Log: indeterminate order-of-evaluation fixes
9397  Branch: perl
9398        ! mg.c
9399 ____________________________________________________________________________
9400 [  2191] By: gsar                                  on 1998/11/04  23:02:16
9401     Log: refetch local stack pointer in POPSTACK
9402  Branch: perl
9403        ! cop.h perl.c
9404 ____________________________________________________________________________
9405 [  2190] By: jhi                                   on 1998/11/04  08:50:40
9406     Log: Configure update.
9407          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
9408          
9409          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9410          To: Martin Bligh <mbligh@sequent.com>
9411          Cc: Jarkko Hietaniemi <jhi@iki.fi>
9412          Subject: Re: Perl 5's configure on DYNIX/ptx
9413          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
9414          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
9415          
9416          find sockets also from libsocket, not just libnet.
9417          OS390: $compile_ok instead of $compile for <inttypes.h>,
9418          
9419          From: pvhp@forte.com (Peter Prymmer)
9420          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
9421          Subject: _53 not OK on os390 but looking better than ever
9422          Date: Tue, 3 Nov 98 17:33:22 PST
9423          Message-Id: <9811040133.AA09450@forte.com>
9424  Branch: cfgperl
9425        ! Configure
9426 ____________________________________________________________________________
9427 [  2189] By: jhi                                   on 1998/11/04  07:43:58
9428     Log: sysio.t failure: fix undefined order of evaluation, from
9429          
9430          From: Spider Boardman <spider@web.zk3.dec.com>
9431          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
9432          To: perlbug@perl.com
9433          Date: 4 Nov 1998 01:22:30 +0200
9434          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
9435  Branch: cfgperl
9436        ! pp_sys.c
9437 ____________________________________________________________________________
9438 [  2188] By: gsar                                  on 1998/11/04  02:59:16
9439     Log: fix return value of win32_pclose()
9440  Branch: perl
9441        ! win32/win32.c
9442 ____________________________________________________________________________
9443 [  2187] By: gsar                                  on 1998/11/04  02:56:34
9444     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
9445  Branch: perl
9446        ! Changes doop.c gv.c util.c
9447 ____________________________________________________________________________
9448 [  2186] By: jhi                                   on 1998/11/03  08:17:52
9449     Log: Document quads in pack.
9450  Branch: cfgperl
9451        ! pod/perlfunc.pod
9452 ____________________________________________________________________________
9453 [  2185] By: jhi                                   on 1998/11/03  07:49:35
9454     Log: (IV) vs (I32) vs I_V()
9455          
9456          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
9457          From: Anton Berezin <tobez@plab.ku.dk> 
9458          To: "p5p" <perl5-porters@perl.org> 
9459          Date: 01 Nov 1998 15:09:11 +0100 
9460          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
9461          
9462          and
9463          
9464          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
9465          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
9466          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
9467  Branch: cfgperl
9468        ! sv.c
9469 ____________________________________________________________________________
9470 [  2184] By: jhi                                   on 1998/11/03  07:42:46
9471     Log: VM/ESA updates.
9472  Branch: cfgperl
9473        + README.vmesa
9474        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
9475 ____________________________________________________________________________
9476 [  2183] By: jhi                                   on 1998/11/02  12:58:13
9477     Log: The id(1)-parsing is real fun.
9478  Branch: cfgperl
9479        ! t/op/groups.t
9480 ____________________________________________________________________________
9481 [  2182] By: jhi                                   on 1998/11/02  12:07:43
9482     Log: Decommission the symlink test.
9483  Branch: cfgperl
9484        ! t/op/lex_assign.t
9485 ____________________________________________________________________________
9486 [  2181] By: jhi                                   on 1998/11/02  12:03:08
9487     Log: Replace ATTR_JOINABLE with true Configure probe
9488          for PTHREAD_CREATE_JOINABLE (or equivalent:
9489          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
9490          Remove ATTR_JOINABLE itself: Thread.xs uses
9491          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
9492          
9493          Really scan for <mach/cthreads.h> only if usethreads.
9494  Branch: cfgperl
9495        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
9496 ____________________________________________________________________________
9497 [  2180] By: jhi                                   on 1998/11/02  11:07:34
9498     Log: In HP-UX 10.X usethreads only if the required files are present.
9499  Branch: cfgperl
9500        ! hints/hpux.sh
9501 ____________________________________________________________________________
9502 [  2179] By: jhi                                   on 1998/11/02  09:10:33
9503     Log: Prefer groups(1).
9504          id -Gn can be broken.
9505          id -a can save the day.
9506  Branch: cfgperl
9507        ! t/op/groups.t
9508 ____________________________________________________________________________
9509 [  2178] By: jhi                                   on 1998/11/02  08:35:29
9510     Log: Detrail enum comma.
9511  Branch: cfgperl
9512        ! perl.h
9513 ____________________________________________________________________________
9514 [  2177] By: jhi                                   on 1998/11/02  08:24:12
9515     Log: 0**0 = 1, from
9516          
9517          From: d-lewart@uiuc.edu (Daniel S. Lewart)
9518          Subject: Math::Complex 0**0 patches
9519          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
9520          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
9521          To: jhi@iki.fi (Jarkko Hietaniemi),
9522          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
9523  Branch: cfgperl
9524        ! lib/Math/Complex.pm t/lib/complex.t
9525 ____________________________________________________________________________
9526 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
9527     Log: From: jan.dubois@ibm.net (Jan Dubois)   
9528          Date: Fri, 09 Oct 1998 23:28:31 +0200
9529          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
9530          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
9531  Branch: maint-5.005/perl
9532        ! XSUB.h
9533 ____________________________________________________________________________
9534 [  2164] By: jhi                                   on 1998/10/31  15:50:02
9535     Log: Integrate from mainperl.
9536  Branch: cfgperl
9537       +> t/op/lex_assign.t
9538       !> (integrate 45 files)
9539
9540 ----------------
9541 Version 5.005_53
9542 ----------------
9543
9544 ____________________________________________________________________________
9545 [  2163] By: gsar                                  on 1998/10/31  11:31:12
9546     Log: bump patchlevel; other minor fixes for clean build and test on
9547          Solaris and win32
9548  Branch: perl
9549        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
9550        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
9551        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
9552        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9553        ! x2p/a2p.c
9554 ____________________________________________________________________________
9555 [  2162] By: gsar                                  on 1998/10/31  09:40:31
9556     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9557          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
9558          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
9559          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
9560  Branch: perl
9561        ! pp.h
9562 ____________________________________________________________________________
9563 [  2161] By: gsar                                  on 1998/10/31  09:39:13
9564     Log: From: Albert Dvornik <bert@genscan.com>
9565          Date: 30 Oct 1998 17:50:04 -0500
9566          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
9567          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
9568  Branch: perl
9569        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
9570 ____________________________________________________________________________
9571 [  2160] By: gsar                                  on 1998/10/31  09:35:03
9572     Log: fix for bugs in -x mode
9573          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9574          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
9575          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
9576          Subject: [PATCH 5.00552] Fix h2xs
9577  Branch: perl
9578        ! utils/h2xs.PL
9579 ____________________________________________________________________________
9580 [  2159] By: gsar                                  on 1998/10/31  09:31:36
9581     Log: Data::Dumper update
9582  Branch: perl
9583        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
9584        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
9585 ____________________________________________________________________________
9586 [  2153] By: gsar                                  on 1998/10/30  21:40:09
9587     Log: add testsuite portion of patch
9588          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9589          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
9590          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
9591          Subject: [PATCH 5.00321 ;-)] 87% speedup
9592  Branch: perl
9593        + t/op/lex_assign.t
9594        ! MANIFEST
9595 ____________________________________________________________________________
9596 [  2152] By: gsar                                  on 1998/10/30  21:08:11
9597     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
9598  Branch: perl
9599        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
9600 ____________________________________________________________________________
9601 [  2151] By: gsar                                  on 1998/10/30  20:18:09
9602     Log: From: Mark-Jason Dominus <mjd@plover.com>
9603          Date: Fri, 30 Oct 1998 14:24:23 EST
9604          Message-Id: <19981030192423.27276.qmail@plover.com>
9605          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
9606  Branch: perl
9607        ! x2p/walk.c
9608 ____________________________________________________________________________
9609 [  2150] By: gsar                                  on 1998/10/30  20:08:57
9610     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9611          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
9612          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
9613          Subject: [PATCH 5.00552] Overloaded <> and deref again
9614  Branch: perl
9615        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
9616        ! t/pragma/overload.t toke.c
9617 ____________________________________________________________________________
9618 [  2149] By: gsar                                  on 1998/10/30  19:38:15
9619     Log: From: Roderick Schertler <roderick@argon.org>
9620          Date: Thu, 29 Oct 1998 14:50:18 -0500
9621          Message-ID: <17625.909690618@eeyore.ibcinc.com>
9622          Subject: patch for daemonization docs in perlipc
9623  Branch: perl
9624        ! pod/perlipc.pod
9625 ____________________________________________________________________________
9626 [  2148] By: gsar                                  on 1998/10/30  19:36:07
9627     Log: From: Anton Berezin <tobez@plab.ku.dk>
9628          Date: 29 Oct 1998 17:06:25 +0100
9629          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
9630          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
9631  Branch: perl
9632        ! win32/win32.c
9633 ____________________________________________________________________________
9634 [  2147] By: gsar                                  on 1998/10/30  19:31:37
9635     Log: tweaked version of suggested patch
9636          From: Anton Berezin <tobez@plab.ku.dk>
9637          Date: 29 Oct 1998 14:48:54 +0100
9638          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
9639          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
9640  Branch: perl
9641        ! win32/win32.c
9642 ____________________________________________________________________________
9643 [  2146] By: gsar                                  on 1998/10/30  19:03:50
9644     Log: hand-apply whitespace-mutiliated patch
9645          From: "vishal bhatia" <vishalb@hotmail.com>
9646          Date: Wed, 28 Oct 1998 23:45:32 PST
9647          Message-ID: <19981029074534.2334.qmail@hotmail.com>
9648          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
9649  Branch: perl
9650        ! ext/B/B/C.pm ext/B/B/CC.pm
9651 ____________________________________________________________________________
9652 [  2145] By: gsar                                  on 1998/10/30  18:46:58
9653     Log: remaining PL_foo stragglers
9654  Branch: perl
9655        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
9656        ! op.h os2/os2.c vms/gen_shrfls.pl
9657 ____________________________________________________________________________
9658 [  2144] By: gsar                                  on 1998/10/30  17:38:36
9659     Log: integrate cfgperl tweaks into mainline
9660  Branch: perl
9661       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
9662       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9663 ____________________________________________________________________________
9664 [  2143] By: jhi                                   on 1998/10/30  13:27:39
9665     Log: There can be multiple yacc/bison errors.
9666  Branch: cfgperl
9667        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9668 ____________________________________________________________________________
9669 [  2142] By: jhi                                   on 1998/10/30  13:18:43
9670     Log: README.posix-bc update.
9671  Branch: cfgperl
9672        ! README.posix-bc
9673 ____________________________________________________________________________
9674 [  2141] By: jhi                                   on 1998/10/30  09:12:59
9675     Log: #2133 fallout.
9676  Branch: cfgperl
9677        ! doio.c ext/POSIX/POSIX.xs
9678 ____________________________________________________________________________
9679 [  2140] By: jhi                                   on 1998/10/30  08:43:18
9680     Log: Integrate from mainperl.
9681  Branch: cfgperl
9682       +> globvar.sym pp.sym
9683        - objpp.h thread.sym
9684       !> (integrate 61 files)
9685 ____________________________________________________________________________
9686 [  2133] By: gsar                                  on 1998/10/30  02:51:39
9687     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
9688          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
9689          should soon be automated also; the global variables that
9690          escaped the PL_foo conversion are now reined in; renamed
9691          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
9692          type of same name; duplicated lists of pp_things in various
9693          places is now gone; result has only been tested on win32
9694  Branch: perl
9695        + globvar.sym pp.sym
9696        - objpp.h thread.sym
9697        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
9698        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
9699        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
9700        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
9701        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
9702        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
9703        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
9704        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
9705        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9706        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9707        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
9708 ____________________________________________________________________________
9709 [  2130] By: jhi                                   on 1998/10/29  15:31:26
9710     Log: Pure bison yylex() proto was broken.
9711  Branch: cfgperl
9712        ! proto.h
9713 ____________________________________________________________________________
9714 [  2126] By: jhi                                   on 1998/10/29  08:35:54
9715     Log: Integrate mainperl.
9716  Branch: cfgperl
9717       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9718       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
9719       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
9720       !> t/pragma/warn/doio toke.c win32/makefile.mk
9721 ____________________________________________________________________________
9722 [  2125] By: jhi                                   on 1998/10/29  08:32:38
9723     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
9724  Branch: cfgperl
9725        ! Makefile.SH
9726 ____________________________________________________________________________
9727 [  2124] By: jhi                                   on 1998/10/29  08:06:44
9728     Log: EBCDIC Makefile.SH tuneup.
9729  Branch: cfgperl
9730        ! Makefile.SH
9731 ____________________________________________________________________________
9732 [  2119] By: gsar                                  on 1998/10/28  23:24:04
9733     Log: remove doubled hunk from integration
9734  Branch: perl
9735        ! pp.c
9736 ____________________________________________________________________________
9737 [  2118] By: gsar                                  on 1998/10/28  22:03:31
9738     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9739          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
9740          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
9741          Subject: [PATCH 5.00552] Minor debugger tweaks
9742  Branch: perl
9743        ! lib/perl5db.pl
9744 ____________________________________________________________________________
9745 [  2117] By: gsar                                  on 1998/10/28  22:02:30
9746     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9747          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
9748          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
9749          Subject: [PATCH 5.00552] Make sort respect overloading
9750  Branch: perl
9751        ! pp_ctl.c proto.h t/pragma/overload.t
9752 ____________________________________________________________________________
9753 [  2116] By: gsar                                  on 1998/10/28  21:51:11
9754     Log: MM patches from Ilya Zakharevich
9755          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
9756          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
9757          Subject: [PATCH 5.00552] Make MakeMaker more verbose
9758          --
9759          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
9760          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
9761          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
9762  Branch: perl
9763        ! lib/ExtUtils/MakeMaker.pm
9764 ____________________________________________________________________________
9765 [  2115] By: gsar                                  on 1998/10/28  21:46:19
9766     Log: add explicit references to perl source path in ld2 and gcc2
9767  Branch: perl
9768        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9769 ____________________________________________________________________________
9770 [  2114] By: gsar                                  on 1998/10/28  21:39:56
9771     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9772          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
9773          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
9774          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
9775  Branch: perl
9776        ! INSTALL
9777 ____________________________________________________________________________
9778 [  2113] By: gsar                                  on 1998/10/28  21:21:16
9779     Log: integrate cfgperl into mainline
9780  Branch: perl
9781       +> t/op/filetest.t
9782       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
9783       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
9784       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9785       !> thread.h toke.c vmesa/Makefile
9786 ____________________________________________________________________________
9787 [  2112] By: gsar                                  on 1998/10/28  21:14:18
9788     Log: minor cleanup
9789  Branch: perl
9790        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
9791 ____________________________________________________________________________
9792 [  2111] By: gsar                                  on 1998/10/28  18:52:10
9793     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
9794  Branch: perl
9795        ! toke.c
9796 ____________________________________________________________________________
9797 [  2110] By: jhi                                   on 1998/10/28  15:07:54
9798     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
9799  Branch: cfgperl
9800        ! Makefile.SH
9801 ____________________________________________________________________________
9802 [  2109] By: jhi                                   on 1998/10/28  13:39:54
9803     Log: a2p.y needs to generate also y.tab.h.
9804  Branch: cfgperl
9805        ! Makefile.SH
9806 ____________________________________________________________________________
9807 [  2108] By: jhi                                   on 1998/10/28  10:33:36
9808     Log: The "parse error" must be converted to "syntax error",
9809          just matching it aint' enough.
9810  Branch: cfgperl
9811        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9812        ! t/pragma/warning.t
9813 ____________________________________________________________________________
9814 [  2107] By: jhi                                   on 1998/10/28  10:23:05
9815     Log: Regen sig_n{ame,umber}* if slightest doubt.
9816  Branch: cfgperl
9817        ! Configure
9818 ____________________________________________________________________________
9819 [  2106] By: jhi                                   on 1998/10/28  08:44:49
9820     Log: Bison says 'parse error', not 'parser error'.
9821  Branch: cfgperl
9822        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9823        ! t/pragma/warning.t
9824 ____________________________________________________________________________
9825 [  2105] By: jhi                                   on 1998/10/28  08:42:09
9826     Log: yylex() parametrization.
9827  Branch: cfgperl
9828        ! proto.h toke.c
9829 ____________________________________________________________________________
9830 [  2104] By: jhi                                   on 1998/10/28  08:25:09
9831     Log: Bring in #2102.
9832  Branch: cfgperl
9833        ! pp.c
9834 ____________________________________________________________________________
9835 [  2103] By: jhi                                   on 1998/10/28  08:22:04
9836     Log: From: Dominic Dunlop <domo@vo.lu>
9837          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
9838          Date: 27 Oct 1998 20:47:25 +0200
9839          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
9840  Branch: cfgperl
9841        ! t/op/groups.t
9842 ____________________________________________________________________________
9843 [  2102] By: larry                                 on 1998/10/27  18:58:55
9844     Log: utf8 change to quotemeta broke EBCDIC
9845  Branch: perl
9846        ! pp.c
9847 ____________________________________________________________________________
9848 [  2101] By: jhi                                   on 1998/10/27  12:55:34
9849     Log: $Config{sig_num_init}.
9850          Also, a new approach to the 'pthreads-created-joinable': drop
9851          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
9852          directly. (See also #2096).
9853  Branch: cfgperl
9854        ! Configure config_h.SH
9855 ____________________________________________________________________________
9856 [  2100] By: jhi                                   on 1998/10/27  10:48:55
9857     Log: Regenerated perly_c.diff.
9858  Branch: cfgperl
9859        ! perly_c.diff
9860 ____________________________________________________________________________
9861 [  2099] By: jhi                                   on 1998/10/27  08:42:25
9862     Log: First the mangler was Netscape, then it was me.
9863  Branch: cfgperl
9864        ! vmesa/Makefile
9865 ____________________________________________________________________________
9866 [  2098] By: jhi                                   on 1998/10/27  08:34:40
9867     Log: `id -Gn` might be available where `groups` is not.
9868  Branch: cfgperl
9869        ! t/op/groups.t
9870 ____________________________________________________________________________
9871 [  2097] By: jhi                                   on 1998/10/27  08:05:17
9872     Log: Netscape had mangled the tabs.
9873  Branch: cfgperl
9874        ! vmesa/Makefile
9875 ____________________________________________________________________________
9876 [  2096] By: jhi                                   on 1998/10/27  08:03:05
9877     Log: ATTR_JOINABLE logic, based on (private email)
9878          
9879          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
9880          Subject: Some little diffs
9881          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
9882          Date: Tue, 27 Oct 1998 13:44:42 +1300
9883  Branch: cfgperl
9884        ! thread.h
9885 ____________________________________________________________________________
9886 [  2095] By: jhi                                   on 1998/10/27  07:56:57
9887     Log: Mach cthreads support based on:
9888          
9889          From: brie@corp.home.net (Brian Harrison)
9890          Subject: perl5.005_02 patch for mthreads
9891          To: perl5-porters@perl.org
9892          Date: 24 Oct 1998 01:01:55 +0300
9893          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
9894          
9895          Pthread yield probe (dejavu)
9896          Cosmetic nanochange for the union semun output.
9897          Better inttypes.h probe.
9898          Undo the 'void *' $selecttype probe from #1971 because
9899          it breaks the $selectminbits test.
9900  Branch: cfgperl
9901        ! Configure config_h.SH perl.h thread.h
9902 ____________________________________________________________________________
9903 [  2094] By: jhi                                   on 1998/10/26  13:02:07
9904     Log: Also posix-bc wants to reyacc.
9905  Branch: cfgperl
9906        ! Makefile.SH
9907 ____________________________________________________________________________
9908 [  2093] By: jhi                                   on 1998/10/26  10:17:21
9909     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
9910          5_02 and really breaking things in non-ASCII worlds.
9911  Branch: cfgperl
9912        ! pp.c
9913 ____________________________________________________________________________
9914 [  2092] By: jhi                                   on 1998/10/26  09:08:00
9915     Log: More robustness.
9916  Branch: cfgperl
9917        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9918        ! t/pragma/warning.t
9919 ____________________________________________________________________________
9920 [  2091] By: jhi                                   on 1998/10/26  08:47:32
9921     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
9922          Bison really wants YYLEX_PARAM.
9923  Branch: cfgperl
9924        ! perly.y proto.h toke.c
9925 ____________________________________________________________________________
9926 [  2090] By: jhi                                   on 1998/10/26  08:21:25
9927     Log: s/YYLEX_PARAM/YYLEXPARAM/
9928  Branch: cfgperl
9929        ! perly.y
9930 ____________________________________________________________________________
9931 [  2089] By: jhi                                   on 1998/10/26  08:17:33
9932     Log: Indicate skipped subtests.
9933  Branch: cfgperl
9934        ! t/io/pipe.t
9935 ____________________________________________________________________________
9936 [  2088] By: jhi                                   on 1998/10/26  08:11:36
9937     Log: Integrate from mainperl.
9938  Branch: cfgperl
9939       !> (integrate 54 files)
9940 ____________________________________________________________________________
9941 [  2087] By: jhi                                   on 1998/10/26  08:08:02
9942     Log: Add test for filetests.
9943  Branch: cfgperl
9944        + t/op/filetest.t
9945        ! MANIFEST
9946 ____________________________________________________________________________
9947 [  2086] By: gsar                                  on 1998/10/26  02:44:44
9948     Log: various win32 tweaks; disable new xs_cpp section (it creates
9949          ambiguous inference graph for %.xs --> %.o)
9950  Branch: perl
9951        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
9952        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
9953        ! win32/config.gc win32/config_H.gc win32/makedef.pl
9954        ! win32/makefile.mk win32/win32.h
9955 ____________________________________________________________________________
9956 [  2085] By: gsar                                  on 1998/10/26  00:50:02
9957     Log: sanity-check $Config{drand01} in rand.t
9958  Branch: perl
9959        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
9960        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9961 ____________________________________________________________________________
9962 [  2078] By: gsar                                  on 1998/10/25  10:22:04
9963     Log: update win32/config*.?c
9964  Branch: perl
9965        ! Changes win32/config.bc win32/config.gc win32/config.vc
9966        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9967 ____________________________________________________________________________
9968 [  2077] By: gsar                                  on 1998/10/25  08:39:25
9969     Log: From: Graham Barr <gbarr@pobox.com>
9970          Date: Sat, 24 Oct 1998 21:45:50 -0500
9971          Message-ID: <19981024214550.C508@pobox.com>
9972          Subject: Re: die with a reference  should use overload "" operator
9973  Branch: perl
9974        ! pp_ctl.c
9975 ____________________________________________________________________________
9976 [  2076] By: gsar                                  on 1998/10/25  08:37:49
9977     Log: From: Graham Barr <gbarr@pobox.com>
9978          Date: Sat, 24 Oct 1998 12:45:21 -0500
9979          Message-ID: <19981024124521.C512@pobox.com>
9980          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
9981  Branch: perl
9982        ! sv.c
9983 ____________________________________________________________________________
9984 [  2075] By: gsar                                  on 1998/10/25  08:24:09
9985     Log: fix C<print $n += 5;> etc.
9986  Branch: perl
9987        ! toke.c
9988 ____________________________________________________________________________
9989 [  2074] By: gsar                                  on 1998/10/25  08:12:28
9990     Log: list builtins with portability caveats
9991          From: Jarkko Hietaniemi <jhi@iki.fi>
9992          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
9993          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
9994          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
9995  Branch: perl
9996        ! pod/perlfunc.pod
9997 ____________________________________________________________________________
9998 [  2073] By: gsar                                  on 1998/10/25  07:55:43
9999     Log: fix stack overrun in file test operators
10000  Branch: perl
10001        ! pp_sys.c
10002 ____________________________________________________________________________
10003 [  2072] By: gsar                                  on 1998/10/25  07:29:45
10004     Log: implement C<goto &func> and other fixes (via private mail)
10005          From:    "vishal bhatia" <vishalb@hotmail.com>
10006          Date:    Wed, 21 Oct 1998 22:59:03 PDT
10007          Message-Id: <19981022055904.20083.qmail@hotmail.com>
10008          Subject: [PATCH 5.005_52] More fixes for B
10009  Branch: perl
10010        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
10011 ____________________________________________________________________________
10012 [  2071] By: gsar                                  on 1998/10/25  07:14:41
10013     Log: From: Graham Barr <gbarr@pobox.com>
10014          Date: Sat, 17 Oct 1998 20:42:41 -0500
10015          Message-ID: <19981017204241.G510@pobox.com>
10016          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
10017  Branch: perl
10018        ! pp_ctl.c
10019 ____________________________________________________________________________
10020 [  2070] By: gsar                                  on 1998/10/25  07:07:29
10021     Log: avoid bogus line number in XSUB redefined warnings
10022  Branch: perl
10023        ! op.c
10024 ____________________________________________________________________________
10025 [  2069] By: gsar                                  on 1998/10/25  06:59:03
10026     Log: From: Martijn Koster <mak@excitecorp.com>
10027          Date: Wed, 21 Oct 1998 13:12:03 +0100
10028          Message-ID: <19981021131203.A15661@excitecorp.com>
10029          Subject: File::Path::mkpath reports the wrong error
10030  Branch: perl
10031        ! lib/File/Path.pm
10032 ____________________________________________________________________________
10033 [  2068] By: gsar                                  on 1998/10/25  06:54:43
10034     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
10035          Date: Tue, 20 Oct 1998 20:52:20 -0500
10036          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
10037          Subject: Exporter.pm's export_to_level() argument handling buggy
10038  Branch: perl
10039        ! lib/Exporter.pm
10040 ____________________________________________________________________________
10041 [  2067] By: gsar                                  on 1998/10/25  06:50:19
10042     Log: From: jan.dubois@ibm.net (Jan Dubois)
10043          Date: Wed, 21 Oct 1998 00:55:51 +0200
10044          Message-ID: <36380269.55370608@smtp1.ibm.net>
10045          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
10046  Branch: perl
10047        ! ext/DynaLoader/DynaLoader_pm.PL
10048 ____________________________________________________________________________
10049 [  2066] By: gsar                                  on 1998/10/25  06:48:19
10050     Log: recognize '%' as a shell metachar for win32
10051          From: jan.dubois@ibm.net (Jan Dubois)
10052          Date: Tue, 20 Oct 1998 21:57:35 +0200
10053          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
10054          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
10055  Branch: perl
10056        ! win32/win32.c
10057 ____________________________________________________________________________
10058 [  2065] By: gsar                                  on 1998/10/25  06:46:30
10059     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
10060  Branch: perl
10061        ! sv.c
10062 ____________________________________________________________________________
10063 [  2064] By: gsar                                  on 1998/10/25  06:45:09
10064     Log: From: Gisle Aas <gisle@aas.no>
10065          Date: 20 Oct 1998 14:24:44 +0200
10066          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
10067          Subject: ord() and unpack("U*",...) should not be negative
10068  Branch: perl
10069        ! pp.c
10070 ____________________________________________________________________________
10071 [  2063] By: gsar                                  on 1998/10/25  06:42:29
10072     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10073          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
10074          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
10075          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
10076  Branch: perl
10077        ! os2/os2.c
10078 ____________________________________________________________________________
10079 [  2062] By: gsar                                  on 1998/10/25  06:41:26
10080     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10081          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
10082          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
10083          Subject: [PATCH 5.005_*] Speed up aassign
10084  Branch: perl
10085        ! pp_hot.c
10086 ____________________________________________________________________________
10087 [  2061] By: gsar                                  on 1998/10/25  06:39:04
10088     Log: From: Graham Barr <gbarr@pobox.com>
10089          Date: Sat, 17 Oct 1998 22:22:02 -0500
10090          Message-ID: <19981017222202.J510@pobox.com>
10091          Subject: Re: '*' prototype does not allow bareword with strict
10092  Branch: perl
10093        ! toke.c
10094 ____________________________________________________________________________
10095 [  2060] By: gsar                                  on 1998/10/25  06:37:34
10096     Log: handle '::' in section names properly
10097          From: Graham Barr <gbarr@pobox.com>
10098          Date: Sat, 17 Oct 1998 12:57:54 -0500
10099          Message-ID: <19981017125754.C510@pobox.com>
10100          Subject: Re: pod2html
10101  Branch: perl
10102        ! lib/Pod/Html.pm
10103 ____________________________________________________________________________
10104 [  2059] By: gsar                                  on 1998/10/25  06:33:43
10105     Log: integrate changes#1982,2014,2021 (from maint-5.005)
10106  Branch: perl
10107       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
10108       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
10109 ____________________________________________________________________________
10110 [  2058] By: gsar                                  on 1998/10/25  05:44:17
10111     Log: allow more win32 symbol exports (suggested by Jan Dubois)
10112  Branch: perl
10113        ! win32/makedef.pl
10114 ____________________________________________________________________________
10115 [  2057] By: gsar                                  on 1998/10/25  05:40:40
10116     Log: integrate change#2053 from maint-5.005
10117  Branch: perl
10118       !> cop.h t/cmd/while.t
10119 ____________________________________________________________________________
10120 [  2056] By: gsar                                  on 1998/10/25  05:16:41
10121     Log: commented version of a patch suggested by Drago Goricanec
10122          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10123          Date: 16 Oct 1998 15:24:45 +0300
10124          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
10125          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
10126  Branch: perl
10127        ! pp_sys.c
10128 ____________________________________________________________________________
10129 [  2055] By: gsar                                  on 1998/10/25  05:11:03
10130     Log: include eof() in description of buffering caveats
10131          From: Anton Berezin <tobez@plab.ku.dk>
10132          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
10133          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
10134          Subject: [DOCPATCH] pod/perlfunc.pod
10135  Branch: perl
10136        ! pod/perlfunc.pod
10137 ____________________________________________________________________________
10138 [  2054] By: gsar                                  on 1998/10/25  05:07:42
10139     Log: disallow 'x' in hex numbers (except leading '0x')
10140          From: Gisle Aas <gisle@aas.no>
10141          Date: 16 Oct 1998 16:33:12 +0200
10142          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
10143          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
10144  Branch: perl
10145        ! perlvars.h t/op/oct.t util.c
10146 ____________________________________________________________________________
10147 [  2052] By: gsar                                  on 1998/10/25  04:49:04
10148     Log: avoid the circular refcnt logic in magic_mutexfree()
10149  Branch: perl
10150        ! mg.c pp.c pp_hot.c
10151 ____________________________________________________________________________
10152 [  2051] By: gsar                                  on 1998/10/25  04:35:07
10153     Log: properly restore PL_rsfp_filters after require
10154  Branch: perl
10155        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
10156        ! scope.h
10157 ____________________________________________________________________________
10158 [  2050] By: gsar                                  on 1998/10/25  02:42:32
10159     Log: integrate cfgperl changes back into mainline
10160  Branch: perl
10161       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
10162       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
10163       !> (integrate 33 files)
10164 ____________________________________________________________________________
10165 [  2049] By: gsar                                  on 1998/10/25  01:30:48
10166     Log: avoid "mysterious" compile-time failures without messages
10167  Branch: perl
10168        ! gv.c
10169 ____________________________________________________________________________
10170 [  2041] By: gsar                                  on 1998/10/23  21:11:56
10171     Log: checkin jpl under //depot/perlext/jpl/...
10172  Branch: perlext
10173        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
10174        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
10175        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
10176        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
10177        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
10178        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
10179        + jpl/PerlInterpreter/Makefile.PL
10180        + jpl/PerlInterpreter/PerlInterpreter.c
10181        + jpl/PerlInterpreter/PerlInterpreter.h
10182        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
10183        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
10184        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
10185        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
10186        + jpl/get_jdk/jdk_hosts jpl/install-jpl
10187 ____________________________________________________________________________
10188 [  2040] By: larry                                 on 1998/10/23  19:31:42
10189     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
10190  Branch: perl
10191        ! pp.c
10192 ____________________________________________________________________________
10193 [  2039] By: larry                                 on 1998/10/23  18:48:34
10194     Log: tr///d does not seem to work
10195  Branch: perl
10196        ! lib/utf8_heavy.pl
10197 ____________________________________________________________________________
10198 [  2038] By: larry                                 on 1998/10/23  18:00:41
10199     Log: Program with utf8 identifiers fails to compile
10200  Branch: perl
10201        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
10202 ____________________________________________________________________________
10203 [  2037] By: jhi                                   on 1998/10/23  14:04:51
10204     Log: Test suite portability:
10205          - posix-bc does not write to broken pipes
10206          - filehand #11 only iff we have fork
10207          - warning.t can now match $expected using regular expressions
10208  Branch: cfgperl
10209        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
10210        ! t/pragma/warning.t
10211 ____________________________________________________________________________
10212 [  2036] By: jhi                                   on 1998/10/23  12:12:07
10213     Log: yacc clarification.
10214  Branch: cfgperl
10215        ! README.posix-bc
10216 ____________________________________________________________________________
10217 [  2035] By: jhi                                   on 1998/10/23  12:09:59
10218     Log: Some C compilers get upset about 8-bit characters in /* comments. */
10219  Branch: cfgperl
10220        ! mg.c
10221 ____________________________________________________________________________
10222 [  2034] By: jhi                                   on 1998/10/22  09:11:52
10223     Log: Configure update: both for pthread_yield more robust
10224          testing (all variants of pthread_attr_getdetachstate()) --
10225          and because Configure was broken in major way! About 1000
10226          last lines were truncated.
10227  Branch: cfgperl
10228        ! Configure
10229 ____________________________________________________________________________
10230 [  2033] By: jhi                                   on 1998/10/22  07:47:10
10231     Log: DJGPP feedback for #2028.
10232  Branch: cfgperl
10233        ! thread.h
10234 ____________________________________________________________________________
10235 [  2032] By: jhi                                   on 1998/10/21  13:03:57
10236     Log: yielding, the saga continues.
10237  Branch: cfgperl
10238        ! Configure config_h.SH
10239       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
10240       !> t/op/goto.t t/pragma/constant.t
10241 ____________________________________________________________________________
10242 [  2031] By: jhi                                   on 1998/10/21  09:15:42
10243     Log: VM/ESA feedback for #2028.
10244  Branch: cfgperl
10245        ! Configure config_h.SH thread.h
10246 ____________________________________________________________________________
10247 [  2030] By: gsar                                  on 1998/10/21  04:22:53
10248     Log: fix handling of mayhaps-extended @_ in goto &sub
10249  Branch: perl
10250        ! av.c pp_ctl.c t/op/goto.t
10251 ____________________________________________________________________________
10252 [  2029] By: gsar                                  on 1998/10/21  00:54:14
10253     Log: restore sanity to "constant" references
10254  Branch: perl
10255        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
10256 ____________________________________________________________________________
10257 [  2028] By: jhi                                   on 1998/10/20  15:01:20
10258     Log: OLD_PTHREADS_API reorganizing.
10259  Branch: cfgperl
10260        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
10261        ! vmesa/vmesaish.h
10262 ____________________________________________________________________________
10263 [  2027] By: jhi                                   on 1998/10/20  14:14:51
10264     Log: #2026 fallout.
10265  Branch: cfgperl
10266        ! Makefile.SH
10267 ____________________________________________________________________________
10268 [  2026] By: jhi                                   on 1998/10/20  11:47:21
10269     Log: VM/ESA update.
10270  Branch: cfgperl
10271        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
10272 ____________________________________________________________________________
10273 [  2025] By: jhi                                   on 1998/10/20  08:20:56
10274     Log: 64-bitness, based on
10275          
10276          From: Scott Henry <scotth@sgi.com>
10277          To: perl-64bit@perl.org
10278          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
10279          Subject: Re: Configure problems/questions...
10280          Date: 19 Oct 1998 22:38:06 -0700
10281  Branch: cfgperl
10282        ! hints/irix_6.sh perl.h
10283 ____________________________________________________________________________
10284 [  2024] By: jhi                                   on 1998/10/20  08:09:07
10285     Log: Add lseeksize.
10286  Branch: cfgperl
10287        ! config_h.SH
10288 ____________________________________________________________________________
10289 [  2023] By: jhi                                   on 1998/10/20  08:08:33
10290     Log: Mumble about _yields() only when threaded.
10291  Branch: cfgperl
10292        ! Configure
10293 ____________________________________________________________________________
10294 [  2022] By: jhi                                   on 1998/10/20  07:46:26
10295     Log: Thinko at PTHREADS_CREATED_JOINABLE.
10296  Branch: cfgperl
10297        ! thread.h
10298 ____________________________________________________________________________
10299 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
10300     Log: From: Chip Salzenberg <chip@perlsupport.com>
10301          Date: Tue, 6 Oct 1998 13:33:05 -0400
10302          Message-ID: <19981006133305.A2348@perlsupport.com>
10303          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
10304  Branch: maint-5.005/perl
10305        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
10306        ! t/op/tie.t
10307 ____________________________________________________________________________
10308 [  2020] By: jhi                                   on 1998/10/19  09:15:53
10309     Log: YIELD more robustly.
10310  Branch: cfgperl
10311        ! thread.h
10312 ____________________________________________________________________________
10313 [  2019] By: jhi                                   on 1998/10/19  08:48:33
10314     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
10315          the 'new' one (just like DJGPP, it seems).
10316  Branch: cfgperl
10317        ! thread.h
10318 ____________________________________________________________________________
10319 [  2018] By: jhi                                   on 1998/10/19  07:02:44
10320     Log: vmesaish.h doesn't exclude unixish.h.
10321  Branch: cfgperl
10322        ! perl.h
10323 ____________________________________________________________________________
10324 [  2017] By: jhi                                   on 1998/10/19  06:44:19
10325     Log: 1<<$randbits is not good for randbits=48.
10326  Branch: cfgperl
10327        ! t/op/rand.t
10328 ____________________________________________________________________________
10329 [  2016] By: jhi                                   on 1998/10/19  06:39:47
10330     Log: Make #2012 glob pattern more portable.
10331  Branch: cfgperl
10332        ! Makefile.SH
10333 ____________________________________________________________________________
10334 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
10335     Log: Fix POSIX::sigprocmask not to check type of $old parameter
10336          as it is output only
10337  Branch: maint-5.005/perl
10338        ! ext/POSIX/POSIX.xs
10339 ____________________________________________________________________________
10340 [  2012] By: jhi                                   on 1998/10/17  15:04:23
10341     Log: clean numbered core dumps and t/tmp[0-9]*.
10342  Branch: cfgperl
10343        ! Makefile.SH
10344 ____________________________________________________________________________
10345 [  2011] By: jhi                                   on 1998/10/17  14:59:15
10346     Log: More robust yacc/bison failure output handling.
10347  Branch: cfgperl
10348        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10349 ____________________________________________________________________________
10350 [  2010] By: jhi                                   on 1998/10/17  14:51:05
10351     Log: BC2000 POSIX update.
10352  Branch: cfgperl
10353        ! MANIFEST
10354 ____________________________________________________________________________
10355 [  2009] By: jhi                                   on 1998/10/17  14:49:46
10356     Log: POSIX BC2000 port from perl-mvs:
10357          
10358          Subject: Ported perl 5.005.02 to BS2000 / POSIX
10359          From: Dorner Thomas <Thomas.Dorner@start.de> 
10360          Date: Tue, 29 Sep 1998 13:29:36 +0100 
10361          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
10362  Branch: cfgperl
10363        + README.posix-bc hints/posix-bc.sh
10364        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
10365        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
10366        ! unixish.h
10367 ____________________________________________________________________________
10368 [  2008] By: jhi                                   on 1998/10/17  14:07:49
10369     Log: VM/ESA-update.
10370  Branch: cfgperl
10371        ! MANIFEST
10372 ____________________________________________________________________________
10373 [  2007] By: jhi                                   on 1998/10/17  13:55:34
10374     Log: Forgot few S_I* imports.
10375  Branch: cfgperl
10376        ! t/lib/ipc_sysv.t
10377 ____________________________________________________________________________
10378 [  2006] By: jhi                                   on 1998/10/17  13:43:54
10379     Log: The VM/ESA port essentials, based on
10380          
10381          perl-mvs:
10382          
10383          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10384          Subject: Re: Can't find Data/Dumper.pm
10385          Date: Mon, 28 Sep 1998 07:40:49 +1300
10386          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
10387          
10388          private email:
10389          
10390          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10391          Subject: Re: Perl thread problems in VM/ESA
10392          Date: Thu, 15 Oct 1998 07:18:35 +1300
10393          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
10394          
10395          and private email:
10396          
10397          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
10398          Subject:  perl archive
10399          Date:  Sun, 11 Oct 1998 19:28:54 EDT
10400          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
10401          which gave a pointer to
10402          
10403          http://pucc.princeton.edu/~neale/perl.tar
10404          
10405          (based on Perl 5.005_51)
10406  Branch: cfgperl
10407        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
10408        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
10409        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
10410        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
10411 ____________________________________________________________________________
10412 [  2005] By: jhi                                   on 1998/10/17  13:17:19
10413     Log: Integrate mainperl.
10414  Branch: cfgperl
10415       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
10416       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10417       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
10418       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
10419       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
10420       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
10421       !> win32/makefile.mk
10422 ____________________________________________________________________________
10423 [  2004] By: jhi                                   on 1998/10/17  11:19:06
10424     Log: Removed an extra ' from the int64_t test.
10425  Branch: cfgperl
10426        ! Configure
10427 ____________________________________________________________________________
10428 [  2003] By: gsar                                  on 1998/10/17  04:11:40
10429     Log: silence -w noises (suggested by Greg Bacon)
10430  Branch: perl
10431        ! lib/Term/Complete.pm
10432 ____________________________________________________________________________
10433 [  2002] By: gsar                                  on 1998/10/17  04:07:48
10434     Log: From: Gisle Aas <gisle@aas.no>
10435          Date: 14 Oct 1998 15:53:14 +0200
10436          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
10437          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
10438  Branch: perl
10439        ! util.c
10440 ____________________________________________________________________________
10441 [  2001] By: gsar                                  on 1998/10/17  04:06:10
10442     Log: From: Gisle Aas <gisle@aas.no>
10443          Date: 14 Oct 1998 15:17:44 +0200
10444          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
10445          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
10446  Branch: perl
10447        ! toke.c
10448 ____________________________________________________________________________
10449 [  2000] By: gsar                                  on 1998/10/17  03:06:33
10450     Log: From: Gisle Aas <gisle@aas.no>
10451          Date: 14 Oct 1998 00:38:06 +0200
10452          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
10453          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
10454  Branch: perl
10455        ! sv.c
10456 ____________________________________________________________________________
10457 [  1999] By: gsar                                  on 1998/10/17  03:04:48
10458     Log: From: Dan Sugalski <sugalskd@osshe.edu>
10459          Date: Tue, 13 Oct 1998 15:10:57 -0700
10460          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
10461          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
10462  Branch: perl
10463        ! vms/ext/Stdio/Stdio.pm
10464 ____________________________________________________________________________
10465 [  1998] By: gsar                                  on 1998/10/17  03:00:40
10466     Log: skip readonly vars and unref references when doing a reset()
10467  Branch: perl
10468        ! sv.c
10469 ____________________________________________________________________________
10470 [  1997] By: gsar                                  on 1998/10/17  02:49:19
10471     Log: fix buggy treatment of large checksums on unicode strings
10472          From: Gisle Aas <gisle@aas.no>
10473          Date: 13 Oct 1998 21:35:39 +0200
10474          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
10475          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
10476  Branch: perl
10477        ! pp.c
10478 ____________________________________________________________________________
10479 [  1996] By: gsar                                  on 1998/10/17  02:43:22
10480     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10481          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
10482          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
10483          Subject: [PATCH 5.005_52] Memory overrun in os2.c
10484  Branch: perl
10485        ! os2/Makefile.SHs os2/os2.c
10486 ____________________________________________________________________________
10487 [  1995] By: gsar                                  on 1998/10/17  02:42:01
10488     Log: clarify section name rules for typemaps
10489  Branch: perl
10490        ! pod/perlxs.pod
10491 ____________________________________________________________________________
10492 [  1994] By: gsar                                  on 1998/10/17  02:33:02
10493     Log: whitespace-proof grent.t
10494  Branch: perl
10495        ! t/op/grent.t
10496 ____________________________________________________________________________
10497 [  1993] By: gsar                                  on 1998/10/17  02:27:29
10498     Log: fix bug in B::CC::pp_sassign()
10499          From: "vishal bhatia" <vishalb@hotmail.com>
10500          Date: Sun, 11 Oct 1998 18:41:38 PDT
10501          Message-ID: <19981012014139.19614.qmail@hotmail.com>
10502          Subject: B::CC problems with pp_sassign routine
10503  Branch: perl
10504        ! ext/B/B/CC.pm
10505 ____________________________________________________________________________
10506 [  1992] By: gsar                                  on 1998/10/17  02:17:49
10507     Log: applied suggested patch with small doc tweak
10508          From: Gisle Aas <gisle@aas.no>
10509          Date: 11 Oct 1998 12:53:13 +0200
10510          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
10511          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
10512  Branch: perl
10513        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
10514        ! t/op/tiehandle.t
10515 ____________________________________________________________________________
10516 [  1991] By: gsar                                  on 1998/10/17  02:08:30
10517     Log: apply non-conflicting parts from suggested patch
10518          From: jan.dubois@ibm.net (Jan Dubois)
10519          Date: Sat, 10 Oct 1998 13:15:45 +0200
10520          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
10521          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
10522  Branch: perl
10523        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10524 ____________________________________________________________________________
10525 [  1990] By: gsar                                  on 1998/10/17  02:01:24
10526     Log: provide option to enable optimization with VC (suggested by Jan
10527          Dubois)
10528  Branch: perl
10529        ! win32/Makefile win32/makefile.mk
10530 ____________________________________________________________________________
10531 [  1989] By: gsar                                  on 1998/10/17  01:55:27
10532     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
10533          Dave Leppik <dleppik@gage.com>
10534  Branch: perl
10535        ! perl.h
10536 ____________________________________________________________________________
10537 [  1988] By: gsar                                  on 1998/10/17  01:49:05
10538     Log: stray typo found by Hugo van der Sanden
10539  Branch: perl
10540        ! op.c
10541 ____________________________________________________________________________
10542 [  1987] By: gsar                                  on 1998/10/17  01:45:52
10543     Log: perldoc pod update
10544          From: Daniel Grisinger <dgris@perrin.dimensional.com>
10545          Date: 06 Oct 1998 23:56:51 -0600
10546          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
10547          Subject: [PATCH _02 and _52] perldoc
10548  Branch: perl
10549        ! utils/perldoc.PL
10550 ____________________________________________________________________________
10551 [  1986] By: gsar                                  on 1998/10/17  01:41:40
10552     Log: qualify names of builtins
10553  Branch: perl
10554        ! ext/POSIX/POSIX.pm
10555 ____________________________________________________________________________
10556 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
10557     Log: From: Jochen Wiedmann <joe@ispsoft.de>
10558          Date: Thu, 17 Sep 1998 17:16:06 +0200
10559          Message-ID: <360127B6.E44564A@ispsoft.de>
10560          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
10561  Branch: maint-5.005/perl
10562        ! lib/ExtUtils/MakeMaker.pm
10563 ____________________________________________________________________________
10564 [  1978] By: gsar                                  on 1998/10/16  01:58:58
10565     Log: integrate cfgperl mods into mainline
10566  Branch: perl
10567       +> ext/DynaLoader/dl_vmesa.xs
10568        ! Porting/genlog
10569       !> Configure MANIFEST Makefile.SH config_h.SH
10570       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
10571       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
10572       !> x2p/Makefile.SH
10573 ____________________________________________________________________________
10574 [  1976] By: gsar                                  on 1998/10/16  00:10:52
10575     Log: stray tweak
10576  Branch: perl
10577        ! op.c
10578 ____________________________________________________________________________
10579 [  1975] By: gsar                                  on 1998/10/15  23:54:38
10580     Log: propagate typeness of lexicals while cloning them
10581  Branch: perl
10582        ! op.c
10583 ____________________________________________________________________________
10584 [  1974] By: gsar                                  on 1998/10/15  23:53:25
10585     Log: s/last/first/ typo in append_list()
10586  Branch: perl
10587        ! op.c
10588 ____________________________________________________________________________
10589 [  1973] By: gsar                                  on 1998/10/15  20:06:17
10590     Log: nuke confperl branch and contents
10591  Branch: confperl
10592        - (delete 1284 files)
10593 ____________________________________________________________________________
10594 [  1972] By: jhi                                   on 1998/10/15  07:07:35
10595     Log: Test #162 had been added but the "print 1..161" had not been updated.
10596  Branch: cfgperl
10597        ! t/op/pat.t
10598 ____________________________________________________________________________
10599 [  1971] By: gsar                                  on 1998/10/15  03:09:58
10600     Log: check in all confperl changes as of change#1964 into cfgperl
10601  Branch: cfgperl
10602        + ext/DynaLoader/dl_vmesa.xs
10603        ! Configure MANIFEST Makefile.SH config_h.SH
10604        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
10605        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
10606 ____________________________________________________________________________
10607 [  1970] By: gsar                                  on 1998/10/15  03:05:59
10608     Log: integrate mainline to get tr.t
10609  Branch: cfgperl
10610       +> t/op/tr.t
10611 ____________________________________________________________________________
10612 [  1969] By: gsar                                  on 1998/10/15  03:04:17
10613     Log: add missing tr.t to repository
10614  Branch: perl
10615        + t/op/tr.t
10616 ____________________________________________________________________________
10617 [  1968] By: gsar                                  on 1998/10/15  03:02:43
10618     Log: create cfgperl branch
10619  Branch: cfgperl
10620       +> (branch 1282 files)
10621 ____________________________________________________________________________
10622 [  1967] By: gsar                                  on 1998/10/15  02:46:08
10623     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
10624          (MAN3PODS cannot be set to ' '; stray stricture violation)
10625  Branch: perl
10626        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
10627        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
10628        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
10629        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
10630        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
10631        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
10632        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
10633        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
10634        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
10635        ! lib/ExtUtils/MM_Unix.pm
10636 ____________________________________________________________________________
10637 [  1966] By: gsar                                  on 1998/10/15  02:19:03
10638     Log: tweak to make fix in change#1944 behave correctly for closures
10639          created within eval''
10640  Branch: perl
10641        ! op.c t/op/eval.t
10642 ____________________________________________________________________________
10643 [  1965] By: gsar                                  on 1998/10/14  23:22:41
10644     Log: use better numbers for exitstatus test
10645  Branch: perl
10646        ! t/op/die_exit.t
10647 ____________________________________________________________________________
10648 [  1964] By: jhi                                   on 1998/10/14  17:25:41
10649     Log: Add VM/ESA dynaloading (uses <dll.h>).
10650  Branch: confperl
10651        + ext/DynaLoader/dl_vmesa.xs
10652        ! MANIFEST
10653 ____________________________________________________________________________
10654 [  1963] By: jhi                                   on 1998/10/14  17:17:10
10655     Log: Remove a2p.loadmap in 'clean' target.
10656  Branch: confperl
10657        ! x2p/Makefile.SH
10658 ____________________________________________________________________________
10659 [  1962] By: jhi                                   on 1998/10/14  17:13:11
10660     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
10661  Branch: confperl
10662        ! Makefile.SH
10663 ____________________________________________________________________________
10664 [  1961] By: jhi                                   on 1998/10/14  16:27:39
10665     Log: VM/ESA creates executable.loadmaps.
10666  Branch: confperl
10667        ! Makefile.SH
10668 ____________________________________________________________________________
10669 [  1960] By: jhi                                   on 1998/10/14  15:37:39
10670     Log: Introduce SCHED_YIELD (one of sched_yield(),
10671          pthread_yield(), or pthread_yield(NULL)).
10672          YIELD is then defined using SCHED_YIELD unless
10673          a platform-specific YIELD has already been defined.
10674          
10675          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
10676          
10677          The need for pthread_yield(NULL) and pthread_attr_setdet...
10678          introduced by (private email)
10679          
10680          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10681          Date: Sat, 10 Oct 1998 21:08:15 +1300
10682          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
10683          Subject: Re: Perl thread problems in VM/ESA
10684          
10685          Better select() protoprobe (for AIX), from (private email)
10686          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10687          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
10688          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
10689          Subject: AIX select (fwd)
10690          From: Lars Hecking <lhecking@nmrc.ucc.ie>
10691          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
10692          Date: Fri, 2 Oct 1998 10:40:01 +0100
10693          Subject: AIX select
10694          
10695          Linux-avoid-so.X.Y, based on
10696          From: "Kurt D. Starsinic" <kstar@chapin.edu>
10697          Date: Tue, 13 Oct 1998 15:55:07 -0400
10698          Message-ID: <19981013155507.B4004@O2.chapin.edu>
10699          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
10700  Branch: confperl
10701        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
10702        ! thread.h
10703 ____________________________________________________________________________
10704 [  1959] By: jhi                                   on 1998/10/14  12:51:26
10705     Log: Some old pthread implementations have
10706          pthread_attr_setdetachstate(pthread_attr_t*, int*).
10707  Branch: confperl
10708        ! ext/Thread/Thread.xs
10709 ____________________________________________________________________________
10710 [  1958] By: jhi                                   on 1998/10/14  12:41:11
10711     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
10712          counterparts will follow soon.
10713  Branch: confperl
10714        ! thread.h
10715 ____________________________________________________________________________
10716 [  1957] By: jhi                                   on 1998/10/14  12:38:11
10717     Log: Add tr.t (MANIFEST already knew about it, strange)
10718  Branch: confperl
10719        + t/op/tr.t
10720 ____________________________________________________________________________
10721 [  1956] By: jhi                                   on 1998/10/14  12:24:35
10722     Log: Mutexen should be initialized only once.
10723  Branch: confperl
10724        ! gv.c op.c
10725 ____________________________________________________________________________
10726 [  1955] By: jhi                                   on 1998/10/14  12:19:38
10727     Log: os390 has its own cppstdin.
10728  Branch: confperl
10729        ! hints/os390.sh
10730 ____________________________________________________________________________
10731 [  1954] By: jhi                                   on 1998/10/14  12:15:06
10732     Log: Integrate with mainperl.
10733  Branch: confperl
10734       !> (integrate 1280 files)
10735 ____________________________________________________________________________
10736 [  1953] By: jhi                                   on 1998/10/14  11:48:08
10737     Log: Removed duplicate CMA threads code for HPUX 10.X.
10738          (probably residue of patch(1) being too understanding)
10739          Enhanced 64-bit settings. (redo change#1940)
10740  Branch: confperl
10741        ! hints/hpux.sh
10742 ____________________________________________________________________________
10743 [  1952] By: jhi                                   on 1998/10/14  11:45:16
10744     Log: (redo change#1949) Detypo in the d_open64 warning about
10745          the impending WHOA.
10746  Branch: confperl
10747        ! hints/irix_6.sh
10748 ____________________________________________________________________________
10749 [  1951] By: jhi                                   on 1998/10/14  10:54:16
10750     Log: Mutexen should only be inited once, after they have been New()ed.
10751  Branch: confperl
10752        ! gv.c op.c
10753 ____________________________________________________________________________
10754 [  1950] By: jhi                                   on 1998/10/14  10:41:43
10755     Log: Own cppstdin.
10756  Branch: confperl
10757        ! hints/os390.sh
10758 ____________________________________________________________________________
10759 [  1949] By: jhi                                   on 1998/10/14  10:34:23
10760     Log: Detypo in the d_open64 warning about the impending WHOA.
10761  Branch: confperl
10762        ! hints/irix_6.sh
10763 ____________________________________________________________________________
10764 [  1948] By: gsar                                  on 1998/10/14  05:38:01
10765     Log: two typos
10766  Branch: perl
10767        ! pp_hot.c t/op/eval.t
10768 ____________________________________________________________________________
10769 [  1947] By: gsar                                  on 1998/10/14  05:37:10
10770     Log: let docatch() pass the buck when restartop turns out to be null,
10771          making exceptions in BEGIN{} propagate as expected
10772  Branch: perl
10773        ! pp_ctl.c t/op/misc.t
10774 ____________________________________________________________________________
10775 [  1946] By: gsar                                  on 1998/10/13  03:41:49
10776     Log: add missing file from change#1943
10777  Branch: perl
10778        ! proto.h
10779 ____________________________________________________________________________
10780 [  1945] By: gsar                                  on 1998/10/13  03:32:02
10781     Log: defer "deep recursion" warnings until CXt_SUB context is properly
10782          set up
10783  Branch: perl
10784        ! pp_hot.c t/pragma/warn/pp_hot
10785 ____________________________________________________________________________
10786 [  1944] By: gsar                                  on 1998/10/13  03:15:50
10787     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
10788          fixup the cop_seq value that must be seen by lexical lookups that
10789          emanate within eval''
10790  Branch: perl
10791        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
10792 ____________________________________________________________________________
10793 [  1943] By: gsar                                  on 1998/10/13  02:06:09
10794     Log: ensure recursive attempts to findlex()icals know enough about where
10795          the last eval'' context was encountered
10796  Branch: perl
10797        ! op.c t/op/eval.t
10798 ____________________________________________________________________________
10799 [  1942] By: gsar                                  on 1998/10/13  02:01:24
10800     Log: force copy of substrings when matching against temporaries
10801  Branch: perl
10802        ! pp_hot.c t/op/pat.t
10803 ____________________________________________________________________________
10804 [  1941] By: gsar                                  on 1998/10/13  01:49:16
10805     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
10806          implementation)
10807  Branch: perl
10808        ! pp_ctl.c t/op/runlevel.t
10809 ____________________________________________________________________________
10810 [  1940] By: jhi                                   on 1998/10/12  09:57:44
10811     Log: Removed duplicate CMA threads code for HPUX 10.X.
10812          (probably residue of patch(1) being too understanding)
10813          Enhanced 64-bit settings.
10814  Branch: confperl
10815        ! hints/hpux.sh
10816 ____________________________________________________________________________
10817 [  1939] By: jhi                                   on 1998/10/12  09:53:11
10818     Log: Initial sync from mainline perl.
10819  Branch: confperl
10820        + (add 1282 files)
10821 ____________________________________________________________________________
10822 [  1937] By: gsar                                  on 1998/10/06  21:16:34
10823     Log: fix $/ init for USE_THREADS
10824  Branch: perl
10825        ! perl.c
10826 ____________________________________________________________________________
10827 [  1936] By: gsar                                  on 1998/10/06  07:19:39
10828     Log: fix globals caught by change#1927; builds and tests on Solaris
10829  Branch: perl
10830        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
10831        ! warning.h warning.pl
10832 ____________________________________________________________________________
10833 [  1935] By: gsar                                  on 1998/10/06  06:50:35
10834     Log: add test for previous fix
10835  Branch: perl
10836        ! ext/Thread/create.t
10837 ____________________________________________________________________________
10838 [  1934] By: gsar                                  on 1998/10/06  06:37:36
10839     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
10840  Branch: perl
10841        ! util.c
10842 ____________________________________________________________________________
10843 [  1933] By: gsar                                  on 1998/10/06  05:04:20
10844     Log: undo bogus part of change#1903 (as pointed out by Larry)
10845  Branch: perl
10846        ! pp_ctl.c
10847 ____________________________________________________________________________
10848 [  1932] By: gsar                                  on 1998/10/06  04:21:31
10849     Log: added tweaked version of suggested patch
10850          From: jan.dubois@ibm.net (Jan Dubois)
10851          Date: Sat, 03 Oct 1998 19:04:48 +0200
10852          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
10853          Subject: [PATCH 5.005_52] More MakeMaker  patches
10854  Branch: perl
10855        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10856        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
10857 ____________________________________________________________________________
10858 [  1931] By: gsar                                  on 1998/10/06  04:04:33
10859     Log: use cpp symbols instead of hardwired constants
10860          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10861          Date: Mon, 05 Oct 1998 09:23:33 +0100
10862          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
10863          Subject: [PATCH 5.005_52] By the numbers (resend)
10864  Branch: perl
10865        ! op.c
10866 ____________________________________________________________________________
10867 [  1930] By: gsar                                  on 1998/10/06  04:01:55
10868     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10869          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
10870          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
10871          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
10872  Branch: perl
10873        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
10874        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
10875 ____________________________________________________________________________
10876 [  1929] By: gsar                                  on 1998/10/06  03:50:36
10877     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10878          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
10879          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
10880          Subject: [PATCH 5.00552] Minor test improvement
10881  Branch: perl
10882        ! t/op/magic.t
10883 ____________________________________________________________________________
10884 [  1928] By: gsar                                  on 1998/10/06  03:49:03
10885     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10886          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
10887          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
10888          Subject: [PATCH 5.00552] emacs/ptags inprovements
10889  Branch: perl
10890        ! emacs/ptags
10891 ____________________________________________________________________________
10892 [  1927] By: gsar                                  on 1998/10/06  03:47:44
10893     Log: disable C<#define dirty PL_dirty> et al.
10894  Branch: perl
10895        ! embed.pl embedvar.h
10896 ____________________________________________________________________________
10897 [  1926] By: gsar                                  on 1998/10/06  03:43:32
10898     Log: From: Mark-Jason Dominus <mjd@plover.com>
10899          Date: Sun, 04 Oct 1998 14:48:11 -0400
10900          Message-ID: <19981004184811.16048.qmail@plover.com>
10901          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
10902  Branch: perl
10903        ! utils/perldoc.PL
10904 ____________________________________________________________________________
10905 [  1925] By: gsar                                  on 1998/10/06  03:27:35
10906     Log: disable USE_THREADS when PERL_OBJECT is enabled
10907  Branch: perl
10908        ! win32/Makefile win32/makefile.mk
10909 ____________________________________________________________________________
10910 [  1924] By: gsar                                  on 1998/10/06  03:26:54
10911     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
10912  Branch: perl
10913        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
10914        ! vms/perly_c.vms
10915 ____________________________________________________________________________
10916 [  1923] By: gsar                                  on 1998/10/03  05:19:56
10917     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
10918          overridden
10919  Branch: perl
10920        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
10921        ! proto.h vms/perly_c.vms
10922 ____________________________________________________________________________
10923 [  1922] By: gsar                                  on 1998/10/03  03:59:50
10924     Log: suppress manifypods leak in extensions
10925  Branch: perl
10926        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
10927 ____________________________________________________________________________
10928 [  1921] By: gsar                                  on 1998/10/02  22:30:15
10929     Log: os390 fixes (suggested by Peter Prymmer)
10930  Branch: perl
10931        ! Makefile.SH regcomp.c
10932 ____________________________________________________________________________
10933 [  1920] By: gsar                                  on 1998/10/02  21:41:19
10934     Log: squelch undef warnings
10935          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10936          Date: Fri, 02 Oct 1998 11:01:14 +0100
10937          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
10938          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
10939  Branch: perl
10940        ! Changes lib/Math/BigInt.pm
10941 ____________________________________________________________________________
10942 [  1919] By: gsar                                  on 1998/10/02  04:59:13
10943     Log: add note to INSTALL about ANSI C
10944  Branch: perl
10945        ! INSTALL
10946 ____________________________________________________________________________
10947 [  1918] By: gsar                                  on 1998/10/02  04:21:10
10948     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
10949          From: jan.dubois@ibm.net (Jan Dubois)
10950          Date: Wed, 30 Sep 1998 23:35:30 +0200
10951          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
10952          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
10953  Branch: perl
10954        ! lib/ExtUtils/xsubpp
10955 ____________________________________________________________________________
10956 [  1917] By: gsar                                  on 1998/10/02  04:16:02
10957     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
10958          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
10959          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
10960          Subject: Re: Configure test for selectbits busted
10961  Branch: perl
10962        ! Configure
10963 ____________________________________________________________________________
10964 [  1916] By: gsar                                  on 1998/10/02  04:14:17
10965     Log: From: Dan Sugalski <sugalskd@osshe.edu>
10966          Date: Wed, 30 Sep 1998 17:15:20 -0700
10967          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
10968          Subject: [PATCH 5.005_02]VMS config tweaks
10969  Branch: perl
10970        ! vms/descrip_mms.template vms/subconfigure.com
10971 ____________________________________________________________________________
10972 [  1915] By: gsar                                  on 1998/10/02  04:10:47
10973     Log: use Off_t to permit 64-bit seek()
10974          From: Scott Henry <scotth@sgi.com>
10975          Date: 29 Sep 1998 17:38:46 -0700
10976          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
10977          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
10978          --
10979          Date: 28 Sep 1998 18:55:37 -0700
10980          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
10981          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
10982  Branch: perl
10983        ! doio.c pp_sys.c proto.h sv.c
10984 ____________________________________________________________________________
10985 [  1914] By: gsar                                  on 1998/10/02  04:05:36
10986     Log: normalize tm struct passed to strftime() with mktime()
10987          From: Spider Boardman <spider@orb.nashua.nh.us>
10988          Date: Wed, 30 Sep 1998 15:12:09 -0400
10989          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
10990          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
10991  Branch: perl
10992        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10993 ____________________________________________________________________________
10994 [  1913] By: gsar                                  on 1998/10/02  03:59:46
10995     Log: don't try to run foo_SH.orig etc.
10996  Branch: perl
10997        ! Configure
10998 ____________________________________________________________________________
10999 [  1912] By: gsar                                  on 1998/10/02  03:45:37
11000     Log: make warning about glob process failure optional
11001  Branch: perl
11002        ! pod/perldiag.pod pp_hot.c
11003 ____________________________________________________________________________
11004 [  1911] By: gsar                                  on 1998/10/02  02:52:21
11005     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
11006          From: Dominic Dunlop <domo@vo.lu>
11007          Date: Tue, 29 Sep 1998 21:06:30 +0000
11008          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
11009          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
11010          --
11011          Date: Wed, 30 Sep 1998 11:46:44 +0000
11012          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
11013          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
11014  Branch: perl
11015        ! pod/perldiag.pod regcomp.c
11016 ____________________________________________________________________________
11017 [  1910] By: gsar                                  on 1998/10/02  02:48:48
11018     Log: minor Configure tweaks (via private mail)
11019          From: Jarkko Hietaniemi <jhi@iki.fi>
11020          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
11021          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
11022          Subject: [PATCH] 5.005_52: the drizzle continues
11023  Branch: perl
11024        ! Configure config_h.SH handy.h
11025 ____________________________________________________________________________
11026 [  1909] By: gsar                                  on 1998/10/02  02:46:39
11027     Log: update SCO hints for dynamic loading
11028          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11029          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
11030          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
11031          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11032          --
11033          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
11034          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
11035          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11036  Branch: perl
11037        ! hints/sco.sh
11038 ____________________________________________________________________________
11039 [  1908] By: gsar                                  on 1998/10/02  02:33:39
11040     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
11041  Branch: perl
11042        ! lib/File/Find.pm
11043 ____________________________________________________________________________
11044 [  1907] By: gsar                                  on 1998/10/02  02:21:52
11045     Log: applied patches, but retained old behavior for win32 (where compilers
11046          can't read from stdin at all)
11047          From: Graham Barr <gbarr@ti.com>
11048          Date: Mon, 28 Sep 1998 09:41:49 -0500
11049          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
11050          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11051          --
11052          Date: Tue, 29 Sep 1998 12:35:43 -0500
11053          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
11054          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11055  Branch: perl
11056        ! ext/Errno/Errno_pm.PL
11057 ____________________________________________________________________________
11058 [  1906] By: gsar                                  on 1998/10/02  02:02:19
11059     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
11060          Hietaniemi)
11061  Branch: perl
11062        ! t/op/grent.t
11063 ____________________________________________________________________________
11064 [  1905] By: gsar                                  on 1998/10/02  01:59:56
11065     Log: win32 caveats about truncate()
11066  Branch: perl
11067        ! pod/perlport.pod
11068 ____________________________________________________________________________
11069 [  1904] By: gsar                                  on 1998/10/02  01:53:25
11070     Log: various Configure and hints updates (prefer drand48() or random()
11071          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
11072          applied modulo SCO hints superceded by later patch
11073          From: Jarkko Hietaniemi <jhi@iki.fi>
11074          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
11075          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
11076          Subject: [PATCH] 5.005_52: Configure et al:
11077  Branch: perl
11078        + ext/IPC/SysV/hints/next_3.pl
11079        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
11080        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
11081        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
11082 ____________________________________________________________________________
11083 [  1903] By: gsar                                  on 1998/10/02  01:42:37
11084     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
11085          Date: Mon, 28 Sep 1998 17:41:49 +0100
11086          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
11087          Subject: [PATCH 5.005_52] Re: More on ?p 
11088          --
11089          Date: Thu, 01 Oct 1998 09:10:58 +0100
11090          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
11091          Subject: [PATCH 5.005_52] ?p fix
11092          --
11093          Date: Thu, 01 Oct 1998 10:45:56 +0100
11094          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
11095          Subject: [PATCH 5.005_52] more on ?p
11096  Branch: perl
11097        ! pp_ctl.c
11098 ____________________________________________________________________________
11099 [  1902] By: gsar                                  on 1998/10/02  01:36:14
11100     Log: From: Kenneth Duda <kjd@cisco.com>
11101          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
11102          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
11103          Subject: writemain dies when there are more than 4000 characters of extensions
11104  Branch: perl
11105        ! writemain.SH
11106 ____________________________________________________________________________
11107 [  1901] By: gsar                                  on 1998/10/02  01:33:16
11108     Log: tweak run_byacc recipe
11109  Branch: perl
11110        ! Makefile.SH Porting/pumpkin.pod
11111 ____________________________________________________________________________
11112 [  1900] By: gsar                                  on 1998/10/02  01:02:09
11113     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
11114  Branch: perl
11115        ! perl.h pp_ctl.c
11116 ____________________________________________________________________________
11117 [  1899] By: gsar                                  on 1998/09/28  20:46:30
11118     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
11119          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
11120          Dvornik)
11121  Branch: perl
11122        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
11123 ____________________________________________________________________________
11124 [  1898] By: gsar                                  on 1998/09/28  20:42:52
11125     Log: flush unsubmitted 5.00552 change
11126  Branch: perl
11127        ! MANIFEST
11128 ____________________________________________________________________________
11129 [  1897] By: gsar                                  on 1998/09/27  04:43:06
11130     Log: run vms_yfix.pl
11131  Branch: perl
11132        ! vms/perly_c.vms
11133 ____________________________________________________________________________
11134 [  1896] By: gsar                                  on 1998/09/27  03:38:55
11135     Log: small tweak on last change
11136  Branch: perl
11137        ! win32/win32.c
11138 ____________________________________________________________________________
11139 [  1895] By: gsar                                  on 1998/09/27  03:17:17
11140     Log: fix win32_stat() to do the right thing for share names
11141  Branch: perl
11142        ! win32/win32.c
11143 ____________________________________________________________________________
11144 [  1891] By: larry                                 on 1998/09/25  18:50:40
11145     Log: Fixed apostrophe problem from Mark Knutsen.
11146  Branch: perl
11147        ! sv.h
11148
11149 ----------------
11150 Version 5.005_52
11151 ----------------
11152
11153 ____________________________________________________________________________
11154 [  1890] By: gsar                                  on 1998/09/25  10:25:00
11155     Log: update template config.sh, add new config vars to win32 stuff
11156  Branch: perl
11157        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
11158        ! pp_sys.c proto.h win32/config.bc win32/config.gc
11159        ! win32/config.vc win32/config_H.bc win32/config_H.gc
11160        ! win32/config_H.vc win32/win32.h
11161 ____________________________________________________________________________
11162 [  1889] By: gsar                                  on 1998/09/25  07:13:13
11163     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
11164          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
11165          of full-fledged 64-bit support (including support for: fseeko/ftello,
11166          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
11167          in Fcntl)
11168          From: Jarkko Hietaniemi <jhi@iki.fi>
11169          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
11170          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
11171          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
11172          --
11173          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11174          Date: 12 Sep 1998 09:44:25 +0300
11175          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
11176          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11177  Branch: perl
11178        + lib/filetest.pm
11179        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
11180        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
11181        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
11182        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
11183        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
11184        ! win32/makedef.pl
11185 ____________________________________________________________________________
11186 [  1888] By: gsar                                  on 1998/09/25  06:27:12
11187     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
11188  Branch: perl
11189        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
11190        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11191        ! win32/makedef.pl win32/makefile.mk win32/win32.c
11192 ____________________________________________________________________________
11193 [  1887] By: gsar                                  on 1998/09/25  04:50:49
11194     Log: win32.c tweak
11195  Branch: perl
11196        ! win32/win32.c
11197 ____________________________________________________________________________
11198 [  1886] By: gsar                                  on 1998/09/25  04:47:32
11199     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
11200  Branch: perl
11201        ! lib/ExtUtils/MakeMaker.pm
11202 ____________________________________________________________________________
11203 [  1885] By: gsar                                  on 1998/09/25  04:05:09
11204     Log: From: Dominic Dunlop <domo@vo.lu>
11205          Date: Thu, 10 Sep 1998 11:02:46 +0000
11206          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
11207          Subject: MM_Unix::canonpath erroneously turns leading // into /
11208  Branch: perl
11209        ! lib/ExtUtils/MM_Unix.pm
11210 ____________________________________________________________________________
11211 [  1884] By: gsar                                  on 1998/09/25  03:06:10
11212     Log: temporarily disable perl malloc for a2p until we clean up
11213          conflicting malloc() declarations everywhere
11214  Branch: perl
11215        ! x2p/Makefile.SH
11216 ____________________________________________________________________________
11217 [  1883] By: gsar                                  on 1998/09/25  02:27:00
11218     Log: remove obsolete win32/bin/*.pl
11219  Branch: perl
11220        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
11221        ! Changes MANIFEST win32/Makefile win32/makefile.mk
11222 ____________________________________________________________________________
11223 [  1882] By: gsar                                  on 1998/09/25  02:04:43
11224     Log: missing file in last submit
11225  Branch: perl
11226        ! proto.h
11227 ____________________________________________________________________________
11228 [  1881] By: gsar                                  on 1998/09/25  01:56:54
11229     Log: serial access to PL_x[inpr]v_root for USE_THREADS
11230  Branch: perl
11231        ! sv.c
11232 ____________________________________________________________________________
11233 [  1880] By: gsar                                  on 1998/09/25  01:19:38
11234     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
11235          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
11236          Date: Thu, 24 Sep 1998 22:01:09 +0900
11237          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
11238          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
11239  Branch: perl
11240        ! hv.c proto.h
11241 ____________________________________________________________________________
11242 [  1879] By: gsar                                  on 1998/09/25  00:20:07
11243     Log: tweaks to enable PERL_OBJECT to build & test on win32
11244  Branch: perl
11245        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
11246        ! win32/GenCAPI.pl
11247 ____________________________________________________________________________
11248 [  1878] By: gsar                                  on 1998/09/25  00:13:36
11249     Log: fix change#1861, which breaks default boot_xxx symbol generation
11250  Branch: perl
11251        ! lib/ExtUtils/Mksymlists.pm
11252 ____________________________________________________________________________
11253 [  1877] By: gsar                                  on 1998/09/24  10:29:54
11254     Log: two tweaks for clean build and test on Solaris
11255  Branch: perl
11256        ! op.c t/op/subst.t
11257 ____________________________________________________________________________
11258 [  1876] By: gsar                                  on 1998/09/24  09:04:43
11259     Log: From: Colin Kuskie <ckuskie@cadence.com>
11260          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
11261          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
11262          Subject: [PATCH 5.005_51] perlform.pod
11263  Branch: perl
11264        ! pod/perlform.pod
11265 ____________________________________________________________________________
11266 [  1875] By: gsar                                  on 1998/09/24  08:47:47
11267     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11268          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
11269          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
11270          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
11271  Branch: perl
11272        ! regexec.c
11273 ____________________________________________________________________________
11274 [  1874] By: gsar                                  on 1998/09/24  08:44:55
11275     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11276          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
11277          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
11278          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
11279  Branch: perl
11280        ! toke.c
11281 ____________________________________________________________________________
11282 [  1873] By: gsar                                  on 1998/09/24  08:39:41
11283     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11284          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
11285          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
11286          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
11287  Branch: perl
11288        ! Changes regcomp.c
11289 ____________________________________________________________________________
11290 [  1872] By: gsar                                  on 1998/09/24  08:37:00
11291     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
11292          Date: Sun, 23 Aug 1998 23:18:38 PDT
11293          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
11294          Subject: new irix_6.sh hints file
11295  Branch: perl
11296        ! hints/irix_6.sh
11297 ____________________________________________________________________________
11298 [  1871] By: gsar                                  on 1998/09/24  07:26:37
11299     Log: correct FSF address in various places
11300  Branch: perl
11301        ! Copying README ext/B/README lib/Getopt/Long.pm
11302 ____________________________________________________________________________
11303 [  1870] By: gsar                                  on 1998/09/24  07:11:56
11304     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
11305          Date:    Fri, 14 Aug 1998 09:20:16 PDT
11306          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
11307          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
11308  Branch: perl
11309        ! configure.com
11310 ____________________________________________________________________________
11311 [  1869] By: gsar                                  on 1998/09/24  06:55:59
11312     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
11313          From:    Scott Henry <scotth@sgi.com>
11314          Date:    13 Aug 1998 09:52:15 PDT
11315          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
11316          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
11317  Branch: perl
11318        ! hints/irix_6.sh
11319 ____________________________________________________________________________
11320 [  1868] By: gsar                                  on 1998/09/24  06:51:23
11321     Log: From:    Nathan Torkington <gnat@frii.com>
11322          Date:    Thu, 13 Aug 1998 10:59:48 MDT
11323          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
11324          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
11325  Branch: perl
11326        ! pod/perlfunc.pod
11327 ____________________________________________________________________________
11328 [  1867] By: gsar                                  on 1998/09/24  06:45:13
11329     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
11330          that are autoloaded)
11331  Branch: perl
11332        ! pp_ctl.c
11333 ____________________________________________________________________________
11334 [  1866] By: gsar                                  on 1998/09/24  05:21:19
11335     Log: grandfather deprecated "$$<digit>" no more
11336  Branch: perl
11337        ! pod/perldiag.pod toke.c
11338 ____________________________________________________________________________
11339 [  1865] By: gsar                                  on 1998/09/24  04:52:48
11340     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
11341          low bits (suggested by Ilya Zakharevich)
11342  Branch: perl
11343        ! hv.h
11344 ____________________________________________________________________________
11345 [  1864] By: gsar                                  on 1998/09/24  04:29:14
11346     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
11347          perly_c.diff
11348  Branch: perl
11349        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
11350        ! perly_c.diff toke.c
11351 ____________________________________________________________________________
11352 [  1863] By: gsar                                  on 1998/09/24  03:36:30
11353     Log: provide locked access to string table for USE_THREADS
11354  Branch: perl
11355        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
11356 ____________________________________________________________________________
11357 [  1862] By: gsar                                  on 1998/09/24  03:30:32
11358     Log: remove bogus warn()
11359  Branch: perl
11360        ! embed.pl
11361 ____________________________________________________________________________
11362 [  1861] By: gsar                                  on 1998/09/24  02:58:51
11363     Log: applied suggested patch, adapted for all platforms
11364          From: jan.dubois@ibm.net (Jan Dubois)
11365          Date: Sun, 20 Sep 1998 12:56:38 +0200
11366          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
11367          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
11368  Branch: perl
11369        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11370        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11371        ! lib/ExtUtils/MakeMaker.pm
11372 ____________________________________________________________________________
11373 [  1860] By: gsar                                  on 1998/09/24  02:16:14
11374     Log: upgrade to CPAN-1.40
11375  Branch: perl
11376        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
11377 ____________________________________________________________________________
11378 [  1859] By: gsar                                  on 1998/09/24  02:08:59
11379     Log: use $ENV{MAKEMAKEROPT} to set default command line args
11380  Branch: perl
11381        ! lib/ExtUtils/MakeMaker.pm
11382 ____________________________________________________________________________
11383 [  1857] By: gsar                                  on 1998/09/23  10:58:36
11384     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11385          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
11386          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
11387          Subject: More verbose Test::Harness [PATCH]
11388  Branch: perl
11389        ! lib/Test/Harness.pm
11390 ____________________________________________________________________________
11391 [  1856] By: gsar                                  on 1998/09/23  10:56:24
11392     Log: update hints for OPENSTEP 4.2 on i386
11393          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
11394          Date: Sun, 20 Sep 1998 01:03:18 +0200
11395          Message-Id: <9809192303.AA29190@Spike>
11396          Subject: Perl 5.005_02 compilation problems
11397  Branch: perl
11398        ! hints/next_4.sh
11399 ____________________________________________________________________________
11400 [  1855] By: gsar                                  on 1998/09/23  10:52:27
11401     Log: reset errno after C<require> search (as suggested by Larry)
11402  Branch: perl
11403        ! pp_ctl.c
11404 ____________________________________________________________________________
11405 [  1854] By: gsar                                  on 1998/09/23  10:50:26
11406     Log: misc pod tweaks
11407  Branch: perl
11408        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
11409 ____________________________________________________________________________
11410 [  1853] By: gsar                                  on 1998/09/23  10:46:06
11411     Log: make Pod/Html.pm handle the --title option properly (as suggested
11412          by gml4410@ggr.co.uk)
11413  Branch: perl
11414        ! lib/Pod/Html.pm
11415 ____________________________________________________________________________
11416 [  1852] By: gsar                                  on 1998/09/23  10:41:39
11417     Log: SSNEW() API for allocating memory on the savestack
11418          From: Albert Dvornik <bert@genscan.com>
11419          Date: 17 Sep 1998 19:23:07 -0400
11420          Message-Id: <tqemtae338.fsf@puma.genscan.com>
11421          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
11422  Branch: perl
11423        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
11424        ! perl.h proto.h scope.c scope.h t/io/tell.t
11425 ____________________________________________________________________________
11426 [  1851] By: gsar                                  on 1998/09/23  10:37:05
11427     Log: From: Jochen Wiedmann <joe@ispsoft.de>
11428          Date: Thu, 17 Sep 1998 17:16:06 +0200
11429          Message-ID: <360127B6.E44564A@ispsoft.de>
11430          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
11431  Branch: perl
11432        ! lib/ExtUtils/MakeMaker.pm
11433 ____________________________________________________________________________
11434 [  1850] By: gsar                                  on 1998/09/23  10:33:05
11435     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
11436          Date: 15 Sep 1998 01:32:31 +0200
11437          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
11438          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
11439  Branch: perl
11440        ! lib/ExtUtils/MM_Unix.pm
11441 ____________________________________________________________________________
11442 [  1849] By: gsar                                  on 1998/09/23  10:29:04
11443     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
11444          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
11445          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
11446          Subject: Re: extralibs.ld problem in MM_VMS.pm
11447  Branch: perl
11448        ! lib/ExtUtils/MM_VMS.pm
11449 ____________________________________________________________________________
11450 [  1848] By: gsar                                  on 1998/09/23  10:25:24
11451     Log: From: Roderick Schertler <roderick@argon.org>
11452          Date: 11 Sep 1998 16:19:21 -0400
11453          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
11454          Subject: Re: Open2 and memory leaks
11455  Branch: perl
11456        ! lib/IPC/Open3.pm
11457 ____________________________________________________________________________
11458 [  1847] By: gsar                                  on 1998/09/23  10:18:31
11459     Log: From: Roderick Schertler <roderick@argon.org>
11460          Date: Wed, 09 Sep 1998 23:52:48 -0400
11461          Message-ID: <20567.905399568@eeyore.ibcinc.com>
11462          Subject: seed srand from /dev/urandom when possible
11463  Branch: perl
11464        ! pod/perlfunc.pod pp.c
11465 ____________________________________________________________________________
11466 [  1846] By: gsar                                  on 1998/09/23  10:12:22
11467     Log: From: Roderick Schertler <roderick@argon.org>
11468          Date: Thu, 10 Sep 1998 00:32:17 -0400
11469          Message-ID: <21142.905401937@eeyore.ibcinc.com>
11470          Subject: doc update for crypt()'s salt
11471  Branch: perl
11472        ! pod/perlfunc.pod
11473 ____________________________________________________________________________
11474 [  1845] By: gsar                                  on 1998/09/23  10:09:23
11475     Log: fix h2ph handling of C<#error "foo">
11476          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
11477          Date: Thu, 10 Sep 1998 09:59:33 +0900
11478          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
11479          Subject: [5.005_02] h2ph problem
11480  Branch: perl
11481        ! utils/h2ph.PL
11482 ____________________________________________________________________________
11483 [  1844] By: gsar                                  on 1998/09/23  10:06:13
11484     Log: plug strictly private function leaks in API listing
11485  Branch: perl
11486        ! pod/perlguts.pod
11487 ____________________________________________________________________________
11488 [  1843] By: gsar                                  on 1998/09/23  10:02:57
11489     Log: hide symbol for static build
11490          From: Dominic Dunlop <domo@vo.lu>
11491          Date: Tue, 8 Sep 1998 21:40:46 +0000
11492          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
11493          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
11494  Branch: perl
11495        ! regcomp.c
11496 ____________________________________________________________________________
11497 [  1842] By: gsar                                  on 1998/09/23  09:52:46
11498     Log: define PUT_svindex(), PUT_opindex()
11499  Branch: perl
11500        ! ext/B/B/Assembler.pm
11501 ____________________________________________________________________________
11502 [  1841] By: gsar                                  on 1998/09/23  09:44:25
11503     Log: From: Dominic Dunlop <domo@vo.lu>
11504          Date: Tue, 8 Sep 1998 15:34:53 +0000
11505          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
11506          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
11507  Branch: perl
11508        ! t/pragma/warn/regexec
11509 ____________________________________________________________________________
11510 [  1840] By: gsar                                  on 1998/09/23  09:42:17
11511     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
11512  Branch: perl
11513        ! win32/bin/pl2bat.pl
11514 ____________________________________________________________________________
11515 [  1839] By: gsar                                  on 1998/09/23  09:38:18
11516     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
11517          Date: Mon, 7 Sep 1998 17:36:09 +0900
11518          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
11519          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
11520  Branch: perl
11521        ! ext/Thread/Thread.xs
11522 ____________________________________________________________________________
11523 [  1838] By: gsar                                  on 1998/09/23  09:21:11
11524     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
11525          Date: Thu, 10 Sep 1998 00:02:07 -0400
11526          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
11527          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
11528  Branch: perl
11529        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
11530        + vos/config.h vos/config_h.SH_orig vos/perl.bind
11531        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
11532        ! MANIFEST perl.c perl.h pod/perlport.pod
11533 ____________________________________________________________________________
11534 [  1837] By: gsar                                  on 1998/09/23  08:45:58
11535     Log: (via private mail)
11536          From: Charles Bailey <BAILEY@newman.upenn.edu>
11537          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
11538          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
11539          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
11540  Branch: perl
11541        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
11542        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
11543        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
11544        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
11545        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
11546        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
11547        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
11548        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
11549        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
11550        ! vms/writemain.pl
11551 ____________________________________________________________________________
11552 [  1836] By: gsar                                  on 1998/09/23  08:17:42
11553     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11554          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
11555          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
11556          Subject: [PATCH 5.005_*] OS/2 spawning typos
11557  Branch: perl
11558        ! os2/os2.c
11559 ____________________________________________________________________________
11560 [  1835] By: gsar                                  on 1998/09/23  08:09:55
11561     Log: warn on C<my($foo,$foo)>
11562  Branch: perl
11563        ! op.c pod/perldiag.pod
11564 ____________________________________________________________________________
11565 [  1834] By: gsar                                  on 1998/09/23  07:35:56
11566     Log: From: pvhp@forte.com (Peter Prymmer)
11567          Date: Fri, 4 Sep 98 13:27:41 PDT
11568          Message-Id: <9809042027.AA04463@forte.com>
11569          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
11570  Branch: perl
11571        ! README.vms
11572 ____________________________________________________________________________
11573 [  1833] By: gsar                                  on 1998/09/23  07:27:34
11574     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11575          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
11576          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
11577          Subject: PATCH: 5.005_02 hint/hpux.sh
11578  Branch: perl
11579        ! hints/hpux.sh
11580 ____________________________________________________________________________
11581 [  1832] By: gsar                                  on 1998/09/23  07:22:40
11582     Log: fix (some) installhtml bugs
11583          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
11584          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
11585          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
11586          Subject: installhtml script needs work
11587  Branch: perl
11588        ! installhtml
11589 ____________________________________________________________________________
11590 [  1831] By: gsar                                  on 1998/09/23  07:19:30
11591     Log: document 'U' magic with examples
11592          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
11593          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
11594          Message-Id: <199809011455.PAA00631@sale-wts>
11595          Subject: Re: Looking for some XS MAGIC examples...
11596  Branch: perl
11597        ! pod/perlguts.pod
11598 ____________________________________________________________________________
11599 [  1830] By: gsar                                  on 1998/09/23  07:16:43
11600     Log: From: pvhp@forte.com (Peter Prymmer)
11601          Date: Mon, 31 Aug 98 17:13:49 PDT
11602          Message-Id: <9809010013.AA06737@forte.com>
11603          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
11604  Branch: perl
11605        ! README.os390
11606 ____________________________________________________________________________
11607 [  1829] By: gsar                                  on 1998/09/23  07:15:08
11608     Log: fix problematic typecast in filter_del()
11609          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
11610          Date: Mon, 31 Aug 1998 21:13:11 GMT
11611          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
11612          Subject: perl5.005_02 does not build on Cray T90
11613  Branch: perl
11614        ! toke.c
11615 ____________________________________________________________________________
11616 [  1828] By: gsar                                  on 1998/09/23  07:11:34
11617     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11618          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
11619          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
11620          Subject: [PATCH 5.005_5*] (?>) broken in RE
11621  Branch: perl
11622        ! regexec.c t/op/re_tests
11623 ____________________________________________________________________________
11624 [  1827] By: gsar                                  on 1998/09/23  07:09:50
11625     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
11626  Branch: perl
11627        ! t/op/grent.t t/op/groups.t
11628 ____________________________________________________________________________
11629 [  1826] By: gsar                                  on 1998/09/23  07:03:16
11630     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11631          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
11632          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
11633          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
11634  Branch: perl
11635        - interp.sym
11636        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
11637 ____________________________________________________________________________
11638 [  1825] By: gsar                                  on 1998/09/23  06:56:40
11639     Log: re-introduce change#1703
11640  Branch: perl
11641        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
11642 ____________________________________________________________________________
11643 [  1824] By: gsar                                  on 1998/09/23  06:44:19
11644     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11645          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
11646          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
11647          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
11648  Branch: perl
11649        ! lib/perl5db.pl
11650 ____________________________________________________________________________
11651 [  1823] By: gsar                                  on 1998/09/23  06:41:34
11652         Log: From: Joe Buehler <jhpb@hekimian.com>
11653              Date: 29 Aug 1998 17:13:28 -0400
11654              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
11655              Subject: patches for perl 5.005_51 under U/WIN
11656      Branch: perl
11657            + hints/uwin.sh
11658            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
11659            ! t/lib/posix.t
11660 ____________________________________________________________________________
11661 [  1822] By: gsar                                  on 1998/09/23  06:36:59
11662         Log: add missing C<no utf8;> tweak from Larry
11663      Branch: perl
11664            ! t/op/subst.t
11665 ____________________________________________________________________________
11666 [  1821] By: gsar                                  on 1998/09/23  06:27:51
11667         Log: s/runops/CALLRUNOPS/
11668      Branch: perl
11669            ! cc_runtime.h
11670 ____________________________________________________________________________
11671 [  1820] By: gsar                                  on 1998/09/23  06:24:49
11672         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
11673      Branch: perl
11674           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
11675           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
11676           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
11677           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
11678           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11679           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11680           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
11681           +> t/pragma/warn/util
11682            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
11683            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
11684            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
11685            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
11686            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
11687            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
11688            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
11689            - t/pragma/warn-util
11690            ! MANIFEST t/pragma/warning.t
11691 ____________________________________________________________________________
11692 [  1819] By: gsar                                  on 1998/09/23  06:08:46
11693         Log: make \(%foo) return refs to values (not copies of values)
11694              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11695              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
11696              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
11697              --
11698              From: Roderick Schertler <roderick@argon.org>
11699              Date: Sat, 29 Aug 1998 00:58:33 -0400
11700              Message-ID: <29894.904366713@eeyore.ibcinc.com>
11701              Subject: Re: \(%x) problems
11702      Branch: perl
11703            ! doop.c pod/perlref.pod
11704 ____________________________________________________________________________
11705 [  1818] By: gsar                                  on 1998/09/23  06:05:08
11706         Log: make h2xs generate ANSI prototypes
11707      Branch: perl
11708            ! utils/h2xs.PL
11709 ____________________________________________________________________________
11710 [  1817] By: gsar                                  on 1998/09/23  05:57:16
11711         Log: updated usethreads hints for hpux 10.X
11712              From: Matthew T Harden <mthard@mthard1.monsanto.com>
11713              Date: Fri, 28 Aug 1998 14:10:42 GMT
11714              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
11715              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
11716      Branch: perl
11717            ! hints/hpux.sh perl.h
11718 ____________________________________________________________________________
11719 [  1816] By: gsar                                  on 1998/09/23  05:53:31
11720         Log: don't create empty directories in installperl
11721              From: Robin Barker <rmb1@cise.npl.co.uk>
11722              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
11723              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
11724              Subject: [PATCH 5.005_02] install: empty dirs
11725      Branch: perl
11726            ! installperl
11727 ____________________________________________________________________________
11728 [  1815] By: gsar                                  on 1998/09/23  05:50:36
11729         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
11730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11731              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
11732              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
11733              Subject: Re: your mail
11734      Branch: perl
11735            ! regexec.c t/op/re_tests
11736 ____________________________________________________________________________
11737 [  1814] By: gsar                                  on 1998/09/23  05:45:17
11738         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11739              Date: Thu, 20 Aug 1998 20:59:03 -0400
11740              Message-ID: <19980820205903.A12908@O2.chapin.edu>
11741              Subject: [PATCH] h2ph misquotes #error directives
11742      Branch: perl
11743            ! t/lib/h2ph.pht utils/h2ph.PL
11744 ____________________________________________________________________________
11745 [  1813] By: gsar                                  on 1998/09/23  05:42:41
11746         Log: patch to support computed regular subexpressions
11747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11748              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
11749              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
11750              Subject: [5.005_5* PATCH] Postponed RE - now!
11751      Branch: perl
11752            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
11753            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
11754 ____________________________________________________________________________
11755 [  1812] By: gsar                                  on 1998/09/23  05:26:26
11756         Log: better CR-handling on shebang line and in formats (fixed variant of
11757              patch suggested by Igor Sysoev <igor@nitek.ru>)
11758      Branch: perl
11759            ! perl.c toke.c
11760 ____________________________________________________________________________
11761 [  1811] By: gsar                                  on 1998/09/23  04:35:46
11762         Log: document non-loopish blocks better
11763              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11764              Date: Tue, 18 Aug 1998 12:28:36 +0100
11765              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
11766              Subject: Re: next in do {} while block gives error message
11767      Branch: perl
11768            ! pod/perlfunc.pod
11769 ____________________________________________________________________________
11770 [  1810] By: gsar                                  on 1998/09/23  04:12:05
11771         Log: fix bogus integerization of pop()'s return value
11772              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11773              Date: Sat, 15 Aug 1998 23:27:54 -0400
11774              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
11775              Subject: Re: Complex expression does integer arithmetic 
11776      Branch: perl
11777            ! opcode.h opcode.pl
11778 ____________________________________________________________________________
11779 [  1809] By: gsar                                  on 1998/09/23  04:09:43
11780         Log: tweak README.win32
11781      Branch: perl
11782            ! README.win32
11783 ____________________________________________________________________________
11784 [  1808] By: gsar                                  on 1998/09/23  03:40:57
11785         Log: better diagnostic for do{} used as lvalue
11786      Branch: perl
11787            ! op.c pod/perlport.pod
11788 ____________________________________________________________________________
11789 [  1807] By: gsar                                  on 1998/09/23  03:38:30
11790         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
11791              From: hansm@icgroup.nl
11792              Date: Tue, 11 Aug 98 21:08:51 +0200
11793              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
11794              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11795      Branch: perl
11796            ! malloc.c
11797 ____________________________________________________________________________
11798 [  1806] By: gsar                                  on 1998/09/23  03:36:08
11799         Log: support make written in perl (aka "pmake") on win32
11800      Branch: perl
11801            ! lib/ExtUtils/MM_Win32.pm
11802 ____________________________________________________________________________
11803 [  1805] By: gsar                                  on 1998/09/23  03:30:07
11804         Log: fix mismatched UV/U32 types for to_utf8_*()
11805      Branch: perl
11806            ! utf8.c
11807 ____________________________________________________________________________
11808 [  1804] By: gsar                                  on 1998/09/23  03:22:22
11809         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
11810              Date: Sun, 9 Aug 1998 22:38:23 +0200
11811              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
11812              Subject: [PATCH 5.5002] dos-djgpp update
11813      Branch: perl
11814            ! t/io/fs.t
11815 ____________________________________________________________________________
11816 [  1803] By: gsar                                  on 1998/09/23  03:20:13
11817         Log: apply minimal variant of patch (sent via private mail)
11818              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
11819              Date: Wed, 12 Aug 1998 15:42:35 +0300
11820              Message-Id: <199808121242.PAA29761@comanche.spices>
11821              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
11822      Branch: perl
11823            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
11824            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
11825 ____________________________________________________________________________
11826 [  1802] By: gsar                                  on 1998/09/23  03:03:39
11827         Log: adjust searchdict.t for EBCDIC (still needs documenting)
11828              From: pvhp@forte.com (Peter Prymmer)
11829              Date: Thu, 6 Aug 98 18:09:39 PDT
11830              Message-Id: <9808070109.AA06158@forte.com>
11831              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
11832      Branch: perl
11833            ! README.os390 t/lib/searchdict.t
11834 ____________________________________________________________________________
11835 [  1801] By: gsar                                  on 1998/09/23  02:54:15
11836         Log: silence redefined warning for XS(INIT) {}
11837      Branch: perl
11838            ! op.c
11839 ____________________________________________________________________________
11840 [  1800] By: gsar                                  on 1998/09/23  02:42:23
11841         Log: support match indices via special variables @- and @+
11842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11843              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
11844              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
11845              Subject: [PATCH 5.004_76] @- and @+
11846      Branch: perl
11847            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
11848            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
11849 ____________________________________________________________________________
11850 [  1799] By: gsar                                  on 1998/09/23  01:44:31
11851         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11852              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
11853              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
11854              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
11855      Branch: perl
11856            ! regcomp.c t/op/re_tests
11857 ____________________________________________________________________________
11858 [  1798] By: gsar                                  on 1998/09/23  01:39:23
11859         Log: integrate maint-5.005 changes (except conflicting change#1794)
11860      Branch: perl
11861            ! Changes
11862           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
11863           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
11864           !> win32/win32.h
11865 ____________________________________________________________________________
11866 [  1797] By: gsar                                  on 1998/09/23  01:32:36
11867         Log: add note to win32/Makefile about setting CCHOME
11868      Branch: perl
11869            ! win32/Makefile win32/makefile.mk
11870 ____________________________________________________________________________
11871 [  1796] By: gsar                                  on 1998/09/23  01:31:32
11872         Log: perl.pod tweak
11873      Branch: perl
11874            ! pod/perl.pod
11875 ____________________________________________________________________________
11876 [  1795] By: gsar                                  on 1998/09/21  20:34:10
11877         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
11878      Branch: perl
11879            ! lib/ExtUtils/xsubpp
11880 ____________________________________________________________________________
11881 [  1789] By: gsar                                  on 1998/09/18  18:01:37
11882         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
11883      Branch: perl
11884            ! cop.h t/cmd/for.t
11885 ____________________________________________________________________________
11886 [  1788] By: gsar                                  on 1998/09/17  02:19:11
11887         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
11888      Branch: perl
11889            ! win32/config.bc win32/config.gc win32/config.vc
11890 ____________________________________________________________________________
11891 [  1787] By: gsar                                  on 1998/09/17  01:45:14
11892         Log: suppress bogus warning on C<sub x {} x()>
11893      Branch: perl
11894            ! toke.c
11895 ____________________________________________________________________________
11896 [  1786] By: gsar                                  on 1998/09/17  01:42:51
11897         Log: ntohl typo in objXSUB.h
11898      Branch: perl
11899            ! objXSUB.h
11900 ____________________________________________________________________________
11901 [  1785] By: gsar                                  on 1998/09/17  01:41:48
11902         Log: fill gaps in sig_* entries in win32/config.?c
11903      Branch: perl
11904            ! win32/config.bc win32/config.gc win32/config.vc
11905 ____________________________________________________________________________
11906 [  1781] By: larry                                 on 1998/09/05  23:48:24
11907         Log: tr/// logic was hosed under utf8
11908      Branch: perl
11909            ! doop.c op.c op.h pp.c proto.h
11910 ____________________________________________________________________________
11911 [  1780] By: larry                                 on 1998/09/05  23:44:16
11912         Log: several new tests needed tweaking to work under utf8
11913      Branch: perl
11914            ! t/comp/require.t t/op/pack.t t/op/substr.t
11915 ____________________________________________________________________________
11916 [  1779] By: larry                                 on 1998/09/05  23:41:42
11917         Log: index() applied BM optimization to wrong argument
11918      Branch: perl
11919            ! op.c util.c
11920 ____________________________________________________________________________
11921 [  1778] By: larry                                 on 1998/09/05  23:38:29
11922         Log: Implicit require during compile reset line numbering
11923      Branch: perl
11924            ! pp_ctl.c
11925
11926 ----------------
11927 Version 5.005_51
11928 ----------------
11929
11930 ____________________________________________________________________________
11931 [  1777] By: gsar                                  on 1998/08/10  07:02:38
11932         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
11933              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
11934              lexical warning testsuite for win32
11935      Branch: perl
11936            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
11937            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
11938            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
11939            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
11940            ! win32/Makefile win32/makefile.mk
11941 ____________________________________________________________________________
11942 [  1776] By: gsar                                  on 1998/08/09  17:53:48
11943         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
11944      Branch: perl
11945            ! Changes MANIFEST perl.c pod/perlhist.pod
11946 ____________________________________________________________________________
11947 [  1775] By: gsar                                  on 1998/08/09  14:35:33
11948         Log: tweak warning test
11949      Branch: perl
11950            ! t/pragma/warn-toke
11951 ____________________________________________________________________________
11952 [  1774] By: gsar                                  on 1998/08/09  14:13:46
11953         Log: add missing dTHR; notes for test failures due to small stacksize
11954      Branch: perl
11955            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
11956            ! toke.c universal.c util.c
11957 ____________________________________________________________________________
11958 [  1773] By: gsar                                  on 1998/08/09  11:31:53
11959         Log: lexical warnings; tweaks to places that didn't apply correctly
11960              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
11961              Date:    Wed, 29 Jul 1998 09:28:45 BST
11962              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
11963              Subject: lexical warnings patch for 5.005_50
11964      Branch: perl
11965            + README.lexwarn lib/warning.pm t/pragma/warn-2use
11966            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
11967            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
11968            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
11969            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
11970            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
11971            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
11972            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
11973            + warning.h warning.pl
11974            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
11975            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
11976            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
11977            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
11978            ! universal.c util.c
11979 ____________________________________________________________________________
11980 [  1772] By: gsar                                  on 1998/08/08  23:06:00
11981         Log: bump patchlevel to 5.005_51
11982      Branch: perl
11983            ! patchlevel.h win32/Makefile win32/config_H.bc
11984            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11985 ____________________________________________________________________________
11986 [  1771] By: gsar                                  on 1998/08/08  23:01:57
11987         Log: fix bogus warning on "\x{123}"
11988              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
11989              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
11990              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
11991              Subject: [5.005_50 PATCH] Some unicode problems
11992      Branch: perl
11993            ! regcomp.c toke.c
11994 ____________________________________________________________________________
11995 [  1770] By: gsar                                  on 1998/08/08  22:56:55
11996         Log: hide dup symbol for static build of ext/re
11997              From: Dominic Dunlop <domo@ppp72.vo.lu>
11998              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
11999              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
12000              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
12001      Branch: perl
12002            ! regcomp.c
12003 ____________________________________________________________________________
12004 [  1769] By: gsar                                  on 1998/08/08  22:45:06
12005         Log: fix double free on -Mutf8 -e '$b=uc("")'
12006              From: larry@wall.org (Larry Wall)
12007              Date: Fri, 7 Aug 1998 14:42:43 -0700
12008              Message-Id: <199808072142.OAA14920@wall.org>
12009              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
12010      Branch: perl
12011            ! pp.c
12012 ____________________________________________________________________________
12013 [  1768] By: gsar                                  on 1998/08/08  22:42:29
12014         Log: substr() assumes utf8 without say-so
12015              From: larry@wall.org (Larry Wall)
12016              Date: Fri, 7 Aug 1998 12:25:12 -0700
12017              Message-Id: <199808071925.MAA13436@wall.org>
12018              Subject: [PATCH 5.005_50] substr bug?
12019      Branch: perl
12020            ! pp.c
12021 ____________________________________________________________________________
12022 [  1767] By: gsar                                  on 1998/08/08  22:38:25
12023         Log: fix intolerance of SWASHes for blank lines
12024              From: Gisle Aas <aas@sn.no>
12025              Date: 06 Aug 1998 23:28:57 +0200
12026              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
12027              Subject: Re: Re[2]: another joyride begins
12028      Branch: perl
12029            ! lib/utf8_heavy.pl
12030 ____________________________________________________________________________
12031 [  1766] By: gsar                                  on 1998/08/08  22:33:10
12032         Log: utf8 doc tweak
12033              From: Gisle Aas <aas@sn.no>
12034              Date: 05 Aug 1998 00:41:04 +0200
12035              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
12036              Subject: Matching clumps
12037      Branch: perl
12038            ! lib/utf8.pm
12039 ____________________________________________________________________________
12040 [  1765] By: gsar                                  on 1998/08/08  22:31:37
12041         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
12042              From: Gisle Aas <aas@sn.no>
12043              Date: 04 Aug 1998 22:56:11 +0200
12044              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
12045              Subject: Re: another joyride begins
12046      Branch: perl
12047            ! lib/utf8_heavy.pl
12048 ____________________________________________________________________________
12049 [  1764] By: gsar                                  on 1998/08/08  22:28:43
12050         Log: From: larry@wall.org (Larry Wall)
12051              Date: Tue, 4 Aug 1998 17:04:51 -0700
12052              Message-Id: <199808050004.RAA22592@wall.org>
12053              Subject: [PATCH 5.005_50] \pX not implemented!
12054      Branch: perl
12055            ! regcomp.c
12056 ____________________________________________________________________________
12057 [  1763] By: gsar                                  on 1998/08/08  22:27:15
12058         Log: From: Stephen McCamant <alias@mcs.com>
12059              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
12060              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
12061              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
12062      Branch: perl
12063            ! op.c
12064 ____________________________________________________________________________
12065 [  1762] By: gsar                                  on 1998/08/08  22:26:09
12066         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12067              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
12068              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
12069              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
12070      Branch: perl
12071            + t/op/grent.t t/op/pwent.t
12072            ! MANIFEST
12073 ____________________________________________________________________________
12074 [  1761] By: gsar                                  on 1998/08/08  22:21:52
12075         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12076              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
12077              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
12078              Subject: [5.005_50 PATCH] misprint in RE engine
12079      Branch: perl
12080            ! regexec.c t/op/re_tests
12081 ____________________________________________________________________________
12082 [  1760] By: gsar                                  on 1998/08/08  22:18:54
12083         Log: integrate maint-5.005 changes into mainline
12084      Branch: perl
12085           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
12086           !> (integrate 138 files)
12087 ____________________________________________________________________________
12088 [  1672] By: gsar                                  on 1998/07/27  18:35:28
12089         Log: create new Changes
12090      Branch: perl
12091            + Changes
12092            ! Changes5.005 MANIFEST
12093 ____________________________________________________________________________
12094 [  1671] By: gsar                                  on 1998/07/27  18:30:57
12095         Log: rename Changes --> Changes5.005
12096      Branch: perl
12097           +> Changes5.005
12098            - Changes
12099 ____________________________________________________________________________
12100 [  1670] By: gsar                                  on 1998/07/27  18:10:14
12101         Log: integrate 5.005_01 changes from maint
12102      Branch: perl
12103            ! Changes
12104           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
12105           !> win32/win32.c
12106 ____________________________________________________________________________
12107 [  1667] By: nick                                  on 1998/07/26  14:31:01
12108         Log: Add dTHR so that it compiles miniperl in threaded mode
12109      Branch: perl
12110            ! doop.c mg.c regcomp.c regexec.c
12111 ____________________________________________________________________________
12112 [  1666] By: nick                                  on 1998/07/26  13:01:10
12113         Log: Resolve ansiperl against mainline (@1648?)
12114              Unclear that change number has "taken".
12115      Branch: ansiperl
12116           +> (branch 169 files)
12117            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
12118           !> (integrate 131 files)
12119
12120 ----------------
12121 Version 5.005_50
12122 ----------------
12123
12124 ____________________________________________________________________________
12125 [  1665] By: gsar                                  on 1998/07/26  05:38:48
12126         Log: add trailing newline to file
12127      Branch: perl
12128            ! Changes lib/unicode/blocks.txt
12129 ____________________________________________________________________________
12130 [  1664] By: gsar                                  on 1998/07/26  05:08:48
12131         Log: integrate proto.h additions from maint-5.005
12132      Branch: perl
12133           !> pod/perlhist.pod proto.h
12134 ____________________________________________________________________________
12135 [  1663] By: gsar                                  on 1998/07/26  05:07:05
12136         Log: add new files to MANIFEST; add missing prototypes to proto.h;
12137              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
12138              add typecasts to silence warnings; tweaks for win32 builds
12139      Branch: perl
12140            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
12141            ! win32/Makefile win32/makefile.mk
12142 ____________________________________________________________________________
12143 [  1662] By: gsar                                  on 1998/07/26  05:01:52
12144         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
12145      Branch: maint-5.005/perl
12146            ! pod/perlhist.pod proto.h
12147 ____________________________________________________________________________
12148 [  1661] By: gsar                                  on 1998/07/26  02:52:48
12149         Log: up patchlevel to 5.005_50
12150      Branch: perl
12151            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12152            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12153 ____________________________________________________________________________
12154 [  1660] By: gsar                                  on 1998/07/26  02:43:57
12155         Log: integrate utfperl
12156      Branch: perl
12157           +> (branch 162 files)
12158           !> (integrate 29 files)
12159 ____________________________________________________________________________
12160 [  1659] By: gsar                                  on 1998/07/26  02:38:22
12161         Log: integrate maint-5.005 changes
12162      Branch: perl
12163           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
12164           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
12165           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
12166           !> vms/descrip_mms.template vms/subconfigure.com
12167 ____________________________________________________________________________
12168 [  1658] By: gsar                                  on 1998/07/26  02:23:46
12169         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
12170              Date: Fri, 24 Jul 1998 11:38:25 -0700
12171              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
12172              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
12173              --
12174              Date: Fri, 24 Jul 1998 12:30:36 -0700
12175              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
12176              Subject: [PATCH 5.005]Tweaks to README.vms
12177              --
12178              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
12179              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
12180              Subject: [PATCH 5.005] Final build cleanup patch
12181      Branch: maint-5.005/perl
12182            ! README.vms vms/descrip_mms.template vms/subconfigure.com
12183 ____________________________________________________________________________
12184 [  1657] By: gsar                                  on 1998/07/26  02:19:50
12185         Log: another platform where pp_sselect() needs a whole fd_set buffer
12186              From: Lupe Christoph <lupe@alanya.m.isar.de>
12187              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
12188              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
12189              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
12190      Branch: maint-5.005/perl
12191            ! pp_sys.c
12192 ____________________________________________________________________________
12193 [  1656] By: gsar                                  on 1998/07/26  02:12:46
12194         Log: fix problem building modules on dos-djgpp
12195              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12196              Date: Sat, 25 Jul 1998 00:53:39 +0200
12197              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
12198              Subject: [PATCH 5.005] dos-djgpp and modules problem
12199      Branch: maint-5.005/perl
12200            ! djgpp/fixpmain
12201 ____________________________________________________________________________
12202 [  1655] By: gsar                                  on 1998/07/26  02:11:09
12203         Log: From: Tom Spindler <dogcow@home.merit.edu>
12204              Date: Wed, 22 Jul 1998 16:11:07 -0400
12205              Message-ID: <19980722161107.A16813@home.merit.edu>
12206              Subject: [PATCH 5.005] BeOS tweak
12207      Branch: maint-5.005/perl
12208            ! hints/beos.sh
12209 ____________________________________________________________________________
12210 [  1654] By: gsar                                  on 1998/07/26  02:09:29
12211         Log: various pod tweaks
12212      Branch: maint-5.005/perl
12213            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
12214            ! pod/perltoc.pod
12215 ____________________________________________________________________________
12216 [  1653] By: gsar                                  on 1998/07/26  02:05:46
12217         Log: fix emacs/ptags for PL_* changes
12218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12219              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
12220              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
12221              Subject: [PATCH 5.004_76] Yet better ptags
12222      Branch: maint-5.005/perl
12223            ! emacs/ptags
12224 ____________________________________________________________________________
12225 [  1652] By: gsar                                  on 1998/07/26  02:03:01
12226         Log: fix behavior of <=> on bigints
12227              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12228              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
12229              Date: Fri, 24 Jul 1998 18:29:53 +0100
12230              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
12231      Branch: maint-5.005/perl
12232            ! lib/Math/BigInt.pm t/lib/bigintpm.t
12233 ____________________________________________________________________________
12234 [  1651] By: larry                                 on 1998/07/24  05:44:33
12235         Log: Here are the long-expected Unicode/UTF-8 modifications.
12236      Branch: utfperl
12237            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
12238            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
12239            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
12240            + lib/unicode/Decomposition.pl
12241            + lib/unicode/In/AlphabeticPresentationForms.pl
12242            + lib/unicode/In/Arabic.pl
12243            + lib/unicode/In/ArabicPresentationForms-A.pl
12244            + lib/unicode/In/ArabicPresentationForms-B.pl
12245            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12246            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12247            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12248            + lib/unicode/In/BoxDrawing.pl
12249            + lib/unicode/In/CJKCompatibility.pl
12250            + lib/unicode/In/CJKCompatibilityForms.pl
12251            + lib/unicode/In/CJKCompatibilityIdeographs.pl
12252            + lib/unicode/In/CJKSymbolsandPunctuation.pl
12253            + lib/unicode/In/CJKUnifiedIdeographs.pl
12254            + lib/unicode/In/CombiningDiacriticalMarks.pl
12255            + lib/unicode/In/CombiningHalfMarks.pl
12256            + lib/unicode/In/CombiningMarksforSymbols.pl
12257            + lib/unicode/In/ControlPictures.pl
12258            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12259            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12260            + lib/unicode/In/EnclosedAlphanumerics.pl
12261            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
12262            + lib/unicode/In/GeneralPunctuation.pl
12263            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12264            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12265            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12266            + lib/unicode/In/HalfwidthandFullwidthForms.pl
12267            + lib/unicode/In/HangulCompatibilityJamo.pl
12268            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12269            + lib/unicode/In/Hebrew.pl
12270            + lib/unicode/In/HighPrivateUseSurrogates.pl
12271            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12272            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
12273            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12274            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
12275            + lib/unicode/In/LatinExtended-A.pl
12276            + lib/unicode/In/LatinExtended-B.pl
12277            + lib/unicode/In/LatinExtendedAdditional.pl
12278            + lib/unicode/In/LetterlikeSymbols.pl
12279            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12280            + lib/unicode/In/MathematicalOperators.pl
12281            + lib/unicode/In/MiscellaneousSymbols.pl
12282            + lib/unicode/In/MiscellaneousTechnical.pl
12283            + lib/unicode/In/NumberForms.pl
12284            + lib/unicode/In/OpticalCharacterRecognition.pl
12285            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12286            + lib/unicode/In/SmallFormVariants.pl
12287            + lib/unicode/In/SpacingModifierLetters.pl
12288            + lib/unicode/In/Specials.pl
12289            + lib/unicode/In/SuperscriptsandSubscripts.pl
12290            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
12291            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12292            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
12293            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
12294            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
12295            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
12296            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
12297            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
12298            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
12299            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
12300            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
12301            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
12302            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
12303            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
12304            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
12305            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
12306            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
12307            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
12308            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
12309            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
12310            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
12311            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
12312            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
12313            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
12314            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
12315            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
12316            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
12317            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
12318            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
12319            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
12320            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
12321            + lib/unicode/JamoShort.pl lib/unicode/Makefile
12322            + lib/unicode/Name.pl lib/unicode/Number.pl
12323            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
12324            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
12325            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
12326            + lib/unicode/blocks.txt lib/unicode/index2.txt
12327            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
12328            + lib/unicode/names2.txt lib/unicode/props2.txt
12329            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
12330            + utf8.c utf8.h
12331            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
12332            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
12333            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12334            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
12335            ! t/op/vec.t toke.c util.c vms/vmsish.h
12336 ____________________________________________________________________________
12337 [  1650] By: gsar                                  on 1998/07/24  04:06:48
12338         Log: create utfperl branch
12339      Branch: utfperl
12340           +> (branch 1079 files)
12341 ____________________________________________________________________________
12342 [  1649] By: gsar                                  on 1998/07/24  03:56:56
12343         Log: create maint-5.005 branch
12344      Branch: maint-5.005/perl
12345           +> (branch 1079 files)
12346 ____________________________________________________________________________
12347 [  1648] By: gsar                                  on 1998/07/24  03:36:35
12348         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
12349      Branch: perl
12350            ! Changes
12351