remove spurious newSTATEOP() that causes goto to enter one too many
[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 [  3690] By: gsar                                  on 1999/07/18  01:16:59
83         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
84      Branch: perl
85            ! lib/integer.pm
86 ____________________________________________________________________________
87 [  3689] By: gsar                                  on 1999/07/18  00:47:17
88         Log: ensure __END__ appears on a line by itself in wrapped
89              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
90              mention caveat about successfull kill()
91      Branch: perl
92            ! pod/perlfunc.pod win32/bin/pl2bat.pl
93 ____________________________________________________________________________
94 [  3688] By: gsar                                  on 1999/07/17  20:47:44
95         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
96      Branch: perl
97            ! ext/SDBM_File/sdbm/Makefile.PL
98 ____________________________________________________________________________
99 [  3687] By: gsar                                  on 1999/07/17  20:43:27
100         Log: make CC.pm use a distinct CCPP() macro rather than PP()
101              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
102      Branch: perl
103            ! cc_runtime.h ext/B/B/CC.pm
104 ____________________________________________________________________________
105 [  3686] By: gsar                                  on 1999/07/17  20:39:08
106         Log: tiny bug in vars.pm (from John Dlugosz)
107      Branch: perl
108            ! lib/vars.pm
109 ____________________________________________________________________________
110 [  3685] By: gsar                                  on 1999/07/17  20:37:27
111         Log: applied suggested patch, along with later tweak
112              From: jan.dubois@ibm.net (Jan Dubois)
113              Date: Wed, 14 Jul 1999 23:53:43 +0200
114              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
115              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
116      Branch: perl
117            ! lib/Pod/Html.pm
118 ____________________________________________________________________________
119 [  3684] By: gsar                                  on 1999/07/17  20:24:32
120         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
121      Branch: perl
122            ! thrdvar.h
123 ____________________________________________________________________________
124 [  3683] By: gsar                                  on 1999/07/17  20:21:01
125         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
126              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
127              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
128              Subject: [PATCH 5.005_57] Segfaults if $^P
129      Branch: perl
130            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
131            ! proto.h
132 ____________________________________________________________________________
133 [  3682] By: gsar                                  on 1999/07/17  20:04:17
134         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
135              and prefix/lib/perl5/man are ass_u_med only if those directories
136              actually exist; else prefix/{lib,man} are used)
137      Branch: perl
138            ! lib/ExtUtils/MM_Unix.pm
139 ____________________________________________________________________________
140 [  3681] By: gsar                                  on 1999/07/17  19:12:33
141         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
142      Branch: perl
143            ! op.c t/comp/proto.t
144 ____________________________________________________________________________
145 [  3680] By: gsar                                  on 1999/07/17  18:23:55
146         Log: fix vec() on magic values
147              From: Ian Phillipps <ian@dial.pipex.com>
148              Date: Mon, 12 Jul 1999 12:30:05 +0100
149              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
150              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
151      Branch: perl
152            ! doop.c t/op/tie.t
153 ____________________________________________________________________________
154 [  3679] By: gsar                                  on 1999/07/17  18:10:44
155         Log: make system() return -1 and set $! if exec of child failed
156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
157              Date: Fri, 9 Jul 1999 05:21:13 -0400
158              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
159              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
160      Branch: perl
161            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
162            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
163 ____________________________________________________________________________
164 [  3678] By: gsar                                  on 1999/07/17  17:54:01
165         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
166              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
167              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
168              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
169      Branch: perl
170            ! util.c
171 ____________________________________________________________________________
172 [  3677] By: gsar                                  on 1999/07/17  17:34:38
173         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
174              converted Ken's documentation outline into pod
175      Branch: perl
176            ! x2p/find2perl.PL
177 ____________________________________________________________________________
178 [  3676] By: gsar                                  on 1999/07/17  16:34:09
179         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
180              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
181              Steve Lidie
182      Branch: perl
183            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
184            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
185            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
186            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
187            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
188            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
189 ____________________________________________________________________________
190 [  3675] By: gsar                                  on 1999/07/17  00:16:53
191         Log: backout redundant change#3628
192      Branch: perl
193            ! Changes hints/bsdos.sh
194 ____________________________________________________________________________
195 [  3674] By: jhi                                   on 1999/07/15  14:26:03
196         Log: Fix the bin/oct/hex constant overflow tests for
197              long long platforms.
198      Branch: cfgperl
199            ! t/pragma/warn/util
200 ____________________________________________________________________________
201 [  3673] By: jhi                                   on 1999/07/14  21:59:11
202         Log: Fixed AIX dynamic loading and AIX shared Perl library.
203              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
204              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
205              Hijacked win32/makedef.pl for more general purpose export
206              list building, now it is used (as toplevel makedef.pl)
207              for win32 and AIX (perl_exp.SH made unnecessary).
208              Because the export lists are now correct in AIX, no more linker
209              warnings about "Exported symbol not defined" should appear.
210      Branch: cfgperl
211            + makedef.pl
212            - perl_exp.SH win32/makedef.pl
213            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
214            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
215            ! win32/makefile.mk
216 ____________________________________________________________________________
217 [  3672] By: gsar                                  on 1999/07/14  17:12:13
218         Log: minor efficiency tweak
219      Branch: perl
220            ! pp_ctl.c
221 ____________________________________________________________________________
222 [  3671] By: jhi                                   on 1999/07/14  16:22:39
223         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
224              if its caller re_intuit_start() was entered with strend == strpos
225              because end_shift ended up as -1.  The patch ain't necessarily
226              correct but least the core dump is avoided.
227      Branch: cfgperl
228            ! regexec.c
229 ____________________________________________________________________________
230 [  3670] By: jhi                                   on 1999/07/13  07:59:09
231         Log: Integrate with Sarathy.
232      Branch: cfgperl
233            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
234            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
235           !> (integrate 67 files)
236 ____________________________________________________________________________
237 [  3669] By: gsar                                  on 1999/07/12  06:14:54
238         Log: fixups for sundry warnings about function pointers
239      Branch: perl
240            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
241            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
242            ! win32/win32.c win32/win32.h
243 ____________________________________________________________________________
244 [  3668] By: gsar                                  on 1999/07/12  04:11:58
245         Log: tweaks for win32/borland
246      Branch: perl
247            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
248 ____________________________________________________________________________
249 [  3667] By: gsar                                  on 1999/07/12  01:55:15
250         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
251              builds; passing the implicit context is unified among the three
252              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
253              flavors (see the top of perl.h) for testing; all varargs functions
254              foo() have a va_list-taking variant vfoo() for generating the
255              context-free versions; the PERL_OBJECT build should now be
256              hyper-compatible with CPAN extensions (C++ is totally out of
257              the picture)
258              
259              result has only been tested on Windows
260              
261              TODO: write docs on the THX rationale and idiomatic usage of
262              the Perl API
263      Branch: perl
264            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
265            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
266            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
267            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
268            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
269            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
270            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
271            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
272            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
273            ! global.sym globals.c intrpvar.h iperlsys.h
274            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
275            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
276            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
277            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
278            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
279            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
280            ! win32/dl_win32.xs win32/include/dirent.h
281            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
282            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
283            ! win32/win32iop.h win32/win32sck.c
284 ____________________________________________________________________________
285 [  3666] By: jhi                                   on 1999/07/11  22:00:13
286         Log: Integrate with Sarathy.
287      Branch: cfgperl
288           !> op.c t/op/lex_assign.t
289 ____________________________________________________________________________
290 [  3665] By: jhi                                   on 1999/07/11  21:59:01
291         Log: More manual sync.
292      Branch: cfgperl
293            ! pod/perldelta.pod
294 ____________________________________________________________________________
295 [  3664] By: gsar                                  on 1999/07/11  19:11:07
296         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
297              remedy and related tests via private mail
298      Branch: perl
299            ! op.c t/op/lex_assign.t
300 ____________________________________________________________________________
301 [  3663] By: jhi                                   on 1999/07/11  15:04:37
302         Log: Manual synchronization with Sarathy (some files
303              had drifted apart for no apparent reason), plus
304              I had a typo in dl_vms.xs Sarathy had fixed.
305      Branch: cfgperl
306            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
307 ____________________________________________________________________________
308 [  3662] By: jhi                                   on 1999/07/10  12:23:21
309         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
310              to adapt to the underlying platform (the binary, 0b1..., test
311              was broken in 64-bit platforms).  Also change "hex" in the
312              warning messages to "hexadecimal" to match "binary" and "octal".
313      Branch: cfgperl
314            ! pod/perldiag.pod t/pragma/warn/util util.c
315 ____________________________________________________________________________
316 [  3661] By: jhi                                   on 1999/07/08  21:54:55
317         Log: Integrate with Sarathy.
318      Branch: cfgperl
319           +> perlapi.c perlapi.h
320           !> (integrate 43 files)
321 ____________________________________________________________________________
322 [  3660] By: gsar                                  on 1999/07/08  18:47:35
323         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
324      Branch: perl
325            + perlapi.c perlapi.h
326            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
327            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
328            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
329            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
330            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
331            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
332            ! win32/win32.h
333 ____________________________________________________________________________
334 [  3659] By: gsar                                  on 1999/07/08  18:41:45
335         Log: sundry cleanups for clean build on windows
336      Branch: perl
337            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
338 ____________________________________________________________________________
339 [  3658] By: gsar                                  on 1999/07/08  01:24:25
340         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
341              type mismatch problems
342      Branch: perl
343            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
344            ! t/pragma/warn/op toke.c utf8.c util.c
345 ____________________________________________________________________________
346 [  3657] By: jhi                                   on 1999/07/07  23:01:16
347         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
348      Branch: cfgperl
349            ! pod/perldiag.pod
350           !> Changes configure.com ext/B/B/Deparse.pm
351           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
352           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
353           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
354           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
355           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
356           !> t/pragma/overload.t thread.h vms/vms.c
357 ____________________________________________________________________________
358 [  3656] By: gsar                                  on 1999/07/07  21:04:38
359         Log: integrate cfgperl contents
360      Branch: perl
361           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
362           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
363           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
364            ! Changes
365           !> (integrate 45 files)
366 ____________________________________________________________________________
367 [  3655] By: gsar                                  on 1999/07/07  18:55:45
368         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
369              <pvhp@forte.com>
370      Branch: perl
371            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
372 ____________________________________________________________________________
373 [  3654] By: gsar                                  on 1999/07/07  18:47:03
374         Log: change#1889 mistakenly removed F_SETLK
375      Branch: perl
376            ! ext/Fcntl/Fcntl.xs
377 ____________________________________________________________________________
378 [  3653] By: gsar                                  on 1999/07/07  18:42:42
379         Log: B::Deparse update
380              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
381              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
382              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
383              Subject: [PATCH _57, long] B::Deparse 0.58
384      Branch: perl
385            ! ext/B/B/Deparse.pm
386 ____________________________________________________________________________
387 [  3652] By: gsar                                  on 1999/07/07  18:41:07
388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
389              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
390              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
391              Subject: Re: [ID 19990705.001] Overloading boolean conversion
392      Branch: perl
393            ! gv.c t/pragma/overload.t
394 ____________________________________________________________________________
395 [  3651] By: gsar                                  on 1999/07/07  17:47:30
396         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
397      Branch: perl
398            ! perlsfio.h
399 ____________________________________________________________________________
400 [  3650] By: gsar                                  on 1999/07/07  17:45:52
401         Log: applied new parts of suggested patch
402              From: Charles Bailey <BAILEY@newman.upenn.edu>
403              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
404              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
405              Subject: [PATCH 5.005_57] Consolidated VMS patch
406      Branch: perl
407            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
408            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
409            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
410            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
411            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
412 ____________________________________________________________________________
413 [  3649] By: jhi                                   on 1999/07/07  13:38:02
414         Log: Sync regcomp warn with reality.
415      Branch: cfgperl
416            ! t/pragma/warn/regcomp
417 ____________________________________________________________________________
418 [  3648] By: jhi                                   on 1999/07/07  13:04:55
419         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
420              resolved manually.
421      Branch: cfgperl
422           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
423           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
424           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
425            - README.lexwarn
426           !> (integrate 79 files)
427 ____________________________________________________________________________
428 [  3647] By: gsar                                  on 1999/07/07  10:32:03
429         Log: From: jan.dubois@ibm.net (Jan Dubois)
430              Date: Thu, 01 Jul 1999 11:17:53 +0200
431              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
432              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
433      Branch: perl
434            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
435            ! lib/ExtUtils/MakeMaker.pm
436 ____________________________________________________________________________
437 [  3646] By: gsar                                  on 1999/07/07  10:27:55
438         Log: fix undocumented IO::Handle functions as suggested
439              by cj10@cam.ac.uk
440      Branch: perl
441            ! ext/IO/lib/IO/Handle.pm
442 ____________________________________________________________________________
443 [  3645] By: gsar                                  on 1999/07/07  10:18:55
444         Log: prohibit thread join()ing itself (from Dan Sugalski)
445      Branch: perl
446            ! ext/Thread/Thread.xs
447 ____________________________________________________________________________
448 [  3644] By: gsar                                  on 1999/07/07  10:14:26
449         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
450              Date: Wed, 30 Jun 1999 14:02:42 -0700
451              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
452              Subject:  [PATCH 5.005_57] Compiler and XSUBS
453      Branch: perl
454            ! ext/B/B/C.pm
455 ____________________________________________________________________________
456 [  3643] By: gsar                                  on 1999/07/07  10:08:38
457         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
458              (from François Désarménien <desar@club-internet.fr>)
459      Branch: perl
460            ! pod/perlsyn.pod
461 ____________________________________________________________________________
462 [  3642] By: gsar                                  on 1999/07/07  10:03:24
463         Log: From: Doug MacEachern <dougm@cp.net>
464              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
465              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
466              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
467      Branch: perl
468            ! ext/B/B.xs
469 ____________________________________________________________________________
470 [  3641] By: gsar                                  on 1999/07/07  10:00:57
471         Log: slightly modified version of suggested patch
472              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
473              Date: Mon, 28 Jun 1999 14:23:59 -0400
474              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
475              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
476      Branch: perl
477            ! ext/POSIX/POSIX.xs
478 ____________________________________________________________________________
479 [  3640] By: gsar                                  on 1999/07/07  09:45:43
480         Log: lexical warnings update (warning.t fails one test
481              due to leaked scalar, investigation pending)
482              From: paul.marquess@bt.com
483              Date: Sat, 26 Jun 1999 23:19:52 +0100
484              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
485              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
486      Branch: perl
487            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
488            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
489            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
490            - README.lexwarn
491            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
492            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
493            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
494            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
495            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
496            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
497            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
498            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
499            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
500            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
501            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
502            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
503            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
504            ! warning.h warning.pl win32/win32.c
505 ____________________________________________________________________________
506 [  3639] By: gsar                                  on 1999/07/07  08:09:30
507         Log: From: Brian Jepson <bjepson@home.com>
508              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
509              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
510              Subject: Patch to JPL example program
511      Branch: perl
512            ! jpl/JPL_Rolo/JPL_Rolo.jpl
513 ____________________________________________________________________________
514 [  3638] By: jhi                                   on 1999/07/07  08:07:58
515         Log: Integrate with Sarathy.
516      Branch: cfgperl
517           !> (integrate 34 files)
518 ____________________________________________________________________________
519 [  3637] By: gsar                                  on 1999/07/07  08:07:49
520         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
521              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
522              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
523              Subject: [PATCH _57, long] Eliminate CONDOPs
524      Branch: perl
525            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
526            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
527            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
528            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
529            ! pod/perltoc.pod pp_ctl.c pp_hot.c
530 ____________________________________________________________________________
531 [  3636] By: gsar                                  on 1999/07/07  07:50:51
532         Log: adapted suggested patch for IO-1.20x
533              From: ian@dial.pipex.com
534              Date:  Fri, 25 Jun 1999 10:39:42 +0100
535              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
536              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
537      Branch: perl
538            ! ext/IO/lib/IO/Socket.pm
539 ____________________________________________________________________________
540 [  3635] By: gsar                                  on 1999/07/07  07:26:05
541         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
542      Branch: perl
543            ! hints/powerux.sh
544 ____________________________________________________________________________
545 [  3634] By: gsar                                  on 1999/07/07  07:20:02
546         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
547              Date: Wed, 23 Jun 1999 16:16:05 +0100
548              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
549              Subject: [PATCH 5.005_57] memleak in optimizer
550      Branch: perl
551            ! embed.h embed.pl objXSUB.h op.c proto.h
552 ____________________________________________________________________________
553 [  3633] By: gsar                                  on 1999/07/07  07:10:52
554         Log: add do-not-edit caveats for files generated by opcode.pl
555              (suggested by Hugo van der Sanden)
556      Branch: perl
557            ! opcode.h opcode.pl pp.sym pp_proto.h
558 ____________________________________________________________________________
559 [  3632] By: gsar                                  on 1999/07/07  06:41:13
560         Log: better diagnostics on read operations from write-only
561              filehandles
562      Branch: perl
563            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
564            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
565 ____________________________________________________________________________
566 [  3631] By: gsar                                  on 1999/07/07  02:03:34
567         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
568              by David Muir Sharnoff <muir@idiom.com>)
569      Branch: perl
570            ! lib/Sys/Hostname.pm
571 ____________________________________________________________________________
572 [  3630] By: gsar                                  on 1999/07/07  01:57:16
573         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
574              Date: Sun, 20 Jun 1999 17:17:17 -0700
575              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
576              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
577      Branch: perl
578            ! ext/B/B/CC.pm
579 ____________________________________________________________________________
580 [  3629] By: gsar                                  on 1999/07/07  01:46:03
581         Log: installperl should write normal messages to STDOUT, not STDERR
582      Branch: perl
583            ! installperl
584 ____________________________________________________________________________
585 [  3628] By: gsar                                  on 1999/07/07  01:41:25
586         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
587      Branch: perl
588            ! hints/bsdos.sh
589 ____________________________________________________________________________
590 [  3627] By: gsar                                  on 1999/07/07  00:27:10
591         Log: make diagnostic on C<my $^I> etc., more readable
592      Branch: perl
593            ! op.c
594 ____________________________________________________________________________
595 [  3626] By: gsar                                  on 1999/07/06  23:47:27
596         Log: From: Andy Dougherty <doughera@lafayette.edu>
597              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
598              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
599              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
600      Branch: perl
601            ! Makefile.SH utils/Makefile
602 ____________________________________________________________________________
603 [  3625] By: jhi                                   on 1999/07/06  21:50:46
604         Log: Some new files of #3624 missing from MANIFEST.
605      Branch: cfgperl
606            ! MANIFEST
607 ____________________________________________________________________________
608 [  3624] By: jhi                                   on 1999/07/06  21:47:04
609         Log: POSIX [[:character class:]] support for standard, locale,
610              and utf8.  If both utf8 and locale are on, utf8 wins.
611              I don't fully understand why so many tables changed in
612              lib/unicode because of "make" -- maybe it was just overdue.
613      Branch: cfgperl
614            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
615            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
616            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
617            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
618            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
619            ! lib/unicode/Block.pl lib/unicode/Category.pl
620            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
621            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
622            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
623            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
624            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
625            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
626            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
627            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
628            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
629            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
630            ! t/pragma/warn/regcomp utf8.c
631 ____________________________________________________________________________
632 [  3623] By: gsar                                  on 1999/07/06  20:52:48
633         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
634              Date: Wed, 16 Jun 1999 14:57:22 -0400
635              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
636              Subject: [PATCH 5.00557] Devel::Peek
637      Branch: perl
638            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
639 ____________________________________________________________________________
640 [  3622] By: gsar                                  on 1999/07/06  20:22:59
641         Log: applied patch after demunging headers with appropriate paths
642              From: "Vishal Bhatia" <vishalb@my-deja.com>
643              Date: Sat, 12 Jun 1999 08:23:59 -0700
644              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
645              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
646      Branch: perl
647            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
648            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
649 ____________________________________________________________________________
650 [  3621] By: gsar                                  on 1999/07/06  20:10:50
651         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
652              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
653              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
654              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
655      Branch: perl
656            ! doio.c
657 ____________________________________________________________________________
658 [  3620] By: jhi                                   on 1999/07/06  19:16:47
659         Log: Mention EPOC and SOCKS.
660      Branch: cfgperl
661            ! pod/perldelta.pod
662 ____________________________________________________________________________
663 [  3619] By: gsar                                  on 1999/07/06  16:52:37
664         Log: fix int vs STRLEN issue
665      Branch: perl
666            ! pp.c
667 ____________________________________________________________________________
668 [  3618] By: jhi                                   on 1999/07/06  16:52:20
669         Log: There ain't Perl_atonv().
670      Branch: cfgperl
671            ! ext/ByteLoader/bytecode.h
672 ____________________________________________________________________________
673 [  3617] By: jhi                                   on 1999/07/06  15:55:22
674         Log: Integrate with Sarathy.
675      Branch: cfgperl
676           !> Makefile.SH
677 ____________________________________________________________________________
678 [  3616] By: jhi                                   on 1999/07/06  15:54:09
679         Log: Tweak for #3613.
680      Branch: cfgperl
681            ! Configure config_h.SH
682 ____________________________________________________________________________
683 [  3615] By: gsar                                  on 1999/07/06  11:00:21
684         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
685              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
686              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
687              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
688      Branch: perl
689            ! Makefile.SH
690 ____________________________________________________________________________
691 [  3614] By: jhi                                   on 1999/07/06  10:44:48
692         Log: Integrate with Sarathy.
693      Branch: cfgperl
694           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
695           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
696 ____________________________________________________________________________
697 [  3613] By: jhi                                   on 1999/07/06  10:43:20
698         Log: From: Nathan Kurz <nate@valleytel.net>
699              Subject: [ID 19990612.001 compiling three deep modules within ext/]
700              ply-To: nate@valleytel.net
701              erl5-porters@perl.org
702              Date: Sat, 12 Jun 1999 01:26:04 -0500
703              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
704      Branch: cfgperl
705            ! Configure config_h.SH
706 ____________________________________________________________________________
707 [  3612] By: gsar                                  on 1999/07/06  10:17:52
708         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
709              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
710              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
711              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
712      Branch: perl
713            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
714 ____________________________________________________________________________
715 [  3611] By: gsar                                  on 1999/07/06  09:51:20
716         Log: From: pvhp@forte.com (Peter Prymmer)
717              Date: Fri, 11 Jun 99 17:07:19 PDT
718              Message-Id: <9906120007.AA13802@forte.com>
719              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
720      Branch: perl
721            ! ext/IO/lib/IO/File.pm
722 ____________________________________________________________________________
723 [  3610] By: gsar                                  on 1999/07/06  09:37:37
724         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
725              tweak)
726              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
727              Date: Wed, 09 Jun 1999 18:27:51 +0100
728              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
729              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
730      Branch: perl
731            ! perl.h t/base/rs.t
732 ____________________________________________________________________________
733 [  3609] By: jhi                                   on 1999/07/06  09:28:48
734         Log: Integrate with Sarathy.
735      Branch: cfgperl
736           !> (integrate 49 files)
737 ____________________________________________________________________________
738 [  3608] By: gsar                                  on 1999/07/06  09:28:21
739         Log: test tweak
740      Branch: perl
741            ! t/pragma/warn/op
742 ____________________________________________________________________________
743 [  3607] By: jhi                                   on 1999/07/06  09:22:48
744         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
745      Branch: cfgperl
746            ! Configure config_h.SH
747 ____________________________________________________________________________
748 [  3606] By: gsar                                  on 1999/07/06  09:05:02
749         Log: applied slightly tweaked version of suggested patch for
750              improved RE API
751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
752              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
753              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
754              Subject: [PATCH 5.005_57] REx engine rehash
755      Branch: perl
756            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
757            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
758            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
759            ! util.c
760 ____________________________________________________________________________
761 [  3605] By: gsar                                  on 1999/07/06  08:54:03
762         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
763      Branch: perl
764            ! sv.c
765 ____________________________________________________________________________
766 [  3604] By: gsar                                  on 1999/07/06  07:08:30
767         Log: From: paul.marquess@bt.com
768              Date: Tue, 8 Jun 1999 22:37:58 +0100 
769              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
770              Subject: [PATCH 5.005_57] DB_File 1.67
771      Branch: perl
772            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
773            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
774 ____________________________________________________________________________
775 [  3603] By: gsar                                  on 1999/07/06  07:04:50
776         Log: From: paul.marquess@bt.com
777              Date: Tue, 8 Jun 1999 22:34:01 +0100 
778              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
779              Subject: [PATCH 5.005_57] DBM Filters
780      Branch: perl
781            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
782            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
783            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
784            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
785 ____________________________________________________________________________
786 [  3602] By: gsar                                  on 1999/07/06  07:00:01
787         Log: slightly tweaked version of suggested patch
788              From: Dan Sugalski <sugalskd@ous.edu>
789              Date: Tue, 08 Jun 1999 14:09:38 -0700
790              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
791              Subject: [PATCH 5.005_57]Use NV instead of double in the core
792      Branch: perl
793            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
794            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
795            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
796            ! proto.h sv.c sv.h toke.c universal.c util.c
797 ____________________________________________________________________________
798 [  3601] By: gsar                                  on 1999/07/06  06:52:57
799         Log: integrate cfgperl contents into mainline
800      Branch: perl
801           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
802           +> epoc/perl.mmp epoc/perl.pkg
803           !> (integrate 30 files)
804 ____________________________________________________________________________
805 [  3598] By: jhi                                   on 1999/07/05  20:02:55
806         Log: Integrate with mainperl.
807      Branch: cfgperl
808           +> lib/CGI/Pretty.pm
809           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
810           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
811           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
812           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
813           !> vms/vmsish.h
814 ____________________________________________________________________________
815 [  3597] By: jhi                                   on 1999/07/05  19:59:48
816         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
817              that addresses the notorious "Additional libraries" question.
818      Branch: cfgperl
819            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
820            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
821            ! pp_sys.c
822 ____________________________________________________________________________
823 [  3596] By: gsar                                  on 1999/07/05  18:30:51
824         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
825              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
826              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
827              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
828      Branch: perl
829            ! pp_sys.c t/lib/io_udp.t
830 ____________________________________________________________________________
831 [  3595] By: gsar                                  on 1999/07/05  18:29:08
832         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
833              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
834              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
835              Subject: [PATCH 5.00557] Setting $^E wipes out $!
836      Branch: perl
837            ! mg.c
838 ____________________________________________________________________________
839 [  3594] By: gsar                                  on 1999/07/05  18:24:53
840         Log: hand-apply whitespace mutiliated patch
841              From: Dan Sugalski <sugalskd@osshe.edu>
842              Date: Mon, 07 Jun 1999 14:46:42 -0700
843              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
844              Subject: [PATCH 5.005_57]Updated VMS patch
845      Branch: perl
846            ! thread.h vms/descrip_mms.template vms/subconfigure.com
847            ! vms/vms.c vms/vmsish.h
848 ____________________________________________________________________________
849 [  3593] By: gsar                                  on 1999/07/05  17:53:04
850         Log: applied parts not duplicated by previous patches
851              From: "Vishal Bhatia" <vishalb@my-deja.com>
852              Date: Sat, 05 Jun 1999 08:42:17 -0700
853              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
854              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
855      Branch: perl
856            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
857            ! ext/B/B/Stackobj.pm
858 ____________________________________________________________________________
859 [  3592] By: jhi                                   on 1999/07/05  17:17:22
860         Log: AIX threaded build, plus few more on the side.
861      Branch: cfgperl
862            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
863            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
864            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
865            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
866 ____________________________________________________________________________
867 [  3591] By: gsar                                  on 1999/07/05  16:52:34
868         Log: "\e" and "\a" didn't produce right escape under EBCDIC
869              From: pvhp@forte.com (Peter Prymmer)
870              Date: Fri, 4 Jun 99 12:00:27 PDT
871              Message-Id: <9906041900.AA28387@forte.com>
872              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
873      Branch: perl
874            ! toke.c
875 ____________________________________________________________________________
876 [  3590] By: gsar                                  on 1999/07/05  16:40:01
877         Log: s/scalar ref constructor/single ref constructor/ (suggested
878              by Stephen McCamant)
879      Branch: perl
880            ! opcode.h opcode.pl
881 ____________________________________________________________________________
882 [  3589] By: gsar                                  on 1999/07/05  16:34:06
883         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
884      Branch: perl
885            ! ext/GDBM_File/GDBM_File.xs
886 ____________________________________________________________________________
887 [  3588] By: gsar                                  on 1999/07/05  16:29:39
888         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
889              is unchanged still)
890      Branch: perl
891            ! op.c
892 ____________________________________________________________________________
893 [  3587] By: jhi                                   on 1999/07/05  10:31:43
894         Log: Make perl_exp.SH smarter about what to include and what to exclude.
895      Branch: cfgperl
896            ! perl_exp.SH
897 ____________________________________________________________________________
898 [  3586] By: jhi                                   on 1999/07/05  09:29:31
899         Log: Remove unnecessary and extraneous my $i = 0.
900      Branch: cfgperl
901            ! bytecode.pl
902 ____________________________________________________________________________
903 [  3585] By: jhi                                   on 1999/07/05  07:28:59
904         Log: Integrate with mainperl.
905      Branch: cfgperl
906           !> (integrate 30 files)
907 ____________________________________________________________________________
908 [  3584] By: gsar                                  on 1999/07/05  05:36:28
909         Log: From: Vishal Bhatia <vishalb@hotmail.com>
910              Date: Thu, 03 Jun 1999 00:57:48 PDT
911              Message-ID: <19990603075749.86665.qmail@hotmail.com>
912              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
913      Branch: perl
914            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
915 ____________________________________________________________________________
916 [  3583] By: gsar                                  on 1999/07/05  05:31:19
917         Log: suppress fancy display when in verbose mode (suggested by
918              Paul Johnson <pjcj@transeda.com>)
919      Branch: perl
920            ! lib/Test/Harness.pm
921 ____________________________________________________________________________
922 [  3582] By: gsar                                  on 1999/07/05  05:17:12
923         Log: cygwin32 update
924              From: "Fifer, Eric" <EFifer@sanwaint.com>
925              Date:  Wed, 2 Jun 1999 15:16:05 +0100
926              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
927              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
928      Branch: perl
929            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
930            ! cygwin32/build-instructions.READFIRST
931            ! cygwin32/build-instructions.charles-wilson
932            ! cygwin32/build-instructions.sebastien-barre
933            ! cygwin32/build-instructions.steven-morlock
934            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
935            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
936            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
937            ! t/op/magic.t util.c
938 ____________________________________________________________________________
939 [  3581] By: gsar                                  on 1999/07/05  02:46:18
940         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
941      Branch: perl
942            ! util.c
943 ____________________________________________________________________________
944 [  3580] By: gsar                                  on 1999/07/05  02:38:03
945         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
946              Date: Mon, 31 May 1999 18:18:13 -0600
947              Message-ID: <19990601001813.AAA17834@csgsystems.com>
948              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
949      Branch: perl
950            ! t/TEST t/UTEST t/harness utils/perlcc.PL
951 ____________________________________________________________________________
952 [  3579] By: gsar                                  on 1999/07/05  01:20:58
953         Log: compatibility tweak for Class::Struct
954      Branch: perl
955            ! lib/Class/Struct.pm
956 ____________________________________________________________________________
957 [  3578] By: jhi                                   on 1999/07/04  23:26:01
958         Log: Miscellaneus AIX fixes + SOCKS support.
959      Branch: cfgperl
960            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
961            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
962            ! hints/aix.sh pp_sys.c
963 ____________________________________________________________________________
964 [  3577] By: gsar                                  on 1999/07/04  23:07:39
965         Log: test tweak
966      Branch: perl
967            ! t/io/openpid.t
968 ____________________________________________________________________________
969 [  3576] By: jhi                                   on 1999/07/04  22:39:23
970         Log: Integrate with mainperl.
971      Branch: cfgperl
972           +> t/io/openpid.t
973            - win32/perlhost.h
974           !> (integrate 51 files)
975 ____________________________________________________________________________
976 [  3575] By: jhi                                   on 1999/07/04  22:26:48
977         Log: Added 64-bit support for AIX 4.3 or better
978              based on Martin H. Rusoff's observations.
979      Branch: cfgperl
980            ! Configure config_h.SH hints/aix.sh
981 ____________________________________________________________________________
982 [  3574] By: jhi                                   on 1999/07/04  21:34:47
983         Log: Do not throw away gccvers compilation errors.
984              From: Andy Dougherty <doughera@lafayette.edu>
985              To: Ron Seguin <rseguin@on.bell.ca>
986              Cc: Perl Porters <perl5-porters@perl.org>
987              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
988              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
989              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
990      Branch: cfgperl
991            ! Configure config_h.SH
992 ____________________________________________________________________________
993 [  3573] By: gsar                                  on 1999/07/04  21:10:32
994         Log: adapted suggested tests for addition to testsuite
995              From: RonaldWS@aol.com
996              Date:  Sun, 30 May 1999 16:27:28 EDT
997              Message-Id:  <25cd799f.2482f930@aol.com>
998              Subject: [19990530.007] Open with pipe | does not return pid under win32
999      Branch: perl
1000            + t/io/openpid.t
1001            ! MANIFEST win32/win32.c
1002 ____________________________________________________________________________
1003 [  3572] By: gsar                                  on 1999/07/04  20:29:32
1004         Log: perl_run() should call my_exit(0) for normal completion
1005      Branch: perl
1006            ! perl.c
1007 ____________________________________________________________________________
1008 [  3571] By: jhi                                   on 1999/07/04  20:10:44
1009         Log: Add test for change #3568 plus general cleanup.
1010      Branch: cfgperl
1011            ! t/pragma/locale.t
1012 ____________________________________________________________________________
1013 [  3570] By: gsar                                  on 1999/07/04  20:03:21
1014         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
1015              overloading
1016      Branch: perl
1017            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1018            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
1019 ____________________________________________________________________________
1020 [  3569] By: gsar                                  on 1999/07/04  18:04:48
1021         Log: make AIX dynaloading work when libperl is shared (and thus under
1022              mod_perl etc.)
1023              From: Jens-Uwe Mager <jum@helios.de>
1024              Date:  Sat, 29 May 1999 17:09:52 +0200
1025              Message-Id:  <199905291509.RAA43978@ans.helios.de>
1026              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
1027      Branch: perl
1028            ! ext/DynaLoader/dl_aix.xs
1029 ____________________________________________________________________________
1030 [  3568] By: jhi                                   on 1999/07/04  14:54:23
1031         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
1032              This resulted for example in the 'o' magic not being cleared by
1033              magic_setcollxfrm(), which resulted in strange cmp results.
1034              The bug was reported originally in the message
1035              Subject: Bug with locale
1036              From: Jan Starzynski <jan@planet.de> 
1037              To: perlbug@perl.com 
1038              Date: Fri, 09 Apr 1999 13:23:07 +0200 
1039              Message-ID: <370DE31B.DAEE1332@planet.de> 
1040      Branch: cfgperl
1041            ! pp.c
1042 ____________________________________________________________________________
1043 [  3567] By: gsar                                  on 1999/07/04  02:38:34
1044         Log: remove misleading info on defined(&func), unclutter deprecation
1045              about defined(@array)
1046      Branch: perl
1047            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1048            ! t/pragma/warn/op
1049 ____________________________________________________________________________
1050 [  3566] By: gsar                                  on 1999/07/04  01:46:31
1051         Log: From: jan.dubois@ibm.net (Jan Dubois)
1052              Date: Wed, 26 May 1999 22:07:17 +0200
1053              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
1054              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
1055      Branch: perl
1056            ! Changes win32/win32.c win32/win32.h
1057 ____________________________________________________________________________
1058 [  3565] By: gsar                                  on 1999/07/04  01:26:02
1059         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
1060              for win32 issues)
1061      Branch: perl
1062            ! pod/perlxstut.pod
1063 ____________________________________________________________________________
1064 [  3564] By: gsar                                  on 1999/07/02  03:09:04
1065         Log: avoid warnings
1066      Branch: perl
1067            ! ext/Thread/Thread/Specific.pm lib/fields.pm
1068 ____________________________________________________________________________
1069 [  3563] By: gsar                                  on 1999/06/28  19:23:47
1070         Log: inc version (for CPAN.pm sanity)
1071      Branch: perl
1072            ! lib/Text/ParseWords.pm
1073 ____________________________________________________________________________
1074 [  3562] By: gsar                                  on 1999/06/28  19:19:01
1075         Log: regen perltoc
1076      Branch: perl
1077            ! pod/perltoc.pod
1078 ____________________________________________________________________________
1079 [  3561] By: gsar                                  on 1999/06/28  19:08:41
1080         Log: From: Damian Conway <damian@cs.monash.edu.au>
1081              Date: Wed, 26 May 1999 00:58:35 -0400
1082              Message-Id: <199905260458.AAA06411@defender.perl.org>
1083              Subject: [19990526.002] Misc. improvements to Class:Struct
1084      Branch: perl
1085            ! MANIFEST lib/Class/Struct.pm
1086 ____________________________________________________________________________
1087 [  3560] By: gsar                                  on 1999/06/28  18:50:52
1088         Log: remove bogus PL_optype_size
1089      Branch: perl
1090            ! bytecode.pl ext/ByteLoader/byterun.h
1091 ____________________________________________________________________________
1092 [  3559] By: gsar                                  on 1999/06/28  18:22:26
1093         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
1094      Branch: perl
1095            + lib/CGI/Pretty.pm
1096            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
1097            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
1098            ! t/lib/cgi-html.t t/lib/cgi-request.t
1099 ____________________________________________________________________________
1100 [  3558] By: jhi                                   on 1999/06/28  07:30:21
1101         Log: Change Olaf Lebbe's email address.
1102      Branch: cfgperl
1103            ! README.epoc
1104 ____________________________________________________________________________
1105 [  3557] By: gsar                                  on 1999/06/28  00:07:33
1106         Log: make autogenerated files writable
1107      Branch: perl
1108            - win32/perlhost.h
1109            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
1110            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
1111            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
1112            ! proto.h regnodes.h warning.h win32/config_H.bc
1113            ! win32/config_H.gc win32/config_H.vc
1114 ____________________________________________________________________________
1115 [  3556] By: jhi                                   on 1999/06/27  19:22:53
1116         Log: Update MANIFEST to match #3555.
1117      Branch: cfgperl
1118            ! MANIFEST
1119 ____________________________________________________________________________
1120 [  3555] By: jhi                                   on 1999/06/27  19:16:22
1121         Log: EPOC port to Psion5.
1122              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1123              To: Jarkko Hietaniemi <jhi@iki.fi>
1124              Cc: perl5-porters@perl.org
1125              Subject: Re: Psion5
1126              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
1127              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
1128      Branch: cfgperl
1129            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
1130            + epoc/perl.mmp epoc/perl.pkg
1131            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
1132            ! perl.h sv.c util.c
1133 ____________________________________________________________________________
1134 [  3554] By: jhi                                   on 1999/06/27  18:50:52
1135         Log: Integrate from mainperl.
1136      Branch: cfgperl
1137           !> (integrate 48 files)
1138 ____________________________________________________________________________
1139 [  3553] By: gsar                                  on 1999/06/27  14:28:49
1140         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
1141              gone from the public API); PERL_OBJECT builds again on
1142              windows
1143              
1144              TODO: namespace-clean the typedefs in iperlsys.h and
1145              elsewhere; remove C++ remnants from public headers
1146      Branch: perl
1147            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
1148            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1149            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1150            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
1151            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
1152            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
1153            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
1154            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
1155            ! win32/config.gc win32/config.vc win32/dl_win32.xs
1156            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1157            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
1158            ! win32/win32sck.c
1159 ____________________________________________________________________________
1160 [  3552] By: gsar                                  on 1999/06/27  13:49:31
1161         Log: integrate cfgperl changes into mainline
1162      Branch: perl
1163           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1164           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1165           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1166           !> util.c
1167 ____________________________________________________________________________
1168 [  3551] By: gsar                                  on 1999/06/27  13:31:11
1169         Log: fix indents
1170      Branch: perl
1171            ! op.c
1172 ____________________________________________________________________________
1173 [  3550] By: gsar                                  on 1999/06/24  22:42:53
1174         Log: update Changes
1175      Branch: perl
1176            ! Changes
1177 ____________________________________________________________________________
1178 [  3549] By: gsar                                  on 1999/06/24  22:41:17
1179         Log: avoid race condition in the CAPI extension bootstrap handler
1180      Branch: perl
1181            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
1182 ____________________________________________________________________________
1183 [  3548] By: gsar                                  on 1999/06/24  22:39:53
1184         Log: sanity check to cover the case when perl is installed into the
1185              X:\ (drive root)
1186      Branch: perl
1187            ! win32/win32.c
1188 ____________________________________________________________________________
1189 [  3547] By: gsar                                  on 1999/06/22  19:30:32
1190         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
1191      Branch: perl
1192            ! lib/Tie/RefHash.pm
1193 ____________________________________________________________________________
1194 [  3544] By: jhi                                   on 1999/06/18  19:24:28
1195         Log: Tidy up #3542 and #3543. 
1196      Branch: cfgperl
1197            ! t/pragma/locale.t util.c
1198 ____________________________________________________________________________
1199 [  3543] By: jhi                                   on 1999/06/18  10:28:45
1200         Log: Spice up locale.t.
1201      Branch: cfgperl
1202            ! t/pragma/locale.t
1203 ____________________________________________________________________________
1204 [  3542] By: jhi                                   on 1999/06/17  22:42:03
1205         Log: Fixed two long-standing locale bugs.
1206              
1207              Both problems were related to numeric locale which
1208              controls the radix character aka the decimal separator.
1209              (1) printf (and sprintf) were resetting the numeric locale to C.
1210              (2) Using locale-numerically formatted floating point
1211              numbers (e.g. "1,23") together with -w caused warnings about
1212              "isn't numeric".  The operations were working fine, though,
1213              because atof() was using the local locale.
1214              Both problems reported by Stefan Vogtner.
1215              
1216              Introduced a wrapper for atof() that attempts to convert
1217              the string both ways.  This helps Perl to understand
1218              numbers like this "4.56" even when using a local locale
1219              makes atof() understand only numbers like this "7,89".
1220              
1221              Remaining related problems, both of which existed before
1222              this patch and continue to exist after this patch:
1223              (a) The behaviour of print() is _not_ as documented by perllocale.
1224              Instead of always using the C locale, print() does use the
1225              local locale, just like the *printf() do.  This may be fixable
1226              now that switching to-and-fro between locales has been made
1227              more consistent, but fixing print() would change existing
1228              behaviour.  perllocale is not changed by this patch.
1229              (b) If a number has been stringified (say, via "$number") under
1230              a local locale, the cached string value persists even under
1231              "no locale".  This may or may not be a problem: operations
1232              work fine because the original number is still there, but
1233              that the string form keeps its locale-ish outlook may be
1234              somewhat confusing.
1235      Branch: cfgperl
1236            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
1237            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
1238            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
1239            ! util.c
1240 ____________________________________________________________________________
1241 [  3541] By: jhi                                   on 1999/06/17  20:00:16
1242         Log: Integrate from mainperl.
1243      Branch: cfgperl
1244           !> ext/Data/Dumper/Dumper.pm op.c
1245 ____________________________________________________________________________
1246 [  3540] By: gsar                                  on 1999/06/16  16:49:55
1247         Log: dump C<0> as such, not C<'0'>
1248      Branch: perl
1249            ! ext/Data/Dumper/Dumper.pm
1250 ____________________________________________________________________________
1251 [  3539] By: gsar                                  on 1999/06/13  04:04:40
1252         Log: fix coredumper in change#3498
1253      Branch: perl
1254            ! op.c
1255 ____________________________________________________________________________
1256 [  3538] By: jhi                                   on 1999/06/12  22:01:26
1257         Log: Integrate from mainperl.
1258      Branch: cfgperl
1259           +> lib/caller.pm
1260           !> (integrate 36 files)
1261 ____________________________________________________________________________
1262 [  3537] By: gsar                                  on 1999/06/12  06:43:03
1263         Log: EXTERN_C declarations for global arrays in various
1264              headers, so perl can be built even in C++ mode; win32
1265              build fixups; regen headers
1266      Branch: perl
1267            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
1268            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
1269 ____________________________________________________________________________
1270 [  3536] By: gsar                                  on 1999/06/12  06:38:21
1271         Log: caller.pm typos
1272      Branch: perl
1273            ! lib/caller.pm
1274 ____________________________________________________________________________
1275 [  3535] By: gsar                                  on 1999/06/11  23:13:54
1276         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
1277              is temporarily gone
1278      Branch: perl
1279            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
1280            ! pod/perldelta.pod proto.h win32/perllib.c
1281 ____________________________________________________________________________
1282 [  3534] By: gsar                                  on 1999/06/11  20:41:51
1283         Log: implement C<use caller 'encoding'>
1284      Branch: perl
1285            + lib/caller.pm
1286            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
1287 ____________________________________________________________________________
1288 [  3533] By: gsar                                  on 1999/06/11  16:51:04
1289         Log: truncate() has a peculiar exemption from strict barewords, even
1290              though it has a non-filehandle prototype
1291      Branch: perl
1292            ! op.c t/io/fs.t
1293 ____________________________________________________________________________
1294 [  3532] By: gsar                                  on 1999/06/11  09:09:16
1295         Log: GDBM tweak
1296      Branch: perl
1297            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
1298 ____________________________________________________________________________
1299 [  3531] By: gsar                                  on 1999/06/10  23:34:19
1300         Log: part of the platform changes for IMPLICIT_CONTEXT
1301      Branch: perl
1302            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
1303            ! jpl/PerlInterpreter/PerlInterpreter.c
1304            ! jpl/PerlInterpreter/PerlInterpreter.h
1305            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
1306            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
1307 ____________________________________________________________________________
1308 [  3530] By: jhi                                   on 1999/06/10  20:55:56
1309         Log: Integrate from mainperl.
1310      Branch: cfgperl
1311           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1312 ____________________________________________________________________________
1313 [  3529] By: gsar                                  on 1999/06/10  20:40:01
1314         Log: DB_File tweaks for IMPLICIT CONTEXT
1315      Branch: perl
1316            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1317 ____________________________________________________________________________
1318 [  3528] By: jhi                                   on 1999/06/10  10:18:15
1319         Log: Integrate from mainperl.
1320      Branch: cfgperl
1321           !> (integrate 105 files)
1322 ____________________________________________________________________________
1323 [  3527] By: gsar                                  on 1999/06/10  09:30:35
1324         Log: most globals are now interpreter local; locale initialization
1325              was too early, defer it until interpreter is allocated and
1326              initialized; multiple interpreters should now be
1327              concurrency-safe (untested)
1328      Branch: perl
1329            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
1330            ! perlvars.h
1331 ____________________________________________________________________________
1332 [  3526] By: gsar                                  on 1999/06/10  08:38:00
1333         Log: fix small nits
1334      Branch: perl
1335            ! cc_runtime.h ext/B/B/CC.pm run.c
1336 ____________________________________________________________________________
1337 [  3525] By: gsar                                  on 1999/06/10  04:41:38
1338         Log: win32 build fixes
1339      Branch: perl
1340            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
1341            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1342            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
1343            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
1344            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1345            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
1346            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
1347            ! win32/win32.c win32/win32.h win32/win32sck.c
1348            ! win32/win32thread.c win32/win32thread.h
1349 ____________________________________________________________________________
1350 [  3524] By: gsar                                  on 1999/06/09  18:03:01
1351         Log: more complete support for implicit thread/interpreter pointer,
1352              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
1353              without that enabled):
1354              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
1355              is a noop; tests pass on Solaris; should be faster now!
1356              - MULTIPLICITY has been tested with and without
1357              PERL_IMPLICIT_CONTEXT on Solaris
1358              - improved function database now merged with embed.pl
1359              - everything except the varargs functions have foo(a,b,c) macros
1360              to provide compatibility
1361              - varargs functions default to compatibility variants that
1362              get the context pointer using dTHX
1363              - there should be almost no source compatibility issues as a
1364              result of all this
1365              - dl_foo.xs changes other than dl_dlopen.xs untested
1366              - still needs documentation, fixups for win32 etc
1367              Next step: migrate most non-mutex variables from perlvars.h
1368              to intrpvar.h
1369      Branch: perl
1370            - proto.pl
1371            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
1372            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
1373            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1374            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1375            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
1376            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1377            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
1378            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1379            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1380            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
1381            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1382            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1383            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
1384            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
1385            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
1386            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
1387            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
1388            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
1389            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
1390            ! util.c win32/Makefile win32/makefile.mk writemain.SH
1391 ____________________________________________________________________________
1392 [  3523] By: gsar                                  on 1999/06/07  05:24:13
1393         Log: missed a file
1394      Branch: perl
1395            + proto.pl
1396            ! MANIFEST
1397 ____________________________________________________________________________
1398 [  3522] By: gsar                                  on 1999/06/07  05:18:34
1399         Log: initial stub implementation of implicit thread/this
1400              pointer    argument; builds/tests on Solaris, win32
1401              hasn't been fixed up yet; proto.h, global.sym and
1402              static function decls are now generated from a common
1403              database in proto.pl; some inconsistently named
1404              perl_foo() things are now Perl_foo(), compatibility
1405              #defines provided; perl_foo() (lowercase 'p') reserved
1406              for functions that take an explicit context argument;
1407              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
1408      Branch: perl
1409            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
1410            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
1411            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
1412            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
1413            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
1414            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
1415            ! universal.c utf8.c util.c
1416 ____________________________________________________________________________
1417 [  3521] By: gsar                                  on 1999/06/04  23:00:22
1418         Log: clean up some stray "global" symbols
1419      Branch: perl
1420            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
1421            ! pp_proto.h proto.h
1422 ____________________________________________________________________________
1423 [  3520] By: jhi                                   on 1999/06/02  21:33:28
1424         Log: Integrate from mainperl.
1425      Branch: cfgperl
1426           !> (integrate 94 files)
1427 ____________________________________________________________________________
1428 [  3519] By: gsar                                  on 1999/06/02  07:16:10
1429         Log: avoid dereferencing null pointer from getpwent() et al
1430      Branch: perl
1431            ! pp_sys.c
1432 ____________________________________________________________________________
1433 [  3518] By: gsar                                  on 1999/06/02  04:47:10
1434         Log: remove _() non-ansism
1435      Branch: perl
1436            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
1437            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
1438            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
1439            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
1440            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
1441            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
1442            ! ext/re/re.xs handy.h hv.c iperlsys.h
1443            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
1444            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
1445            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
1446            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
1447            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
1448            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
1449            ! vms/vmsish.h vms/writemain.pl vos/config.h
1450            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
1451            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
1452            ! win32/perllib.c win32/runperl.c win32/win32.h
1453            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
1454            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
1455 ____________________________________________________________________________
1456 [  3517] By: gsar                                  on 1999/06/02  02:17:51
1457         Log: missed a few files
1458      Branch: perl
1459            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
1460 ____________________________________________________________________________
1461 [  3516] By: gsar                                  on 1999/06/02  01:37:33
1462         Log: integrate cfgperl contents into mainline
1463      Branch: perl
1464           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1465           +> ext/ByteLoader/byterun.h
1466            - bytecode.h byterun.c byterun.h
1467            ! Changes
1468           !> (integrate 58 files)
1469 ____________________________________________________________________________
1470 [  3515] By: gsar                                  on 1999/06/02  00:48:50
1471         Log: remove stray K&R-isms
1472      Branch: perl
1473            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
1474            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
1475            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
1476            ! toke.c util.c win32/win32.c x2p/hash.c
1477 ____________________________________________________________________________
1478 [  3514] By: gsar                                  on 1999/06/01  15:55:55
1479         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
1480              strict 'subs'
1481      Branch: perl
1482            ! op.c t/pragma/strict-subs
1483 ____________________________________________________________________________
1484 [  3513] By: jhi                                   on 1999/06/01  07:17:05
1485         Log: Patch applying of #3499 had gone awry.
1486      Branch: cfgperl
1487            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
1488 ____________________________________________________________________________
1489 [  3512] By: gsar                                  on 1999/05/31  19:21:30
1490         Log: tighter -help output
1491      Branch: perl
1492            ! perl.c
1493 ____________________________________________________________________________
1494 [  3511] By: gsar                                  on 1999/05/31  17:18:23
1495         Log: fix memory leak in C<eval 'return sub {...}'>
1496      Branch: perl
1497            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
1498 ____________________________________________________________________________
1499 [  3510] By: gsar                                  on 1999/05/31  14:11:46
1500         Log: tweak C++isms
1501      Branch: perl
1502            ! win32/dl_win32.xs win32/win32.c
1503 ____________________________________________________________________________
1504 [  3509] By: jhi                                   on 1999/05/30  13:02:26
1505         Log: Cleanup of #3488.
1506      Branch: cfgperl
1507            ! Configure config_h.SH
1508 ____________________________________________________________________________
1509 [  3508] By: jhi                                   on 1999/05/30  11:16:01
1510         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1511              To: Mailing list Perl5 <perl5-porters@perl.org>
1512              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
1513              Date: Sat, 29 May 1999 20:18:13 -0400
1514              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
1515      Branch: cfgperl
1516            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
1517 ____________________________________________________________________________
1518 [  3507] By: jhi                                   on 1999/05/29  20:05:40
1519         Log: From: Mark-Jason Dominus <mjd@plover.com>
1520              To: perl5-porters@perl.com
1521              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
1522              Date: Sat, 29 May 1999 14:45:10 -0400
1523              Message-ID: <19990529184510.27557.qmail@plover.com>
1524      Branch: cfgperl
1525            ! op.h
1526 ____________________________________________________________________________
1527 [  3506] By: gsar                                  on 1999/05/29  16:49:39
1528         Log: avoid gv_check() recursive pit
1529      Branch: perl
1530            ! gv.c
1531 ____________________________________________________________________________
1532 [  3505] By: jhi                                   on 1999/05/29  11:38:16
1533         Log: From: jan.dubois@ibm.net (Jan Dubois)
1534              To: Gurusamy Sarathy <gsar@activestate.com>
1535              Cc: perl5-porters@perl.org
1536              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
1537              Date: Sat, 29 May 1999 08:46:22 +0200
1538              Message-ID: <374f8007.2016008@smtp1.ibm.net>
1539      Branch: cfgperl
1540            ! t/op/grent.t t/op/pwent.t
1541 ____________________________________________________________________________
1542 [  3504] By: jhi                                   on 1999/05/29  11:07:10
1543         Log: QNX needs <sys/select.h> to define fd_set.
1544              
1545              From: Norton Allen <allen@huarp.harvard.edu>
1546              To: perl5-porters@perl.org
1547              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
1548              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
1549              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
1550      Branch: cfgperl
1551            ! ext/IO/poll.c
1552 ____________________________________________________________________________
1553 [  3503] By: jhi                                   on 1999/05/29  10:53:31
1554         Log: From: jan.dubois@ibm.net (Jan Dubois)
1555              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
1556              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
1557              Date: Fri, 28 May 1999 20:14:35 +0200
1558              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
1559      Branch: cfgperl
1560            ! lib/Math/BigFloat.pm
1561 ____________________________________________________________________________
1562 [  3502] By: jhi                                   on 1999/05/29  10:44:44
1563         Log: Make Configure support the change #3367,
1564              SysV shadow passwords.
1565      Branch: cfgperl
1566            ! Configure config_h.SH pp_sys.c
1567 ____________________________________________________________________________
1568 [  3501] By: gsar                                  on 1999/05/28  21:22:23
1569         Log: add wide versions of win32 system calls (first step in
1570              globalization); delayload winsock for performance if compiling
1571              with VC 6.0
1572      Branch: perl
1573            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
1574            ! win32/win32.c win32/win32.h
1575 ____________________________________________________________________________
1576 [  3500] By: jhi                                   on 1999/05/28  21:17:24
1577         Log: The new t/lib/io_linenum.t was using stricture
1578              before @INC was set up.
1579      Branch: cfgperl
1580            ! t/lib/io_linenum.t
1581 ____________________________________________________________________________
1582 [  3499] By: jhi                                   on 1999/05/28  17:13:23
1583         Log: From: Tom Hughes <tom@compton.nu>
1584              To: perl5-porters@perl.org
1585              Subject: [PATCH 5.005_57] ByteLoader mark 2
1586              Date: Wed, 26 May 1999 23:59:49 +0100
1587              Message-ID: <bf337a0849.tom@compton.compton.nu>
1588              
1589              plus resolve tiny conflict with #3479
1590              plus regen_headers.
1591      Branch: cfgperl
1592            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1593            + ext/ByteLoader/byterun.h
1594            - bytecode.h byterun.c byterun.h
1595            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
1596            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
1597            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
1598            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
1599            ! perl.h perlvars.h proto.h util.c utils/Makefile
1600 ____________________________________________________________________________
1601 [  3498] By: jhi                                   on 1999/05/28  16:53:04
1602         Log: From: Mark-Jason Dominus <mjd@plover.com>
1603              To: perl5-porters@perl.com
1604              Subject: PATCH (5.005_57): defined(@a) now deprecated
1605              Date: Thu, 27 May 1999 16:05:44 -0400
1606              Message-ID: <19990527200544.13330.qmail@plover.com>
1607      Branch: cfgperl
1608            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
1609            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
1610 ____________________________________________________________________________
1611 [  3497] By: jhi                                   on 1999/05/28  16:50:54
1612         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1613              To: perl5-porters@perl.org (Mailing list Perl5)
1614              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
1615              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
1616              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
1617      Branch: cfgperl
1618            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
1619            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
1620 ____________________________________________________________________________
1621 [  3496] By: jhi                                   on 1999/05/28  16:48:39
1622         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1623              To: perl5-porters@perl.org (Mailing list Perl5)
1624              Subject: [PATCH 5.00557] Required OS/2-related patches
1625              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
1626              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
1627      Branch: cfgperl
1628            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
1629            ! t/op/stat.t util.c
1630 ____________________________________________________________________________
1631 [  3495] By: jhi                                   on 1999/05/28  16:45:56
1632         Log: From: Paul Johnson <pjcj@transeda.com>
1633              To: perl5-porters <perl5-porters@perl.org>
1634              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
1635              Date: Fri, 28 May 1999 15:13:54 +0100
1636              Message-ID: <19990528151354.B289@west-tip.transeda.com>
1637      Branch: cfgperl
1638            ! t/TEST
1639 ____________________________________________________________________________
1640 [  3494] By: jhi                                   on 1999/05/28  16:44:34
1641         Log: From: Paul Johnson <pjcj@transeda.com>
1642              To: perl5-porters <perl5-porters@perl.org>
1643              Subject: [PATCH 5.005_57] Fixes related to working local $.
1644              Date: Fri, 28 May 1999 15:11:18 +0100
1645              Message-ID: <19990528151118.A289@west-tip.transeda.com>
1646      Branch: cfgperl
1647            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
1648 ____________________________________________________________________________
1649 [  3493] By: gsar                                  on 1999/05/28  16:37:26
1650         Log: change#3449 wasn't doing enough
1651      Branch: perl
1652            ! op.c t/comp/proto.t
1653 ____________________________________________________________________________
1654 [  3492] By: jhi                                   on 1999/05/28  08:12:23
1655         Log: From: paul.marquess@bt.com
1656              To: doughera@lafayette.edu
1657              Cc: perl5-porters@perl.org
1658              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
1659              Date: Thu, 27 May 1999 23:31:38 +0100
1660              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
1661              
1662              Had to be applied manually; some mailer had munged the patch slightly.
1663      Branch: cfgperl
1664            ! ext/NDBM_File/NDBM_File.xs
1665 ____________________________________________________________________________
1666 [  3491] By: jhi                                   on 1999/05/28  07:51:17
1667         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
1668              To: perl5-porters@perl.org
1669              Subject: [PATCH 5.005_57] fixing eval in the compiler
1670              Date: Thu, 27 May 1999 07:56:54 -0700
1671              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
1672      Branch: cfgperl
1673            ! cc_runtime.h scope.h
1674 ____________________________________________________________________________
1675 [  3490] By: jhi                                   on 1999/05/28  07:47:06
1676         Log: From: Andy Dougherty <doughera@lafayette.edu>
1677              To: perlbug@perl.com
1678              Cc: Jarkko Hietaniemi <jhi@iki.fi>
1679              Subject: [PATCH] Configure updates for ISC 4.1
1680              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
1681              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
1682      Branch: cfgperl
1683            ! Configure config_h.SH
1684 ____________________________________________________________________________
1685 [  3489] By: jhi                                   on 1999/05/28  07:39:17
1686         Log: Integrate from mainperl.
1687      Branch: cfgperl
1688           !> malloc.c win32/makedef.pl win32/win32.c
1689 ____________________________________________________________________________
1690 [  3488] By: jhi                                   on 1999/05/27  16:57:19
1691         Log: From: Andy Dougherty <doughera@lafayette.edu>
1692              To: Perl Porters <perl5-porters@perl.org>
1693              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
1694              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
1695              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
1696      Branch: cfgperl
1697            ! Configure config_h.SH hints/sunos_4_1.sh util.c
1698 ____________________________________________________________________________
1699 [  3487] By: gsar                                  on 1999/05/27  03:56:20
1700         Log: make win32_spawnvp() inherit standard handles even when they
1701              may be redirected
1702      Branch: perl
1703            ! win32/win32.c
1704 ____________________________________________________________________________
1705 [  3486] By: jhi                                   on 1999/05/26  19:55:52
1706         Log: From: Andy Dougherty <doughera@lafayette.edu>
1707              To: perl5-porters@perl.org
1708              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
1709              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
1710              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
1711      Branch: cfgperl
1712            ! util.c
1713 ____________________________________________________________________________
1714 [  3485] By: chip                                  on 1999/05/26  17:19:11
1715         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
1716      Branch: maint-5.004/perl
1717            ! Configure
1718 ____________________________________________________________________________
1719 [  3484] By: gsar                                  on 1999/05/26  01:56:28
1720         Log: fix missing exported symbol
1721      Branch: perl
1722            ! malloc.c win32/makedef.pl
1723 ____________________________________________________________________________
1724 [  3483] By: jhi                                   on 1999/05/25  23:08:07
1725         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
1726              
1727              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1728              To: perlbug@perl.com
1729              Subject: OpenBSD hints file update
1730              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
1731              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
1732      Branch: cfgperl
1733            ! hints/openbsd.sh
1734 ____________________________________________________________________________
1735 [  3482] By: jhi                                   on 1999/05/25  23:01:25
1736         Log: From: Tom Hughes <tom@compton.nu>
1737              To: perl5-porters@perl.org
1738              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
1739              Date: Tue, 25 May 1999 23:10:23 +0100
1740              Message-ID: <1ed7f10749.tom@compton.compton.nu>
1741      Branch: cfgperl
1742            ! Configure config_h.SH
1743 ____________________________________________________________________________
1744 [  3481] By: jhi                                   on 1999/05/25  22:31:50
1745         Log: 3479, 3480, 3481 seems logical.
1746      Branch: cfgperl
1747           !> hints/aix.sh
1748 ____________________________________________________________________________
1749 [  3480] By: jhi                                   on 1999/05/25  22:13:39
1750         Log: The change #3479 wasn't perfect.
1751      Branch: perl
1752            ! hints/aix.sh
1753 ____________________________________________________________________________
1754 [  3479] By: jhi                                   on 1999/05/25  21:59:21
1755         Log: Cures for _57 in AIX 4.1.5.0.
1756              (1) The lddlflags lost its -lc by change #3660
1757              (and the politeness of change #3257).
1758              (2) optype_size must end up in perl.exp (as PL_optype_size).
1759              Added it to perlvars.h, fixed bytecode.pl,
1760              regen'ed the relevant headers.
1761      Branch: cfgperl
1762            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
1763            ! perlvars.h
1764      Branch: perl
1765            ! hints/aix.sh
1766 ____________________________________________________________________________
1767 [  3478] By: jhi                                   on 1999/05/25  20:13:47
1768         Log: Integrate from mainperl.
1769      Branch: cfgperl
1770           +> pod/perltootc.pod
1771           !> (integrate 101 files)
1772 ____________________________________________________________________________
1773 [  3477] By: gsar                                  on 1999/05/25  10:43:48
1774         Log: here be 5.005_57
1775      Branch: perl
1776            ! Changes MANIFEST Porting/makerel
1777           !> Changes5.005
1778
1779 ----------------
1780 Version 5.005_57
1781 ----------------
1782
1783 ____________________________________________________________________________
1784 [  3476] By: gsar                                  on 1999/05/25  09:23:43
1785         Log: up patchlevel &c
1786      Branch: perl
1787            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
1788            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1789            ! win32/makefile.mk
1790 ____________________________________________________________________________
1791 [  3475] By: gsar                                  on 1999/05/25  09:14:51
1792         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1793              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
1794              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
1795              Subject: [PATCH 5.005_56] REx engine improvements
1796      Branch: perl
1797            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
1798            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
1799            ! thrdvar.h util.c
1800 ____________________________________________________________________________
1801 [  3474] By: gsar                                  on 1999/05/25  08:39:56
1802         Log: test case for change#3470
1803      Branch: perl
1804            ! t/lib/bigintpm.t
1805 ____________________________________________________________________________
1806 [  3473] By: gsar                                  on 1999/05/25  08:36:52
1807         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
1808      Branch: perl
1809            ! Changes pod/perlport.pod
1810 ____________________________________________________________________________
1811 [  3472] By: gsar                                  on 1999/05/25  08:28:57
1812         Log: assorted tweaks
1813      Branch: perl
1814            ! doio.c iperlsys.h win32/config.bc win32/config.gc
1815            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1816            ! win32/config_H.vc win32/makedef.pl
1817 ____________________________________________________________________________
1818 [  3471] By: gsar                                  on 1999/05/25  06:06:04
1819         Log: perlref update from Tom Christiansen
1820      Branch: perl
1821            ! pod/perlref.pod
1822 ____________________________________________________________________________
1823 [  3470] By: gsar                                  on 1999/05/25  06:03:27
1824         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1825              Date: Mon, 24 May 1999 17:43:56 -0400
1826              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
1827              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
1828      Branch: perl
1829            ! hv.c
1830 ____________________________________________________________________________
1831 [  3469] By: gsar                                  on 1999/05/25  05:59:22
1832         Log: avoid temporary files that have a constant name (from a suggestion
1833              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
1834      Branch: perl
1835            ! lib/ExtUtils/MM_Unix.pm
1836 ____________________________________________________________________________
1837 [  3468] By: gsar                                  on 1999/05/25  05:54:29
1838         Log: From: pvhp@forte.com (Peter Prymmer)
1839              Date: Mon, 24 May 99 11:20:25 PDT
1840              Message-Id: <9905241820.AA28071@forte.com>
1841              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
1842      Branch: perl
1843            ! lib/Pod/Text.pm
1844 ____________________________________________________________________________
1845 [  3467] By: gsar                                  on 1999/05/25  04:08:50
1846         Log: fix glob() bug that resulted in missing symlinks that don't point
1847              anywhere
1848      Branch: perl
1849            ! pp_hot.c
1850 ____________________________________________________________________________
1851 [  3466] By: gsar                                  on 1999/05/25  03:00:00
1852         Log: avoid enumerating @INC contents in diagnostic if @INC was never
1853              searched
1854      Branch: perl
1855            ! pod/perldiag.pod pp_ctl.c
1856 ____________________________________________________________________________
1857 [  3465] By: gsar                                  on 1999/05/25  02:24:08
1858         Log: add caveat about close(PIPE) carelessness
1859      Branch: perl
1860            ! pod/perlfunc.pod
1861 ____________________________________________________________________________
1862 [  3464] By: gsar                                  on 1999/05/24  23:55:53
1863         Log: fix bogus line numbers for void context warnings
1864              (change#2548 was overeager)
1865      Branch: perl
1866            ! op.c
1867 ____________________________________________________________________________
1868 [  3463] By: gsar                                  on 1999/05/24  23:31:58
1869         Log: change#3455 had a typo
1870      Branch: perl
1871            ! pp_ctl.c
1872 ____________________________________________________________________________
1873 [  3462] By: gsar                                  on 1999/05/24  17:32:20
1874         Log: more pod updates from Tom Christiansen; regen perltoc
1875      Branch: perl
1876            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
1877            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
1878 ____________________________________________________________________________
1879 [  3461] By: gsar                                  on 1999/05/24  07:41:32
1880         Log: perlmod notes from Damian Conway (via Tom Christiansen)
1881      Branch: perl
1882            ! pod/perlmod.pod
1883 ____________________________________________________________________________
1884 [  3460] By: gsar                                  on 1999/05/24  07:24:11
1885         Log: major pod update from Tom Christiansen
1886      Branch: perl
1887            + pod/perltootc.pod
1888            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
1889            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
1890            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
1891            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
1892            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
1893            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
1894            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
1895            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
1896            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
1897            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
1898            ! pod/perlxs.pod pod/pod2man.PL
1899 ____________________________________________________________________________
1900 [  3459] By: gsar                                  on 1999/05/24  06:26:48
1901         Log: perlfaq update from Tom Christiansen
1902      Branch: perl
1903            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1904            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1905            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1906            ! pod/perlfaq9.pod
1907 ____________________________________________________________________________
1908 [  3458] By: gsar                                  on 1999/05/24  05:55:11
1909         Log: updated to v1.50 from CPAN
1910      Branch: perl
1911            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1912 ____________________________________________________________________________
1913 [  3457] By: gsar                                  on 1999/05/24  05:46:20
1914         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1915              Date: Sun, 23 May 1999 16:35:07 +0100
1916              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
1917              Subject: [PATCH 5.005_56] name PL_in_eval bits
1918      Branch: perl
1919            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
1920 ____________________________________________________________________________
1921 [  3456] By: gsar                                  on 1999/05/24  05:18:06
1922         Log: make -t mode the default on emacs/dumb terminals
1923      Branch: perl
1924            ! Changes utils/perldoc.PL
1925 ____________________________________________________________________________
1926 [  3455] By: gsar                                  on 1999/05/24  05:05:19
1927         Log: return 0 rather than "" when scalar grep has nothing to iterate
1928              on (brings behavior in line with documentation)
1929      Branch: perl
1930            ! pp_ctl.c
1931 ____________________________________________________________________________
1932 [  3454] By: gsar                                  on 1999/05/24  04:52:52
1933         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
1934              Date: Thu, 20 May 1999 13:27:02 -1000
1935              Message-Id: <E10kcDN-0007TA-00@lapaki>
1936              Subject: Problem with MM_Unix in 5.005_03
1937      Branch: perl
1938            ! lib/ExtUtils/MM_Unix.pm
1939 ____________________________________________________________________________
1940 [  3453] By: gsar                                  on 1999/05/24  04:39:49
1941         Log: avoid removing duplicates in user-generated warnings
1942              From: byron@omix.com (Byron Brummer)
1943              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
1944              Message-Id: <199905201101.EAA91175@thrush.omix.com>
1945              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
1946      Branch: perl
1947            ! lib/diagnostics.pm
1948 ____________________________________________________________________________
1949 [  3452] By: gsar                                  on 1999/05/24  04:23:10
1950         Log: straighten some code to avoid NeXT compiler bugs (from
1951              Geoff Kuenning <geoff@cs.hmc.edu>)
1952      Branch: perl
1953            ! pp_ctl.c
1954 ____________________________________________________________________________
1955 [  3451] By: gsar                                  on 1999/05/24  03:03:05
1956         Log: minor logic tweak for reserved word warning
1957      Branch: perl
1958            ! lib/Test/Harness.pm toke.c
1959 ____________________________________________________________________________
1960 [  3450] By: gsar                                  on 1999/05/24  02:34:20
1961         Log: oops, some files missing in change#3449
1962      Branch: perl
1963            ! op.c op.h toke.c
1964 ____________________________________________________________________________
1965 [  3449] By: gsar                                  on 1999/05/24  02:33:12
1966         Log: allow '*' prototype to autoquote even barewords that happen to be
1967              function names; parens or ampersand continue to force the other
1968              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
1969              do the right thing, for example
1970      Branch: perl
1971            ! t/comp/proto.t
1972 ____________________________________________________________________________
1973 [  3448] By: gsar                                  on 1999/05/24  01:51:24
1974         Log: remove vestiges of PL_last_proto
1975      Branch: perl
1976            ! embedvar.h intrpvar.h objXSUB.h
1977 ____________________________________________________________________________
1978 [  3447] By: gsar                                  on 1999/05/24  01:49:20
1979         Log: redo change#2061 and parts of change#1169 with code in the
1980              parser; PL_last_proto hackery gone, strict 'subs' in now
1981              implemented in the optimizer where specifying the exceptional
1982              cases is much more robust; '*' (bareword) prototype now works
1983              reliably when used in second and subsequent arguments
1984      Branch: perl
1985            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
1986 ____________________________________________________________________________
1987 [  3446] By: gsar                                  on 1999/05/23  05:00:55
1988         Log: remove redundant part of change#1169 superceded by change#2061;
1989              avoid "future reserved word" warning on prototypical bearwords
1990      Branch: perl
1991            ! t/lib/fatal.t toke.c
1992 ____________________________________________________________________________
1993 [  3445] By: gsar                                  on 1999/05/21  23:36:49
1994         Log: s/isspace/isSPACE/g and make sure the CRT version is always
1995              passed an unsigned char (fixes random occurrence of spaces in
1996              arguments containing high-bit chars passed to spawned children,
1997              on win32)
1998      Branch: perl
1999            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
2000 ____________________________________________________________________________
2001 [  3444] By: gsar                                  on 1999/05/21  23:08:55
2002         Log: integrate Configure changes from cfgperl
2003      Branch: perl
2004           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2005           !> config_h.SH
2006 ____________________________________________________________________________
2007 [  3443] By: jhi                                   on 1999/05/21  22:00:56
2008         Log: Integrate from mainperl.
2009      Branch: cfgperl
2010           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
2011           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
2012           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
2013           !> win32/perlhost.h win32/win32.c x2p/walk.c
2014 ____________________________________________________________________________
2015 [  3442] By: jhi                                   on 1999/05/21  21:59:46
2016         Log: fflush.
2017      Branch: cfgperl
2018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2019            ! config_h.SH
2020 ____________________________________________________________________________
2021 [  3441] By: gsar                                  on 1999/05/21  17:48:55
2022         Log: integrate cfgperl changes
2023      Branch: perl
2024           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2025           !> config_h.SH hints/sunos_4_1.sh installperl
2026 ____________________________________________________________________________
2027 [  3440] By: gsar                                  on 1999/05/21  17:42:49
2028         Log: test tweak
2029      Branch: perl
2030            ! t/comp/proto.t
2031 ____________________________________________________________________________
2032 [  3439] By: gsar                                  on 1999/05/21  17:31:26
2033         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
2034              (Configure fflush(NULL) detection seems broken on Solaris, which
2035              is why I hit the problem)
2036      Branch: perl
2037            ! Changes perl.h
2038 ____________________________________________________________________________
2039 [  3438] By: gsar                                  on 1999/05/20  16:41:01
2040         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
2041      Branch: perl
2042            ! pod/perlport.pod
2043 ____________________________________________________________________________
2044 [  3437] By: jhi                                   on 1999/05/20  07:14:39
2045         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
2046              (via private email).
2047      Branch: cfgperl
2048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2049            ! config_h.SH hints/sunos_4_1.sh
2050 ____________________________________________________________________________
2051 [  3436] By: gsar                                  on 1999/05/20  05:18:26
2052         Log: various little nits
2053      Branch: perl
2054            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
2055            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
2056            ! win32/perlhost.h win32/win32.c x2p/walk.c
2057 ____________________________________________________________________________
2058 [  3435] By: jhi                                   on 1999/05/18  16:25:49
2059         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2060              To: perl5-porters@perl.org
2061              Subject: installperl
2062              Date: Fri, 14 May 1999 21:34:58 +0100
2063              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
2064      Branch: cfgperl
2065            ! installperl
2066 ____________________________________________________________________________
2067 [  3434] By: jhi                                   on 1999/05/17  21:25:54
2068         Log: Integrate from mainperl.
2069      Branch: cfgperl
2070           +> lib/ExtUtils/MM_Cygwin.pm
2071            - cygwin32/impure_ptr.c
2072           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2073           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2074           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
2075           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
2076           !> x2p/find2perl.PL
2077 ____________________________________________________________________________
2078 [  3433] By: gsar                                  on 1999/05/17  09:49:01
2079         Log: integrate cfgperl changes into mainline
2080      Branch: perl
2081           !> Configure INSTALL config_h.SH configure.com embed.h
2082           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
2083           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
2084           !> util.c
2085 ____________________________________________________________________________
2086 [  3432] By: gsar                                  on 1999/05/17  09:06:45
2087         Log: emit more appropriate diagnostic for failed glob (variant
2088              of patch suggested by Graham Barr)
2089      Branch: perl
2090            ! gv.c pod/perldiag.pod pp.c pp_hot.c
2091 ____________________________________________________________________________
2092 [  3431] By: gsar                                  on 1999/05/17  08:38:09
2093         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2094              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
2095              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
2096              Subject: find2perl does not grok the 'c' suffix to the -size argument
2097      Branch: perl
2098            ! x2p/find2perl.PL
2099 ____________________________________________________________________________
2100 [  3430] By: gsar                                  on 1999/05/17  08:26:21
2101         Log: additional cleanups for cygwin32 port
2102              From: "Fifer, Eric" <EFifer@sanwaint.com>
2103              Date: Wed, 12 May 1999 20:25:54 +0100
2104              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
2105              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
2106      Branch: perl
2107            + lib/ExtUtils/MM_Cygwin.pm
2108            - cygwin32/impure_ptr.c
2109            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
2110            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
2111            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
2112            ! perl.h util.c
2113 ____________________________________________________________________________
2114 [  3429] By: gsar                                  on 1999/05/17  08:01:04
2115         Log: From: Andy Dougherty <doughera@lafayette.edu>
2116              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2117              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2118              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2119      Branch: perl
2120            ! INSTALL
2121 ____________________________________________________________________________
2122 [  3428] By: jhi                                   on 1999/05/17  07:03:26
2123         Log: Integrate from mainperl modulo the Socket.xs change.
2124      Branch: cfgperl
2125           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
2126           !> win32/win32.c win32/win32.h
2127 ____________________________________________________________________________
2128 [  3427] By: jhi                                   on 1999/05/16  22:09:11
2129         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2130              To: perl5-porters@perl.org (Mailing list Perl5)
2131              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
2132              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
2133              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
2134      Branch: cfgperl
2135            ! ext/Devel/Peek/Peek.xs
2136 ____________________________________________________________________________
2137 [  3426] By: jhi                                   on 1999/05/16  22:07:11
2138         Log: From: Mark-Jason Dominus <mjd@plover.com>
2139              To: perl5-porters@perl.com
2140              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
2141              Date: Sat, 15 May 1999 12:43:47 -0400
2142              Message-ID: <19990515164348.7313.qmail@plover.com>
2143      Branch: cfgperl
2144            ! pod/perldiag.pod
2145 ____________________________________________________________________________
2146 [  3425] By: nick                                  on 1999/05/15  15:56:10
2147         Log: Mingw32 + w32api-0.1.5 tweaks
2148              - now more like other Win32 compilers
2149      Branch: perl
2150            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
2151            ! win32/win32.h
2152 ____________________________________________________________________________
2153 [  3424] By: nick                                  on 1999/05/14  21:04:22
2154         Log: Experimental "slab" allocator for ops.
2155              To try it -DPL_OP_SLAB_ALLOC for op.c 
2156              This is for proof of concept only, it leaks memory 
2157              (ops are not free'd) so don't use in embedded apps.
2158              If this minimalist version does not show performance 
2159              gain then whole idea is worthless. 
2160              Nick see's approx 12% speed up vs perlmalloc running
2161              perl -Ilib -MCPAN -e '' 
2162              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
2163      Branch: perl
2164            ! op.c
2165 ____________________________________________________________________________
2166 [  3423] By: gsar                                  on 1999/05/14  19:55:04
2167         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
2168              found (brings sitelib intuition in line with privlib)
2169      Branch: perl
2170            ! win32/win32.c
2171 ____________________________________________________________________________
2172 [  3422] By: jhi                                   on 1999/05/14  08:08:01
2173         Log: From: pvhp@forte.com (Peter Prymmer)
2174              To: perl5-porters@perl.org, vmsperl@perl.org
2175              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
2176              Date: Thu, 13 May 99 15:29:57 PDT
2177              Message-Id: <9905132229.AA15854@forte.com>
2178      Branch: cfgperl
2179            ! configure.com
2180 ____________________________________________________________________________
2181 [  3421] By: jhi                                   on 1999/05/14  07:34:20
2182         Log: Integrate from mainperl.
2183      Branch: cfgperl
2184           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
2185 ____________________________________________________________________________
2186 [  3420] By: jhi                                   on 1999/05/14  07:33:26
2187         Log: Still fflushing.
2188      Branch: cfgperl
2189            ! Configure config_h.SH util.c
2190 ____________________________________________________________________________
2191 [  3419] By: gsar                                  on 1999/05/14  03:08:29
2192         Log: mortalize string allocations by win32_get_{priv,site}lib()
2193              (fixes small memory leak in interpreter)
2194      Branch: perl
2195            ! win32/win32.c
2196 ____________________________________________________________________________
2197 [  3418] By: gsar                                  on 1999/05/14  03:06:50
2198         Log: make win32_longname() preserve kind of slashes in argument
2199      Branch: perl
2200            ! win32/win32.c
2201 ____________________________________________________________________________
2202 [  3417] By: gsar                                  on 1999/05/14  03:04:44
2203         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
2204      Branch: perl
2205            ! lib/ExtUtils/MM_Unix.pm
2206 ____________________________________________________________________________
2207 [  3416] By: jhi                                   on 1999/05/13  21:18:06
2208         Log: Integrate from mainperl.
2209      Branch: cfgperl
2210           !> pp_ctl.c
2211 ____________________________________________________________________________
2212 [  3415] By: jhi                                   on 1999/05/13  21:16:49
2213         Log: Fixes from Andy Dougherty (via private email).
2214      Branch: cfgperl
2215            ! Configure config_h.SH
2216 ____________________________________________________________________________
2217 [  3414] By: nick                                  on 1999/05/13  20:04:26
2218         Log: valist vs va_list typo
2219      Branch: perl
2220            ! pp_ctl.c
2221 ____________________________________________________________________________
2222 [  3413] By: jhi                                   on 1999/05/13  15:04:05
2223         Log: From: Andy Dougherty <doughera@lafayette.edu>
2224              To: perlbug@perl.com
2225              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
2226              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
2227              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
2228      Branch: cfgperl
2229            ! INSTALL
2230 ____________________________________________________________________________
2231 [  3412] By: jhi                                   on 1999/05/13  14:20:17
2232         Log: Integrate from mainperl.
2233      Branch: cfgperl
2234           !> pp_ctl.c
2235 ____________________________________________________________________________
2236 [  3411] By: gsar                                  on 1999/05/13  14:16:56
2237         Log: docatch_body() declaration mismatch
2238      Branch: perl
2239            ! pp_ctl.c
2240 ____________________________________________________________________________
2241 [  3410] By: jhi                                   on 1999/05/13  13:51:44
2242         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
2243      Branch: cfgperl
2244            ! Configure config_h.SH perl.h
2245 ____________________________________________________________________________
2246 [  3409] By: jhi                                   on 1999/05/13  13:31:53
2247         Log: Still fflushing strong.
2248      Branch: cfgperl
2249            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
2250            ! proto.h util.c
2251 ____________________________________________________________________________
2252 [  3408] By: jhi                                   on 1999/05/12  14:30:23
2253         Log: Integrate from mainperl.
2254      Branch: cfgperl
2255           !> (integrate 30 files)
2256 ____________________________________________________________________________
2257 [  3407] By: jhi                                   on 1999/05/12  12:28:31
2258         Log: Be tidier with fflush(NULL) testing.
2259      Branch: cfgperl
2260            ! Configure config_h.SH
2261 ____________________________________________________________________________
2262 [  3406] By: gsar                                  on 1999/05/12  11:26:03
2263         Log: better range-checking on list slices, with test
2264              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2265              Date: Sun, 02 May 1999 17:02:53 +0100
2266              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
2267              Subject: Re: List slice of undefs returns 0 items 
2268      Branch: perl
2269            ! pp.c t/op/list.t
2270 ____________________________________________________________________________
2271 [  3405] By: gsar                                  on 1999/05/12  11:22:27
2272         Log: change#3397 needs test tweak
2273      Branch: perl
2274            ! Changes t/pragma/warn/sv
2275 ____________________________________________________________________________
2276 [  3404] By: gsar                                  on 1999/05/12  11:07:44
2277         Log: typo in change#3397
2278      Branch: perl
2279            ! doop.c
2280 ____________________________________________________________________________
2281 [  3403] By: gsar                                  on 1999/05/12  10:49:01
2282         Log: From: Stephen Zander <gibreel@pobox.com>
2283              Date: 12 May 1999 01:22:31 -0700
2284              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
2285              Subject: Re: Test::Harness runs tainted tests with wrong library path
2286      Branch: perl
2287            ! lib/Test/Harness.pm
2288 ____________________________________________________________________________
2289 [  3402] By: gsar                                  on 1999/05/12  10:42:06
2290         Log: typo in change#3400
2291      Branch: perl
2292            ! ext/B/B/Deparse.pm
2293 ____________________________________________________________________________
2294 [  3401] By: jhi                                   on 1999/05/12  10:40:42
2295         Log: A better, shinier, and possibly even correctly working
2296              reincarnation of #3398.
2297      Branch: cfgperl
2298            ! Configure config_h.SH
2299 ____________________________________________________________________________
2300 [  3400] By: gsar                                  on 1999/05/12  10:40:11
2301         Log: deparse \&func() as \(&func()) for clarity
2302              From: Albert Dvornik <bert@genscan.com>
2303              Date: 11 May 1999 13:32:04 -0400
2304              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
2305              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
2306      Branch: perl
2307            ! ext/B/B/Deparse.pm
2308 ____________________________________________________________________________
2309 [  3399] By: gsar                                  on 1999/05/12  10:36:02
2310         Log: more testsuite smarts (many of them courtesy Ilya)
2311      Branch: perl
2312            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
2313            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
2314            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
2315            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
2316            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
2317            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
2318            ! t/op/pwent.t
2319 ____________________________________________________________________________
2320 [  3398] By: jhi                                   on 1999/05/12  09:33:08
2321         Log: Detect whether fflush(NULL) works as per change #3352.
2322      Branch: cfgperl
2323            ! Configure config_h.SH perl.h
2324 ____________________________________________________________________________
2325 [  3397] By: gsar                                  on 1999/05/12  08:56:03
2326         Log: From: jan.dubois@ibm.net (Jan Dubois)
2327              Date: Wed, 12 May 1999 01:01:00 +0200
2328              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
2329              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
2330      Branch: perl
2331            ! doop.c
2332 ____________________________________________________________________________
2333 [  3396] By: gsar                                  on 1999/05/12  08:23:27
2334         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
2335              stat() behaves similarly
2336      Branch: perl
2337            ! win32/win32.c
2338 ____________________________________________________________________________
2339 [  3395] By: jhi                                   on 1999/05/11  22:21:32
2340         Log: Redo parts of #3341 and #3358 that #3394 undid.
2341      Branch: cfgperl
2342            ! Configure config_h.SH
2343 ____________________________________________________________________________
2344 [  3394] By: jhi                                   on 1999/05/11  22:03:48
2345         Log: Add I_NETINET_TCP to help change #3391.
2346      Branch: cfgperl
2347            ! Configure config_h.SH ext/Socket/Socket.xs
2348 ____________________________________________________________________________
2349 [  3393] By: jhi                                   on 1999/05/11  21:44:59
2350         Log: Integrate from mainperl.
2351      Branch: cfgperl
2352           !> (integrate 55 files)
2353 ____________________________________________________________________________
2354 [  3392] By: gsar                                  on 1999/05/11  20:56:43
2355         Log: update embedvar.h
2356      Branch: perl
2357            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
2358 ____________________________________________________________________________
2359 [  3391] By: gsar                                  on 1999/05/11  16:32:05
2360         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2361              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
2362              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
2363              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
2364      Branch: perl
2365            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
2366 ____________________________________________________________________________
2367 [  3390] By: gsar                                  on 1999/05/11  15:27:40
2368         Log: display more frequent progress messages when STDOUT is a tty
2369      Branch: perl
2370            ! lib/Test/Harness.pm
2371 ____________________________________________________________________________
2372 [  3389] By: gsar                                  on 1999/05/11  14:40:58
2373         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2374              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
2375              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
2376              Subject: [PATCH 5.005_53] Explanations by Test::Harness
2377      Branch: perl
2378            ! lib/Test/Harness.pm
2379 ____________________________________________________________________________
2380 [  3388] By: gsar                                  on 1999/05/11  14:08:14
2381         Log: avoid creating spurious subroutine stubs on failed subroutine
2382              call and other places of sv_2cv() misuse; fixes problems with
2383              failed subroutine calls "hiding" later attempts to lookup methods
2384              in base classes
2385      Branch: perl
2386            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
2387 ____________________________________________________________________________
2388 [  3387] By: gsar                                  on 1999/05/11  09:34:13
2389         Log: various fixes for clean build and test on win32; configpm broken,
2390              needed to open myconfig.SH rather than myconfig; sundry adjustments
2391              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
2392              work under win32; getenv_sv() changed to getenv_len() since SVs
2393              aren't visible in the lower echelons; remove bogus exports from
2394              config.sym; PERL_OBJECT-ness for C++ exception support; null out
2395              IoDIRP in filter_del() or sv_free() will attempt to close it
2396      Branch: perl
2397            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
2398            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
2399            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
2400            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
2401            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
2402            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
2403            ! win32/config.gc win32/config.vc win32/makedef.pl
2404            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
2405            ! win32/win32.c win32/win32.h
2406 ____________________________________________________________________________
2407 [  3386] By: gsar                                  on 1999/05/11  02:49:07
2408         Log: gutsupport for C++ exceptions
2409              From: Chip Salzenberg <chip@perlsupport.com>
2410              Date: Tue, 9 Mar 1999 11:51:57 -0500
2411              Message-ID: <19990309115157.E7911@perlsupport.com>
2412              Subject: [PATCH 5.005] Flexible Exceptions
2413      Branch: perl
2414            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
2415            ! scope.c scope.h thrdvar.h util.c
2416 ____________________________________________________________________________
2417 [  3385] By: gsar                                  on 1999/05/10  19:33:36
2418         Log: "weak" references internals, still needs perlguts documentation
2419              (somewhat modified version of patch suggested by Tuomas J. Lukka
2420              <lukka@fas.harvard.edu>)
2421      Branch: perl
2422            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
2423            ! pod/perldiag.pod proto.h sv.c sv.h util.c
2424 ____________________________________________________________________________
2425 [  3384] By: jhi                                   on 1999/05/10  18:21:43
2426         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
2427              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
2428      Branch: cfgperl
2429            ! INSTALL hints/dec_osf.sh
2430 ____________________________________________________________________________
2431 [  3381] By: jhi                                   on 1999/05/10  14:39:28
2432         Log: Integrate from mainperl.
2433      Branch: cfgperl
2434           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
2435           +> cygwin32/build-instructions.charles-wilson
2436           +> cygwin32/build-instructions.sebastien-barre
2437           +> cygwin32/build-instructions.steven-morlock
2438           +> cygwin32/build-instructions.steven-morlock2
2439           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
2440           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2441           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
2442           +> t/op/numconvert.t utils/perlbc.PL
2443            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2444            - cygwin32/perlld
2445           !> (integrate 105 files)
2446 ____________________________________________________________________________
2447 [  3380] By: gsar                                  on 1999/05/10  12:27:14
2448         Log: regen regnodes.h
2449      Branch: perl
2450            ! Changes regnodes.h
2451 ____________________________________________________________________________
2452 [  3379] By: gsar                                  on 1999/05/10  12:17:26
2453         Log: From: jan.dubois@ibm.net (Jan Dubois)
2454              Date: Sat, 01 May 1999 22:55:36 +0200
2455              Message-ID: <373067e9.56194713@smtp1.ibm.net>
2456              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
2457      Branch: perl
2458            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
2459            ! win32/config_H.vc
2460 ____________________________________________________________________________
2461 [  3378] By: gsar                                  on 1999/05/10  12:07:13
2462         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2463              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
2464              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
2465              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
2466      Branch: perl
2467            + t/op/numconvert.t
2468            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
2469            ! util.c
2470 ____________________________________________________________________________
2471 [  3377] By: gsar                                  on 1999/05/10  11:39:48
2472         Log: pp_modulo comment tweak from Ilya
2473      Branch: perl
2474            ! pp.c
2475 ____________________________________________________________________________
2476 [  3376] By: gsar                                  on 1999/05/10  11:30:40
2477         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2478              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
2479              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
2480              Subject: Test.pm update [PATCH _56]
2481      Branch: perl
2482            ! lib/Test.pm
2483 ____________________________________________________________________________
2484 [  3375] By: gsar                                  on 1999/05/10  11:28:30
2485         Log: From: jan.dubois@ibm.net (Jan Dubois)
2486              Date: Fri, 07 May 1999 00:59:54 +0200
2487              Message-ID: <373318ae.19292461@smtp1.ibm.net>
2488              Subject: Re: Using existing memory for an SV's PV 
2489      Branch: perl
2490            ! sv.c
2491 ____________________________________________________________________________
2492 [  3374] By: gsar                                  on 1999/05/10  11:23:44
2493         Log: From: jan.dubois@ibm.net (Jan Dubois)
2494              Date: Fri, 07 May 1999 00:59:52 +0200
2495              Message-ID: <37321800.19118320@smtp1.ibm.net>
2496              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
2497      Branch: perl
2498            ! perl.h
2499 ____________________________________________________________________________
2500 [  3373] By: gsar                                  on 1999/05/10  11:22:10
2501         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2502              Date: Thu, 6 May 1999 18:17:28 -0400
2503              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
2504              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
2505      Branch: perl
2506            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
2507            ! util.c
2508 ____________________________________________________________________________
2509 [  3372] By: gsar                                  on 1999/05/10  10:57:49
2510         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2511              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
2512              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
2513              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
2514      Branch: perl
2515            ! regcomp.c regcomp.pl
2516 ____________________________________________________________________________
2517 [  3371] By: gsar                                  on 1999/05/10  10:54:01
2518         Log: From: lane@duphy4.physics.drexel.edu
2519              Date: Tue, 04 May 1999 10:19:25 -0700
2520              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
2521              Subject: [PATCH 5.005.56] pod->html VMS fixes
2522      Branch: perl
2523            ! installhtml lib/Pod/Html.pm
2524 ____________________________________________________________________________
2525 [  3370] By: gsar                                  on 1999/05/10  10:45:52
2526         Log: testsuite nits
2527      Branch: perl
2528            ! t/lib/io_linenum.t t/op/filetest.t
2529 ____________________________________________________________________________
2530 [  3369] By: gsar                                  on 1999/05/10  10:35:22
2531         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2532              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
2533              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
2534              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
2535      Branch: perl
2536            ! os2/os2ish.h os2/os2thread.h
2537 ____________________________________________________________________________
2538 [  3368] By: gsar                                  on 1999/05/10  10:00:11
2539         Log: From: Albert Dvornik <bert@genscan.com>
2540              Date: 03 May 1999 12:20:57 -0400
2541              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
2542              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
2543      Branch: perl
2544            ! dump.c
2545 ____________________________________________________________________________
2546 [  3367] By: gsar                                  on 1999/05/10  09:55:51
2547         Log: shadow password support for Solaris (needs Configure help to
2548              determine HAS_GETSPENT)
2549              From: "Patrick O'Brien" <pdo@cs.umd.edu>
2550              Date: Sat, 01 May 1999 19:41:17 -0400
2551              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
2552              Subject: getpwent() under solaris
2553      Branch: perl
2554            ! pp_sys.c
2555 ____________________________________________________________________________
2556 [  3366] By: gsar                                  on 1999/05/10  09:45:58
2557         Log: From: jan.dubois@ibm.net (Jan Dubois)
2558              Date: Sat, 01 May 1999 23:45:47 +0200
2559              Message-ID: <373373fb.59284266@smtp1.ibm.net>
2560              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
2561      Branch: perl
2562            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2563            ! pod/perldelta.pod
2564 ____________________________________________________________________________
2565 [  3365] By: gsar                                  on 1999/05/10  09:34:22
2566         Log: test suite and fix input_line_number()
2567              From: Paul Johnson <pjcj@transeda.com>
2568              Date: Thu, 29 Apr 1999 06:28:14 +0100
2569              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
2570              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
2571      Branch: perl
2572            + t/lib/io_linenum.t
2573            ! MANIFEST ext/IO/lib/IO/Handle.pm
2574 ____________________________________________________________________________
2575 [  3364] By: gsar                                  on 1999/05/10  09:20:56
2576         Log: fix overeager [:foo:] parsing
2577              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2578              Date: Fri, 30 Apr 1999 09:26:18 +0100
2579              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
2580              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
2581      Branch: perl
2582            ! regcomp.c t/op/re_tests
2583 ____________________________________________________________________________
2584 [  3363] By: gsar                                  on 1999/05/10  09:09:21
2585         Log: documentation for Win32 builtins (somewhat modified)
2586              From: jan.dubois@ibm.net (Jan Dubois)
2587              Date: Tue, 30 Mar 1999 08:05:03 +0200
2588              Message-ID: <37006783.1926460@smtp1.ibm.net>
2589              Subject: Re: Issues with build 509 
2590      Branch: perl
2591            + pod/Win32.pod
2592            ! MANIFEST
2593 ____________________________________________________________________________
2594 [  3362] By: gsar                                  on 1999/05/10  08:22:07
2595         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
2596      Branch: perl
2597            ! lib/File/Copy.pm win32/win32.c
2598 ____________________________________________________________________________
2599 [  3361] By: gsar                                  on 1999/05/10  08:11:29
2600         Log: escape ampersands in <pre> sections
2601      Branch: perl
2602            ! Changes lib/Pod/Html.pm
2603 ____________________________________________________________________________
2604 [  3360] By: gsar                                  on 1999/05/10  08:04:14
2605         Log: AIX hints enhancements (threads build, SOCKS support)
2606              From: "David R. Favor" <dfavor@austin.ibm.com>
2607              Date: Wed, 28 Apr 1999 08:45:28 -0500
2608              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
2609              Subject: Working build for AIX + gcc + threading
2610      Branch: perl
2611            ! hints/aix.sh
2612 ____________________________________________________________________________
2613 [  3359] By: gsar                                  on 1999/05/10  07:49:26
2614         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
2615              Date: Tue, 27 Apr 1999 23:47:24 PDT
2616              Message-ID: <19990428064724.95244.qmail@hotmail.com>
2617              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
2618              --
2619              Date: Thu, 29 Apr 1999 18:21:06 -0700
2620              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
2621              Subject: [PATCH 5.005_56] double constants ( C.pm)
2622              --
2623              Date: Mon, 03 May 1999 20:21:31 PDT
2624              Message-ID: <19990504032131.81113.qmail@hotmail.com>
2625              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
2626              --
2627              Date: Thu, 06 May 1999 17:57:09 -0700
2628              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
2629              Subject: Stash.pm
2630      Branch: perl
2631            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
2632            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
2633 ____________________________________________________________________________
2634 [  3358] By: gsar                                  on 1999/05/10  04:39:15
2635         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
2636              From: alexander smishlajev <als@turnhere.com>
2637              Date: Sun, 25 Apr 1999 14:58:29 +0300
2638              Message-ID: <37230365.5F68B460@turnhere.com>
2639              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
2640      Branch: perl
2641            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
2642            + cygwin32/build-instructions.charles-wilson
2643            + cygwin32/build-instructions.sebastien-barre
2644            + cygwin32/build-instructions.steven-morlock
2645            + cygwin32/build-instructions.steven-morlock2
2646            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
2647            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
2648            - cygwin32/perlld
2649            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
2650            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
2651            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
2652            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
2653            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
2654            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
2655 ____________________________________________________________________________
2656 [  3357] By: gsar                                  on 1999/05/10  04:07:07
2657         Log: applied suggested patch, modulo already applied parts
2658              From: Charles Bailey <BAILEY@newman.upenn.edu>
2659              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
2660              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
2661              Subject: [Patch 5.005_56] VMS consolidated patch #2
2662      Branch: perl
2663            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
2664            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
2665            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
2666            ! vms/subconfigure.com vms/test.com vms/vms.c
2667 ____________________________________________________________________________
2668 [  3356] By: gsar                                  on 1999/05/10  03:48:08
2669         Log: applied suggested patch, with win32 and PERL_OBJECT additions
2670              From: Tom Hughes <tom@compton.nu>
2671              Date: Sat, 24 Apr 1999 18:11:59 +0100
2672              Message-ID: <609bdff748.tom@compton.compton.nu>
2673              Subject: ByteLoader patch
2674      Branch: perl
2675            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
2676            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
2677            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
2678            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
2679            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
2680            ! utils/Makefile win32/Makefile win32/makefile.mk
2681 ____________________________________________________________________________
2682 [  3355] By: gsar                                  on 1999/05/10  03:22:49
2683         Log: document 'test' attribute (from Andreas Koenig)
2684      Branch: perl
2685            ! lib/ExtUtils/MakeMaker.pm
2686 ____________________________________________________________________________
2687 [  3354] By: gsar                                  on 1999/05/10  03:12:37
2688         Log: From: pmarquess@bfsec.bt.co.uk
2689              Date: Thu, 22 Apr 1999 23:12:08 +0100
2690              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
2691              Subject: PATCH for small bug in scan_bin
2692      Branch: perl
2693            ! util.c
2694 ____________________________________________________________________________
2695 [  3353] By: gsar                                  on 1999/05/10  02:39:33
2696         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
2697              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
2698      Branch: perl
2699            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
2700            ! win32/win32iop.h
2701 ____________________________________________________________________________
2702 [  3352] By: gsar                                  on 1999/05/09  22:47:39
2703         Log: flush all open output buffers before fork(), exec(), system, qx//
2704              and pipe open() operations, simplifying buffering headaches faced
2705              by users; uses fflush(NULL), which may need Configure test
2706      Branch: perl
2707            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
2708            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
2709 ____________________________________________________________________________
2710 [  3351] By: gsar                                  on 1999/05/09  21:11:51
2711         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
2712              Leroy <jll@skynet.be>)
2713      Branch: perl
2714            ! utils/perlcc.PL
2715 ____________________________________________________________________________
2716 [  3350] By: gsar                                  on 1999/05/09  20:39:11
2717         Log: normalize $^X to full pathname on win32
2718      Branch: perl
2719            ! win32/runperl.c
2720 ____________________________________________________________________________
2721 [  3349] By: gsar                                  on 1999/05/09  20:23:07
2722         Log: allow readline($globref), <$globref> already works
2723      Branch: perl
2724            ! pp_hot.c
2725 ____________________________________________________________________________
2726 [  3348] By: gsar                                  on 1999/05/09  20:00:09
2727         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
2728              <lemburg@online-club.de>)
2729      Branch: perl
2730            ! utils/perldoc.PL
2731 ____________________________________________________________________________
2732 [  3347] By: gsar                                  on 1999/05/09  18:47:21
2733         Log: additions to Thread.pm docs from Tuomas J. Lukka
2734              <lukka@fas.harvard.edu>
2735      Branch: perl
2736            ! ext/Thread/Thread.pm
2737 ____________________________________________________________________________
2738 [  3346] By: gsar                                  on 1999/05/09  18:38:00
2739         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2740              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
2741              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
2742              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
2743      Branch: perl
2744            ! ext/B/B/Xref.pm
2745 ____________________________________________________________________________
2746 [  3345] By: gsar                                  on 1999/05/09  18:22:43
2747         Log: work around mangled archname on win32 while finding privlib/sitelib;
2748              normalize lib paths to forward slashes internally
2749      Branch: perl
2750            ! win32/win32.c
2751 ____________________________________________________________________________
2752 [  3344] By: gsar                                  on 1999/05/09  03:20:06
2753         Log: fix typo in dbm filters that caused odbm.t to fail
2754      Branch: perl
2755            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
2756 ____________________________________________________________________________
2757 [  3343] By: gsar                                  on 1999/05/09  02:02:59
2758         Log: tweak test totals
2759      Branch: perl
2760            ! Changes t/lib/tie-stdhandle.t
2761 ____________________________________________________________________________
2762 [  3342] By: gsar                                  on 1999/05/09  01:42:06
2763         Log: import list propagation busted (pointed out by Ton Hospel
2764              <thospel@mail.dma.be>)
2765      Branch: perl
2766            ! lib/autouse.pm
2767 ____________________________________________________________________________
2768 [  3341] By: gsar                                  on 1999/05/09  00:54:18
2769         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
2770              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
2771      Branch: perl
2772            ! Configure Makefile.SH
2773 ____________________________________________________________________________
2774 [  3340] By: gsar                                  on 1999/05/09  00:40:41
2775         Log: generate manpages for newly added utils
2776      Branch: perl
2777            ! installman
2778 ____________________________________________________________________________
2779 [  3339] By: gsar                                  on 1999/05/09  00:33:50
2780         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2781              Date: Sun, 02 May 1999 17:59:24 +0100
2782              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
2783              Subject: [PATCH] Re: ptr to realloced memory in yylex
2784      Branch: perl
2785            ! toke.c
2786 ____________________________________________________________________________
2787 [  3338] By: jhi                                   on 1999/05/08  22:40:29
2788         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
2789      Branch: cfgperl
2790            ! INSTALL
2791 ____________________________________________________________________________
2792 [  3337] By: jhi                                   on 1999/05/08  22:22:26
2793         Log: Integrate from mainperl.
2794      Branch: cfgperl
2795           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
2796           !> (integrate 54 files)
2797 ____________________________________________________________________________
2798 [  3336] By: gsar                                  on 1999/05/08  21:48:22
2799         Log: make perldoc -f grok nested =items
2800      Branch: perl
2801            ! utils/perldoc.PL
2802 ____________________________________________________________________________
2803 [  3335] By: gsar                                  on 1999/05/08  19:48:11
2804         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
2805      Branch: perl
2806            ! op.c t/lib/fields.t
2807 ____________________________________________________________________________
2808 [  3334] By: gsar                                  on 1999/05/08  19:09:41
2809         Log: update test totals
2810      Branch: perl
2811            ! t/lib/bigintpm.t
2812 ____________________________________________________________________________
2813 [  3333] By: gsar                                  on 1999/05/08  16:56:02
2814         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
2815      Branch: perl
2816            ! pod/perlfunc.pod
2817 ____________________________________________________________________________
2818 [  3332] By: gsar                                  on 1999/05/08  16:46:44
2819         Log: applied suggested patch, added tests
2820              From: William Mann <wmann@avici.com>
2821              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
2822              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
2823              Subject: BigInt.pm extensions for logical operations
2824      Branch: perl
2825            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
2826 ____________________________________________________________________________
2827 [  3331] By: gsar                                  on 1999/05/08  16:09:33
2828         Log: avoid temporary files named 'tmp'
2829      Branch: perl
2830            ! Makefile.SH pp.c
2831 ____________________________________________________________________________
2832 [  3330] By: nick                                  on 1999/05/08  14:16:30
2833         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
2834              Provide Tie::StdHandle
2835              Basic update of docs.
2836      Branch: perl
2837            + t/lib/tie-stdhandle.t
2838            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
2839 ____________________________________________________________________________
2840 [  3329] By: nick                                  on 1999/05/08  12:03:45
2841         Log: Tweaks to open(my $fh,...) stuff
2842      Branch: perl
2843            ! op.c pp.c pp_sys.c t/io/open.t
2844 ____________________________________________________________________________
2845 [  3328] By: nick                                  on 1999/05/08  11:18:42
2846         Log: Bring SDBM_File.xs into line with new typemap
2847      Branch: perl
2848            ! ext/SDBM_File/SDBM_File.xs
2849 ____________________________________________________________________________
2850 [  3327] By: gsar                                  on 1999/05/08  00:07:11
2851         Log: add test case for AUTOLOAD reentrancy fix in change#3279
2852      Branch: perl
2853            ! t/lib/autoloader.t
2854 ____________________________________________________________________________
2855 [  3326] By: nick                                  on 1999/05/07  21:24:50
2856         Log: Implement open( my $fh, ...) and similar.
2857              Set flag in op.c for "constructor ops"
2858              In pp_rv2gv, if flag is set and arg is PADSV and uninit
2859              vivify as reference to a detached GV.
2860              (Name of GV is the pad name.)
2861              This scheme should "just work" for pipe/socket etc. too.
2862              
2863              #if 0 out the open(FH,undef) for now.
2864              Change t/io/open.t to test open(my $fh,...)
2865      Branch: perl
2866            ! op.c pp.c pp_sys.c t/io/open.t
2867 ____________________________________________________________________________
2868 [  3325] By: nick                                  on 1999/05/07  21:18:42
2869         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
2870      Branch: perl
2871            ! util.c
2872 ____________________________________________________________________________
2873 [  3324] By: gsar                                  on 1999/05/07  20:28:31
2874         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
2875              intervening code has to allocate SVs)
2876      Branch: perl
2877            ! util.c
2878 ____________________________________________________________________________
2879 [  3323] By: gsar                                  on 1999/05/07  19:45:08
2880         Log: allow line numbers to show in diagnostics during global destruction
2881      Branch: perl
2882            ! util.c
2883 ____________________________________________________________________________
2884 [  3322] By: gsar                                  on 1999/05/07  09:38:11
2885         Log: From: Dan Sugalski <sugalskd@ous.edu>
2886              Date: Fri, 09 Apr 1999 16:16:39 -0700
2887              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
2888              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
2889      Branch: perl
2890            ! lib/ExtUtils/MM_VMS.pm
2891 ____________________________________________________________________________
2892 [  3321] By: gsar                                  on 1999/05/07  09:08:23
2893         Log: From: kwzh@gnu.org (Karl Heuer)
2894              Date: Wed, 7 Apr 1999 23:58:58 -0400
2895              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
2896              Subject: [perl-5.005.02] detect lack of /dev/tty
2897      Branch: perl
2898            ! Makefile.SH
2899 ____________________________________________________________________________
2900 [  3320] By: gsar                                  on 1999/05/07  08:52:14
2901         Log: allow distinct prefix for versioned executables
2902              From: Roderick Schertler <roderick@argon.org>
2903              Date: Wed, 07 Apr 1999 15:34:56 -0400
2904              Message-ID: <3003.923513696@eeyore.ibcinc.com>
2905              Subject: perl55.00503 -> perl5.00503 patch for installperl
2906      Branch: perl
2907            ! INSTALL installperl
2908 ____________________________________________________________________________
2909 [  3319] By: gsar                                  on 1999/05/07  08:07:02
2910         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2911              Date: Mon, 05 Apr 1999 15:38:42 -0700
2912              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
2913              Subject: Re: chomp fails with $/ in fixed-length record mode
2914              --
2915              From: Roderick Schertler <roderick@argon.org>
2916              Date: Tue, 06 Apr 1999 21:11:37 -0400
2917              Message-ID: <2795.923447497@eeyore.ibcinc.com>
2918              Subject: Re: chomp fails with $/ in fixed-length record mode
2919      Branch: perl
2920            ! doop.c pod/perlfunc.pod t/op/chop.t
2921 ____________________________________________________________________________
2922 [  3318] By: gsar                                  on 1999/05/07  07:56:35
2923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2924              Date: Tue, 6 Apr 1999 01:40:36 -0400
2925              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
2926              Subject: [PATCH 5.005_*] Make % use fmod()
2927      Branch: perl
2928            ! pp.c t/op/arith.t
2929 ____________________________________________________________________________
2930 [  3317] By: gsar                                  on 1999/05/07  04:18:11
2931         Log: DBM Filters (via private mail)
2932              From: pmarquess@bfsec.bt.co.uk
2933              Date: Sun, 18 Apr 1999 21:05:52 +0100
2934              Message-Id: <199904182009.NAA19152@activestate.com>
2935              Subject: DBM Filters
2936      Branch: perl
2937            + pod/perldbmfilter.pod
2938            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2939            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
2940            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2941            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
2942            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
2943            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
2944            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
2945            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
2946            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
2947            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
2948            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
2949            ! t/lib/sdbm.t
2950 ____________________________________________________________________________
2951 [  3316] By: gsar                                  on 1999/05/07  03:28:53
2952         Log: avoid negative return value from Win32::GetTickCount()
2953              From: jan.dubois@ibm.net (Jan Dubois)
2954              Date: Sat, 03 Apr 1999 19:04:18 +0200
2955              Message-ID: <37084742.22824479@smtp1.ibm.net>
2956              Subject: Re: Win32::GetTickCount
2957      Branch: perl
2958            ! win32/win32.c
2959 ____________________________________________________________________________
2960 [  3315] By: nick                                  on 1999/05/06  21:44:38
2961         Log: open(FH,undef) # creates new_tmpfile opened read/write
2962              Add t/io/open.t with test for above.
2963      Branch: perl
2964            + t/io/open.t
2965            ! pp_sys.c
2966 ____________________________________________________________________________
2967 [  3314] By: gsar                                  on 1999/05/06  08:01:23
2968         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
2969              Date: Tue, 30 Mar 1999 23:40:34 PST
2970              Message-ID: <19990331074034.6117.qmail@hotmail.com>
2971              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
2972              --
2973              Date: Wed, 07 Apr 1999 00:28:23 -0800
2974              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
2975              Subject: [PATCH 5.005_56] function prototypes(B.pm)
2976              --
2977              Date: Thu, 22 Apr 1999 23:40:52 -0700
2978              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
2979              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
2980              --
2981              Date: Tue, 27 Apr 1999 01:14:49 PDT
2982              Message-ID: <19990427081449.28615.qmail@hotmail.com>
2983              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
2984      Branch: perl
2985            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
2986            ! t/op/ref.t
2987 ____________________________________________________________________________
2988 [  3313] By: jhi                                   on 1999/05/06  07:59:52
2989         Log: Integrate from mainperl.
2990      Branch: cfgperl
2991           !> (integrate 33 files)
2992 ____________________________________________________________________________
2993 [  3312] By: gsar                                  on 1999/05/06  07:11:50
2994         Log: add Ethiopic section to unicode master database (from Ken
2995              Whistler <kenw@sybase.com>)
2996      Branch: perl
2997            ! lib/unicode/UnicodeData-Latest.txt
2998 ____________________________________________________________________________
2999 [  3311] By: gsar                                  on 1999/05/06  05:37:55
3000         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
3001              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
3002              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
3003              Subject: Largefiles for Solaris
3004      Branch: perl
3005            ! hints/solaris_2.sh
3006 ____________________________________________________________________________
3007 [  3310] By: gsar                                  on 1999/05/06  05:14:35
3008         Log: emit more accurate diagnostic for syntax errors involving <>
3009              within eval""
3010      Branch: perl
3011            ! toke.c utils/perldoc.PL
3012 ____________________________________________________________________________
3013 [  3309] By: gsar                                  on 1999/05/06  04:36:31
3014         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
3015      Branch: perl
3016            ! t/lib/open3.t
3017 ____________________________________________________________________________
3018 [  3308] By: gsar                                  on 1999/05/06  03:19:16
3019         Log: applied first part of suggested patch (bug described cannot be
3020              reproduced any longer, so the second inconclusive part has not
3021              been applied)
3022              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3023              Date: Sun, 28 Mar 1999 04:51:34 +0100
3024              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
3025              Subject: [PATCH 5.005_56] Re: A core dump 
3026      Branch: perl
3027            ! toke.c
3028 ____________________________________________________________________________
3029 [  3307] By: gsar                                  on 1999/05/06  01:56:06
3030         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
3031              change#3180)
3032      Branch: perl
3033            ! op.c
3034 ____________________________________________________________________________
3035 [  3306] By: gsar                                  on 1999/05/05  17:17:34
3036         Log: applied non-conflicting parts of suggested patch
3037              From: Charles Bailey <BAILEY@newman.upenn.edu>
3038              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
3039              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
3040              Subject: [Patch 5.005_56] Revised VMS patch
3041      Branch: perl
3042            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
3043            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
3044 ____________________________________________________________________________
3045 [  3305] By: gsar                                  on 1999/05/05  16:20:19
3046         Log: make perldoc use backslashed pathnames within system() on win32
3047      Branch: perl
3048            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
3049 ____________________________________________________________________________
3050 [  3304] By: gsar                                  on 1999/05/05  07:29:43
3051         Log: upgrade Pod::Parser to v1.081 from CPAN
3052      Branch: perl
3053            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3054            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3055            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
3056 ____________________________________________________________________________
3057 [  3303] By: gsar                                  on 1999/05/05  07:02:07
3058         Log: From: Andy Dougherty <doughera@lafayette.edu>
3059              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
3060              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
3061              Subject: [PATCH 5.005_03-MT3] INSTALL patches
3062      Branch: perl
3063            ! INSTALL
3064 ____________________________________________________________________________
3065 [  3302] By: gsar                                  on 1999/05/05  06:55:21
3066         Log: load base packages based on nonexistent $VERSION
3067              From: andreas.koenig@anima.de (Andreas J. Koenig)
3068              Date: 19 Mar 1999 06:00:28 +0100
3069              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
3070              Subject: Re: base.pm flaw
3071      Branch: perl
3072            ! lib/base.pm lib/locale.pm
3073 ____________________________________________________________________________
3074 [  3301] By: gsar                                  on 1999/05/04  05:41:08
3075         Log: pod2man outputs switched date and revision label (fix suggested by
3076              EthanSasiela@mede.com)
3077      Branch: perl
3078            ! pod/pod2man.PL
3079 ____________________________________________________________________________
3080 [  3300] By: gsar                                  on 1999/05/03  18:48:25
3081         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
3082              (makes opendir(D,"c:") work reliably)
3083      Branch: perl
3084            ! win32/win32.c
3085 ____________________________________________________________________________
3086 [  3299] By: gsar                                  on 1999/05/02  19:39:55
3087         Log: add test case for change#3298
3088      Branch: perl
3089            ! sv.c t/op/readdir.t
3090 ____________________________________________________________________________
3091 [  3298] By: gsar                                  on 1999/05/02  19:24:41
3092         Log: close directory handles properly when localized
3093      Branch: perl
3094            ! sv.c
3095 ____________________________________________________________________________
3096 [  3297] By: jhi                                   on 1999/04/30  11:42:14
3097         Log: Integrate from mainperl.
3098      Branch: cfgperl
3099           !> Changes config_h.SH configure.com lib/AutoLoader.pm
3100           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
3101           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
3102           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
3103           !> vms/subconfigure.com win32/win32.c
3104 ____________________________________________________________________________
3105 [  3293] By: chip                                  on 1999/04/29  18:50:49
3106         Log: Fix shebang lines.
3107      Branch: maint-5.004/perl
3108            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
3109            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
3110            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
3111            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
3112            ! x2p/find2perl.PL x2p/s2p.PL
3113 ____________________________________________________________________________
3114 [  3284] By: gsar                                  on 1999/04/27  00:48:42
3115         Log: integrate change#3279 from maint-5.004
3116      Branch: perl
3117            ! lib/AutoLoader.pm
3118 ____________________________________________________________________________
3119 [  3279] By: chip                                  on 1999/04/26  23:09:26
3120         Log: Make &AutoLoad::AUTOLOAD reentrant.
3121      Branch: maint-5.004/perl
3122            ! lib/AutoLoader.pm
3123 ____________________________________________________________________________
3124 [  3276] By: chip                                  on 1999/04/26  22:34:36
3125         Log: Make porting scripts executable.
3126      Branch: maint-5.004/perl
3127            ! Changes Porting/genlog Porting/makerel Porting/p4desc
3128            ! Porting/patchls
3129 ____________________________________________________________________________
3130 [  3274] By: gsar                                  on 1999/04/26  17:30:31
3131         Log: allow embedded null characters in diagnostics
3132      Branch: perl
3133            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
3134 ____________________________________________________________________________
3135 [  3273] By: gsar                                  on 1999/04/26  08:27:22
3136         Log: hand-applied conflicting parts of suggested patch
3137              From: Charles Bailey <BAILEY@newman.upenn.edu>
3138              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
3139              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
3140              Subject: [PATCH 5.005_56] VMS configuration/build
3141      Branch: perl
3142            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
3143            ! vms/munchconfig.c vms/subconfigure.com
3144 ____________________________________________________________________________
3145 [  3272] By: gsar                                  on 1999/04/26  08:25:41
3146         Log: update Changes; tweak minor regressions
3147      Branch: perl
3148            ! Changes lib/AutoSplit.pm lib/File/Path.pm
3149 ____________________________________________________________________________
3150 [  3271] By: gsar                                  on 1999/04/26  07:52:51
3151         Log: integrate change#3229 from maint-5.004
3152      Branch: perl
3153            ! pp_ctl.c util.c
3154 ____________________________________________________________________________
3155 [  3270] By: gsar                                  on 1999/04/25  22:58:27
3156         Log: fix buggy reference count on refs to SVs with autoviv magic
3157              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
3158              accessing free()d memory)
3159      Branch: perl
3160            ! pp.c t/op/ref.t
3161 ____________________________________________________________________________
3162 [  3269] By: gsar                                  on 1999/04/24  17:07:55
3163         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
3164              on win32)
3165      Branch: perl
3166            ! win32/win32.c
3167 ____________________________________________________________________________
3168 [  3268] By: gsar                                  on 1999/04/24  16:38:25
3169         Log: kill dup hunk
3170      Branch: perl
3171            ! config_h.SH
3172 ____________________________________________________________________________
3173 [  3267] By: gsar                                  on 1999/04/24  16:35:57
3174         Log: integrate cfgperl changes into mainline
3175      Branch: perl
3176           +> myconfig.SH
3177            - myconfig
3178            ! pod/perlre.pod
3179           !> (integrate 38 files)
3180 ____________________________________________________________________________
3181 [  3266] By: jhi                                   on 1999/04/23  18:42:44
3182         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3183              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
3184              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
3185              Cc: Lionel Cons <lionel.cons@cern.ch>,
3186              Ilya Zakharevich <ilya@math.ohio-state.edu>,
3187              David Hayes <david@bdel.com>
3188              Subject: [PATCH] h2ph
3189              Date: Fri, 23 Apr 1999 12:37:23 -0400
3190              Message-ID: <19990423123723.A49550@O2.chapin.edu>
3191      Branch: cfgperl
3192            ! utils/h2ph.PL
3193 ____________________________________________________________________________
3194 [  3265] By: jhi                                   on 1999/04/21  18:17:12
3195         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
3196              To: perlbug@perl.org
3197              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
3198              Date: Wed, 21 Apr 1999 08:17:54 -0700
3199              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
3200      Branch: cfgperl
3201            ! vms/descrip_mms.template
3202 ____________________________________________________________________________
3203 [  3264] By: jhi                                   on 1999/04/20  08:50:54
3204         Log: From: Andy Dougherty <doughera@lafayette.edu>
3205              To: The Perl Porters Mailing List <perl5-porters@perl.org>
3206              Subject: [PATCH 5.005_56] Re: 5.006 Todo
3207              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
3208              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
3209      Branch: cfgperl
3210            ! Porting/pumpkin.pod
3211 ____________________________________________________________________________
3212 [  3263] By: jhi                                   on 1999/04/20  08:05:01
3213         Log: From: Chip Salzenberg <chip@perlsupport.com>
3214              To: Perl 5 Porters <perl5-porters@perl.org>
3215              Subject: [PATCH 5.005_56] Configure: $sig_count
3216              Date: Sun, 18 Apr 1999 17:54:36 -0400
3217              Message-ID: <19990418175436.A27496@perlsupport.com>
3218      Branch: cfgperl
3219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3220            ! config_h.SH
3221 ____________________________________________________________________________
3222 [  3262] By: jhi                                   on 1999/04/19  18:23:50
3223         Log: Subject: PATCH wrong faq reference in perlbook.pod
3224              From: Robin Barker <rmb1@cise.npl.co.uk>
3225              To: perlbug@perl.com
3226              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
3227              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
3228      Branch: cfgperl
3229            ! pod/perlbook.pod
3230 ____________________________________________________________________________
3231 [  3261] By: jhi                                   on 1999/04/15  13:59:04
3232         Log: From: Andy Dougherty <doughera@lafayette.edu>
3233              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
3234              Cc: Perl Porters <perl5-porters@perl.org>
3235              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
3236              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
3237              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
3238      Branch: cfgperl
3239            ! hints/solaris_2.sh
3240 ____________________________________________________________________________
3241 [  3260] By: jhi                                   on 1999/04/15  13:56:53
3242         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
3243              To: pumpkings@jhereg.perl.com
3244              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
3245              Date: Thu, 15 Apr 1999 07:13:41 -0600
3246              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
3247      Branch: cfgperl
3248            ! pod/perldata.pod
3249 ____________________________________________________________________________
3250 [  3259] By: jhi                                   on 1999/04/13  23:12:52
3251         Log: LDLIBPTH also on 'clean' targets.
3252      Branch: cfgperl
3253            ! Makefile.SH
3254 ____________________________________________________________________________
3255 [  3258] By: jhi                                   on 1999/04/13  21:38:46
3256         Log: Add information about the two DEC C compiler optimizer bugs
3257              (what patch levels of the compilers fix them).
3258      Branch: cfgperl
3259            ! pp.c t/op/repeat.t
3260 ____________________________________________________________________________
3261 [  3257] By: jhi                                   on 1999/04/13  14:25:08
3262         Log: Be polite about ccdlflags and lddflags, too.
3263              Avoid Perl's malloc only when threaded.
3264      Branch: cfgperl
3265            ! hints/aix.sh
3266 ____________________________________________________________________________
3267 [  3256] By: jhi                                   on 1999/04/13  10:21:33
3268         Log: Croak if no known ways to semctl() (don't assume union semun).
3269      Branch: cfgperl
3270            ! doio.c perl.h
3271 ____________________________________________________________________________
3272 [  3255] By: jhi                                   on 1999/04/13  09:10:26
3273         Log: From: Dan Sugalski <sugalskd@osshe.edu>
3274              To: perl5-porters@perl.org, vmsperl@perl.org
3275              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
3276              Date: Mon, 12 Apr 1999 13:36:48 -0700
3277              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
3278      Branch: cfgperl
3279            ! lib/ExtUtils/MM_VMS.pm
3280 ____________________________________________________________________________
3281 [  3254] By: jhi                                   on 1999/04/13  06:56:26
3282         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3283              To: perlbug@perl.com
3284              Subject: Update for OpenBSD hints
3285              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
3286              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
3287      Branch: cfgperl
3288            ! hints/openbsd.sh
3289 ____________________________________________________________________________
3290 [  3229] By: chip                                  on 1999/04/13  04:04:14
3291         Log: Preserve errno from importunities of sfio.
3292      Branch: maint-5.004/perl
3293            ! pp_ctl.c util.c
3294 ____________________________________________________________________________
3295 [  3226] By: jhi                                   on 1999/04/11  12:52:26
3296         Log: If both ways to call semctl are broken,    skip the tests.
3297      Branch: cfgperl
3298            ! t/lib/ipc_sysv.t
3299 ____________________________________________________________________________
3300 [  3225] By: jhi                                   on 1999/04/10  22:27:28
3301         Log: From: Andy Dougherty <doughera@lafayette.edu>
3302              To: dsembr01@ox.slug.louisville.edu
3303              Cc: perlbug@perl.com
3304              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
3305              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
3306              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
3307      Branch: cfgperl
3308            ! ext/POSIX/POSIX.xs
3309 ____________________________________________________________________________
3310 [  3224] By: jhi                                   on 1999/04/09  18:50:32
3311         Log: From: Andy Dougherty <doughera@lafayette.edu>
3312              To: Perl Porters <perl5-porters@perl.org>
3313              Subject: [PATCH 5.005_56] Re: prefix= in hints
3314              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
3315              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
3316              
3317              (Overrides change #3204 from Kurt)
3318      Branch: cfgperl
3319            ! hints/linux.sh
3320 ____________________________________________________________________________
3321 [  3223] By: jhi                                   on 1999/04/09  18:37:55
3322         Log: Understand Apollo's //node notation.
3323              
3324              From: Johann Klasek <jk@auto.tuwien.ac.at>
3325              To: jhi@iki.fi
3326              Subject: Re: DomainPerl
3327              Date: Fri, 9 Apr 1999 18:21:37 +0200
3328              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
3329      Branch: cfgperl
3330            ! lib/Cwd.pm
3331 ____________________________________________________________________________
3332 [  3220] By: jhi                                   on 1999/04/04  16:33:49
3333         Log: Integrate from mainperl.
3334      Branch: cfgperl
3335           !> (integrate 39 files)
3336 ____________________________________________________________________________
3337 [  3219] By: gsar                                  on 1999/04/04  02:48:17
3338         Log: tweak previous change
3339      Branch: maint-5.005/perl
3340            ! win32/win32.c
3341 ____________________________________________________________________________
3342 [  3218] By: gsar                                  on 1999/04/04  02:44:47
3343         Log: be careful about extending the stack for the Win32:: builtins
3344      Branch: maint-5.005/perl
3345            ! win32/win32.c
3346 ____________________________________________________________________________
3347 [  3217] By: gsar                                  on 1999/04/04  01:59:26
3348         Log: correct places that said newSVpv() when they meant newSVpvn()
3349      Branch: perl
3350            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
3351            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
3352            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3353            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
3354            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
3355            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
3356            ! win32/win32.c
3357 ____________________________________________________________________________
3358 [  3216] By: gsar                                  on 1999/04/03  23:58:27
3359         Log: avoid duplicate code
3360      Branch: perl
3361            ! sv.c
3362 ____________________________________________________________________________
3363 [  3215] By: gsar                                  on 1999/04/03  23:14:34
3364         Log: grow PL_tmps_stack more efficiently; make it more amenable to
3365              STRESS_REALLOC testing
3366      Branch: perl
3367            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
3368            ! sv.c
3369 ____________________________________________________________________________
3370 [  3214] By: gsar                                  on 1999/04/03  21:01:09
3371         Log: scrounge and save three extra branches in pp_entersub()
3372      Branch: perl
3373            ! cv.h pp_ctl.c pp_hot.c
3374 ____________________________________________________________________________
3375 [  3213] By: gsar                                  on 1999/04/03  17:43:23
3376         Log: remove duplicate code and an extra branch in sv_setsv() and
3377              other hot code by making SvTHINKFIRST() think about FAKE SVs
3378      Branch: perl
3379            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
3380            ! proto.h scope.c sv.c sv.h
3381 ____________________________________________________________________________
3382 [  3212] By: jhi                                   on 1999/04/03  16:20:09
3383         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
3384              
3385              From: John Bley <jbb6@acpub.duke.edu>
3386              To: perlbug@perl.org
3387              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
3388              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
3389              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
3390      Branch: cfgperl
3391            ! doio.c pp_sys.c
3392 ____________________________________________________________________________
3393 [  3211] By: jhi                                   on 1999/04/03  13:27:26
3394         Log: Change #3210 was rather unportable.  This is better.
3395      Branch: cfgperl
3396            ! Configure config_h.SH
3397 ____________________________________________________________________________
3398 [  3210] By: jhi                                   on 1999/04/03  13:16:20
3399         Log: Avoid Digital UNIX' ksh.
3400              
3401              From: Jarkko Hietaniemi <jhi@iki.fi> 
3402              To: Henrik Tougaard <ht000@siberut.foa.dk> 
3403              Cc: perlbug@perl.com, ht000@foa.dk 
3404              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
3405              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
3406              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
3407      Branch: cfgperl
3408            ! Configure config_h.SH
3409 ____________________________________________________________________________
3410 [  3209] By: jhi                                   on 1999/04/03  12:49:04
3411         Log: Integrate from mainperl.
3412      Branch: cfgperl
3413           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
3414 ____________________________________________________________________________
3415 [  3208] By: jhi                                   on 1999/04/03  12:27:24
3416         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
3417              
3418              From: Lionel Cons <lionel.cons@cern.ch>
3419              To: jhi@iki.fi
3420              Cc: perlbug@perl.com, kstar@isinet.com,
3421              Philippe Defert <philippe.defert@cern.ch>
3422              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
3423              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
3424              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
3425      Branch: cfgperl
3426            ! hints/irix_6.sh
3427 ____________________________________________________________________________
3428 [  3207] By: jhi                                   on 1999/04/03  12:20:21
3429         Log: Be polite about usemymalloc.
3430      Branch: cfgperl
3431            ! hints/aix.sh
3432 ____________________________________________________________________________
3433 [  3206] By: gsar                                  on 1999/04/02  23:31:59
3434         Log: a typo in change#3205
3435      Branch: perl
3436            ! t/lib/bigfloatpm.t
3437 ____________________________________________________________________________
3438 [  3205] By: gsar                                  on 1999/04/02  23:20:31
3439         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
3440              returns NaNs faithfully)
3441      Branch: perl
3442            ! t/lib/bigfloatpm.t
3443 ____________________________________________________________________________
3444 [  3204] By: jhi                                   on 1999/04/02  22:03:23
3445         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
3446              
3447              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3448              To: perl5-porters@perl.org
3449              Subject: linux hints nit
3450              Date: Fri, 2 Apr 1999 16:49:47 -0500
3451              Message-ID: <19990402164947.E80926@O2.chapin.edu>
3452      Branch: cfgperl
3453            ! hints/linux.sh
3454 ____________________________________________________________________________
3455 [  3203] By: jhi                                   on 1999/04/02  22:00:56
3456         Log: Display exact glibc version in Linux. 
3457              
3458              From: Andy Dougherty <doughera@lafayette.edu>
3459              To: Perl Porters <perl5-porters@perl.org>
3460              Subject: Displaying glibc version on Linux
3461              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
3462              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
3463      Branch: cfgperl
3464            ! hints/linux.sh
3465 ____________________________________________________________________________
3466 [  3202] By: gsar                                  on 1999/04/02  21:23:18
3467         Log: various little goofs
3468      Branch: perl
3469            ! Changes Makefile.SH README installperl
3470 ____________________________________________________________________________
3471 [  3201] By: jhi                                   on 1999/04/02  13:13:39
3472         Log: Configure regen.
3473              
3474              Add llseek + offset_t probing.
3475              Change CONFIG to CONFIGDOTSH.
3476              'unset foo' is unportable, use foo=''.
3477      Branch: cfgperl
3478            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
3479            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
3480            ! perl_exp.SH writemain.SH
3481 ____________________________________________________________________________
3482 [  3200] By: jhi                                   on 1999/04/02  12:06:22
3483         Log: Introduce myconfig.SH.
3484              
3485              From: Andy Dougherty <doughera@lafayette.edu>
3486              To: Jarkko Hietaniemi <jhi@iki.fi>
3487              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
3488              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
3489              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
3490              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
3491      Branch: cfgperl
3492            + myconfig.SH
3493            - myconfig
3494            ! MANIFEST
3495 ____________________________________________________________________________
3496 [  3195] By: jhi                                   on 1999/03/28  16:42:54
3497         Log: Update perlhist on 5_03.
3498      Branch: maint-5.005/perl
3499            ! pod/perlhist.pod
3500 ____________________________________________________________________________
3501 [  3194] By: jhi                                   on 1999/03/28  12:30:01
3502         Log: Integrate from mainperl.
3503      Branch: cfgperl
3504           +> t/op/grep.t
3505            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
3506            ! t/lib/bigintpm.t
3507           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
3508           !> t/lib/thread.t
3509 ____________________________________________________________________________
3510 [  3189] By: gsar                                  on 1999/03/28  08:22:00
3511         Log: various pod niggles
3512      Branch: maint-5.005/perl
3513            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
3514            ! pod/perlfunc.pod pod/perlhist.pod
3515 ____________________________________________________________________________
3516 [  3187] By: gsar                                  on 1999/03/28  07:31:16
3517         Log: regularize CAPI declarations (CAPI extensions now build under
3518              the Borland compiler)
3519      Branch: maint-5.005/perl
3520            ! win32/GenCAPI.pl
3521 ____________________________________________________________________________
3522 [  3186] By: gsar                                  on 1999/03/28  07:26:33
3523         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
3524              -DPERL_CAPI
3525      Branch: maint-5.005/perl
3526            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
3527 ____________________________________________________________________________
3528 [  3183] By: gsar                                  on 1999/03/28  06:00:46
3529         Log: update p4 utility to ignore non-text files
3530      Branch: perl
3531            ! Porting/p4desc
3532 ____________________________________________________________________________
3533 [  3181] By: gsar                                  on 1999/03/28  03:37:23
3534         Log: integrate change#3179 from maint-5.005
3535      Branch: perl
3536           !> ext/Thread/Thread.xs t/lib/thread.t
3537 ____________________________________________________________________________
3538 [  3180] By: gsar                                  on 1999/03/28  02:28:20
3539         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
3540              (sometimes caused bizarreness in the BLOCK)
3541      Branch: perl
3542            + t/op/grep.t
3543            ! MANIFEST op.c
3544 ____________________________________________________________________________
3545 [  3179] By: gsar                                  on 1999/03/28  02:14:04
3546         Log: fix thread segfault when passing large number of arguments to child
3547              a la C<Thread->new($foo, 1..1000)>
3548      Branch: maint-5.005/perl
3549            ! ext/Thread/Thread.xs t/lib/thread.t
3550 ____________________________________________________________________________
3551 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
3552         Log: fix $Config{'usethreads'} typo in perlthrtut
3553              
3554              From: Ian Maloney <szhmf9@wsblob.ubs.com>
3555              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
3556              Message-Id: <199903251540.QAA02439@wsblob.>
3557              Subject: perlthrtut documentation error
3558      Branch: maint-5.005/perl
3559            ! pod/perlthrtut.pod
3560 ____________________________________________________________________________
3561 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
3562         Log: Update Test.pm to VERSION 1.122 from CPAN
3563      Branch: maint-5.005/perl
3564            ! lib/Test.pm
3565 ____________________________________________________________________________
3566 [  3171] By: jhi                                   on 1999/03/26  22:38:28
3567         Log: Integrate from mainperl.
3568      Branch: cfgperl
3569           !> (integrate 37 files)
3570 ____________________________________________________________________________
3571 [  3170] By: gsar                                  on 1999/03/26  01:30:25
3572         Log: specify type of bracket in "Unmatched bracket" diagnostic;
3573              prefer 'brace' or 'curly bracket' over 'curly brace'
3574      Branch: perl
3575            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
3576            ! t/op/misc.t t/op/re_tests toke.c
3577 ____________________________________________________________________________
3578 [  3169] By: gsar                                  on 1999/03/26  00:50:51
3579         Log: better description of "Integer overflow" diagnostic
3580      Branch: perl
3581            ! pod/perldiag.pod
3582 ____________________________________________________________________________
3583 [  3168] By: gsar                                  on 1999/03/25  11:02:46
3584         Log: applied needful parts of suggested patch
3585              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
3586              Date: Tue, 23 Mar 1999 16:21:43 -0800
3587              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
3588              Subject: [PATCH 5.005_56] pp_formline correction
3589      Branch: perl
3590            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
3591 ____________________________________________________________________________
3592 [  3167] By: gsar                                  on 1999/03/25  10:39:02
3593         Log: clarify what a "comment" means (due to Mark-Jason Dominus
3594              <mjd@plover.com>)
3595      Branch: perl
3596            ! pod/perlsyn.pod
3597 ____________________________________________________________________________
3598 [  3166] By: gsar                                  on 1999/03/25  10:33:18
3599         Log: describe current behavior on local($foo{nothere}) (suggested by
3600              Lionel Cons <lionel.cons@cern.ch>)
3601      Branch: perl
3602            ! pod/perlsub.pod
3603 ____________________________________________________________________________
3604 [  3165] By: gsar                                  on 1999/03/25  06:21:05
3605         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
3606              <vishalb@hotmail.com>)
3607      Branch: perl
3608            ! ext/B/B/C.pm
3609 ____________________________________________________________________________
3610 [  3164] By: gsar                                  on 1999/03/25  06:17:27
3611         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3612              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
3613              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
3614              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
3615      Branch: perl
3616            ! ext/B/B.xs op.h opcode.pl
3617 ____________________________________________________________________________
3618 [  3163] By: gsar                                  on 1999/03/25  06:15:49
3619         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
3620              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
3621              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
3622              Subject: [PATCH _56] B::Deparse 0.57
3623              --
3624              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
3625              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
3626              Subject: Re: [PATCH _56] B::Deparse 0.57 
3627      Branch: perl
3628            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
3629 ____________________________________________________________________________
3630 [  3162] By: gsar                                  on 1999/03/25  06:11:46
3631         Log: fix a few places that said 'int', but meant 'STRLEN'
3632      Branch: perl
3633            ! pod/perlguts.pod proto.h sv.c
3634 ____________________________________________________________________________
3635 [  3161] By: gsar                                  on 1999/03/25  06:01:18
3636         Log: From: Russ Allbery <rra@stanford.edu>
3637              Date: 22 Mar 1999 04:26:26 -0800
3638              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
3639              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
3640      Branch: perl
3641            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
3642            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
3643            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
3644            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
3645 ____________________________________________________________________________
3646 [  3160] By: gsar                                  on 1999/03/25  02:26:31
3647         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
3648      Branch: perl
3649            ! opcode.h opcode.pl
3650 ____________________________________________________________________________
3651 [  3159] By: gsar                                  on 1999/03/25  02:18:17
3652         Log: add statement-modifier loops to :base_loop class
3653      Branch: perl
3654            ! ext/Opcode/Opcode.pm
3655 ____________________________________________________________________________
3656 [  3158] By: gsar                                  on 1999/03/25  00:36:57
3657         Log: integrate changes#3105,3130,3154 from maint-5.005
3658      Branch: perl
3659           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
3660 ____________________________________________________________________________
3661 [  3157] By: gsar                                  on 1999/03/25  00:24:17
3662         Log: remove bogus panic()
3663      Branch: perl
3664            ! Changes lib/Math/BigFloat.pm
3665 ____________________________________________________________________________
3666 [  3156] By: jhi                                   on 1999/03/24  22:43:43
3667         Log: Integrate from mainperl.
3668      Branch: cfgperl
3669           +> (branch 38 files)
3670           !> (integrate 68 files)
3671 ____________________________________________________________________________
3672 [  3155] By: jhi                                   on 1999/03/24  22:12:17
3673         Log: Configure regenerated because of changes #3130/#3154 and #3147.
3674      Branch: cfgperl
3675            ! Configure config_h.SH
3676 ____________________________________________________________________________
3677 [  3154] By: jhi                                   on 1999/03/24  21:40:51
3678         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
3679              based on suggestions from Andy Dougherty.
3680      Branch: maint-5.005/perl
3681            ! INSTALL
3682 ____________________________________________________________________________
3683 [  3153] By: gsar                                  on 1999/03/24  10:38:05
3684         Log: applied suggested patch, modulo superceded parts
3685              From: Charles Bailey <BAILEY@newman.upenn.edu>
3686              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
3687              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
3688              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
3689      Branch: perl
3690            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
3691            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
3692            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
3693            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
3694 ____________________________________________________________________________
3695 [  3152] By: gsar                                  on 1999/03/24  10:30:51
3696         Log: applied suggested patch, modulo superceded parts
3697              From: Charles Bailey <BAILEY@newman.upenn.edu>
3698              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
3699              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
3700              Subject: [PATCH 5.005_56] Miscellaneous small fixes
3701      Branch: perl
3702            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
3703            ! lib/File/Basename.pm
3704 ____________________________________________________________________________
3705 [  3151] By: gsar                                  on 1999/03/24  10:15:00
3706         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
3707      Branch: perl
3708            ! pod/perlop.pod
3709 ____________________________________________________________________________
3710 [  3150] By: gsar                                  on 1999/03/24  10:09:13
3711         Log: missing integration in previous change
3712      Branch: perl
3713           !> README.apollo
3714 ____________________________________________________________________________
3715 [  3149] By: gsar                                  on 1999/03/24  10:06:44
3716         Log: integrate changes#3116,3119 from maint-5.005
3717      Branch: perl
3718            + README.apollo
3719           +> apollo/netinet/in.h
3720           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
3721 ____________________________________________________________________________
3722 [  3148] By: gsar                                  on 1999/03/24  10:01:56
3723         Log: integrate changes#3091-3094 from maint-5.005
3724      Branch: perl
3725           !> README.hurd vms/subconfigure.com vos/config.h
3726           !> vos/config_h.SH_orig
3727 ____________________________________________________________________________
3728 [  3147] By: gsar                                  on 1999/03/24  09:31:49
3729         Log: warn about newfangled vfork() caveats
3730      Branch: perl
3731            ! Configure
3732 ____________________________________________________________________________
3733 [  3146] By: jhi                                   on 1999/03/24  09:20:14
3734         Log: Bring in changes #2808 and #2812 (from mainline perl)
3735              that enhance the perlbug checklist.
3736      Branch: maint-5.005/perl
3737            ! utils/perlbug.PL
3738 ____________________________________________________________________________
3739 [  3145] By: gsar                                  on 1999/03/24  08:37:02
3740         Log: integrate change#3115 from maint-5.005
3741      Branch: perl
3742           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
3743           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
3744 ____________________________________________________________________________
3745 [  3144] By: gsar                                  on 1999/03/24  08:33:59
3746         Log: add note about map in scalar context
3747      Branch: perl
3748            ! pod/perlfunc.pod
3749 ____________________________________________________________________________
3750 [  3143] By: gsar                                  on 1999/03/24  08:25:59
3751         Log: doc tweak
3752      Branch: perl
3753            ! lib/Time/Local.pm
3754 ____________________________________________________________________________
3755 [  3142] By: gsar                                  on 1999/03/24  08:20:37
3756         Log: applied suggested patch, modulo bogus hunk
3757              From: "Vishal Bhatia" <vishalb@hotmail.com>
3758              Date: Thu, 11 Mar 1999 07:40:27 PST
3759              Message-ID: <19990311154027.25891.qmail@hotmail.com>
3760              Subject: [PATCH 5.005_56] Minor fixes in perlcc
3761      Branch: perl
3762            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
3763 ____________________________________________________________________________
3764 [  3141] By: gsar                                  on 1999/03/24  08:06:12
3765         Log: integrate change#3104 from maint-5.005
3766      Branch: perl
3767           !> README.os390 t/lib/posix.t
3768 ____________________________________________________________________________
3769 [  3140] By: gsar                                  on 1999/03/24  06:34:56
3770         Log: fix failure of C<&locked_sub;> under -Dusethreads
3771      Branch: perl
3772            ! pp_hot.c t/lib/thread.t
3773 ____________________________________________________________________________
3774 [  3139] By: gsar                                  on 1999/03/24  05:52:00
3775         Log: debugger tweak (wasn't printing a newline after recalled commands)
3776      Branch: perl
3777            ! lib/perl5db.pl
3778 ____________________________________________________________________________
3779 [  3138] By: gsar                                  on 1999/03/24  05:33:28
3780         Log: document OO exceptions (based on a suggestion by Andreas Koenig
3781              <andreas.koenig@anima.de>)
3782      Branch: perl
3783            ! pod/perlfunc.pod
3784 ____________________________________________________________________________
3785 [  3137] By: gsar                                  on 1999/03/24  02:50:20
3786         Log: better "Illegal %s digit ignored" warnings
3787      Branch: perl
3788            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
3789            ! toke.c util.c
3790 ____________________________________________________________________________
3791 [  3136] By: gsar                                  on 1999/03/24  02:26:38
3792         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
3793      Branch: perl
3794            + t/pragma/utf8.t
3795            ! regcomp.c
3796 ____________________________________________________________________________
3797 [  3135] By: gsar                                  on 1999/03/24  01:29:09
3798         Log: flip release & version in win32_uname()
3799      Branch: perl
3800            ! win32/win32.c
3801 ____________________________________________________________________________
3802 [  3134] By: gsar                                  on 1999/03/24  01:08:33
3803         Log: support POSIX::uname() via win32_uname()
3804      Branch: perl
3805            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
3806            ! win32/config.gc win32/config.vc win32/config_H.bc
3807            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
3808            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
3809 ____________________________________________________________________________
3810 [  3133] By: gsar                                  on 1999/03/23  22:20:10
3811         Log: From: jan.dubois@ibm.net (Jan Dubois)
3812              Date: Sat, 06 Mar 1999 21:42:56 +0100
3813              Message-ID: <36e49281.50337171@smtp1.ibm.net>
3814              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
3815      Branch: perl
3816            ! pod/perldelta.pod
3817 ____________________________________________________________________________
3818 [  3132] By: gsar                                  on 1999/03/23  22:17:45
3819         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
3820              Date: Sat, 06 Mar 1999 17:50:49 +0100
3821              Message-ID: <36e25209.33833760@smtp1.ibm.net>
3822              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
3823              --
3824              Date: Sat, 06 Mar 1999 18:15:00 +0100
3825              Message-ID: <36e36222.37954195@smtp1.ibm.net>
3826              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
3827      Branch: perl
3828            + t/lib/filefunc.t
3829            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
3830            ! pod/perldelta.pod pod/perlmodlib.pod
3831 ____________________________________________________________________________
3832 [  3131] By: gsar                                  on 1999/03/23  22:07:59
3833         Log: integrate cfgperl changes into mainline
3834      Branch: perl
3835           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
3836           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
3837           !> installperl malloc.c perl.c perl.h pod/perl.pod
3838           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
3839 ____________________________________________________________________________
3840 [  3130] By: jhi                                   on 1999/03/23  22:02:23
3841         Log: Don't use config.msg to remind about the
3842              LD_LIBRARY_PATH because Makefile.SH takes
3843              care of that.
3844              
3845              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
3846              This used to be the default but in some MT or another it
3847              was dropped because of some transient error or another.
3848      Branch: maint-5.005/perl
3849            ! Configure hints/dec_osf.sh
3850 ____________________________________________________________________________
3851 [  3129] By: gsar                                  on 1999/03/23  21:38:03
3852         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
3853              to size    and better maintainability)
3854      Branch: perl
3855            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3856            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3857            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
3858            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
3859            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
3860            + t/pod/include.xr t/pod/included.t t/pod/included.xr
3861            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
3862            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
3863            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
3864            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
3865            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
3866            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
3867            ! win32/Makefile win32/makefile.mk win32/pod.mak
3868 ____________________________________________________________________________
3869 [  3128] By: jhi                                   on 1999/03/23  10:14:54
3870         Log: Integrate from mainperl.
3871      Branch: cfgperl
3872           !> (integrate 46 files)
3873 ____________________________________________________________________________
3874 [  3127] By: gsar                                  on 1999/03/23  06:57:30
3875         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
3876              Date: Thu, 4 Mar 1999 10:54:01 -0800
3877              Message-Id: <9903041854.AA46868@frc0000>
3878              Subject: patch for useless Math::BigInt warnings
3879      Branch: perl
3880            ! lib/Math/BigInt.pm
3881 ____________________________________________________________________________
3882 [  3126] By: gsar                                  on 1999/03/23  05:54:37
3883         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
3884              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3885              Date: Fri, 19 Feb 1999 15:47:59 -0500
3886              Message-ID: <19990219154759.A32350@O2.chapin.edu>
3887              Subject: [PATCH] OSF/1 hints
3888      Branch: perl
3889            ! hints/dec_osf.sh
3890 ____________________________________________________________________________
3891 [  3125] By: gsar                                  on 1999/03/23  00:56:38
3892         Log: avoid typeglob persistence in pp_readline()
3893      Branch: perl
3894            ! sv.c t/op/gv.t
3895 ____________________________________________________________________________
3896 [  3124] By: gsar                                  on 1999/03/22  21:12:23
3897         Log: update copyright years
3898      Branch: perl
3899            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
3900            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
3901            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
3902            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
3903            ! sv.c sv.h toke.c utf8.c utf8.h util.c
3904 ____________________________________________________________________________
3905 [  3123] By: gsar                                  on 1999/03/22  07:07:06
3906         Log: implement win32_spawnvp() internally, making it return true PIDs
3907              for asynchronous spawns; fix win32_kill() to always deal with
3908              PIDs
3909      Branch: perl
3910            ! win32/win32.c win32/win32.h
3911 ____________________________________________________________________________
3912 [  3122] By: jhi                                   on 1999/03/19  21:12:14
3913         Log: Describe the new Benchmark feature in more detail.
3914      Branch: cfgperl
3915            ! pod/perldelta.pod
3916      Branch: maint-5.005/perl
3917            ! pod/perldelta.pod
3918 ____________________________________________________________________________
3919 [  3121] By: jhi                                   on 1999/03/19  08:16:12
3920         Log: AVAILABILITY tuning.
3921      Branch: cfgperl
3922            ! pod/perl.pod
3923      Branch: maint-5.005/perl
3924            ! pod/perl.pod
3925 ____________________________________________________________________________
3926 [  3120] By: jhi                                   on 1999/03/17  14:52:17
3927         Log: Rhapsody change assumed too much.
3928      Branch: cfgperl
3929            ! t/op/stat.t
3930 ____________________________________________________________________________
3931 [  3119] By: jhi                                   on 1999/03/17  14:33:43
3932         Log: More Apollo fixes.
3933      Branch: maint-5.005/perl
3934            ! README.apollo hints/apollo.sh t/lib/io_udp.t
3935 ____________________________________________________________________________
3936 [  3118] By: jhi                                   on 1999/03/16  17:23:39
3937         Log: Nada.
3938      Branch: maint-5.005/perl
3939            ! README.apollo
3940 ____________________________________________________________________________
3941 [  3117] By: jhi                                   on 1999/03/16  17:18:49
3942         Log: Apollo DomainOS AVAILABILITY.
3943      Branch: cfgperl
3944            ! pod/perl.pod
3945      Branch: maint-5.005/perl
3946            ! pod/perl.pod
3947 ____________________________________________________________________________
3948 [  3116] By: jhi                                   on 1999/03/16  17:14:00
3949         Log: Apollo DomainOS patch
3950              From: Johann Klasek <jk@auto.tuwien.ac.at>
3951              Subject: Re: DomainPerl
3952              Date: Tue, 16 Mar 1999 17:46:32 +0100
3953              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
3954      Branch: maint-5.005/perl
3955            + README.apollo apollo/netinet/in.h
3956            ! MANIFEST hints/apollo.sh
3957 ____________________________________________________________________________
3958 [  3115] By: jhi                                   on 1999/03/16  14:23:54
3959         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
3960              To: Gurusamy Sarathy <gsar@activestate.com>,
3961              Graham Barr <gbarr@pobox.com>
3962              Cc: Perl5 Porters <perl5-porters@perl.org>,
3963              "Paul.Marquess" <Paul.Marquess@btinternet.com>
3964              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
3965              Date: Sun, 14 Mar 1999 14:43:57 -0000
3966              Message-Id: <199903141841.NAA17040@defender.perl.org>
3967      Branch: maint-5.005/perl
3968            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3969            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
3970 ____________________________________________________________________________
3971 [  3114] By: jhi                                   on 1999/03/16  12:42:20
3972         Log: Mention Rhapsody in 5.005_5X perldelta,
3973              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
3974              *planned* AVAILABILITY.
3975      Branch: cfgperl
3976            ! pod/perl.pod pod/perldelta.pod
3977      Branch: maint-5.005/perl
3978            ! pod/perl.pod
3979 ____________________________________________________________________________
3980 [  3113] By: jhi                                   on 1999/03/16  10:38:53
3981         Log: perldelta niggling.
3982      Branch: cfgperl
3983            ! pod/perldelta.pod
3984      Branch: maint-5.005/perl
3985            ! pod/perldelta.pod
3986 ____________________________________________________________________________
3987 [  3112] By: jhi                                   on 1999/03/16  10:35:21
3988         Log: Integrate from mainperl.
3989      Branch: cfgperl
3990           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
3991           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
3992 ____________________________________________________________________________
3993 [  3111] By: jhi                                   on 1999/03/16  10:28:10
3994         Log: AVAILABILITY update: still mention PowerUX,
3995              Novell Netware now has sources available.
3996      Branch: cfgperl
3997            ! pod/perl.pod
3998      Branch: maint-5.005/perl
3999            ! pod/perl.pod
4000 ____________________________________________________________________________
4001 [  3110] By: gsar                                  on 1999/03/16  04:34:23
4002         Log: sundry pod niggles
4003      Branch: perl
4004            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
4005            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
4006 ____________________________________________________________________________
4007 [  3109] By: jhi                                   on 1999/03/15  17:00:11
4008         Log: Integrate from mainperl.
4009      Branch: cfgperl
4010           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4011           +> lib/unicode/Is/Syllable.pl
4012           +> lib/unicode/MakeEthiopicSyllables.PL
4013           +> lib/unicode/README.Ethiopic
4014           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4015           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4016           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4017           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4018           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4019           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4020           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4021           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
4022 ____________________________________________________________________________
4023 [  3108] By: jhi                                   on 1999/03/15  16:58:12
4024         Log: First pass of integrating the Rhapsody port,
4025              
4026              From: Wilfredo Sanchez <wsanchez@apple.com> 
4027              Subject: Keeping the world in sync.
4028              Reply-To: wsanchez@apple.com 
4029              To: perlbug@perl.com 
4030              Date: Fri, 13 Nov 1998 17:11:30 -0800 
4031              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
4032      Branch: cfgperl
4033            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
4034            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
4035            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
4036            ! x2p/util.c
4037 ____________________________________________________________________________
4038 [  3107] By: gsar                                  on 1999/03/15  03:22:10
4039         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
4040              From: Daniel Yacob <dmulholl@cs.indiana.edu>
4041              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
4042              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
4043              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
4044      Branch: perl
4045            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
4046            + lib/unicode/Is/Syllable.pl
4047            + lib/unicode/MakeEthiopicSyllables.PL
4048            + lib/unicode/README.Ethiopic
4049            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
4050            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
4051            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
4052            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
4053            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
4054            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
4055            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
4056            ! lib/unicode/Name.pl lib/unicode/Number.pl
4057 ____________________________________________________________________________
4058 [  3106] By: gsar                                  on 1999/03/12  20:35:36
4059         Log: change#3067 failed package.t due to needless creation of $a and $b;
4060              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
4061      Branch: perl
4062            ! op.c
4063 ____________________________________________________________________________
4064 [  3105] By: jhi                                   on 1999/03/12  15:54:57
4065         Log: Recognize the NetBSD packages collection.
4066      Branch: maint-5.005/perl
4067            ! hints/netbsd.sh
4068 ____________________________________________________________________________
4069 [  3104] By: jhi                                   on 1999/03/12  09:07:04
4070         Log: From: pvhp@forte.com (Peter Prymmer)
4071              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
4072              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
4073              Date: Thu, 11 Mar 99 14:24:54 PST
4074              Message-Id: <9903112224.AA24346@forte.com>
4075      Branch: maint-5.005/perl
4076            ! README.os390 t/lib/posix.t
4077 ____________________________________________________________________________
4078 [  3103] By: jhi                                   on 1999/03/10  11:07:46
4079         Log: Integrate from mainperl.
4080      Branch: cfgperl
4081           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
4082           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
4083           !> t/pragma/warn/1global toke.c win32/makedef.pl
4084 ____________________________________________________________________________
4085 [  3102] By: jhi                                   on 1999/03/10  11:01:20
4086         Log: From: pvhp@forte.com (Peter Prymmer)
4087              To: perl5-porters@perl.org
4088              Subject: [5.005_03-MT6]Patch: time passes
4089              Date: Tue, 9 Mar 99 18:42:17 PST
4090              Message-Id: <9903100242.AA29057@forte.com>
4091      Branch: maint-5.005/perl
4092            ! perl.c
4093 ____________________________________________________________________________
4094 [  3101] By: jhi                                   on 1999/03/10  10:30:15
4095         Log: From: Mark-Jason Dominus <mjd@plover.com>
4096              To: perl5-porters@perl.com
4097              Subject: Minor fix to perlfunc.pod
4098              Date: Mon, 08 Mar 1999 20:05:53 -0500
4099              Message-ID: <19990309010553.13757.qmail@plover.com>
4100      Branch: maint-5.005/perl
4101            ! pod/perlfunc.pod
4102 ____________________________________________________________________________
4103 [  3100] By: gsar                                  on 1999/03/09  23:04:44
4104         Log: change#3060 had the wrong quotes
4105      Branch: perl
4106            ! pod/pod2man.PL
4107 ____________________________________________________________________________
4108 [  3099] By: jhi                                   on 1999/03/09  12:52:21
4109         Log: d_uname was broken (probably since _53), reported by
4110              
4111              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4112              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
4113              cpan-testers@perl.org
4114              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
4115              Date: Mon, 08 Mar 1999 13:22:31 +0000
4116              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
4117              
4118              and
4119              
4120              From: lvirden@cas.org (Larry W. Virden)
4121              To: perlbug@perl.com
4122              Subject: configure not correctly identifying uname posix compatibility
4123              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
4124              Message-Id: <199903081136.GAA23682@cas.org>
4125      Branch: cfgperl
4126            ! Configure config_h.SH
4127 ____________________________________________________________________________
4128 [  3098] By: gsar                                  on 1999/03/09  03:16:07
4129         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
4130      Branch: perl
4131            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
4132 ____________________________________________________________________________
4133 [  3097] By: gsar                                  on 1999/03/09  02:50:43
4134         Log: use yyerror() instead of croak() so that compile-time failures in
4135              my(LIST) don't confuse globals with lexicals
4136      Branch: perl
4137            ! op.c toke.c
4138 ____________________________________________________________________________
4139 [  3096] By: gsar                                  on 1999/03/09  02:47:36
4140         Log: adjust testsuite for change#3067
4141      Branch: perl
4142            ! t/pragma/warn/1global
4143 ____________________________________________________________________________
4144 [  3095] By: gsar                                  on 1999/03/08  21:04:48
4145         Log: remove bogus symbols from global.sym
4146      Branch: perl
4147            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
4148            ! perl.h win32/makedef.pl
4149 ____________________________________________________________________________
4150 [  3094] By: jhi                                   on 1999/03/06  16:16:15
4151         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4152              To: jhi@iki.fi
4153              Subject: Oops
4154              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
4155              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
4156      Branch: maint-5.005/perl
4157            ! README.hurd
4158 ____________________________________________________________________________
4159 [  3093] By: jhi                                   on 1999/03/06  15:59:46
4160         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
4161              To: jhi@iki.fi
4162              Subject: New Hurd README
4163              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
4164              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
4165      Branch: maint-5.005/perl
4166            ! README.hurd
4167 ____________________________________________________________________________
4168 [  3092] By: jhi                                   on 1999/03/06  12:52:06
4169         Log: From: Paul_Green@stratus.com
4170              To: perl5-porters@perl.org
4171              Cc: jhi@iki.fi, Paul_Green@stratus.com
4172              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
4173              Date: Fri, 5 Mar 1999 18:08:49 -0500 
4174              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
4175      Branch: maint-5.005/perl
4176            ! vos/config.h vos/config_h.SH_orig
4177 ____________________________________________________________________________
4178 [  3091] By: jhi                                   on 1999/03/06  12:42:21
4179         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4180              To: perl5-porters@perl.org, vmsperl@perl.org
4181              Subject: [PATCH 5.005_03-MT6]VMS build patch
4182              Date: Fri, 05 Mar 1999 12:36:19 -0800
4183              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
4184      Branch: maint-5.005/perl
4185            ! vms/subconfigure.com
4186 ____________________________________________________________________________
4187 [  3090] By: gsar                                  on 1999/03/06  04:40:03
4188         Log: integrate change#3089 from mainline
4189              
4190              tolerate CRs after options
4191      Branch: maint-5.005/perl
4192           !> perl.c
4193 ____________________________________________________________________________
4194 [  3089] By: gsar                                  on 1999/03/06  04:30:40
4195         Log: tolerate CRs after options
4196      Branch: perl
4197            ! perl.c
4198 ____________________________________________________________________________
4199 [  3088] By: jhi                                   on 1999/03/05  12:49:01
4200         Log: Integrate from mainperl.
4201      Branch: cfgperl
4202           +> README.hurd
4203           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
4204 ____________________________________________________________________________
4205 [  3087] By: gsar                                  on 1999/03/05  06:41:16
4206         Log: adjust timeouts to accomodate slow/busy systems
4207      Branch: perl
4208            ! t/lib/io_sock.t
4209 ____________________________________________________________________________
4210 [  3083] By: gsar                                  on 1999/03/05  01:32:47
4211         Log: integrate change#3081 from maint-5.005
4212      Branch: perl
4213           !> ext/Errno/Errno_pm.PL
4214 ____________________________________________________________________________
4215 [  3082] By: gsar                                  on 1999/03/05  01:31:06
4216         Log: integrate change#2904 from maint-5.005
4217      Branch: perl
4218           +> README.hurd
4219           !> MANIFEST
4220 ____________________________________________________________________________
4221 [  3081] By: gsar                                  on 1999/03/05  00:14:33
4222         Log: protect against doubled backslashes
4223      Branch: maint-5.005/perl
4224            ! ext/Errno/Errno_pm.PL
4225 ____________________________________________________________________________
4226 [  3077] By: jhi                                   on 1999/03/04  08:10:13
4227         Log: Integrate from mainperl.
4228      Branch: cfgperl
4229           +> ext/B/B/Stash.pm
4230           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
4231           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
4232           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
4233           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
4234 ____________________________________________________________________________
4235 [  3076] By: jhi                                   on 1999/03/04  08:07:59
4236         Log: Regen config_h.SH once more because of *size, 
4237              noticed by
4238              
4239              From: Hans Mulder <hansm@icgned.icgroup.nl>
4240              To: Jarkko Hietaniemi <jhi@iki.fi>
4241              Cc: perl5-porters@perl.org
4242              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4243              Date: Thu,  4 Mar 99 00:10:45 +0100
4244              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4245      Branch: cfgperl
4246            ! Configure config_h.SH
4247 ____________________________________________________________________________
4248 [  3068] By: gsar                                  on 1999/03/04  05:48:03
4249         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
4250              Date: Thu,  4 Mar 99 00:10:45 +0100
4251              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
4252              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
4253      Branch: perl
4254            ! config_h.SH
4255 ____________________________________________________________________________
4256 [  3067] By: gsar                                  on 1999/03/04  05:44:32
4257         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
4258              From: Graham Barr <gbarr@ti.com>
4259              Date: Wed, 3 Mar 1999 17:23:56 -0600
4260              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
4261              Subject: Re: 'use strict' doesn't work for one-letter variables
4262      Branch: perl
4263            ! gv.c op.c
4264 ____________________________________________________________________________
4265 [  3066] By: gsar                                  on 1999/03/04  05:20:50
4266         Log: updates to compiler modules
4267              From: "Vishal Bhatia" <vishalb@hotmail.com>
4268              Date: Tue, 02 Mar 1999 23:27:25 PST
4269              Message-ID: <19990303072725.779.qmail@hotmail.com>
4270              Subject: PATCH 5.005_56 + Test procedure
4271      Branch: perl
4272            + ext/B/B/Stash.pm
4273            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
4274            ! lib/Test/Harness.pm utils/perlcc.PL
4275 ____________________________________________________________________________
4276 [  3065] By: gsar                                  on 1999/03/04  05:03:30
4277         Log: more s/s_/s!/ etc.
4278      Branch: perl
4279            ! pod/perldelta.pod pod/perlfunc.pod
4280 ____________________________________________________________________________
4281 [  3064] By: gsar                                  on 1999/03/04  04:50:45
4282         Log: integrate cfgperl contents into mainline
4283      Branch: perl
4284           !> Configure README.vms bytecode.h config_h.SH configure.com
4285           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
4286           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
4287           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4288 ____________________________________________________________________________
4289 [  3063] By: gsar                                  on 1999/03/04  04:44:13
4290         Log: HP-UX has yet another spelling for /NaNQ?/
4291      Branch: perl
4292            ! t/lib/bigfloatpm.t
4293 ____________________________________________________________________________
4294 [  3062] By: gsar                                  on 1999/03/04  04:36:08
4295         Log: error-check for accept() test
4296      Branch: perl
4297            ! t/lib/io_sock.t
4298 ____________________________________________________________________________
4299 [  3061] By: gsar                                  on 1999/03/04  03:40:25
4300         Log: allow custom comparison function in File::Compare::compare_text()
4301              From: jan.dubois@ibm.net (Jan Dubois)
4302              Date: Fri, 26 Feb 1999 21:56:09 +0100
4303              Message-ID: <36db0838.8805651@smtp1.ibm.net>
4304              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4305      Branch: perl
4306            ! lib/File/Compare.pm
4307 ____________________________________________________________________________
4308 [  3060] By: gsar                                  on 1999/03/04  03:37:38
4309         Log: better version of change#3038
4310              From: abigail@fnx.com
4311              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
4312              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
4313              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
4314      Branch: perl
4315            ! pod/pod2man.PL
4316 ____________________________________________________________________________
4317 [  3058] By: jhi                                   on 1999/03/03  22:30:40
4318         Log: Configure regen to
4319              (1) match maint-5.005 patches #3056 and #3057
4320              (2) better version of PHOSTNAME of #3050
4321              (3) the crosscompile/multiarch config_h.SH trouble solved for now
4322      Branch: cfgperl
4323            ! Configure config_h.SH
4324 ____________________________________________________________________________
4325 [  3054] By: jhi                                   on 1999/03/03  09:57:59
4326         Log: Change #3053 missed perldelta.
4327      Branch: cfgperl
4328            ! pod/perldelta.pod
4329 ____________________________________________________________________________
4330 [  3053] By: jhi                                   on 1999/03/03  08:29:43
4331         Log: Use '!' to mark native integer packings instead of '_'.
4332      Branch: cfgperl
4333            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
4334 ____________________________________________________________________________
4335 [  3052] By: jhi                                   on 1999/03/02  23:12:36
4336         Log: The HP-UX threads patch (change #3028) is needed also here.
4337      Branch: cfgperl
4338            ! hints/hpux.sh thread.h
4339 ____________________________________________________________________________
4340 [  3051] By: jhi                                   on 1999/03/02  08:24:52
4341         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4342              To: perl5-porters@perl.org, vmsperl@perl.org
4343              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
4344              Date: Mon, 01 Mar 1999 16:10:57 -0800
4345              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
4346      Branch: cfgperl
4347            ! README.vms
4348      Branch: maint-5.005/perl
4349            ! README.vms
4350 ____________________________________________________________________________
4351 [  3050] By: jhi                                   on 1999/03/02  08:22:29
4352         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4353              To: perl5-porters@perl.org, vmsperl@perl.org
4354              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
4355              Date: Mon, 01 Mar 1999 16:06:29 -0800
4356              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
4357              
4358              From: Dan Sugalski <sugalskd@osshe.edu>
4359              To: perl5-porters@perl.org, vmsperl@perl.org
4360              Subject: [PATCH 5.005_56]vmsish.pm patch
4361              Date: Mon, 01 Mar 1999 20:19:04 -0800
4362              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
4363              
4364              plus Configure regen containing a "solution" to the
4365              crosscompile/multiarch problem.
4366      Branch: cfgperl
4367            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
4368            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
4369 ____________________________________________________________________________
4370 [  3049] By: jhi                                   on 1999/03/02  07:34:21
4371         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
4372              To: perl5-porters@perl.org
4373              Subject: [PATCH] Eliminate (valid) warning in byterun.c
4374              Date: Mon, 01 Mar 1999 17:27:59 -0500
4375              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
4376      Branch: cfgperl
4377            ! bytecode.h
4378      Branch: maint-5.005/perl
4379            ! bytecode.h
4380 ____________________________________________________________________________
4381 [  3048] By: gsar                                  on 1999/03/02  06:41:21
4382         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4383      Branch: perl
4384            ! MANIFEST README.hpux
4385 ____________________________________________________________________________
4386 [  3047] By: jhi                                   on 1999/03/01  06:34:43
4387         Log: Integrate from mainperl.
4388      Branch: cfgperl
4389           +> README.hpux lib/File/Spec/Functions.pm
4390           !> (integrate 28 files)
4391 ____________________________________________________________________________
4392 [  3046] By: gsar                                  on 1999/03/01  05:34:28
4393         Log: this is 5.005_56
4394      Branch: perl
4395            ! Changes
4396
4397 ----------------
4398 Version 5.005_56
4399 ----------------
4400
4401 ____________________________________________________________________________
4402 [  3045] By: gsar                                  on 1999/03/01  03:32:30
4403         Log: destroy PL_svref_mutex in perl_destruct()
4404      Branch: perl
4405            ! perl.c
4406 ____________________________________________________________________________
4407 [  3044] By: gsar                                  on 1999/03/01  00:38:50
4408         Log: up patchlevel &c.
4409      Branch: perl
4410            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
4411            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4412            ! win32/makefile.mk
4413 ____________________________________________________________________________
4414 [  3043] By: gsar                                  on 1999/03/01  00:14:15
4415         Log: integrate cfgperl contents into mainline
4416      Branch: perl
4417            ! pod/perldelta.pod
4418           !> Configure config_h.SH
4419 ____________________________________________________________________________
4420 [  3042] By: gsar                                  on 1999/02/28  23:55:08
4421         Log: slightly edited version of suggested patch
4422              From: jan.dubois@ibm.net (Jan Dubois)
4423              Date: Mon, 01 Mar 1999 00:32:05 +0100
4424              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
4425              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
4426      Branch: perl
4427            + lib/File/Spec/Functions.pm
4428            ! MANIFEST lib/File/Spec.pm
4429 ____________________________________________________________________________
4430 [  3041] By: gsar                                  on 1999/02/28  22:47:19
4431         Log: fix subtle bug in eval'' testsuite
4432      Branch: perl
4433            ! t/op/eval.t
4434 ____________________________________________________________________________
4435 [  3040] By: gsar                                  on 1999/02/28  22:46:24
4436         Log: avoid literal control characters in change#3039
4437      Branch: perl
4438            ! t/base/lex.t
4439 ____________________________________________________________________________
4440 [  3039] By: gsar                                  on 1999/02/28  21:47:18
4441         Log: todo item: permit extended control variables a la ${^Foo} (patch
4442              courtesy Mark-Jason Dominus <mjd@plover.com>)
4443      Branch: perl
4444            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
4445            ! t/base/lex.t toke.c
4446 ____________________________________________________________________________
4447 [  3038] By: gsar                                  on 1999/02/28  21:21:05
4448         Log: From: abigail@fnx.com
4449              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
4450              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
4451              Subject: Recognize -> and => inside [A-Z]<> sequences.
4452      Branch: perl
4453            ! pod/pod2man.PL
4454 ____________________________________________________________________________
4455 [  3037] By: gsar                                  on 1999/02/28  21:12:22
4456         Log: fix longstanding bug: searches for lexicals originating within eval''
4457              weren't stopping at the subroutine boundary correctly
4458      Branch: perl
4459            ! op.c proto.h t/op/eval.t
4460 ____________________________________________________________________________
4461 [  3036] By: gsar                                  on 1999/02/28  20:02:29
4462         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
4463              as stacked list values
4464              From: jan.dubois@ibm.net (Jan Dubois)
4465              Date: Sat, 27 Feb 1999 18:24:17 +0100
4466              Message-ID: <36e22849.36531259@smtp1.ibm.net>
4467              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
4468      Branch: perl
4469            ! win32/win32.c
4470 ____________________________________________________________________________
4471 [  3035] By: gsar                                  on 1999/02/28  19:48:54
4472         Log: remove superfluous stack_sp decl
4473      Branch: perl
4474            ! jpl/JNI/JNI.xs
4475 ____________________________________________________________________________
4476 [  3034] By: gsar                                  on 1999/02/28  19:34:58
4477         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
4478      Branch: perl
4479            ! lib/Getopt/Std.pm
4480 ____________________________________________________________________________
4481 [  3033] By: gsar                                  on 1999/02/28  19:23:41
4482         Log: add File::Compare::compare_text()
4483              From: jan.dubois@ibm.net (Jan Dubois)
4484              Date: Fri, 26 Feb 1999 00:20:41 +0100
4485              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
4486              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
4487      Branch: perl
4488            ! lib/File/Compare.pm pod/perltodo.pod
4489 ____________________________________________________________________________
4490 [  3032] By: gsar                                  on 1999/02/28  19:01:33
4491         Log: add README.hpux
4492      Branch: perl
4493            + README.hpux
4494            ! MAINTAIN MANIFEST
4495 ____________________________________________________________________________
4496 [  3031] By: gsar                                  on 1999/02/28  18:49:08
4497         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
4498              James Cromie <jcromie@fossil.uswc.uswest.com>
4499      Branch: perl
4500            ! lib/Pod/Html.pm
4501 ____________________________________________________________________________
4502 [  3030] By: gsar                                  on 1999/02/28  18:35:09
4503         Log: From: jan.dubois@ibm.net (Jan Dubois)
4504              Date: Wed, 24 Feb 1999 22:34:56 +0100
4505              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
4506              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
4507      Branch: perl
4508            ! lib/Test/Harness.pm
4509 ____________________________________________________________________________
4510 [  3029] By: gsar                                  on 1999/02/28  18:28:18
4511         Log: add note about env pollution
4512      Branch: perl
4513            ! INSTALL pod/perltodo.pod
4514 ____________________________________________________________________________
4515 [  3028] By: jhi                                   on 1999/02/26  14:40:00
4516         Log: HP-UX 11 threads.
4517              
4518              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4519              To: perl5-porters@perl.org
4520              Cc: jhi@cc.hut.fi
4521              Subject: Maint 5 and _54 with threading on HP-UX 11.00
4522              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
4523              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
4524              
4525              NOTE from jhi: the hpux hints could still be more robust by
4526              disabling gdbm when necessary.
4527              
4528              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
4529              linking -lgdbm -lpthread creates an executable that instantly
4530              core dumps on a pthreads internal panic:
4531              
4532              ./gdpt
4533              
4534              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
4535              Return Pointer is 0xc082bf33
4536              17639 quit (core dumped)  ./gdpt
4537              
4538              You don't have to *use* either gdbm or pthreads in the executable,
4539              just linking them together is enough.  Workaround is to recompile
4540              the GDBM under HP-UX 11, that makes the problem go away.
4541      Branch: maint-5.005/perl
4542            ! hints/hpux.sh thread.h
4543 ____________________________________________________________________________
4544 [  3025] By: jhi                                   on 1999/02/25  20:41:07
4545         Log: Temporary workaround for the config_h.SH versus
4546              crosscompile and multiarch plus introduce 'rt'
4547              to $libswanted: in UNIX98 sched_yield() lives there.
4548      Branch: cfgperl
4549            ! Configure config_h.SH
4550 ____________________________________________________________________________
4551 [  3024] By: jhi                                   on 1999/02/24  12:54:59
4552         Log: Integrate from mainperl.
4553      Branch: cfgperl
4554           +> t/lib/fatal.t
4555           !> (integrate 44 files)
4556 ____________________________________________________________________________
4557 [  3023] By: gsar                                  on 1999/02/24  07:02:12
4558         Log: integrate cfgperl contents
4559      Branch: perl
4560           !> (integrate 30 files)
4561 ____________________________________________________________________________
4562 [  3022] By: gsar                                  on 1999/02/24  05:59:47
4563         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
4564              Date: 23 Feb 1999 17:53:22 -0700
4565              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
4566              Subject: [PATCH: _55] perldoc -q broken
4567      Branch: perl
4568            ! utils/perldoc.PL
4569 ____________________________________________________________________________
4570 [  3021] By: gsar                                  on 1999/02/24  05:51:53
4571         Log: ansify perlio.c, fix PerlIO-ish typos
4572      Branch: perl
4573            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
4574            ! iperlsys.h perlio.c
4575 ____________________________________________________________________________
4576 [  3020] By: gsar                                  on 1999/02/24  05:28:06
4577         Log: adjust a Perl_malloc() flag for NeXT
4578              From: Hans Mulder <hansm@icgned.icgroup.nl>
4579              Date: Tue, 23 Feb 99 00:26:25 +0100
4580              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
4581              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
4582      Branch: perl
4583            ! perl.h
4584 ____________________________________________________________________________
4585 [  3019] By: gsar                                  on 1999/02/24  05:19:42
4586         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
4587      Branch: perl
4588            ! pod/perltodo.pod
4589 ____________________________________________________________________________
4590 [  3018] By: gsar                                  on 1999/02/24  04:15:18
4591         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4592              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
4593              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
4594              Subject: improved error message [PATCH _55] [RESEND]
4595      Branch: perl
4596            ! sv.c
4597 ____________________________________________________________________________
4598 [  3017] By: gsar                                  on 1999/02/24  03:50:34
4599         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4600              Date: Sun, 21 Feb 1999 20:02:18 -0700
4601              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
4602              Subject: perlfunc updates (against 55)
4603      Branch: perl
4604            ! pod/perlfunc.pod
4605 ____________________________________________________________________________
4606 [  3016] By: gsar                                  on 1999/02/24  03:17:05
4607         Log: testsuite adjustments
4608              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4609              Date: Sat, 20 Feb 1999 15:24:57 +0000
4610              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
4611              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
4612      Branch: perl
4613            ! t/lib/io_sock.t t/op/lex_assign.t
4614 ____________________________________________________________________________
4615 [  3015] By: gsar                                  on 1999/02/24  02:54:47
4616         Log: avoid modifying readonly values from qw()
4617      Branch: perl
4618            ! lib/ExtUtils/MM_Unix.pm
4619 ____________________________________________________________________________
4620 [  3014] By: gsar                                  on 1999/02/24  02:49:04
4621         Log: more "correct" utbuf for utime()
4622      Branch: perl
4623            ! doio.c
4624 ____________________________________________________________________________
4625 [  3013] By: jhi                                   on 1999/02/22  19:27:44
4626         Log: Fix MacPerl version, change PowerUX to PowerMAX.
4627              
4628              From: Chris Nandor <pudge@pobox.com>
4629              To: jhi@iki.fi
4630              Cc: perl5-porters@perl.org
4631              Subject: Re: perl current availability as documented by perl.pod
4632              Date: Sun, 21 Feb 1999 11:06:03 -0500
4633              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
4634              
4635              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4636              To: jhi@iki.fi
4637              Cc: perl5-porters@perl.org
4638              Subject: Re: perl current availability as documented by perl.pod
4639              Date: Mon, 22 Feb 1999 13:08:30 GMT
4640              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
4641      Branch: cfgperl
4642            ! pod/perl.pod
4643      Branch: maint-5.005/perl
4644            ! pod/perl.pod
4645 ____________________________________________________________________________
4646 [  3012] By: jhi                                   on 1999/02/22  10:26:11
4647         Log: Snapshot the cross-compilation/multiarchitecture stuff
4648              (currently broken in next)
4649      Branch: cfgperl
4650            ! Configure config_h.SH pp.c
4651 ____________________________________________________________________________
4652 [  3011] By: jhi                                   on 1999/02/22  10:24:51
4653         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4654              To: gsar@activestate.com (Gurusamy Sarathy)
4655              Cc: perl5-porters@perl.org (Perl5 Porters)
4656              Subject: [PATCH 5.005_55] DB_File 1.64 patch
4657              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
4658              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
4659      Branch: cfgperl
4660            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4661            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
4662 ____________________________________________________________________________
4663 [  3009] By: jhi                                   on 1999/02/22  09:14:26
4664         Log: Scratch #3008 and introduce $crosscompile and $multiarch
4665              also in non-Configure lands.
4666      Branch: cfgperl
4667            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
4668            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
4669            ! win32/config.gc win32/config.vc win32/config_H.bc
4670            ! win32/config_H.gc win32/config_H.vc
4671 ____________________________________________________________________________
4672 [  3008] By: jhi                                   on 1999/02/22  08:58:04
4673         Log: Add -DMULTIARCH (see change #3006).
4674      Branch: cfgperl
4675            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
4676 ____________________________________________________________________________
4677 [  3007] By: jhi                                   on 1999/02/22  08:54:06
4678         Log: Undo the references to local{lib,arch} introduced by #3006.
4679      Branch: cfgperl
4680            ! Configure config_h.SH
4681 ____________________________________________________________________________
4682 [  3006] By: jhi                                   on 1999/02/22  08:43:50
4683         Log: From: hansm@icgned.icgroup.nl
4684              To: perlbug@perl.com
4685              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
4686              Date: Sun, 21 Feb 1999 22:58:55 +0100
4687              Reply-To: hansmu@xs4all.nl
4688              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
4689              
4690              plus other Configure changes: prepare for cross-compilation/
4691              multiarchitecture builds.
4692      Branch: cfgperl
4693            ! Configure config_h.SH
4694 ____________________________________________________________________________
4695 [  3005] By: jhi                                   on 1999/02/22  08:35:30
4696         Log: Configure/Perl knew how to look for use Mach cthreads
4697              but Configure didn't let them to be used ($osname 'next').
4698      Branch: cfgperl
4699            ! Configure config_h.SH
4700      Branch: maint-5.005/perl
4701            ! Configure
4702 ____________________________________________________________________________
4703 [  3004] By: jhi                                   on 1999/02/21  15:46:02
4704         Log: Update Acorn AVAILABILITY.
4705      Branch: cfgperl
4706            ! pod/perl.pod
4707      Branch: maint-5.005/perl
4708            ! pod/perl.pod
4709 ____________________________________________________________________________
4710 [  3003] By: jhi                                   on 1999/02/21  14:50:42
4711         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
4712              To: perl5-porters@perl.org (Perl 5 Porters)
4713              Subject: PATCH: perlref.pod - symbolic ref example
4714              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
4715              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
4716      Branch: cfgperl
4717            ! pod/perlref.pod
4718      Branch: maint-5.005/perl
4719            ! pod/perlref.pod
4720 ____________________________________________________________________________
4721 [  3002] By: jhi                                   on 1999/02/21  14:35:22
4722         Log: Sync cfgperl with maint-5.005 change #3000.
4723      Branch: cfgperl
4724            ! pod/perlfunc.pod t/op/pack.t
4725 ____________________________________________________________________________
4726 [  2999] By: gsar                                  on 1999/02/20  22:48:30
4727         Log: From:    John Bley <jbb6@acpub.duke.edu>
4728              Date:    Sat, 20 Feb 1999 16:02:34 EST
4729              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
4730              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
4731      Branch: perl
4732            ! regcomp.c
4733 ____________________________________________________________________________
4734 [  2998] By: jhi                                   on 1999/02/20  14:13:06
4735         Log: Enhanced the endianness description.
4736      Branch: cfgperl
4737            ! pod/perlfunc.pod
4738 ____________________________________________________________________________
4739 [  2996] By: jhi                                   on 1999/02/20  13:55:41
4740         Log: Glossary now mostly fixed.
4741      Branch: cfgperl
4742            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4743            ! config_h.SH
4744 ____________________________________________________________________________
4745 [  2994] By: jhi                                   on 1999/02/20  11:58:33
4746         Log: Perldeltify GNU/Hurd.
4747      Branch: cfgperl
4748            ! pod/perldelta.pod
4749 ____________________________________________________________________________
4750 [  2993] By: gsar                                  on 1999/02/20  00:59:10
4751         Log: fix typo in Perl_sbrk()
4752              From: hansm@icgned.icgroup.nl
4753              Date: Fri, 19 Feb 1999 23:19:31 +0100
4754              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
4755              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
4756      Branch: perl
4757            ! malloc.c
4758 ____________________________________________________________________________
4759 [  2992] By: gsar                                  on 1999/02/20  00:51:08
4760         Log: integrate change#2980 from maint-5.005
4761      Branch: perl
4762           !> utils/h2xs.PL
4763 ____________________________________________________________________________
4764 [  2991] By: gsar                                  on 1999/02/20  00:34:01
4765         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4766              Date: Thu, 18 Feb 1999 18:51:38 +0000
4767              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
4768              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
4769      Branch: perl
4770            ! pp_hot.c t/op/pat.t
4771 ____________________________________________________________________________
4772 [  2990] By: gsar                                  on 1999/02/20  00:30:48
4773         Log: From: jan.dubois@ibm.net (Jan Dubois)
4774              Date: Thu, 18 Feb 1999 19:14:07 +0100
4775              Message-ID: <36d15809.40853323@smtp1.ibm.net>
4776              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
4777      Branch: perl
4778            ! win32/win32.c
4779 ____________________________________________________________________________
4780 [  2989] By: gsar                                  on 1999/02/20  00:27:01
4781         Log: do poll() emulation unless HAS_POLL && I_POLL
4782      Branch: perl
4783            ! ext/IO/poll.h
4784 ____________________________________________________________________________
4785 [  2988] By: gsar                                  on 1999/02/19  23:52:12
4786         Log: tweak RE for NaNQ? recognition
4787      Branch: perl
4788            ! t/lib/bigfloatpm.t
4789 ____________________________________________________________________________
4790 [  2987] By: gsar                                  on 1999/02/19  23:29:59
4791         Log: mention C<use utf8> and C<use warning> in perldelta
4792      Branch: perl
4793            ! pod/perldelta.pod
4794 ____________________________________________________________________________
4795 [  2985] By: jhi                                   on 1999/02/19  20:43:19
4796         Log: pack/unpack better in (network-)short-non-16-bits and
4797              (network-)long-non-32-bits systems such as Cray C90.
4798      Branch: cfgperl
4799            ! perl.h pp.c t/op/pack.t
4800 ____________________________________________________________________________
4801 [  2984] By: jhi                                   on 1999/02/19  20:38:54
4802         Log: Regen Configure.
4803      Branch: cfgperl
4804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4805            ! perl.c
4806 ____________________________________________________________________________
4807 [  2982] By: jhi                                   on 1999/02/19  19:51:49
4808         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
4809              not probed for and         
4810              
4811              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4812              To: Chaim Frenkel <chaimf@pobox.com>,
4813              Russ Allbery <rra@stanford.edu>,
4814              Jarkko Hietaniemi <jhi@iki.fi>,
4815              Gurusamy Sarathy <gsar@activestate.com>,
4816              Graham Barr <gbarr@pobox.com>
4817              Cc: bdensch@ameritech.net, perlbug@perl.com
4818              Subject: [PATCH] Re: Solaris 7 for Intel
4819              Message-ID: <19990219124404.A30182@O2.chapin.edu>
4820              
4821              Glossary is still missing some terms because
4822              mkglossary is misbehaving (change #2981 updated
4823              Glossary manually)
4824      Branch: cfgperl
4825            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4826            ! Porting/config_H
4827 ____________________________________________________________________________
4828 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
4829         Log: Make result of h2xs work when user adds C<use strict>
4830      Branch: maint-5.005/perl
4831            ! utils/h2xs.PL
4832 ____________________________________________________________________________
4833 [  2979] By: gsar                                  on 1999/02/19  05:24:29
4834         Log: doc for change#2978
4835      Branch: perl
4836            ! pod/perlsub.pod
4837 ____________________________________________________________________________
4838 [  2978] By: gsar                                  on 1999/02/19  05:08:29
4839         Log: bring '*' prototype closer to how it behaves internally
4840      Branch: perl
4841            + t/lib/fatal.t
4842            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
4843 ____________________________________________________________________________
4844 [  2977] By: gsar                                  on 1999/02/19  02:50:31
4845         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
4846      Branch: perl
4847            ! perly.h
4848 ____________________________________________________________________________
4849 [  2975] By: gsar                                  on 1999/02/18  21:41:57
4850         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
4851              of lexical searches in BEGIN|INIT|END)
4852      Branch: perl
4853            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
4854            ! vms/perly_c.vms
4855 ____________________________________________________________________________
4856 [  2974] By: gsar                                  on 1999/02/18  21:03:06
4857         Log: missing PERL_POLLUTE_MALLOC
4858      Branch: perl
4859            ! ext/SDBM_File/sdbm/sdbm.h
4860 ____________________________________________________________________________
4861 [  2973] By: gsar                                  on 1999/02/18  17:10:49
4862         Log: From:    Andy Dougherty <doughera@lafayette.edu>
4863              Date:    Wed, 17 Feb 1999 17:22:50 EST
4864              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
4865              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
4866      Branch: perl
4867            ! lib/dotsh.pl
4868 ____________________________________________________________________________
4869 [  2972] By: gsar                                  on 1999/02/18  17:04:12
4870         Log: s/#defined/#define/
4871      Branch: perl
4872            ! ext/Data/Dumper/Dumper.xs
4873 ____________________________________________________________________________
4874 [  2970] By: gsar                                  on 1999/02/18  03:26:43
4875         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
4876      Branch: perl
4877            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4878            ! ext/GDBM_File/typemap
4879 ____________________________________________________________________________
4880 [  2969] By: gsar                                  on 1999/02/17  23:30:47
4881         Log: correct slurp mode doc
4882      Branch: perl
4883            ! pod/perlfunc.pod pod/perlop.pod
4884 ____________________________________________________________________________
4885 [  2968] By: jhi                                   on 1999/02/17  23:15:49
4886         Log: Ultrix hints update.
4887              
4888              From: Spider Boardman <spider@zk3.dec.com>
4889              To: perlbug@perl.com
4890              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
4891              Date: Tue, 16 Feb 1999 23:04:28 -0500
4892              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
4893      Branch: cfgperl
4894            ! hints/ultrix_4.sh
4895 ____________________________________________________________________________
4896 [  2966] By: jhi                                   on 1999/02/17  23:09:21
4897         Log: Change #2965 wiped out some Sarathy's _55 changes.
4898              Now unwiped.
4899      Branch: cfgperl
4900            ! Configure pp.c t/op/pack.t
4901 ____________________________________________________________________________
4902 [  2965] By: jhi                                   on 1999/02/17  23:00:04
4903         Log: Configure tweaks.
4904              
4905              Fix the Unixware/SCO uname scan:
4906              
4907              From: Tom Hughes <thh@cyberscience.com>
4908              To: perlbug@perl.com
4909              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
4910              Date: 17 Feb 1999 15:34:15 +0000    
4911              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
4912              
4913              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
4914              
4915              From: Joe Buehler <jhpb@hekimian.com>
4916              To: perl5-porters@perl.org
4917              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
4918              Date: 12 Feb 1999 11:25:21 -0500
4919              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
4920              
4921              Make the pthreads joinable constant scan to output to fd 4, not 2.
4922      Branch: cfgperl
4923            ! Configure
4924 ____________________________________________________________________________
4925 [  2964] By: gsar                                  on 1999/02/17  21:30:07
4926         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4927              Date: Wed, 17 Feb 1999 06:53:13 -0700
4928              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
4929              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
4930      Branch: perl
4931            ! lib/Pod/Functions.pm
4932 ____________________________________________________________________________
4933 [  2963] By: gsar                                  on 1999/02/17  21:18:21
4934         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
4935              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4936              Date: Wed, 17 Feb 1999 10:06:01 +0000
4937              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
4938              Subject: Re: [5.005_53] panic: pad_free curpad 
4939      Branch: perl
4940            ! regcomp.c regexec.c t/op/misc.t
4941 ____________________________________________________________________________
4942 [  2962] By: gsar                                  on 1999/02/16  21:26:28
4943         Log: NaNQ? tweak
4944      Branch: perl
4945            ! t/lib/bigfloatpm.t
4946 ____________________________________________________________________________
4947 [  2961] By: jhi                                   on 1999/02/16  19:26:38
4948         Log: Integrate from mainperl.
4949      Branch: cfgperl
4950           !> (integrate 37 files)
4951 ____________________________________________________________________________
4952 [  2960] By: gsar                                  on 1999/02/16  18:04:29
4953         Log: undo change#2465 (qw[] is a real list now)
4954      Branch: perl
4955            ! pod/perlop.pod
4956 ____________________________________________________________________________
4957 [  2959] By: gsar                                  on 1999/02/16  07:09:33
4958         Log: this was 5.005_55
4959      Branch: perl
4960            ! Changes
4961
4962 ----------------
4963 Version 5.005_55
4964 ----------------
4965
4966 ____________________________________________________________________________
4967 [  2958] By: gsar                                  on 1999/02/16  06:18:27
4968         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
4969              elide dups and non-dependents from Changes
4970      Branch: perl
4971            ! Changes pod/perlhist.pod
4972           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
4973           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
4974           !> pod/perlport.pod pp.c t/op/pack.t
4975 ____________________________________________________________________________
4976 [  2957] By: gsar                                  on 1999/02/16  04:09:47
4977         Log: propagate PERL_VERSION everywhere, add to pod
4978      Branch: perl
4979            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
4980            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
4981            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
4982            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
4983            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
4984            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
4985            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
4986            ! win32/config.gc win32/config.vc win32/config_sh.PL
4987            ! win32/win32.c x2p/a2py.c
4988 ____________________________________________________________________________
4989 [  2955] By: jhi                                   on 1999/02/15  16:15:03
4990         Log: The pack tests now better in C90 (after the packnative patches).
4991      Branch: cfgperl
4992            ! t/op/pack.t
4993 ____________________________________________________________________________
4994 [  2954] By: gsar                                  on 1999/02/15  14:11:50
4995         Log: tweak Configure to follow new PERL_VERSION etc.
4996      Branch: perl
4997            ! Configure patchlevel.h pod/perlhist.pod
4998 ____________________________________________________________________________
4999 [  2953] By: jhi                                   on 1999/02/15  14:02:21
5000         Log: Integrate from mainperl.
5001      Branch: cfgperl
5002           !> MANIFEST Porting/makerel
5003 ____________________________________________________________________________
5004 [  2952] By: jhi                                   on 1999/02/15  13:50:07
5005         Log: Enhance the packnative patch: use the packnative code
5006              only if required.  Also added hefty testing (hopefully
5007              I didn't assume too much...).  Tested on alpha, ix86, sparc.
5008      Branch: cfgperl
5009            ! pod/perlfunc.pod pp.c t/op/pack.t
5010 ____________________________________________________________________________
5011 [  2951] By: jhi                                   on 1999/02/15  13:46:56
5012         Log: AVAILABILITY from 5.005_03-tobe, will of course
5013              require updating when 5.006 comes out.
5014      Branch: cfgperl
5015            ! pod/perl.pod
5016 ____________________________________________________________________________
5017 [  2949] By: gsar                                  on 1999/02/15  13:28:51
5018         Log: will this be it for 5.005_55?
5019      Branch: perl
5020            ! MANIFEST Porting/makerel
5021 ____________________________________________________________________________
5022 [  2948] By: jhi                                   on 1999/02/15  13:23:52
5023         Log: Integrate from mainperl.
5024      Branch: cfgperl
5025           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
5026           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5027           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5028           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
5029           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
5030           !> win32/config.gc win32/config.vc win32/config_H.bc
5031           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5032 ____________________________________________________________________________
5033 [  2947] By: jhi                                   on 1999/02/15  13:20:41
5034         Log: perlport.pod 1.39 from Chris.
5035      Branch: cfgperl
5036            ! pod/perlport.pod
5037 ____________________________________________________________________________
5038 [  2946] By: jhi                                   on 1999/02/15  13:09:58
5039         Log: Import Ultrix update, change #2864, 
5040              
5041              From: Spider Boardman <spider@zk3.dec.com>
5042              To: perlbug@perl.com
5043              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
5044              Date: Wed, 10 Feb 1999 23:33:31 -0500
5045              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
5046      Branch: cfgperl
5047            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
5048 ____________________________________________________________________________
5049 [  2945] By: jhi                                   on 1999/02/15  13:04:50
5050         Log: OpenBSD sparc SHMLBA.
5051      Branch: cfgperl
5052            ! ext/IPC/SysV/SysV.xs
5053 ____________________________________________________________________________
5054 [  2944] By: gsar                                  on 1999/02/15  12:09:52
5055         Log: update win32/config* stuff, Changes
5056      Branch: perl
5057            ! Changes win32/Makefile win32/config.bc win32/config.gc
5058            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5059            ! win32/config_H.vc win32/makefile.mk
5060 ____________________________________________________________________________
5061 [  2943] By: gsar                                  on 1999/02/15  11:54:08
5062         Log: #include patchlevel.h by default, provide
5063              PERL_{REVISION,VERSION,SUBVERSION}
5064      Branch: perl
5065            ! patchlevel.h perl.h
5066 ____________________________________________________________________________
5067 [  2942] By: gsar                                  on 1999/02/15  10:26:59
5068         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
5069              misc fixes
5070      Branch: perl
5071            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
5072 ____________________________________________________________________________
5073 [  2941] By: gsar                                  on 1999/02/15  10:24:37
5074         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
5075              Message-ID: <19990207002851.B9185@toldyouso.com>
5076              Message-ID: <19990207212152.A9765@toldyouso.com>
5077              Message-ID: <19990207212041.A9622@toldyouso.com>
5078              Message-ID: <19990207213127.A10244@toldyouso.com>
5079              Message-ID: <19990207212559.A9950@toldyouso.com>
5080              Message-ID: <19990207212842.A9994@toldyouso.com>
5081              Message-ID: <19990207212500.A9860@toldyouso.com>
5082              Message-ID: <19990207213013.A10105@toldyouso.com>
5083      Branch: perl
5084            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5085            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
5086            ! pod/perlmodlib.pod pod/perltoc.pod
5087 ____________________________________________________________________________
5088 [  2940] By: gsar                                  on 1999/02/15  10:07:08
5089         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
5090              of suggested patch)
5091              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
5092              Date: Mon, 08 Feb 1999 01:14:41 -0000
5093              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
5094              Subject: [PATCH 5.005_54] some pending C.pm stuff 
5095      Branch: perl
5096            ! ext/B/B/C.pm
5097 ____________________________________________________________________________
5098 [  2939] By: jhi                                   on 1999/02/15  08:40:18
5099         Log: Integrate from mainperl.
5100      Branch: cfgperl
5101           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
5102            - lib/File/PathConvert.pm
5103           !> (integrate 81 files)
5104 ____________________________________________________________________________
5105 [  2938] By: gsar                                  on 1999/02/15  06:56:39
5106         Log: change#2839 was bogus, redo
5107      Branch: perl
5108           !> t/lib/h2ph.pht
5109 ____________________________________________________________________________
5110 [  2937] By: gsar                                  on 1999/02/15  06:38:15
5111         Log: support Win32::GetFullPathName() and Win32::SetLastError()
5112              From: jan.dubois@ibm.net (Jan Dubois)
5113              Date: Tue, 09 Feb 1999 22:27:31 +0100
5114              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
5115              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
5116      Branch: perl
5117            ! win32/win32.c
5118 ____________________________________________________________________________
5119 [  2936] By: gsar                                  on 1999/02/15  06:26:39
5120         Log: support native integers, pack("L_",...) etc. (via private mail)
5121              From: Jarkko Hietaniemi <jhi@iki.fi>
5122              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
5123              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
5124              Subject: the "packnative" patch
5125      Branch: perl
5126            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
5127            ! t/lib/ipc_sysv.t t/op/pack.t
5128 ____________________________________________________________________________
5129 [  2935] By: gsar                                  on 1999/02/15  06:04:02
5130         Log: From: Michael G Schwern <schwern@pobox.com>
5131              Date: Tue, 9 Feb 1999 04:13:12 -0500
5132              Message-ID: <19990209041312.A15788@toldyouso.com>
5133              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
5134      Branch: perl
5135            ! utils/h2xs.PL
5136 ____________________________________________________________________________
5137 [  2934] By: gsar                                  on 1999/02/15  05:30:13
5138         Log: fix bugs in the handling of negative numbers, among other things
5139              From: Steven Knight <knight@theopera.baldmt.citilink.com>
5140              Date: Mon, 8 Feb 1999 01:16:24 -0600
5141              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
5142              Subject: Math::BigFloat and Math::BigInt
5143      Branch: perl
5144            + t/lib/bigfloat.t t/lib/bigfloatpm.t
5145            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
5146            ! t/lib/bigintpm.t
5147 ____________________________________________________________________________
5148 [  2933] By: gsar                                  on 1999/02/15  04:57:52
5149         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
5150              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
5151              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
5152              Subject: s2p incorrectly handles hold space commands
5153      Branch: perl
5154            ! x2p/s2p.PL
5155 ____________________________________________________________________________
5156 [  2932] By: gsar                                  on 1999/02/15  04:45:55
5157         Log: clarify what a "line" is
5158      Branch: perl
5159            ! pod/perlfunc.pod pod/perlvar.pod
5160 ____________________________________________________________________________
5161 [  2931] By: gsar                                  on 1999/02/15  04:23:29
5162         Log: backout change#2811 and add newer version based on File::Spec
5163              From: Barrie Slaymaker <rbs@telerama.com>
5164              Date: Thu, 11 Feb 1999 16:29:24 -0500
5165              Message-ID: <36C34BB4.A62090E0@telerama.com>
5166              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
5167      Branch: perl
5168            - lib/File/PathConvert.pm
5169            ! MANIFEST installhtml lib/Pod/Html.pm
5170 ____________________________________________________________________________
5171 [  2930] By: gsar                                  on 1999/02/15  04:16:25
5172         Log: From: Barrie Slaymaker <rbs@telerama.com>
5173              Date: Thu, 11 Feb 1999 19:39:48 -0500
5174              Message-ID: <36C37854.707D139@telerama.com>
5175              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
5176      Branch: perl
5177            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
5178 ____________________________________________________________________________
5179 [  2929] By: gsar                                  on 1999/02/15  04:06:50
5180         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
5181              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
5182              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
5183              Subject: [PATCH]5.005_54 (DOC) fix many typos
5184              --
5185              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
5186              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
5187              Subject: [PATCH]5.005_54 (DOC) typos
5188      Branch: perl
5189            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
5190            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
5191            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5192            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5193            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
5194            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
5195            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
5196            ! pod/perlvar.pod pod/perlxs.pod
5197 ____________________________________________________________________________
5198 [  2928] By: gsar                                  on 1999/02/15  03:39:53
5199         Log: allow the Carp routines to pass through exception objects
5200      Branch: perl
5201            ! lib/Carp.pm
5202 ____________________________________________________________________________
5203 [  2927] By: gsar                                  on 1999/02/15  03:22:57
5204         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
5205      Branch: perl
5206            ! pod/perlfaq8.pod
5207 ____________________________________________________________________________
5208 [  2926] By: gsar                                  on 1999/02/15  03:19:39
5209         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
5210              have done that, but didn't)
5211      Branch: perl
5212           !> utils/h2ph.PL
5213 ____________________________________________________________________________
5214 [  2925] By: gsar                                  on 1999/02/15  03:17:01
5215         Log: integrate cfgperl changes into mainline
5216      Branch: perl
5217            ! Changes
5218           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5219           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
5220           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
5221           !> vms/subconfigure.com
5222 ____________________________________________________________________________
5223 [  2924] By: gsar                                  on 1999/02/15  03:07:08
5224         Log: add const qualifier to most char* prototypes, handle ripple effect
5225      Branch: perl
5226            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
5227            ! universal.c util.c
5228 ____________________________________________________________________________
5229 [  2923] By: gsar                                  on 1999/02/15  01:04:30
5230         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5231              Date: Thu, 04 Feb 1999 02:37:31 +0000
5232              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
5233              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
5234      Branch: perl
5235            ! pp_ctl.c t/op/range.t
5236 ____________________________________________________________________________
5237 [  2922] By: gsar                                  on 1999/02/15  00:24:34
5238         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5239              Date: Sun, 31 Jan 1999 01:50:06 +0000
5240              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
5241              Subject: [PATCH 5.005_03t4] regexp flags bug
5242      Branch: perl
5243            ! regcomp.c t/op/re_tests
5244 ____________________________________________________________________________
5245 [  2921] By: gsar                                  on 1999/02/15  00:13:02
5246         Log: use New() et al., rather than safemalloc() et al.
5247              From: jan.dubois@ibm.net (Jan Dubois)
5248              Date: Fri, 29 Jan 1999 23:27:22 +0100
5249              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
5250              Subject: [PATCH _03-MT5] POSIX.xs memory API
5251      Branch: perl
5252            ! ext/POSIX/POSIX.xs
5253 ____________________________________________________________________________
5254 [  2920] By: gsar                                  on 1999/02/15  00:05:33
5255         Log: tweak READ() docs to mention $buffer must be altered by reference
5256      Branch: perl
5257            ! pod/perltie.pod
5258 ____________________________________________________________________________
5259 [  2919] By: gsar                                  on 1999/02/14  23:50:39
5260         Log: applied suggested patch, with several language/readability tweaks
5261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5262              Date: Fri, 29 Jan 1999 00:25:02 -0500
5263              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
5264              Subject: Re: [PATCH 5.005_*] Better parsing docs
5265      Branch: perl
5266            ! pod/perlop.pod
5267 ____________________________________________________________________________
5268 [  2918] By: gsar                                  on 1999/02/14  23:20:42
5269         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
5270              of silently returning bogus values)
5271              From: Peter Chines <pchines@nhgri.nih.gov>
5272              Date: Wed, 27 Jan 1999 16:11:31 -0500
5273              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
5274              Subject: Time::Local
5275      Branch: perl
5276            ! lib/Time/Local.pm pod/perldelta.pod
5277 ____________________________________________________________________________
5278 [  2917] By: gsar                                  on 1999/02/14  11:21:43
5279         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5280              Date: Thu, 28 Jan 1999 10:02:20 -0500
5281              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
5282              Subject: Re: [PATCH 5.005_53] Better perldoc
5283      Branch: perl
5284            ! utils/perldoc.PL
5285 ____________________________________________________________________________
5286 [  2916] By: gsar                                  on 1999/02/14  10:59:38
5287         Log: back out change#2751, apply updated version 
5288              From: jan.dubois@ibm.net (Jan Dubois)
5289              Date: Sat, 06 Feb 1999 01:06:29 +0100
5290              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
5291              Subject: [PATCH] Cleanup of File::Spec module
5292      Branch: perl
5293            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
5294            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5295            ! lib/File/Spec/Win32.pm
5296 ____________________________________________________________________________
5297 [  2915] By: gsar                                  on 1999/02/14  10:48:01
5298         Log: tweak select() test
5299      Branch: perl
5300            ! pod/perlipc.pod t/op/fh.t
5301 ____________________________________________________________________________
5302 [  2914] By: gsar                                  on 1999/02/14  10:25:55
5303         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
5304      Branch: perl
5305            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
5306 ____________________________________________________________________________
5307 [  2913] By: gsar                                  on 1999/02/14  10:03:51
5308         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
5309              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
5310              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
5311              Subject: Re: SvOPV() or SvPV_nolen() or ...
5312      Branch: perl
5313            ! pod/perlguts.pod
5314 ____________________________________________________________________________
5315 [  2912] By: gsar                                  on 1999/02/14  09:57:29
5316         Log: provide SvPV_nolen(sv) to avoid use of PL_na
5317              From: jan.dubois@ibm.net (Jan Dubois)
5318              Date: Sun, 24 Jan 1999 02:45:32 +0100
5319              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
5320              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
5321      Branch: perl
5322            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
5323            ! sv.h
5324 ____________________________________________________________________________
5325 [  2911] By: gsar                                  on 1999/02/14  06:51:05
5326         Log: elide stray effluvium
5327      Branch: perl
5328            ! pod/perldelta.pod
5329 ____________________________________________________________________________
5330 [  2910] By: gsar                                  on 1999/02/14  05:51:56
5331         Log: slurping an empty file should return '' rather than undef, with
5332              commensurate effects on ARGV processing
5333      Branch: perl
5334            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5335            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
5336 ____________________________________________________________________________
5337 [  2909] By: gsar                                  on 1999/02/14  00:02:11
5338         Log: perly_c.diff typo
5339      Branch: perl
5340            ! perly.c perly_c.diff vms/perly_c.vms
5341 ____________________________________________________________________________
5342 [  2908] By: gsar                                  on 1999/02/13  18:20:13
5343         Log: From: jan.dubois@ibm.net (Jan Dubois)
5344              Date: Sat, 13 Feb 1999 13:25:53 +0100
5345              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
5346              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
5347      Branch: perl
5348            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
5349 ____________________________________________________________________________
5350 [  2907] By: jhi                                   on 1999/02/13  15:07:26
5351         Log: Integrate from mainperl.
5352      Branch: cfgperl
5353           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
5354           !> (integrate 150 files)
5355 ____________________________________________________________________________
5356 [  2903] By: gsar                                  on 1999/02/12  13:25:59
5357         Log: From: jan.dubois@ibm.net (Jan Dubois)
5358              Date: Sun, 24 Jan 1999 01:12:00 +0100
5359              Message-ID: <36b66479.62756298@smtp1.ibm.net>
5360              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
5361      Branch: perl
5362            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
5363            ! proto.h sv.c sv.h
5364 ____________________________________________________________________________
5365 [  2902] By: gsar                                  on 1999/02/12  12:55:11
5366         Log: script to generate ctags from etags
5367              From: Colin Kuskie <ckuskie@cadence.com>
5368              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
5369              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
5370              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
5371      Branch: perl
5372            + emacs/e2ctags.pl
5373            ! Makefile.SH pod/perlfaq3.pod
5374 ____________________________________________________________________________
5375 [  2901] By: gsar                                  on 1999/02/12  12:40:17
5376         Log: allow boolean assign ops to be lvalues
5377              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5378              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
5379              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
5380              --
5381              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5382              Date: Mon, 18 Jan 1999 10:04:00 +0000
5383              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
5384              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
5385      Branch: perl
5386            + t/op/lop.t
5387            ! MANIFEST op.c
5388 ____________________________________________________________________________
5389 [  2899] By: jhi                                   on 1999/02/12  12:03:48
5390         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
5391      Branch: cfgperl
5392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5393            ! config_h.SH hints/openbsd.sh
5394 ____________________________________________________________________________
5395 [  2898] By: gsar                                  on 1999/02/12  11:49:25
5396         Log: support win32_putenv()
5397      Branch: perl
5398            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
5399            ! win32/win32.c win32/win32iop.h
5400 ____________________________________________________________________________
5401 [  2894] By: gsar                                  on 1999/02/12  11:09:27
5402         Log: add missing hunk in change#2657
5403      Branch: perl
5404            ! ext/B/B/CC.pm
5405 ____________________________________________________________________________
5406 [  2893] By: gsar                                  on 1999/02/12  11:00:13
5407         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5408              Date: Tue, 19 Jan 1999 20:13:15 -0500
5409              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
5410              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
5411      Branch: perl
5412            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
5413            ! t/pragma/subs.t t/pragma/warning.t
5414 ____________________________________________________________________________
5415 [  2892] By: gsar                                  on 1999/02/12  10:44:38
5416         Log: update change#2670 to later version
5417              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5418              Date: Sun, 31 Jan 1999 16:16:14 +0000
5419              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
5420              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
5421      Branch: perl
5422            ! t/op/subst.t toke.c
5423 ____________________________________________________________________________
5424 [  2891] By: gsar                                  on 1999/02/12  10:31:17
5425         Log: make testsuite somewhat location independent
5426      Branch: perl
5427            ! (edit 117 files)
5428 ____________________________________________________________________________
5429 [  2890] By: gsar                                  on 1999/02/12  10:00:30
5430         Log: add $AutoLoader::VERSION
5431      Branch: perl
5432            ! lib/AutoLoader.pm
5433 ____________________________________________________________________________
5434 [  2889] By: gsar                                  on 1999/02/12  09:55:48
5435         Log: tweak PERL_STRICT_CR notes
5436      Branch: perl
5437            ! pod/perl5005delta.pod
5438 ____________________________________________________________________________
5439 [  2888] By: gsar                                  on 1999/02/12  09:41:45
5440         Log: add note about test-notty target
5441      Branch: perl
5442            ! README.win32
5443 ____________________________________________________________________________
5444 [  2887] By: gsar                                  on 1999/02/12  09:37:37
5445         Log: add perltodo.pod
5446      Branch: perl
5447            + pod/perltodo.pod
5448            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
5449            ! win32/pod.mak
5450 ____________________________________________________________________________
5451 [  2886] By: jhi                                   on 1999/02/12  08:52:14
5452         Log: Integrate from mainperl.
5453      Branch: cfgperl
5454           +> t/op/fh.t
5455           !> (integrate 30 files)
5456 ____________________________________________________________________________
5457 [  2885] By: gsar                                  on 1999/02/12  08:42:10
5458         Log: note how to find REG_INFTY limit
5459      Branch: perl
5460            ! pod/perlre.pod
5461 ____________________________________________________________________________
5462 [  2884] By: jhi                                   on 1999/02/12  08:36:14
5463         Log: OpenBSD pthreads awareness, thanks to
5464              David Leonard <david.leonard@csee.uq.edu.au>
5465      Branch: maint-5.005/perl
5466            ! Configure hints/openbsd.sh
5467 ____________________________________________________________________________
5468 [  2882] By: gsar                                  on 1999/02/12  08:05:20
5469         Log: IO is maintained by p5p (per Graham Barr's wishes)
5470      Branch: perl
5471            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
5472            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
5473            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
5474            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
5475 ____________________________________________________________________________
5476 [  2881] By: gsar                                  on 1999/02/12  07:57:13
5477         Log: fh.t typo
5478      Branch: perl
5479            ! t/op/fh.t
5480 ____________________________________________________________________________
5481 [  2880] By: gsar                                  on 1999/02/12  07:38:16
5482         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
5483      Branch: perl
5484            ! perl.c pod/perlrun.pod
5485 ____________________________________________________________________________
5486 [  2879] By: gsar                                  on 1999/02/12  05:39:29
5487         Log: fix ops that are not filehandle constructors to not create GV if it
5488              doesn't already exist (avoids leaks); extend semantics of defined()
5489              so that defined(*{$foo}) works (experimental)
5490      Branch: perl
5491            + t/op/fh.t
5492            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
5493            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
5494 ____________________________________________________________________________
5495 [  2877] By: jhi                                   on 1999/02/11  20:44:00
5496         Log: From: Chris Nandor <pudge@pobox.com>
5497              To: perl5-porters@perl.org
5498              Subject: [PATCH] perlport.pod 1.39
5499              Date: Thu, 11 Feb 1999 12:28:35 -0500
5500              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
5501      Branch: cfgperl
5502            ! pod/perlport.pod
5503 ____________________________________________________________________________
5504 [  2870] By: gsar                                  on 1999/02/11  11:17:08
5505         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
5506      Branch: perl
5507            ! ext/IO/lib/IO/Pipe.pm
5508 ____________________________________________________________________________
5509 [  2869] By: gsar                                  on 1999/02/11  11:00:56
5510         Log: update win32/pod.mak
5511      Branch: perl
5512            ! win32/pod.mak
5513 ____________________________________________________________________________
5514 [  2868] By: gsar                                  on 1999/02/11  10:42:44
5515         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
5516              Date: Fri, 08 Jan 1999 14:36:53 +1100
5517              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
5518              Subject: Re: [Fwd: IO::Socket::connect and blocking]
5519      Branch: perl
5520            ! ext/IO/lib/IO/Socket.pm
5521 ____________________________________________________________________________
5522 [  2867] By: gsar                                  on 1999/02/11  09:43:03
5523         Log: av_extend() doc tweak from Jan Dubois
5524      Branch: perl
5525            ! pod/perlguts.pod
5526 ____________________________________________________________________________
5527 [  2866] By: gsar                                  on 1999/02/11  09:27:17
5528         Log: display full pathname of unreadable files
5529      Branch: perl
5530            ! utils/perldoc.PL
5531 ____________________________________________________________________________
5532 [  2865] By: gsar                                  on 1999/02/11  09:02:31
5533         Log: missing patch in change#2522
5534      Branch: perl
5535            ! lib/Pod/Text.pm
5536 ____________________________________________________________________________
5537 [  2864] By: jhi                                   on 1999/02/11  08:45:00
5538         Log: From: Spider Boardman <spider@zk3.dec.com>
5539              To: perlbug@perl.com
5540              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
5541              Date: Wed, 10 Feb 1999 23:33:31 -0500
5542              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
5543      Branch: maint-5.005/perl
5544            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
5545 ____________________________________________________________________________
5546 [  2862] By: gsar                                  on 1999/02/11  08:14:34
5547         Log: integrate changes#2738,2740 from maint-5.005
5548      Branch: perl
5549           !> lib/ExtUtils/MakeMaker.pm
5550 ____________________________________________________________________________
5551 [  2861] By: jhi                                   on 1999/02/11  08:04:25
5552         Log: Integrate from mainperl.
5553      Branch: cfgperl
5554           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
5555           !> t/op/range.t win32/config.gc
5556 ____________________________________________________________________________
5557 [  2860] By: gsar                                  on 1999/02/11  07:30:08
5558         Log: binmode() support for cygwin32 (suggested by Steven Morlock
5559              <newspost@morlock.net>)
5560      Branch: perl
5561            ! perl.h
5562 ____________________________________________________________________________
5563 [  2859] By: gsar                                  on 1999/02/11  07:14:21
5564         Log: update Changes
5565      Branch: perl
5566            ! Changes
5567           !> pod/perl5005delta.pod
5568 ____________________________________________________________________________
5569 [  2856] By: gsar                                  on 1999/02/11  07:07:39
5570         Log: integrate perldelta changes from maint-5.005
5571      Branch: perl
5572           !> pod/perl5005delta.pod
5573 ____________________________________________________________________________
5574 [  2855] By: gsar                                  on 1999/02/11  06:31:50
5575         Log: applied suggested patch; added tests
5576              From: Adam Krolnik <adamk@gypsy.cyrix.com>
5577              Date: Sat, 12 Dec 98 15:30:18 -0600
5578              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
5579              Subject: Range operation doesn't handle IV_MAX
5580      Branch: perl
5581            ! pp_ctl.c t/op/range.t
5582 ____________________________________________________________________________
5583 [  2854] By: gsar                                  on 1999/02/11  05:00:55
5584         Log: compatibility fix: magic non-propagation in foreach implicit localization
5585      Branch: perl
5586            ! pp_ctl.c t/op/local.t win32/config.gc
5587 ____________________________________________________________________________
5588 [  2852] By: gsar                                  on 1999/02/10  23:17:49
5589         Log: fair warning about -Dusethreads
5590      Branch: maint-5.005/perl
5591            ! Configure INSTALL README.threads
5592 ____________________________________________________________________________
5593 [  2847] By: jhi                                   on 1999/02/09  19:13:28
5594         Log: Integrate from mainperl.
5595      Branch: cfgperl
5596           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
5597           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
5598 ____________________________________________________________________________
5599 [  2846] By: gsar                                  on 1999/02/09  13:53:28
5600         Log: a modified version of suggested patch for pack template 'Z'; added docs
5601              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
5602              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
5603              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
5604              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
5605      Branch: perl
5606            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
5607 ____________________________________________________________________________
5608 [  2845] By: gsar                                  on 1999/02/09  00:03:26
5609         Log: clarify docs for change#2835
5610      Branch: perl
5611            ! pod/perldelta.pod pod/perlop.pod
5612 ____________________________________________________________________________
5613 [  2844] By: gsar                                  on 1999/02/08  23:40:57
5614         Log: addendum to change#2823
5615              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5616              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
5617              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
5618              Subject: [PATCH] Docs and tests for method-call syntax
5619      Branch: perl
5620            ! pod/perlobj.pod t/op/method.t
5621 ____________________________________________________________________________
5622 [  2843] By: jhi                                   on 1999/02/08  21:06:28
5623         Log: Ultrix mmap tidbit.
5624      Branch: cfgperl
5625            ! hints/ultrix_4.sh
5626 ____________________________________________________________________________
5627 [  2842] By: jhi                                   on 1999/02/08  20:22:55
5628         Log: Integrate from mainperl.
5629      Branch: cfgperl
5630           +> t/op/subst_wamp.t
5631           !> (integrate 35 files)
5632 ____________________________________________________________________________
5633 [  2841] By: jhi                                   on 1999/02/08  18:23:26
5634         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5635              To: Mailing list Perl5 <perl5-porters@perl.org>
5636              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
5637              Date: Sun, 7 Feb 1999 17:25:22 -0500
5638              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
5639      Branch: cfgperl
5640            + t/op/subst_amp.t
5641            ! MANIFEST regcomp.c t/op/subst.t
5642 ____________________________________________________________________________
5643 [  2840] By: jhi                                   on 1999/02/08  18:16:54
5644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5645              To: Mailing list Perl5 <perl5-porters@perl.org>
5646              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
5647              Date: Sun, 7 Feb 1999 17:00:10 -0500
5648              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
5649      Branch: cfgperl
5650            ! pp_hot.c t/op/pat.t
5651 ____________________________________________________________________________
5652 [  2839] By: jhi                                   on 1999/02/08  17:25:30
5653         Log: A require was missing.
5654      Branch: cfgperl
5655            ! t/lib/h2ph.pht
5656 ____________________________________________________________________________
5657 [  2838] By: jhi                                   on 1999/02/08  16:38:41
5658         Log: Bring in the change #2809 (the Configure part has been
5659              modified rather a lot since the #2809, though.)
5660      Branch: cfgperl
5661            ! Configure utils/h2ph.PL
5662 ____________________________________________________________________________
5663 [  2835] By: gsar                                  on 1999/02/08  14:40:23
5664         Log: make qw() into a true list at compile time (slightly modified
5665              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
5666      Branch: perl
5667            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
5668 ____________________________________________________________________________
5669 [  2834] By: gsar                                  on 1999/02/08  13:23:16
5670         Log: make safesysmalloc() etc., always available; safemalloc() et al are
5671              now macros that point to the right malloc; fix various places in
5672              sources that need to always use safesysmalloc() et al
5673      Branch: perl
5674            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
5675            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
5676 ____________________________________________________________________________
5677 [  2833] By: gsar                                  on 1999/02/08  10:56:16
5678         Log: remove spurious #endif in last change
5679      Branch: perl
5680            ! perl.h
5681 ____________________________________________________________________________
5682 [  2832] By: gsar                                  on 1999/02/08  10:34:55
5683         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
5684              them ask for insanity (untested)
5685      Branch: perl
5686            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
5687            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
5688            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
5689 ____________________________________________________________________________
5690 [  2831] By: jhi                                   on 1999/02/08  08:33:33
5691         Log: Update vms/subconfigure.com along the lines of change #2829.
5692      Branch: cfgperl
5693            ! vms/subconfigure.com
5694 ____________________________________________________________________________
5695 [  2830] By: gsar                                  on 1999/02/08  00:19:46
5696         Log: integrate cfgperl changes into mainline
5697      Branch: perl
5698           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
5699           +> lib/File/PathConvert.pm pod/perlthrtut.pod
5700            ! Changes
5701           !> (integrate 93 files)
5702 ____________________________________________________________________________
5703 [  2829] By: jhi                                   on 1999/02/07  23:49:46
5704         Log: Configure update.
5705              
5706              Probe for mmap() et alia.
5707              The *cc*symbols patch (just Configure, no h2ph).
5708      Branch: cfgperl
5709            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5710            ! config_h.SH perl.h
5711 ____________________________________________________________________________
5712 [  2828] By: gsar                                  on 1999/02/07  23:38:47
5713         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5714              Date: Sun, 7 Feb 1999 17:25:22 -0500
5715              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
5716              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
5717      Branch: perl
5718            + t/op/subst_amp.t t/op/subst_wamp.t
5719            ! MANIFEST regcomp.c t/op/subst.t
5720 ____________________________________________________________________________
5721 [  2827] By: gsar                                  on 1999/02/07  23:27:32
5722         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5723              Date: Sun, 7 Feb 1999 17:00:10 -0500
5724              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
5725              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
5726      Branch: perl
5727            ! pp_hot.c t/op/pat.t
5728 ____________________________________________________________________________
5729 [  2826] By: gsar                                  on 1999/02/07  23:26:04
5730         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
5731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5732              Date: Sun, 7 Feb 1999 15:07:27 -0500
5733              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
5734              Subject: Re: fixing memory leaks in REx compilation
5735      Branch: perl
5736            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
5737            ! regexec.c
5738 ____________________________________________________________________________
5739 [  2825] By: jhi                                   on 1999/02/07  18:05:13
5740         Log: Integrate from mainperl.
5741      Branch: cfgperl
5742           +> lib/DB.pm t/comp/bproto.t
5743           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
5744           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
5745           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
5746           !> toke.c vms/perly_c.vms
5747 ____________________________________________________________________________
5748 [  2824] By: gsar                                  on 1999/02/07  14:21:48
5749         Log: tweak doc on bitwise ops
5750      Branch: perl
5751            ! pod/perlop.pod
5752 ____________________________________________________________________________
5753 [  2823] By: gsar                                  on 1999/02/07  13:38:31
5754         Log: applied suggested patch; regen perly* and vms/perly*
5755              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5756              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
5757              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
5758              Subject: [PATCH] Re: Suggestion for perlobj man page
5759      Branch: perl
5760            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
5761 ____________________________________________________________________________
5762 [  2822] By: gsar                                  on 1999/02/07  12:39:09
5763         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
5764              disabled, fails tests)
5765      Branch: perl
5766            ! regcomp.h
5767 ____________________________________________________________________________
5768 [  2821] By: gsar                                  on 1999/02/07  11:09:39
5769         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
5770              <Alexander.Barilo@aexp.com>)
5771      Branch: perl
5772            ! lib/Pod/Html.pm
5773 ____________________________________________________________________________
5774 [  2820] By: gsar                                  on 1999/02/07  10:20:35
5775         Log: add draft debugging API implementation
5776      Branch: perl
5777            + lib/DB.pm
5778            ! MANIFEST
5779 ____________________________________________________________________________
5780 [  2819] By: gsar                                  on 1999/02/07  09:58:45
5781         Log: avoid garbage in db->dirbuf
5782              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
5783              Date: Sat, 05 Dec 1998 14:14:54 +0900
5784              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
5785              Subject: SDBM bug
5786      Branch: perl
5787            ! ext/SDBM_File/sdbm/sdbm.c
5788 ____________________________________________________________________________
5789 [  2818] By: gsar                                  on 1999/02/07  09:32:24
5790         Log: missing entry
5791      Branch: perl
5792            ! MANIFEST
5793 ____________________________________________________________________________
5794 [  2817] By: gsar                                  on 1999/02/07  09:30:47
5795         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
5796      Branch: perl
5797            + t/comp/bproto.t
5798            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5799 ____________________________________________________________________________
5800 [  2816] By: gsar                                  on 1999/02/06  00:14:29
5801         Log: minor bug in dumping blessed subrefs
5802      Branch: perl
5803            ! ext/Data/Dumper/Dumper.pm
5804 ____________________________________________________________________________
5805 [  2812] By: jhi                                   on 1999/02/03  22:02:24
5806         Log: Enhance change #2808.
5807              
5808              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5809              To: perl5-porters@perl.org
5810              Subject: Re: [PATCH 5.00*]: perlbug checklist
5811              Date: Wed, 3 Feb 1999 19:02:27 +0000
5812              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
5813      Branch: cfgperl
5814            ! utils/perlbug.PL
5815 ____________________________________________________________________________
5816 [  2811] By: jhi                                   on 1999/02/03  21:53:23
5817         Log: From: Barrie Slaymaker <rbs@telerama.com>
5818              To: perl5-porters@perl.org
5819              CC: pod-people@perl.org
5820              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
5821              Date: Wed, 03 Feb 1999 10:34:18 -0500
5822              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
5823              
5824              Add File::PathConvert.pm.
5825              Fix Pod::Html and installhtml to understand relative urls.
5826      Branch: cfgperl
5827            + lib/File/PathConvert.pm
5828            ! MANIFEST installhtml lib/Pod/Html.pm
5829 ____________________________________________________________________________
5830 [  2810] By: jhi                                   on 1999/02/03  20:25:10
5831         Log: From: Francois Desarmenien <desar@club-internet.fr>
5832              To: Mailing list Perl5 <perl5-porters@perl.org>
5833              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
5834              Date: Wed, 03 Feb 1999 13:13:24 +0000
5835              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
5836              
5837              (note: this patch completely overrides Tom Wolfe's patch,
5838              change #2604)
5839      Branch: cfgperl
5840            + ext/GDBM_File/hints/sco.pl
5841            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
5842 ____________________________________________________________________________
5843 [  2809] By: jhi                                   on 1999/02/03  19:54:16
5844         Log: h2ph fixes + Configure patch to support them.
5845              
5846              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5847              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
5848              Gurusamy Sarathy <gsar@engin.umich.edu>
5849              Cc: perl5-porters@perl.org
5850              Subject: [PATCH 5.00503_MT5] h2ph.PL
5851              Date: Tue, 2 Feb 1999 19:48:06 -0500
5852              Message-ID: <19990202194806.E10647@O2.chapin.edu>
5853      Branch: maint-5.005/perl
5854            ! Configure utils/h2ph.PL
5855 ____________________________________________________________________________
5856 [  2808] By: jhi                                   on 1999/02/03  16:59:55
5857         Log: Enhance the perlbug checklist.
5858      Branch: cfgperl
5859            ! utils/perlbug.PL
5860 ____________________________________________________________________________
5861 [  2807] By: jhi                                   on 1999/02/03  14:01:37
5862         Log: Document the standard strftime %formats.
5863              
5864              From: Dominic Dunlop <domo@vo.lu>
5865              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
5866              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
5867              Date: Tue, 2 Feb 1999 15:55:29 +0100
5868              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
5869      Branch: cfgperl
5870            ! ext/POSIX/POSIX.pod
5871 ____________________________________________________________________________
5872 [  2806] By: jhi                                   on 1999/02/03  13:58:00
5873         Log: Integrate from mainperl.
5874      Branch: cfgperl
5875           !> perl.h
5876 ____________________________________________________________________________
5877 [  2805] By: gsar                                  on 1999/02/03  03:32:31
5878         Log: PL_uuemap[] init needs help for sizeof()
5879      Branch: perl
5880            ! perl.h
5881 ____________________________________________________________________________
5882 [  2804] By: jhi                                   on 1999/02/02  20:44:30
5883         Log: These should've been already in #2803.
5884      Branch: cfgperl
5885            ! Configure config_h.SH vms/subconfigure.com
5886 ____________________________________________________________________________
5887 [  2803] By: jhi                                   on 1999/02/02  20:38:45
5888         Log: telldir prototype issue, from mists of time...
5889      Branch: cfgperl
5890            ! hints/netbsd.sh pp_sys.c
5891 ____________________________________________________________________________
5892 [  2801] By: jhi                                   on 1999/02/02  17:40:14
5893         Log: From: John Bley <jbb6@acpub.duke.edu>
5894              To: perlbug@perl.org
5895              Subject: [PATCH]5.005_54 (DOC) fix minor typos
5896              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
5897              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
5898      Branch: cfgperl
5899            ! pod/perlre.pod
5900 ____________________________________________________________________________
5901 [  2800] By: jhi                                   on 1999/02/02  17:26:49
5902         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
5903      Branch: cfgperl
5904            ! Todo-5.005
5905 ____________________________________________________________________________
5906 [  2799] By: jhi                                   on 1999/02/02  17:18:51
5907         Log: Update FindBin from maint-5.005.
5908      Branch: cfgperl
5909            ! lib/FindBin.pm
5910 ____________________________________________________________________________
5911 [  2798] By: jhi                                   on 1999/02/02  17:16:07
5912         Log: Fix typecasts in #2797
5913              
5914              From: "G. Del Merritt" <del@intranetics.com>
5915              Date: Fri, 29 Jan 1999 11:47:25 -0700
5916              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
5917              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
5918      Branch: cfgperl
5919            ! ext/POSIX/POSIX.xs
5920 ____________________________________________________________________________
5921 [  2797] By: jhi                                   on 1999/02/02  17:14:37
5922         Log: From: Ted Law <tedlaw@cibcwg.com>
5923              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
5924              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
5925              Subject: POSIX::strftime buffer overflow problem
5926      Branch: cfgperl
5927            ! ext/POSIX/POSIX.xs
5928 ____________________________________________________________________________
5929 [  2796] By: jhi                                   on 1999/02/02  17:13:23
5930         Log: Do not use File::Slurp.
5931      Branch: cfgperl
5932            ! t/lib/textfill.t
5933 ____________________________________________________________________________
5934 [  2795] By: jhi                                   on 1999/02/02  17:11:48
5935         Log: perlhist update from maint-5.005.
5936      Branch: cfgperl
5937            ! pod/perlhist.pod
5938 ____________________________________________________________________________
5939 [  2794] By: jhi                                   on 1999/02/02  17:10:33
5940         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
5941      Branch: cfgperl
5942            ! ext/POSIX/POSIX.pm
5943 ____________________________________________________________________________
5944 [  2793] By: jhi                                   on 1999/02/02  17:08:39
5945         Log: Missed the html test from change #2787. 
5946      Branch: cfgperl
5947            ! t/lib/cgi-html.t
5948 ____________________________________________________________________________
5949 [  2792] By: jhi                                   on 1999/02/02  17:01:24
5950         Log: Update Getopt::Long to 2.19.
5951      Branch: cfgperl
5952            ! lib/Getopt/Long.pm
5953 ____________________________________________________________________________
5954 [  2791] By: jhi                                   on 1999/02/02  16:59:13
5955         Log: overload syntax is no longer experimental
5956      Branch: cfgperl
5957            ! lib/overload.pm
5958 ____________________________________________________________________________
5959 [  2789] By: jhi                                   on 1999/02/02  16:47:50
5960         Log: Still doc fixes.
5961      Branch: cfgperl
5962            ! lib/diagnostics.pm
5963 ____________________________________________________________________________
5964 [  2788] By: jhi                                   on 1999/02/02  16:47:07
5965         Log: Doc fixes.
5966      Branch: cfgperl
5967            ! lib/CGI.pm lib/diagnostics.pm
5968 ____________________________________________________________________________
5969 [  2787] By: jhi                                   on 1999/02/02  16:38:55
5970         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
5971              where applicable).
5972      Branch: cfgperl
5973            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
5974            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5975            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5976            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
5977            ! eg/cgi/frameset.cgi eg/cgi/index.html
5978            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5979            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5980            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5981            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
5982            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
5983            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
5984 ____________________________________________________________________________
5985 [  2786] By: jhi                                   on 1999/02/02  16:17:52
5986         Log: Update CPAN to 1.47.
5987      Branch: cfgperl
5988            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5989 ____________________________________________________________________________
5990 [  2785] By: jhi                                   on 1999/02/02  16:09:03
5991         Log: From: Mark-Jason Dominus <mjd@plover.com>
5992              Date: Sat, 16 Jan 1999 17:22:06 -0500
5993              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
5994              Message-ID: <19990116222206.3674.qmail@plover.com>
5995      Branch: cfgperl
5996            ! pod/perlsub.pod
5997 ____________________________________________________________________________
5998 [  2784] By: jhi                                   on 1999/02/02  16:01:31
5999         Log: Fix incorrect "used only once" warnings
6000              
6001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6002              Date: Fri, 8 Jan 1999 04:37:10 -0500
6003              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
6004              Subject: Re: change#965 flakiness
6005      Branch: cfgperl
6006            ! gv.c
6007 ____________________________________________________________________________
6008 [  2783] By: jhi                                   on 1999/02/02  15:50:38
6009         Log: perldelta updates.
6010      Branch: cfgperl
6011            ! pod/perldelta.pod
6012 ____________________________________________________________________________
6013 [  2782] By: jhi                                   on 1999/02/02  14:28:26
6014         Log: Mirror change #2781.
6015      Branch: cfgperl
6016            ! hints/linux.sh
6017 ____________________________________________________________________________
6018 [  2781] By: jhi                                   on 1999/02/02  14:27:01
6019         Log: Update the MkLinux note.
6020      Branch: maint-5.005/perl
6021            ! hints/linux.sh
6022 ____________________________________________________________________________
6023 [  2780] By: jhi                                   on 1999/02/02  14:10:59
6024         Log: Update todo.
6025      Branch: cfgperl
6026            ! Todo-5.005
6027 ____________________________________________________________________________
6028 [  2779] By: jhi                                   on 1999/02/02  14:00:25
6029         Log: Integrate from mainperl.
6030      Branch: cfgperl
6031            ! t/lib/textfill.t t/lib/textwrap.t
6032           !> (integrate 32 files)
6033 ____________________________________________________________________________
6034 [  2778] By: jhi                                   on 1999/02/02  13:56:23
6035         Log: VMS update, applicable parts of
6036              
6037              From: Dan Sugalski <sugalskd@osshe.edu>
6038              To: perl5-porters@perl.org
6039              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6040              Date: Wed, 20 Jan 1999 12:05:18 -0800
6041              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6042              
6043              From: Dan Sugalski <sugalskd@osshe.edu>
6044              To: perlbug@perl.com, vmsperl@perl.org
6045              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
6046              Date: Tue, 26 Jan 1999 14:40:38 -0800
6047              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
6048              
6049              From: Dan Sugalski <sugalskd@osshe.edu>
6050              To: perl5-porters@perl.org, vmsperl@perl.org
6051              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
6052              Date: Tue, 26 Jan 1999 14:55:29 -0800
6053              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
6054      Branch: cfgperl
6055            ! vms/ext/Stdio/test.pl vms/subconfigure.com
6056 ____________________________________________________________________________
6057 [  2777] By: jhi                                   on 1999/02/02  13:43:24
6058         Log: Synch usethreads parts from maint-5.005.
6059      Branch: cfgperl
6060            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
6061            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
6062            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6063            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
6064 ____________________________________________________________________________
6065 [  2776] By: jhi                                   on 1999/02/02  13:17:16
6066         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
6067      Branch: cfgperl
6068            ! Makefile.SH hints/freebsd.sh
6069 ____________________________________________________________________________
6070 [  2774] By: jhi                                   on 1999/02/02  13:10:39
6071         Log: Add perlthrtut, update pod/* machinery.
6072              (a pod/Makefile.SH is sorely needed)
6073      Branch: cfgperl
6074            + pod/perlthrtut.pod
6075            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
6076 ____________________________________________________________________________
6077 [  2773] By: jhi                                   on 1999/02/02  12:54:24
6078         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6079              To: perl5-porters@perl.org
6080              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
6081              Date: Tue, 26 Jan 1999 22:25:07 +0000
6082              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
6083      Branch: cfgperl
6084            ! pod/perlguts.pod
6085 ____________________________________________________________________________
6086 [  2771] By: jhi                                   on 1999/02/02  12:47:34
6087         Log: Use perlbug instead of personal email address.
6088      Branch: cfgperl
6089            ! Configure
6090 ____________________________________________________________________________
6091 [  2770] By: jhi                                   on 1999/02/02  12:42:06
6092         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6093              
6094              From: "G. Del Merritt" <del@intranetics.com>
6095              To: perlbug@perl.com
6096              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6097              Date: Tue, 26 Jan 1999 12:09:09 -0700
6098              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6099      Branch: cfgperl
6100            ! iperlsys.h
6101 ____________________________________________________________________________
6102 [  2769] By: jhi                                   on 1999/02/02  12:37:57
6103         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6104              To: Mailing list Perl5 <perl5-porters@perl.org>
6105              Subject: [PATCH 5.005_*] OS/2 threads
6106              Date: Tue, 26 Jan 1999 13:39:46 -0500
6107              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
6108      Branch: cfgperl
6109            ! os2/os2ish.h
6110 ____________________________________________________________________________
6111 [  2768] By: jhi                                   on 1999/02/02  12:36:16
6112         Log: Apply change #2711 from maint-5.005:
6113              
6114              make ok", "make okfile", and "make nok" were broken
6115              with -Duseshrplib, because of a shared typo.
6116              
6117              From: Spider Boardman <spider@web.zk3.dec.com>
6118              To: perlbug@perl.com
6119              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6120              Date: Wed, 27 Jan 1999 12:27:15 -0500
6121              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6122      Branch: cfgperl
6123            ! Makefile.SH
6124 ____________________________________________________________________________
6125 [  2766] By: jhi                                   on 1999/02/02  12:27:08
6126         Log: Make Configure use "int main()" instead of bare "main()".
6127              Like maint-5.005 change #2703 but now via metaconfig.
6128      Branch: cfgperl
6129            ! Configure
6130 ____________________________________________________________________________
6131 [  2765] By: jhi                                   on 1999/02/02  11:59:30
6132         Log: Undo part of change #2562.
6133      Branch: cfgperl
6134            ! Configure
6135 ____________________________________________________________________________
6136 [  2764] By: jhi                                   on 1999/02/02  11:52:39
6137         Log: NetBSD synch with maint-5.005.
6138      Branch: cfgperl
6139            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6140 ____________________________________________________________________________
6141 [  2763] By: jhi                                   on 1999/02/02  11:44:07
6142         Log: $Config{installusrbinperl}
6143              (maint-5.005 changes #2614 and #2709)
6144      Branch: cfgperl
6145            ! Configure installperl
6146 ____________________________________________________________________________
6147 [  2762] By: jhi                                   on 1999/02/02  11:29:13
6148         Log: Errno update from maint-5.005 (changes #2583, #2710).
6149      Branch: cfgperl
6150            ! Configure ext/Errno/Errno_pm.PL
6151 ____________________________________________________________________________
6152 [  2759] By: jhi                                   on 1999/02/02  10:53:20
6153         Log: Update Trig.pm from maint-5.005.
6154      Branch: cfgperl
6155            ! lib/Math/Trig.pm
6156 ____________________________________________________________________________
6157 [  2757] By: jhi                                   on 1999/02/02  10:41:26
6158         Log: MPE/iX update (mirror maint-5.005 change #2715)
6159      Branch: cfgperl
6160            ! hints/mpeix.sh mpeix/relink
6161 ____________________________________________________________________________
6162 [  2756] By: jhi                                   on 1999/02/02  10:38:08
6163         Log: BeOS update (Mirror maint-5.005 change #2727).
6164      Branch: cfgperl
6165            + ext/DynaLoader/dl_beos.xs
6166            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6167            ! lib/ExtUtils/MM_Unix.pm
6168 ____________________________________________________________________________
6169 [  2754] By: gsar                                  on 1999/02/02  08:52:13
6170         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
6171      Branch: perl
6172            ! Porting/pumpkin.pod Todo Todo-5.005
6173 ____________________________________________________________________________
6174 [  2753] By: gsar                                  on 1999/02/02  08:46:21
6175         Log: Todo tweaks
6176      Branch: perl
6177            ! Todo Todo-5.005
6178 ____________________________________________________________________________
6179 [  2752] By: jhi                                   on 1999/02/01  22:15:12
6180         Log: Add perlthrtut.pod.
6181              
6182              From: Dan Sugalski <sugalskd@osshe.edu>
6183              To: perl5-porters@perl.org
6184              Subject: perlthrtut.pod
6185              Date: Mon, 01 Feb 1999 10:57:11 -0800
6186              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
6187      Branch: maint-5.005/perl
6188            + pod/perlthrtut.pod
6189            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
6190            ! pod/roffitall
6191 ____________________________________________________________________________
6192 [  2751] By: gsar                                  on 1999/02/01  07:28:05
6193         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
6194      Branch: perl
6195            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6196            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
6197 ____________________________________________________________________________
6198 [  2750] By: gsar                                  on 1999/02/01  07:09:20
6199         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6200              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
6201              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
6202              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
6203      Branch: perl
6204            ! regexec.c
6205 ____________________________________________________________________________
6206 [  2749] By: gsar                                  on 1999/02/01  07:07:59
6207         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6208              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
6209              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
6210              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
6211      Branch: perl
6212            ! regexec.c
6213 ____________________________________________________________________________
6214 [  2748] By: gsar                                  on 1999/02/01  06:47:06
6215         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
6216              Date: Thu, 3 Dec 1998 15:10:17 -0500
6217              Message-Id: <199812032010.PAA09692@jik.shore.net>
6218              Subject: sample checksum code in "perlfunc" man page is wrong
6219      Branch: perl
6220            ! pod/perlfunc.pod
6221 ____________________________________________________________________________
6222 [  2747] By: gsar                                  on 1999/02/01  06:35:13
6223         Log: typos in Pod/Text.pm
6224              From: "Greg Chapman" <glc@well.com>
6225              Date: Tue, 1 Dec 1998 10:50:18 -0800
6226              Message-Id: <199812011849.KAA08816@smtp.well.com>
6227              Subject: Glitch in Pod::Text
6228      Branch: perl
6229            ! lib/Pod/Text.pm
6230 ____________________________________________________________________________
6231 [  2746] By: gsar                                  on 1999/02/01  06:27:35
6232         Log: various win32-ish changes merged from maint-5.005
6233      Branch: perl
6234            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
6235            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
6236            ! win32/Makefile win32/config.bc win32/config.vc
6237            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
6238            ! win32/win32.c
6239 ____________________________________________________________________________
6240 [  2745] By: gsar                                  on 1999/02/01  04:51:54
6241         Log: integrate cfgperl changes into mainline
6242      Branch: perl
6243           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
6244 ____________________________________________________________________________
6245 [  2744] By: gsar                                  on 1999/02/01  04:31:09
6246         Log: improved diagnostic on syntax errors at EOL
6247      Branch: perl
6248            ! toke.c
6249 ____________________________________________________________________________
6250 [  2743] By: gsar                                  on 1999/02/01  03:59:13
6251         Log: don't attempt connect() to bogus IP addresses
6252              From:    Graham Barr <gbarr@pobox.com>
6253              Date:    Sun, 31 Jan 1999 21:50:45 CST
6254              Message-Id: <19990131215045.A633@pobox.com>
6255      Branch: perl
6256            ! t/lib/io_multihomed.t
6257 ____________________________________________________________________________
6258 [  2742] By: gsar                                  on 1999/02/01  03:08:58
6259         Log: update Changes
6260      Branch: perl
6261            ! Changes pod/perldelta.pod
6262 ____________________________________________________________________________
6263 [  2740] By: gsar                                  on 1999/02/01  02:43:07
6264         Log: CAPI inheritance tweak and doc
6265      Branch: maint-5.005/perl
6266            ! lib/ExtUtils/MakeMaker.pm
6267 ____________________________________________________________________________
6268 [  2739] By: jhi                                   on 1999/01/31  18:31:54
6269         Log: Undo changes #2730 and #2731 and replace them
6270              with an extensively tested patch from
6271              Anton Berezin <tobez@plab.ku.dk> (via private email).
6272      Branch: maint-5.005/perl
6273            ! Makefile.SH hints/freebsd.sh
6274 ____________________________________________________________________________
6275 [  2738] By: gsar                                  on 1999/01/31  05:04:32
6276         Log: fix bogus CAPI inheritance from change#2541
6277      Branch: maint-5.005/perl
6278            ! lib/ExtUtils/MakeMaker.pm
6279 ____________________________________________________________________________
6280 [  2731] By: jhi                                   on 1999/01/29  14:33:12
6281         Log: FreeBSD version numbers can be like "2.2.8-release".
6282      Branch: maint-5.005/perl
6283            ! hints/freebsd.sh
6284 ____________________________________________________________________________
6285 [  2730] By: jhi                                   on 1999/01/29  12:40:38
6286         Log: FreeBSD hints iteration (hopefully convergent).
6287              usethreads: require at least FreeBSD 2.2.8.
6288              signal type: mirror change #2429 in cfgperl.
6289      Branch: maint-5.005/perl
6290            ! hints/freebsd.sh
6291 ____________________________________________________________________________
6292 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
6293         Log: From: Tom Spindler <dogcow@isi.net>
6294              Date: Thu, 28 Jan 1999 17:15:11 -0800
6295              Message-ID: <19990128171510.A11778@isi.net>
6296              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
6297      Branch: maint-5.005/perl
6298            + ext/DynaLoader/dl_beos.xs
6299            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
6300            ! lib/ExtUtils/MM_Unix.pm
6301 ____________________________________________________________________________
6302 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
6303         Log: Remove use of File::Slurp in t/lib/textfill.t
6304      Branch: maint-5.005/perl
6305            ! t/lib/textfill.t
6306 ____________________________________________________________________________
6307 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
6308         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
6309              Date: Wed, 27 Jan 1999 23:14:33 -0800
6310              Message-Id: <199901280714.XAA10176@activestate.com>
6311              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
6312      Branch: maint-5.005/perl
6313            ! win32/Makefile win32/makefile.mk
6314 ____________________________________________________________________________
6315 [  2720] By: gsar                                  on 1999/01/27  21:54:42
6316         Log: missing space while munging CCFLAGS for PERL_CAPI
6317      Branch: perl
6318            ! lib/ExtUtils/MM_Unix.pm
6319 ____________________________________________________________________________
6320 [  2718] By: jhi                                   on 1999/01/27  19:46:04
6321         Log: io/fs.t fails test #18 (sense of tests appears to have been
6322              changed incompletely; this patch just skips the test attached,
6323              a la test #17 preceding it).
6324              
6325              From: "G. Del Merritt" <del@intranetics.com>
6326              To: perlbug@perl.com
6327              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6328              Date: Tue, 26 Jan 1999 12:09:09 -0700
6329              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6330      Branch: maint-5.005/perl
6331            ! t/io/fs.t
6332 ____________________________________________________________________________
6333 [  2717] By: jhi                                   on 1999/01/27  19:44:46
6334         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
6335              
6336              From: "G. Del Merritt" <del@intranetics.com>
6337              To: perlbug@perl.com
6338              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
6339              Date: Tue, 26 Jan 1999 12:09:09 -0700
6340              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
6341      Branch: maint-5.005/perl
6342            ! iperlsys.h
6343 ____________________________________________________________________________
6344 [  2715] By: jhi                                   on 1999/01/27  19:34:28
6345         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6346              To: perl5-porters@perl.org
6347              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
6348              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
6349              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
6350      Branch: maint-5.005/perl
6351            ! hints/mpeix.sh mpeix/relink
6352 ____________________________________________________________________________
6353 [  2710] By: jhi                                   on 1999/01/27  19:22:23
6354         Log: Errno fixes:
6355              
6356              From: Spider Boardman <spider@web.zk3.dec.com>
6357              To: perlbug@perl.com
6358              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6359              Date: Wed, 27 Jan 1999 12:27:15 -0500
6360              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
6361              
6362              From: Spider Boardman <spider@web.zk3.dec.com>
6363              To: perlbug@perl.com
6364              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6365              Date: Wed, 27 Jan 1999 13:31:16 -0500
6366              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
6367      Branch: maint-5.005/perl
6368            ! Configure ext/Errno/Errno_pm.PL
6369 ____________________________________________________________________________
6370 [  2709] By: jhi                                   on 1999/01/27  19:17:35
6371         Log: Fix Configure installusrbinperl:
6372              
6373              From: Spider Boardman <spider@web.zk3.dec.com>
6374              To: jhi@iki.fi
6375              cc: perl5-porters@perl.org
6376              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
6377              Date: Wed, 27 Jan 1999 13:03:35 -0500
6378              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
6379      Branch: maint-5.005/perl
6380            ! Configure
6381 ____________________________________________________________________________
6382 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
6383         Log: Add redef IO::Handle::* for setv?buf()
6384      Branch: maint-5.005/perl
6385            ! ext/POSIX/POSIX.pm
6386 ____________________________________________________________________________
6387 [  2705] By: jhi                                   on 1999/01/24  15:14:30
6388         Log: Mention year-1900 and month 0..11.
6389      Branch: cfgperl
6390            ! lib/Time/Local.pm
6391 ____________________________________________________________________________
6392 [  2704] By: jhi                                   on 1999/01/24  15:13:36
6393         Log: Document Configure -Uinstallusrbinperl.
6394      Branch: cfgperl
6395            ! INSTALL pod/perldelta.pod
6396 ____________________________________________________________________________
6397 [  2698] By: jhi                                   on 1999/01/24  12:46:00
6398         Log: Use only xlc_r for usethreads.
6399      Branch: cfgperl
6400            ! hints/aix.sh
6401 ____________________________________________________________________________
6402 [  2695] By: gsar                                  on 1999/01/24  07:09:05
6403         Log: integrate cfgperl changes into mainline
6404      Branch: perl
6405           +> lib/Exporter/Heavy.pm
6406           !> (integrate 65 files)
6407 ____________________________________________________________________________
6408 [  2694] By: gsar                                  on 1999/01/24  01:28:49
6409         Log: better notes on 'make' on win32
6410      Branch: perl
6411            ! README.win32
6412 ____________________________________________________________________________
6413 [  2683] By: jhi                                   on 1999/01/22  15:41:00
6414         Log: More de-cut-and-pastos.
6415      Branch: cfgperl
6416            ! hints/irix_6.sh hints/os2.sh
6417 ____________________________________________________________________________
6418 [  2682] By: jhi                                   on 1999/01/22  15:30:51
6419         Log: usethreads.cbu cut-and-pasto.
6420      Branch: cfgperl
6421            ! hints/solaris_2.sh
6422 ____________________________________________________________________________
6423 [  2681] By: jhi                                   on 1999/01/22  14:54:55
6424         Log: Better (I hope) LANGUAGE documentation.
6425      Branch: cfgperl
6426            ! pod/perllocale.pod
6427 ____________________________________________________________________________
6428 [  2680] By: jhi                                   on 1999/01/22  09:20:29
6429         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6430              To: perl5-porters@perl.org
6431              Subject: [PATCH 5.005_03MT3]VMS configure tweak
6432              Date: Wed, 20 Jan 1999 12:05:18 -0800
6433              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
6434      Branch: cfgperl
6435            ! vms/subconfigure.com
6436 ____________________________________________________________________________
6437 [  2679] By: jhi                                   on 1999/01/22  09:13:18
6438         Log: nosuid getmntent() branch.
6439      Branch: cfgperl
6440            ! perl.c perl.h
6441 ____________________________________________________________________________
6442 [  2678] By: jhi                                   on 1999/01/22  08:54:19
6443         Log: nosuid patch continued: *BSD needs <sys/param.h>.
6444      Branch: cfgperl
6445            ! Configure config_h.SH
6446 ____________________________________________________________________________
6447 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
6448         Log: Fixup FindBin to use File::Spec
6449              
6450              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
6451              Date: Wed, 20 Jan 1999 18:51:57 +0000
6452              From: Paul Johnson <pjcj@transeda.com>
6453              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
6454      Branch: maint-5.005/perl
6455            ! lib/FindBin.pm
6456 ____________________________________________________________________________
6457 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
6458         Log: Fix win32 for Borland compiler and spaces in paths
6459              
6460              From: Gurusamy Sarathy <gsar@activestate.com>
6461              Date: Mon, 18 Jan 1999 20:33:17 -0800
6462              Message-Id: <199901190433.UAA03656@activestate.com>
6463              Subject: [PATCH] 5.005_03-trial3 win32 issues
6464      Branch: maint-5.005/perl
6465            ! README.win32 win32/Makefile win32/config_sh.PL
6466            ! win32/makefile.mk win32/runperl.c
6467 ____________________________________________________________________________
6468 [  2670] By: jhi                                   on 1999/01/21  16:12:38
6469         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6470              To: perl5-porters@perl.org
6471              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
6472              Date: Thu, 21 Jan 1999 12:08:01 +0000
6473              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
6474      Branch: cfgperl
6475            ! pod/perldiag.pod t/op/subst.t toke.c
6476 ____________________________________________________________________________
6477 [  2669] By: jhi                                   on 1999/01/21  16:11:46
6478         Log: To: perl5-porters@perl.org
6479              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
6480              From: Anton Berezin <tobez@plab.ku.dk>
6481              Date: 21 Jan 1999 17:07:28 +0100
6482              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
6483      Branch: cfgperl
6484            ! hints/freebsd.sh
6485 ____________________________________________________________________________
6486 [  2668] By: jhi                                   on 1999/01/21  15:38:34
6487         Log: Add Daniel Grisinger <dgris@dimensional.com>.
6488      Branch: cfgperl
6489            ! AUTHORS MAINTAIN
6490 ____________________________________________________________________________
6491 [  2667] By: jhi                                   on 1999/01/21  15:32:28
6492         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6493              To: Mailing list Perl5 <perl5-porters@perl.org>
6494              Subject: [PATCH 5.005_53] Lean Exporter.pm
6495              Date: Thu, 21 Jan 1999 03:25:23 -0500
6496              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
6497      Branch: cfgperl
6498            + lib/Exporter/Heavy.pm
6499            ! MANIFEST lib/Exporter.pm
6500 ____________________________________________________________________________
6501 [  2666] By: jhi                                   on 1999/01/21  15:24:10
6502         Log: From: "W. Phillip Moore" <wpm@ms.com>
6503              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
6504              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
6505              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
6506              Message-ID: <13988.46383.298992.97303@zappa>
6507      Branch: cfgperl
6508            ! lib/File/Path.pm
6509 ____________________________________________________________________________
6510 [  2665] By: jhi                                   on 1999/01/21  15:20:48
6511         Log: CPAN update (CPAN-1.44_54) from Andreas and
6512              jumbo doc patch from Abigail.
6513              
6514              From: abigail@fnx.com
6515              To: perl5-porters@perl.org (Perl Porters)
6516              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
6517              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
6518              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
6519              
6520              From: abigail@fnx.com
6521              To: perl5-porters@perl.org (Perl Porters)
6522              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
6523              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
6524              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
6525              
6526              From: abigail@fnx.com
6527              To: perl5-porters@perl.org (Perl Porters)
6528              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
6529              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
6530              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
6531              
6532              From: abigail@fnx.com
6533              To: perl5-porters@perl.org (Perl Porters)
6534              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
6535              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
6536              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
6537              
6538              From: abigail@fnx.com
6539              To: perl5-porters@perl.org (Perl Porters)
6540              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
6541              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
6542              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
6543              
6544              From: abigail@fnx.com
6545              To: perl5-porters@perl.org (Perl Porters)
6546              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
6547              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
6548              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
6549              
6550              From: abigail@fnx.com
6551              To: perl5-porters@perl.org (Perl Porters)
6552              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
6553              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
6554              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
6555              
6556              From: abigail@fnx.com
6557              To: perl5-porters@perl.org (Perl Porters)
6558              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
6559              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
6560              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
6561              
6562              From: abigail@fnx.com
6563              To: perl5-porters@perl.org (Perl Porters)
6564              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
6565              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
6566              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
6567              
6568              From: abigail@fnx.com
6569              To: perl5-porters@perl.org (Perl Porters)
6570              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
6571              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
6572              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
6573              
6574              From: abigail@fnx.com
6575              To: perl5-porters@perl.org (Perl Porters)
6576              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
6577              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
6578              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
6579              
6580              From: abigail@fnx.com
6581              To: perl5-porters@perl.org (Perl Porters)
6582              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
6583              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
6584              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
6585              
6586              From: abigail@fnx.com
6587              To: perl5-porters@perl.org (Perl Porters)
6588              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
6589              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
6590              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
6591      Branch: cfgperl
6592            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
6593            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6594            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
6595            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
6596 ____________________________________________________________________________
6597 [  2664] By: jhi                                   on 1999/01/21  14:47:43
6598         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6599              To: Mailing list Perl5 <perl5-porters@perl.org>
6600              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
6601              Date: Thu, 21 Jan 1999 03:58:29 -0500
6602              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
6603      Branch: cfgperl
6604            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
6605 ____________________________________________________________________________
6606 [  2663] By: jhi                                   on 1999/01/21  14:43:58
6607         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6608              To: Mailing list Perl5 <perl5-porters@perl.org>
6609              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
6610              Date: Thu, 21 Jan 1999 02:46:34 -0500
6611              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
6612      Branch: cfgperl
6613            ! ext/Errno/Errno_pm.PL
6614 ____________________________________________________________________________
6615 [  2662] By: jhi                                   on 1999/01/21  14:42:42
6616         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
6617              To: Francois Desarmenien <desar@club-internet.fr>
6618              Cc: Gurusamy Sarathy <gsar@activestate.com>,
6619              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
6620              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
6621              Date: 21 Jan 1999 00:17:35 -0700
6622              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
6623      Branch: cfgperl
6624            ! Porting/patching.pod
6625 ____________________________________________________________________________
6626 [  2661] By: jhi                                   on 1999/01/21  14:41:13
6627         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6628              To: Mailing list Perl5 <perl5-porters@perl.org>
6629              Subject: [PATCH 5.00*] makedepend
6630              Date: Thu, 21 Jan 1999 02:08:27 -0500
6631              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
6632      Branch: cfgperl
6633            ! makedepend.SH
6634 ____________________________________________________________________________
6635 [  2660] By: jhi                                   on 1999/01/21  14:36:45
6636         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6637              To: Mailing list Perl5 <perl5-porters@perl.org>
6638              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
6639              Date: Tue, 19 Jan 1999 20:06:45 -0500
6640              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
6641      Branch: cfgperl
6642            ! os2/Changes os2/os2.c
6643 ____________________________________________________________________________
6644 [  2657] By: jhi                                   on 1999/01/21  11:40:35
6645         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6646              To: perl5-porters@perl.org
6647              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
6648              Date: Mon, 18 Jan 1999 01:32:31 PST
6649              Message-ID: <19990118093231.18443.qmail@hotmail.com>
6650      Branch: cfgperl
6651            ! ext/B/B/CC.pm
6652 ____________________________________________________________________________
6653 [  2656] By: jhi                                   on 1999/01/21  11:35:34
6654         Log: From: Achim Bohnet <ach@mpe.mpg.de>
6655              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
6656              Date: Wed, 20 Jan 1999 20:25:53 +0100
6657              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
6658      Branch: cfgperl
6659            ! pp.c
6660 ____________________________________________________________________________
6661 [  2655] By: jhi                                   on 1999/01/21  10:46:01
6662         Log: Handle NIS (and NetInfo) more robustly.
6663      Branch: cfgperl
6664            ! t/op/grent.t t/op/pwent.t
6665 ____________________________________________________________________________
6666 [  2654] By: jhi                                   on 1999/01/21  10:17:20
6667         Log: Two-argument eaccess() of SCO.
6668      Branch: cfgperl
6669            ! pp_sys.c
6670 ____________________________________________________________________________
6671 [  2653] By: jhi                                   on 1999/01/21  08:53:14
6672         Log: -DNO_NOSUID_CHECK for those platforms which have no way
6673              of checking for nosuid but still want suidperl.
6674      Branch: cfgperl
6675            ! perl.c
6676 ____________________________________________________________________________
6677 [  2652] By: jhi                                   on 1999/01/21  08:22:50
6678         Log: The LANGUAGE mirrors LC_ALL usage.
6679      Branch: cfgperl
6680            ! Configure config_h.SH
6681 ____________________________________________________________________________
6682 [  2651] By: jhi                                   on 1999/01/20  22:01:21
6683         Log: I_MNTENT was missing.
6684      Branch: cfgperl
6685            ! Configure config_h.SH
6686 ____________________________________________________________________________
6687 [  2650] By: jhi                                   on 1999/01/19  13:42:03
6688         Log: NetBSD update, based on patches from the NetBSD packages system.
6689      Branch: cfgperl
6690            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
6691 ____________________________________________________________________________
6692 [  2649] By: jhi                                   on 1999/01/19  12:44:02
6693         Log: Jumbo Configure update.
6694              * -Uinstallusrbinperl: disable /usr/bin/perl installation
6695              by installperl
6696              * usethreads.cbu
6697              * use64bits.cbu
6698              * "nosuid"
6699      Branch: cfgperl
6700            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
6701            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
6702            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
6703            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
6704            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
6705            ! pod/perldiag.pod
6706 ____________________________________________________________________________
6707 [  2648] By: jhi                                   on 1999/01/19  09:16:44
6708         Log: Mention /usr/share/locale.
6709      Branch: cfgperl
6710            ! pod/perllocale.pod
6711 ____________________________________________________________________________
6712 [  2647] By: jhi                                   on 1999/01/19  09:11:11
6713         Log: SHMLBA strikes back in NetBSD/sparc.
6714              
6715              From: Dave Nelson <David.Nelson@bellcow.com>
6716              To: jhi@iki.fi
6717              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
6718              Date: Mon, 18 Jan 1999 22:07:56 -0600
6719              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
6720      Branch: cfgperl
6721            ! ext/IPC/SysV/SysV.xs
6722 ____________________________________________________________________________
6723 [  2646] By: jhi                                   on 1999/01/19  08:58:17
6724         Log: Show LANGUAGE env var when needed. (Augment change #2645).
6725      Branch: cfgperl
6726            ! util.c utils/perlbug.PL
6727 ____________________________________________________________________________
6728 [  2645] By: jhi                                   on 1999/01/19  08:52:15
6729         Log: Document the GNU LANGUAGE env var.
6730      Branch: cfgperl
6731            ! pod/perllocale.pod
6732 ____________________________________________________________________________
6733 [  2644] By: jhi                                   on 1999/01/19  08:42:25
6734         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6735              To: Mailing list Perl5 <perl5-porters@perl.org>
6736              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
6737              Date: Mon, 18 Jan 1999 20:57:02 -0500
6738              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
6739      Branch: cfgperl
6740            ! pp_hot.c t/op/pat.t
6741 ____________________________________________________________________________
6742 [  2643] By: jhi                                   on 1999/01/18  11:23:41
6743         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
6744      Branch: cfgperl
6745            ! Makefile.SH
6746 ____________________________________________________________________________
6747 [  2642] By: jhi                                   on 1999/01/18  11:03:38
6748         Log: GNU libc locale system has LANGUAGE env var that partly
6749              overrides even LC_ALL.
6750      Branch: cfgperl
6751            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
6752 ____________________________________________________________________________
6753 [  2641] By: jhi                                   on 1999/01/18  10:55:04
6754         Log: Integrate from mainperl.
6755      Branch: cfgperl
6756           +> ext/B/defsubs.h.PL
6757            ! t/op/groups.t
6758           !> (integrate 38 files)
6759 ____________________________________________________________________________
6760 [  2640] By: gsar                                  on 1999/01/18  10:06:29
6761         Log: a few random cleanups
6762      Branch: perl
6763            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
6764 ____________________________________________________________________________
6765 [  2639] By: gsar                                  on 1999/01/18  05:56:21
6766         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
6767              Date:    Sun, 17 Jan 1999 16:41:10 PST
6768              Message-Id: <19990118004111.29667.qmail@hotmail.com>
6769              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
6770      Branch: perl
6771            ! ext/B/B/C.pm
6772 ____________________________________________________________________________
6773 [  2638] By: gsar                                  on 1999/01/18  05:41:21
6774         Log: From:    jan.dubois@ibm.net (Jan Dubois)
6775              Date:    Mon, 18 Jan 1999 00:37:41 +0100
6776              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
6777              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
6778      Branch: perl
6779            ! dump.c
6780 ____________________________________________________________________________
6781 [  2633] By: gsar                                  on 1999/01/17  13:39:59
6782         Log: bogus assert()
6783      Branch: perl
6784            ! pp.c t/op/groups.t
6785 ____________________________________________________________________________
6786 [  2632] By: gsar                                  on 1999/01/17  13:22:04
6787         Log: various tweaks for clean build and test on win32
6788      Branch: perl
6789            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
6790            ! op.c t/pragma/warn/doio
6791 ____________________________________________________________________________
6792 [  2631] By: gsar                                  on 1999/01/17  12:28:06
6793         Log: undo change#2336, and add clarification about subversive
6794              CPAN distributions from Andreas Koenig
6795      Branch: perl
6796            ! Porting/pumpkin.pod lib/CPAN.pm
6797 ____________________________________________________________________________
6798 [  2630] By: gsar                                  on 1999/01/17  12:04:06
6799         Log: fix silent taint failures under -U
6800      Branch: perl
6801            ! doio.c
6802 ____________________________________________________________________________
6803 [  2629] By: gsar                                  on 1999/01/17  12:00:23
6804         Log: sanity check piped opens (tweaked version of patch suggested
6805              by Mark-Jason Dominus)
6806      Branch: perl
6807            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
6808            ! t/op/taint.t t/pragma/warn/doio
6809 ____________________________________________________________________________
6810 [  2628] By: gsar                                  on 1999/01/17  11:26:21
6811         Log: regen headers
6812      Branch: perl
6813            ! embed.h embedvar.h objXSUB.h
6814 ____________________________________________________________________________
6815 [  2627] By: gsar                                  on 1999/01/17  11:23:37
6816         Log: PERL_OBJECTness for change#2595
6817      Branch: perl
6818            ! embed.pl op.c pod/perlport.pod proto.h
6819 ____________________________________________________________________________
6820 [  2626] By: gsar                                  on 1999/01/17  09:47:07
6821         Log: PERL_OBJECT tweaks for change#2426
6822      Branch: perl
6823            ! embed.pl proto.h regcomp.c
6824 ____________________________________________________________________________
6825 [  2625] By: gsar                                  on 1999/01/17  09:37:58
6826         Log: documentation in change#2596 is not quite right; fix it
6827      Branch: perl
6828            ! lib/Math/BigFloat.pm pod/perlguts.pod
6829 ____________________________________________________________________________
6830 [  2624] By: gsar                                  on 1999/01/17  09:28:34
6831         Log: undo change#2571; C<use File::Spec> instead
6832      Branch: perl
6833            ! lib/FindBin.pm
6834 ____________________________________________________________________________
6835 [  2623] By: gsar                                  on 1999/01/17  09:20:42
6836         Log: change#2572 is not applicable; undo, retaining scan_bin addition
6837              to global.sym
6838      Branch: perl
6839            ! global.sym perl.c proto.h
6840 ____________________________________________________________________________
6841 [  2622] By: gsar                                  on 1999/01/17  09:17:42
6842         Log: change#2576 is based on a wrong premise; undo it
6843      Branch: perl
6844            ! pp_ctl.c
6845 ____________________________________________________________________________
6846 [  2621] By: gsar                                  on 1999/01/17  09:12:42
6847         Log: fix change#2602 to not used hard coded constants
6848      Branch: perl
6849            ! ext/B/B/C.pm ext/B/defsubs.h.PL
6850 ____________________________________________________________________________
6851 [  2620] By: gsar                                  on 1999/01/17  09:02:07
6852         Log: integrate cfgperl changes into mainline, fix conflicts
6853      Branch: perl
6854           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
6855           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
6856           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
6857           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
6858           +> pod/perlopentut.pod
6859           !> (integrate 162 files)
6860 ____________________________________________________________________________
6861 [  2619] By: gsar                                  on 1999/01/17  08:42:04
6862         Log: a few doc typos
6863      Branch: perl
6864            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
6865 ____________________________________________________________________________
6866 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
6867         Log: Win32 changes from Jan
6868              
6869              From: jan.dubois@ibm.net (Jan Dubois)
6870              Date: Fri, 15 Jan 1999 23:38:35 +0100
6871              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
6872              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
6873              
6874              From: jan.dubois@ibm.net (Jan Dubois)
6875              Date: Sat, 16 Jan 1999 13:02:45 +0100
6876              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
6877              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
6878      Branch: maint-5.005/perl
6879            ! README.win32 win32/Makefile win32/makefile.mk
6880 ____________________________________________________________________________
6881 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
6882         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
6883              
6884              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6885              Date: Thu, 07 Jan 1999 00:12:00 -0500
6886              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
6887              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6888              
6889              From: Gurusamy Sarathy <gsar@engin.umich.edu>
6890              Date: Thu, 14 Jan 1999 19:21:46 -0500
6891              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
6892              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
6893      Branch: maint-5.005/perl
6894            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
6895            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
6896            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
6897            ! win32/makedef.pl win32/runperl.c win32/win32.c
6898 ____________________________________________________________________________
6899 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
6900         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6901              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
6902              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
6903              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
6904              
6905              From: Jarkko Hietaniemi <jhi@iki.fi>
6906              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
6907              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
6908              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
6909              
6910              From: Jarkko Hietaniemi <jhi@iki.fi>
6911              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
6912              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
6913              Subject: the promised "installusrbinperl + NetBSD" fix
6914      Branch: maint-5.005/perl
6915            ! Configure Makefile.SH hints/netbsd.sh installperl
6916            ! makedepend.SH unixish.h
6917 ____________________________________________________________________________
6918 [  2611] By: jhi                                   on 1999/01/14  12:16:14
6919         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
6920              To: pumpkings@jhereg.perl.com
6921              Subject: perlopentut.pod
6922              Date: Sat, 09 Jan 1999 08:13:18 -0700
6923              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
6924      Branch: cfgperl
6925            + pod/perlopentut.pod
6926            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
6927 ____________________________________________________________________________
6928 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
6929         Log: Added Carp::cluck to perldelta.pod
6930      Branch: maint-5.005/perl
6931            ! pod/perldelta.pod
6932 ____________________________________________________________________________
6933 [  2605] By: jhi                                   on 1999/01/13  18:26:19
6934         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
6935              To: "'cpan@perl.org'" <cpan@perl.org>
6936              Subject: "Bug" fix for File::Find.pm
6937              Date:   Thu, 31 Dec 1998 13:01:50 -0500
6938              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
6939      Branch: cfgperl
6940            ! lib/File/Find.pm
6941 ____________________________________________________________________________
6942 [  2604] By: jhi                                   on 1999/01/13  18:08:45
6943         Log: From: Peter Wolfe <wolfe@teloseng.com>
6944              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
6945              To: perlbug@perl.com
6946              Date: 11 Jan 1999 23:00:05 +0200
6947              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
6948      Branch: cfgperl
6949            ! hints/sco.sh
6950 ____________________________________________________________________________
6951 [  2603] By: jhi                                   on 1999/01/13  18:06:56
6952         Log: From: hans@icgroup.nl (Hans Mulder)
6953              Subject: [Patch for 5.005_54] re::debugcolors dumps core
6954              To: perlbug@perl.com
6955              Cc: hansmu@xs4all.nl
6956              Date: 11 Jan 1999 22:22:45 +0200
6957              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
6958      Branch: cfgperl
6959            ! ext/re/re.pm regcomp.c
6960 ____________________________________________________________________________
6961 [  2602] By: jhi                                   on 1999/01/13  18:05:43
6962         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6963              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
6964              Date: 11 Jan 1999 08:02:41 +0200
6965              Lines: 134
6966              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
6967      Branch: cfgperl
6968            ! ext/B/B.xs ext/B/B/C.pm
6969 ____________________________________________________________________________
6970 [  2601] By: jhi                                   on 1999/01/13  18:01:53
6971         Log: From: James FitzGibbon <james@ican.net>
6972              Subject: Trivial patch for HP-UX 11 and shared libperl
6973              To: perl5-porters@perl.org
6974              Date: 8 Jan 1999 19:13:23 +0200
6975              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
6976      Branch: cfgperl
6977            ! Makefile.SH
6978 ____________________________________________________________________________
6979 [  2600] By: jhi                                   on 1999/01/13  17:59:45
6980         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
6981              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
6982              To: perl5-porters@perl.org
6983              Date: 8 Jan 1999 12:43:36 +0200
6984              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
6985      Branch: cfgperl
6986            ! ext/B/B/CC.pm
6987 ____________________________________________________________________________
6988 [  2599] By: jhi                                   on 1999/01/13  17:50:11
6989         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
6990              Subject: PATCH to installperl
6991              To: perl5-porters@perl.org
6992              Date: 4 Jan 1999 16:15:18 +0200
6993              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
6994      Branch: cfgperl
6995            ! installperl
6996 ____________________________________________________________________________
6997 [  2598] By: jhi                                   on 1999/01/13  17:34:51
6998         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6999              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
7000              Cc: perl5-porters@perl.org
7001              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
7002              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
7003              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
7004      Branch: cfgperl
7005            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7006            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7007 ____________________________________________________________________________
7008 [  2597] By: jhi                                   on 1999/01/13  17:30:33
7009         Log: From: David Dyck <dcd@tc.fluke.com>
7010              To: Perl Porters <perl5-porters@perl.org>,
7011              Gurusamy Sarathy <gsar@engin.umich.edu>
7012              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
7013              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
7014              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
7015      Branch: cfgperl
7016            ! pod/perldsc.pod
7017 ____________________________________________________________________________
7018 [  2596] By: jhi                                   on 1999/01/13  17:26:44
7019         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7020              To: perl5-porters@perl.org
7021              Subject: [PATCH] modglobal w/ spelling fixes
7022              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
7023              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
7024      Branch: cfgperl
7025            ! pod/perlguts.pod
7026 ____________________________________________________________________________
7027 [  2595] By: jhi                                   on 1999/01/13  17:24:59
7028         Log: From: Hans Mulder <hansm@icgroup.nl>
7029              Optimize common sort routines.  Thread started by the message
7030              
7031              From: Hans Mulder <hansm@icgroup.nl>
7032              Sender: owner-perl5-porters@perl.org
7033              To: perl5-porters@perl.org
7034              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
7035              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
7036              
7037              and the patch from the message
7038              
7039              From: Hans Mulder <hans@icgroup.nl>
7040              To: jhi@iki.fi
7041              Cc: perl5-porters@perl.org
7042              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
7043              $b }
7044              Date: Wed, 13 Jan 1999 17:39:35 +0100
7045              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
7046      Branch: cfgperl
7047            ! Todo op.c op.h pp_ctl.c t/op/sort.t
7048 ____________________________________________________________________________
7049 [  2594] By: jhi                                   on 1999/01/13  16:50:17
7050         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
7051              (the diffs were based on 5.004_02).  Tested by Guido
7052              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
7053      Branch: cfgperl
7054            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
7055            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
7056            + mint/sys/time.h mint/time.h
7057            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
7058            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
7059 ____________________________________________________________________________
7060 [  2593] By: jhi                                   on 1999/01/09  16:54:26
7061         Log: Detypo.
7062      Branch: cfgperl
7063            ! hints/dec_osf.sh
7064 ____________________________________________________________________________
7065 [  2592] By: jhi                                   on 1999/01/09  16:17:13
7066         Log: Move usethreads and use64bits logic from hints to Configure.
7067      Branch: cfgperl
7068            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
7069            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
7070            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
7071            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
7072 ____________________________________________________________________________
7073 [  2591] By: jhi                                   on 1999/01/09  14:45:24
7074         Log: Missing dTHRs added.
7075      Branch: cfgperl
7076            ! regcomp.c toke.c
7077 ____________________________________________________________________________
7078 [  2590] By: jhi                                   on 1999/01/08  15:27:17
7079         Log: Finalize change #2589 and add better AIX nm scanning from:
7080              
7081              Message-Id: <m0zyNW0-00017VC@gentoo.com>
7082              From: bll@gentoo.com (Brad Lanam)
7083              Subject: Re: mailhelp returned a non-zero status
7084              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
7085              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
7086      Branch: cfgperl
7087            ! Configure hints/freebsd.sh hints/linux.sh
7088 ____________________________________________________________________________
7089 [  2589] By: jhi                                   on 1999/01/08  15:14:54
7090         Log: Undo change #2581.
7091      Branch: cfgperl
7092            ! Configure hints/freebsd.sh hints/linux.sh
7093 ____________________________________________________________________________
7094 [  2588] By: jhi                                   on 1999/01/08  11:51:52
7095         Log: FAQ jumbo patch from tchrist.
7096              
7097              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
7098              From: Tom Christiansen <tchrist@jhereg.perl.com>
7099              To: pumpkings@jhereg.perl.com
7100              Subject: newest version of perlfaq.pod
7101              Date: Thu, 7 Jan 1999 23:05:02 -0700
7102              
7103              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
7104              From: Tom Christiansen <tchrist@jhereg.perl.com>
7105              To: pumpkings@jhereg.perl.com
7106              Subject: newest version of perlfaq1.pod
7107              Date: Thu, 7 Jan 1999 23:05:02 -0700
7108              
7109              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
7110              From: Tom Christiansen <tchrist@jhereg.perl.com>
7111              To: pumpkings@jhereg.perl.com
7112              Subject: newest version of perlfaq2.pod
7113              Date: Thu, 7 Jan 1999 23:05:02 -0700
7114              
7115              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
7116              From: Tom Christiansen <tchrist@jhereg.perl.com>
7117              To: pumpkings@jhereg.perl.com
7118              Subject: newest version of perlfaq3.pod
7119              Date: Thu, 7 Jan 1999 23:05:02 -0700
7120              
7121              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
7122              From: Tom Christiansen <tchrist@jhereg.perl.com>
7123              To: pumpkings@jhereg.perl.com
7124              Subject: newest version of perlfaq4.pod
7125              Date: Thu, 7 Jan 1999 23:05:02 -0700
7126              
7127              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
7128              From: Tom Christiansen <tchrist@jhereg.perl.com>
7129              To: pumpkings@jhereg.perl.com
7130              Subject: newest version of perlfaq5.pod
7131              Date: Thu, 7 Jan 1999 23:05:02 -0700
7132              
7133              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
7134              From: Tom Christiansen <tchrist@jhereg.perl.com>
7135              To: pumpkings@jhereg.perl.com
7136              Subject: newest version of perlfaq6.pod
7137              Date: Thu, 7 Jan 1999 23:05:02 -0700
7138              
7139              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
7140              From: Tom Christiansen <tchrist@jhereg.perl.com>
7141              To: pumpkings@jhereg.perl.com
7142              Subject: newest version of perlfaq7.pod
7143              Date: Thu, 7 Jan 1999 23:05:03 -0700
7144              
7145              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
7146              From: Tom Christiansen <tchrist@jhereg.perl.com>
7147              To: pumpkings@jhereg.perl.com
7148              Subject: newest version of perlfaq8.pod
7149              Date: Thu, 7 Jan 1999 23:05:03 -0700
7150              
7151              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
7152              From: Tom Christiansen <tchrist@jhereg.perl.com>
7153              To: pumpkings@jhereg.perl.com
7154              Subject: newest version of perlfaq9.pod
7155              Date: Thu, 7 Jan 1999 23:05:03 -0700
7156      Branch: cfgperl
7157            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7158            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7159            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7160            ! pod/perlfaq9.pod
7161 ____________________________________________________________________________
7162 [  2587] By: jhi                                   on 1999/01/08  11:17:43
7163         Log: More doc fixes from Abigail.
7164      Branch: cfgperl
7165            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7166            ! lib/User/pwent.pm
7167 ____________________________________________________________________________
7168 [  2585] By: jhi                                   on 1999/01/08  08:31:02
7169         Log: Change #2584 from maint-5.005:
7170              
7171              implemented Ilya's suggested fix, and added a testcase
7172              
7173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7174              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
7175              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
7176              Subject: Re: Text::ParseWords: regex fix
7177      Branch: cfgperl
7178            ! lib/Text/ParseWords.pm t/lib/parsewords.t
7179 ____________________________________________________________________________
7180 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
7181         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7182              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
7183              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
7184              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
7185      Branch: maint-5.005/perl
7186            ! ext/Errno/Errno_pm.PL
7187 ____________________________________________________________________________
7188 [  2581] By: jhi                                   on 1999/01/07  16:38:03
7189         Log: Configure update:
7190              - usethreads, use64bits, and usemultiplicity
7191              are no more interactively asked by Configure
7192              - "int main()" (vs bare "main()") enforced in test programs
7193      Branch: cfgperl
7194            ! Configure hints/freebsd.sh hints/linux.sh
7195 ____________________________________________________________________________
7196 [  2580] By: jhi                                   on 1999/01/07  11:19:12
7197         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7198              Date: Wed, 06 Jan 1999 13:47:34 -0800
7199              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
7200              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
7201      Branch: cfgperl
7202            ! vms/vms.c
7203 ____________________________________________________________________________
7204 [  2579] By: jhi                                   on 1999/01/07  09:08:36
7205         Log: Another set of doc patches from Abigail
7206              
7207              From: abigail@fnx.com
7208              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
7209              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
7210              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
7211              
7212              From: abigail@fnx.com
7213              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
7214              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
7215              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
7216              
7217              From: abigail@fnx.com
7218              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
7219              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
7220              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
7221              
7222              From: abigail@fnx.com
7223              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
7224              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
7225              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
7226              
7227              From: abigail@fnx.com
7228              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
7229              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
7230              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
7231              
7232              From: abigail@fnx.com
7233              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
7234              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
7235              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
7236              
7237              From: abigail@fnx.com
7238              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
7239              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
7240              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
7241              
7242              From: abigail@fnx.com
7243              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
7244              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
7245              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
7246              
7247              From: abigail@fnx.com
7248              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
7249              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
7250              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
7251              
7252              From: abigail@fnx.com
7253              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
7254              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
7255              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
7256              
7257              From: abigail@fnx.com
7258              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
7259              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
7260              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
7261              
7262              From: abigail@fnx.com
7263              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
7264              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
7265              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
7266              
7267              From: abigail@fnx.com
7268              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
7269              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
7270              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
7271              
7272              From: abigail@fnx.com
7273              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
7274              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
7275              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
7276      Branch: cfgperl
7277            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
7278            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
7279            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
7280            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
7281            ! lib/Tie/Array.pm lib/Tie/Hash.pm
7282 ____________________________________________________________________________
7283 [  2576] By: jhi                                   on 1999/01/06  17:05:20
7284         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
7285      Branch: cfgperl
7286            ! pp_ctl.c
7287 ____________________________________________________________________________
7288 [  2575] By: jhi                                   on 1999/01/06  13:18:56
7289         Log: Enhance the great_circle_distance() documentation.
7290      Branch: cfgperl
7291            ! lib/Math/Trig.pm
7292 ____________________________________________________________________________
7293 [  2574] By: jhi                                   on 1999/01/06  12:58:03
7294         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
7295              To: perlbug@perl.com
7296              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
7297              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
7298              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
7299      Branch: cfgperl
7300            ! t/op/sysio.t
7301 ____________________________________________________________________________
7302 [  2573] By: jhi                                   on 1999/01/06  12:40:19
7303         Log: From: "W. Phillip Moore" <wpm@ms.com>
7304              To: perlbug@perl.org
7305              Subject: [PATCH] POSIX getpgrp is not -w clean
7306              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7307              Message-ID: <13970.20107.190314.549471@zappa>
7308      Branch: cfgperl
7309            ! ext/POSIX/POSIX.pm
7310 ____________________________________________________________________________
7311 [  2572] By: jhi                                   on 1999/01/06  12:25:24
7312         Log: Based on
7313              From: jan.dubois@ibm.net (Jan Dubois)
7314              To: perl5-porters@perl.org
7315              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7316              Date: Wed, 06 Jan 1999 01:24:09 +0100
7317              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7318              except that
7319              - objXSUB.h was already okay
7320              - embed.h patching is futile, global.sym patched instead
7321              - objpp.h does not exist
7322              - proto.h addition applied manually
7323              - win32/GenCAPI.pl was already okay
7324              - win32/makedef.pl was already okay
7325      Branch: cfgperl
7326            ! global.sym perl.c proto.h
7327 ____________________________________________________________________________
7328 [  2571] By: jhi                                   on 1999/01/06  11:25:48
7329         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7330              To: perlbug@perl.com
7331              Subject: FindBin.pm on Win32 systems
7332              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7333              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7334      Branch: cfgperl
7335            ! lib/FindBin.pm
7336 ____________________________________________________________________________
7337 [  2570] By: jhi                                   on 1999/01/06  11:21:48
7338         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7339              To: perl5-porters@perl.org, vmsperl@perl.org
7340              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
7341              Date: Tue, 05 Jan 1999 16:47:31 -0800
7342              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
7343              
7344              (the ext/IO/lib/IO/Socket.pm was not really changed here;
7345              it was a leftover from #2569)
7346      Branch: cfgperl
7347            ! ext/IO/lib/IO/Socket.pm taint.c
7348 ____________________________________________________________________________
7349 [  2569] By: jhi                                   on 1999/01/06  11:18:22
7350         Log: Jumbo doc patch from Abigail (almost identical to
7351              the 5.005-maint change #2562 except for the
7352              ext/IO/lib/IO/Socket.pm patch which was not
7353              applicable because the IO version of 5.005-devel
7354              is somewhat different (why?))
7355              
7356              From: abigail@fnx.com
7357              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
7358              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
7359              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
7360              
7361              From: abigail@fnx.com
7362              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
7363              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
7364              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
7365              
7366              From: abigail@fnx.com
7367              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
7368              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
7369              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
7370              
7371              From: abigail@fnx.com
7372              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
7373              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
7374              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
7375              
7376              From: abigail@fnx.com
7377              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
7378              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
7379              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
7380              
7381              From: abigail@fnx.com
7382              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
7383              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
7384              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
7385              
7386              From: abigail@fnx.com
7387              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
7388              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
7389              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
7390              
7391              From: abigail@fnx.com
7392              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
7393              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
7394              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
7395              
7396              From: abigail@fnx.com
7397              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
7398              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
7399              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
7400              
7401              From: abigail@fnx.com
7402              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
7403              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
7404              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
7405      Branch: cfgperl
7406            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7407            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
7408            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
7409            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7410            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
7411 ____________________________________________________________________________
7412 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
7413         Log: From: jan.dubois@ibm.net (Jan Dubois)
7414              Date: Wed, 06 Jan 1999 01:24:09 +0100
7415              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
7416              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
7417      Branch: maint-5.005/perl
7418            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
7419            ! win32/GenCAPI.pl win32/makedef.pl
7420 ____________________________________________________________________________
7421 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
7422         Log: From: "W. Phillip Moore" <wpm@ms.com>
7423              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
7424              Message-ID: <13970.20107.190314.549471@zappa>
7425              Subject: [PATCH] POSIX getpgrp is not -w clean
7426      Branch: maint-5.005/perl
7427            ! ext/POSIX/POSIX.pm
7428 ____________________________________________________________________________
7429 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
7430         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
7431              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
7432              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
7433              Subject: FindBin.pm on Win32 systems
7434      Branch: maint-5.005/perl
7435            ! lib/FindBin.pm
7436 ____________________________________________________________________________
7437 [  2561] By: jhi                                   on 1999/01/05  10:49:10
7438         Log: Reword the setlocale() 1-arg case better.
7439      Branch: cfgperl
7440            ! ext/POSIX/POSIX.pod
7441 ____________________________________________________________________________
7442 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
7443         Log: From: Blair Zajac <bzajac@geostaff.com>
7444              Date: Wed, 23 Dec 1998 17:13:32 -0800
7445              Message-ID: <3681953C.8B6A90AA@geostaff.com>
7446              Subject: Tie::SubstrHash patch
7447      Branch: maint-5.005/perl
7448            ! lib/Tie/SubstrHash.pm
7449 ____________________________________________________________________________
7450 [  2554] By: jhi                                   on 1999/01/02  14:55:06
7451         Log: Object destruction order testing.
7452      Branch: cfgperl
7453            ! t/op/misc.t
7454 ____________________________________________________________________________
7455 [  2553] By: jhi                                   on 1999/01/02  14:49:40
7456         Log: perldelta the Dumpvalue.pm of change #2513.
7457      Branch: cfgperl
7458            ! lib/Dumpvalue.pm pod/perldelta.pod
7459 ____________________________________________________________________________
7460 [  2552] By: nick                                  on 1999/01/02  14:45:38
7461         Log: Tone down Makefile.PL so it works on Win32
7462      Branch: perl
7463            ! ext/B/Makefile.PL
7464 ____________________________________________________________________________
7465 [  2551] By: nick                                  on 1999/01/02  14:06:30
7466         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
7467              Use them in various B::* rather than have local defs.
7468      Branch: perl
7469            + ext/B/defsubs.h.PL
7470            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
7471            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7472            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
7473 ____________________________________________________________________________
7474 [  2550] By: nick                                  on 1999/01/02  10:04:02
7475         Log: Integrate ext/B changes from //depot/cfgperl
7476      Branch: perl
7477           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7478 ____________________________________________________________________________
7479 [  2549] By: jhi                                   on 1999/01/01  13:54:16
7480         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
7481              To: perlbug@perl.com
7482              Subject: op/groups.t fails test 1 on HP-UX 10.20
7483              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
7484              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
7485      Branch: cfgperl
7486            ! t/op/groups.t
7487 ____________________________________________________________________________
7488 [  2548] By: jhi                                   on 1999/01/01  13:53:31
7489         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7490              To: perl5-porters@perl.org
7491              cc: hv@crypt0.demon.co.uk
7492              Subject: [bug 5.004_54] duplicate error message
7493              Date: Thu, 31 Dec 1998 04:05:25 +0000
7494              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
7495              
7496              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
7497              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7498              To: hv@crypt0.demon.co.uk
7499              Cc: perl5-porters@perl.org
7500              Subject: [PATCH _54] Re: duplicate error message
7501              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
7502              
7503              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
7504              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7505              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
7506              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
7507              Subject: [TEST PATCH _54] Re: duplicate error message 
7508              Date: Fri, 01 Jan 1999 07:32:14 +0000
7509      Branch: cfgperl
7510            ! op.c t/pragma/warn/op
7511 ____________________________________________________________________________
7512 [  2547] By: jhi                                   on 1998/12/31  14:15:04
7513         Log: From: Chris Nandor <pudge@pobox.com>
7514              To: jhi@iki.fi
7515              Cc: perl5-porters@perl.org
7516              Subject: Re: [PATCH] perlport.pod 1.38
7517              Date: Thu, 31 Dec 1998 09:06:48 -0500
7518              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
7519      Branch: cfgperl
7520            ! pod/perlport.pod
7521 ____________________________________________________________________________
7522 [  2546] By: jhi                                   on 1998/12/31  11:18:17
7523         Log: From: Wilson P. Snyder II
7524              To: perl5-porters@perl.org
7525              Subject: [PATCH v5.5.53] REV2: Binary number support
7526              Date: 1998/11/30
7527              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
7528      Branch: cfgperl
7529            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
7530            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
7531            ! toke.c util.c
7532 ____________________________________________________________________________
7533 [  2545] By: jhi                                   on 1998/12/31  09:27:40
7534         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7535              To: perlbug@perl.com
7536              Subject: "perl -T -P" dumps core on OpenBSD and Linux
7537              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
7538              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
7539      Branch: cfgperl
7540            ! taint.c
7541 ____________________________________________________________________________
7542 [  2544] By: jhi                                   on 1998/12/31  09:21:45
7543         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
7544              To: perlbug@perl.com 
7545              Subject: bug in pod2man search for perl binary [5.005_5x]
7546              Date: Sat, 12 Dec 1998 23:08:51 +0000 
7547              Message-ID: <19981212230851.A20578@ig.co.uk> 
7548      Branch: cfgperl
7549            ! pod/pod2man.PL
7550 ____________________________________________________________________________
7551 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
7552         Log: From: jan.dubois@ibm.net (Jan Dubois)
7553              Date: Wed, 23 Dec 1998 21:26:38 +0100
7554              Message-ID: <36895086.8849224@smtp1.ibm.net>
7555              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
7556      Branch: maint-5.005/perl
7557            ! lib/ExtUtils/MakeMaker.pm
7558 ____________________________________________________________________________
7559 [  2540] By: jhi                                   on 1998/12/30  08:42:04
7560         Log: Evermore AUTHORS and MAINTAIN.
7561      Branch: cfgperl
7562            ! AUTHORS MAINTAIN
7563 ____________________________________________________________________________
7564 [  2539] By: jhi                                   on 1998/12/29  15:10:34
7565         Log: More AUTHORS and MAINTAIN.
7566      Branch: cfgperl
7567            ! AUTHORS MAINTAIN
7568 ____________________________________________________________________________
7569 [  2537] By: jhi                                   on 1998/12/29  14:34:47
7570         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
7571              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
7572              Message-ID: <13942.32480.700000.640927@utensil>
7573              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
7574              (mirror change#2531 in the 5.005-maint)
7575      Branch: cfgperl
7576            ! lib/AutoSplit.pm
7577 ____________________________________________________________________________
7578 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
7579         Log: change in_pod pattern to /^=\w/ from /^=/
7580              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
7581              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
7582              Message-ID: <13942.32480.700000.640927@utensil>
7583              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
7584      Branch: maint-5.005/perl
7585            ! lib/AutoSplit.pm
7586 ____________________________________________________________________________
7587 [  2525] By: jhi                                   on 1998/12/29  13:06:26
7588         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7589              To: perl5-porters@perl.org
7590              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
7591              Date: 16 Dec 1998 03:17:03 +0200
7592              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
7593      Branch: cfgperl
7594            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7595 ____________________________________________________________________________
7596 [  2524] By: jhi                                   on 1998/12/29  13:00:06
7597         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7598              To: perl5-porters@perl.org
7599              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
7600              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
7601              Date: 10 Dec 1998 08:30:02 +0200
7602              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
7603              
7604              (Nick's part was applied earlier, in change #2460)
7605      Branch: cfgperl
7606            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
7607 ____________________________________________________________________________
7608 [  2523] By: jhi                                   on 1998/12/29  12:41:31
7609         Log: From: "vishal bhatia" <vishalb@hotmail.com>
7610              To: nick@ni-s.u-net.com
7611              Cc: perl5-porters@perl.org
7612              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
7613              Date: 9 Dec 1998 06:50:30 +0200
7614              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
7615      Branch: cfgperl
7616            ! ext/B/B/CC.pm
7617 ____________________________________________________________________________
7618 [  2522] By: jhi                                   on 1998/12/29  12:15:18
7619         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
7620              To: perl5-porters@perl.org (Perl 5 Porters)
7621              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
7622              Date: 25 Dec 1998 23:02:28 +0200
7623              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
7624      Branch: cfgperl
7625            ! lib/Pod/Text.pm
7626 ____________________________________________________________________________
7627 [  2521] By: jhi                                   on 1998/12/29  12:07:54
7628         Log: Undo #2519 (breaks universal.c).
7629      Branch: cfgperl
7630            ! XSUB.h
7631 ____________________________________________________________________________
7632 [  2519] By: jhi                                   on 1998/12/29  11:41:10
7633         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7634              To: perl5-porters@perl.org
7635              Cc: perl-xs@perl.org
7636              Subject: XSUB.h refinement [PATCH]
7637              Date: 18 Dec 1998 03:58:44 +0200
7638              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
7639      Branch: cfgperl
7640            ! XSUB.h
7641 ____________________________________________________________________________
7642 [  2518] By: jhi                                   on 1998/12/29  11:36:19
7643         Log: From: abigail@fnx.com
7644              To: perl5-porters@perl.org (Perl Porters)
7645              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
7646              Date: 28 Dec 1998 21:39:15 +0200
7647              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
7648      Branch: cfgperl
7649            ! lib/fields.pm
7650 ____________________________________________________________________________
7651 [  2517] By: jhi                                   on 1998/12/29  11:35:03
7652         Log: Document change #2516.
7653      Branch: cfgperl
7654            ! pod/perldelta.pod
7655 ____________________________________________________________________________
7656 [  2516] By: jhi                                   on 1998/12/29  11:32:26
7657         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7658              To: perl5-porters@perl.org (Mailing list Perl5)
7659              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
7660              Date: 9 Dec 1998 10:39:31 +0200
7661              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
7662      Branch: cfgperl
7663            ! pod/perldiag.pod regcomp.c toke.c
7664 ____________________________________________________________________________
7665 [  2515] By: jhi                                   on 1998/12/29  11:27:11
7666         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7667              To: perl5-porters@perl.org (Mailing list Perl5)
7668              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
7669              Date: 8 Dec 1998 09:02:04 +0200
7670              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
7671              
7672              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
7673      Branch: cfgperl
7674            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
7675 ____________________________________________________________________________
7676 [  2514] By: jhi                                   on 1998/12/29  11:21:31
7677         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7678              To: perl5-porters@perl.org (Mailing list Perl5)
7679              Subject: [PATCH 5.005_53] Regexp tests and UTF8
7680              Date: 8 Dec 1998 07:02:01 +0200
7681              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
7682      Branch: cfgperl
7683            ! regcomp.c
7684 ____________________________________________________________________________
7685 [  2513] By: jhi                                   on 1998/12/29  11:18:34
7686         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7687              Subject: [PATCH 5.005_*] Dumpvar.pm
7688              To: perl5-porters@perl.org (Mailing list Perl5)
7689              Date: 7 Dec 1998 10:17:35 +0200
7690              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
7691      Branch: cfgperl
7692            + lib/Dumpvalue.pm
7693            ! MANIFEST
7694 ____________________________________________________________________________
7695 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
7696         Log: From: jan.dubois@ibm.net (Jan Dubois)
7697              Date: Tue, 01 Dec 1998 00:07:33 +0100
7698              Message-ID: <366921b5.14512598@smtp1.ibm.net>
7699              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
7700              
7701              From: jan.dubois@ibm.net (Jan Dubois)
7702              Date: Wed, 02 Dec 1998 00:24:54 +0100
7703              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
7704              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
7705      Branch: maint-5.005/perl
7706            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
7707            ! win32/config.bc win32/config.gc win32/config.vc
7708            ! win32/config_sh.PL win32/makedef.pl
7709 ____________________________________________________________________________
7710 [  2509] By: jhi                                   on 1998/12/28  13:00:31
7711     Log: Kickstart AUTHORS and MAINTAIN.
7712  Branch: cfgperl
7713        + AUTHORS MAINTAIN
7714        ! MANIFEST
7715 ____________________________________________________________________________
7716 [  2508] By: jhi                                   on 1998/12/28  08:04:00
7717     Log: From: Nathan Torkington <gnat@frii.com>
7718          To: perlbug@perl.com
7719          Subject: [PATCH] perlxstut.pod fix
7720          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
7721          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
7722  Branch: cfgperl
7723        ! pod/perlxstut.pod
7724 ____________________________________________________________________________
7725 [  2507] By: jhi                                   on 1998/12/28  07:59:00
7726     Log: From: abigail@fnx.com
7727          To: perlbug@perl.com
7728          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
7729          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
7730          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
7731          (slightly modified, a part of the patch was rejected)
7732          (strange, I thought I had already submitted this one
7733          but Perforce disagrees with me...)
7734  Branch: cfgperl
7735        ! pod/perlop.pod
7736 ____________________________________________________________________________
7737 [  2506] By: jhi                                   on 1998/12/28  07:56:59
7738     Log: From: Artur <artur@vogon-solutions.com>
7739          To: perlbug@perl.com
7740          Subject: PATCH: perlmodlib.pod
7741          Date: Fri, 25 Dec 1998 00:48:39 +0000
7742          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
7743  Branch: cfgperl
7744        ! pod/perlmodlib.pod pod/perlop.pod
7745 ____________________________________________________________________________
7746 [  2505] By: jhi                                   on 1998/12/28  07:46:06
7747     Log: From: abigail@fnx.com
7748          To: perl5-porters@perl.org (Perl Porters)
7749          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
7750          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
7751          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
7752  Branch: cfgperl
7753        ! pod/pod2html.PL
7754 ____________________________________________________________________________
7755 [  2504] By: jhi                                   on 1998/12/28  07:44:35
7756     Log: From: Jim Avera <avera@fjst.com>
7757          To: perlbug@perl.com
7758          Subject: perlbug bug - shows dates reversed
7759          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
7760          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
7761  Branch: cfgperl
7762        ! utils/perlbug.PL
7763 ____________________________________________________________________________
7764 [  2503] By: jhi                                   on 1998/12/28  07:41:39
7765     Log: From: jan.dubois@ibm.net (Jan Dubois)
7766          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
7767          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
7768          Date: Wed, 23 Dec 1998 21:26:38 +0100
7769          Message-ID: <36895086.8849224@smtp1.ibm.net>
7770  Branch: cfgperl
7771        ! lib/ExtUtils/MakeMaker.pm
7772 ____________________________________________________________________________
7773 [  2502] By: jhi                                   on 1998/12/28  07:39:20
7774     Log: From: Blair Zajac <bzajac@geostaff.com>
7775          To: perl5-porters@perl.org
7776          Subject: Tie::SubstrHash patch
7777          Date: Wed, 23 Dec 1998 17:13:32 -0800
7778          Message-ID: <3681953C.8B6A90AA@geostaff.com>
7779  Branch: cfgperl
7780        ! lib/Tie/SubstrHash.pm
7781 ____________________________________________________________________________
7782 [  2501] By: jhi                                   on 1998/12/28  07:37:16
7783     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
7784          To: perlbug@perl.com
7785          Subject: perlfaq9 minor error
7786          Date: Wed, 23 Dec 1998 14:54:19 -0800
7787          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
7788  Branch: cfgperl
7789        ! pod/perlfaq9.pod
7790 ____________________________________________________________________________
7791 [  2500] By: jhi                                   on 1998/12/23  10:38:18
7792     Log: More porting notes about filesystems, AmigaOS, and MiNT.
7793  Branch: cfgperl
7794        ! pod/perlport.pod
7795 ____________________________________________________________________________
7796 [  2499] By: jhi                                   on 1998/12/22  09:26:49
7797     Log: Add few MSG_ and uio constants.
7798  Branch: cfgperl
7799        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
7800 ____________________________________________________________________________
7801 [  2498] By: jhi                                   on 1998/12/22  08:39:30
7802     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
7803          a Digital C compiler optimizer bug that broke the 'x'
7804          operator under certain circumstances.  See t/op/repeat.t
7805          test #20 for graphic details.  Reported in
7806          
7807          From: Gisle Aas <gisle@aas.no>
7808          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
7809          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
7810          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
7811          Date: 18 Dec 1998 14:27:40 +0100
7812          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
7813          
7814          and discussed further in the thread
7815          
7816          From: Jarkko Hietaniemi <jhi@iki.fi>
7817          To: Gisle Aas <gisle@aas.no>
7818          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
7819          cpan-testers@perl.org, perl5-porters@perl.org
7820          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
7821          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
7822          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
7823  Branch: cfgperl
7824        ! t/op/repeat.t util.c
7825 ____________________________________________________________________________
7826 [  2497] By: jhi                                   on 1998/12/21  14:18:57
7827     Log: Change #2483 update.
7828  Branch: cfgperl
7829        ! t/op/tr.t
7830 ____________________________________________________________________________
7831 [  2496] By: jhi                                   on 1998/12/21  14:07:41
7832     Log: Update on change #2493.
7833  Branch: cfgperl
7834        ! t/pragma/warn/op
7835 ____________________________________________________________________________
7836 [  2495] By: jhi                                   on 1998/12/21  13:52:00
7837     Log: Change #2487 aftershock.
7838  Branch: cfgperl
7839        ! warning.pl
7840 ____________________________________________________________________________
7841 [  2494] By: jhi                                   on 1998/12/21  12:35:00
7842     Log: From: Chris Nandor <pudge@pobox.com>
7843          To: perl5-porters@perl.org
7844          Subject: [PATCH] perlport.pod v1.37
7845          Date: Sat, 19 Dec 1998 12:54:34 -0500
7846          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
7847  Branch: cfgperl
7848        ! pod/perlport.pod
7849 ____________________________________________________________________________
7850 [  2493] By: jhi                                   on 1998/12/21  12:22:44
7851     Log: From: Mark-Jason Dominus <mjd@plover.com>
7852          To: perl5-porters@perl.com
7853          Subject: PATCH (5.005_02): Dejargonizing
7854          Date: Sun, 20 Dec 1998 14:35:20 -0500
7855          Message-ID: <19981220193520.11230.qmail@plover.com>
7856          
7857          From: Mark-Jason Dominus <mjd@plover.com>
7858          To: perl5-porters@perl.com
7859          Subject: PATCH (5.005_02): Spelling correction in warning message
7860          Date: Sun, 20 Dec 1998 13:51:30 -0500
7861          Message-ID: <19981220185130.11067.qmail@plover.com>
7862  Branch: cfgperl
7863        ! doio.c op.c
7864 ____________________________________________________________________________
7865 [  2492] By: jhi                                   on 1998/12/21  09:00:05
7866     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
7867          To: perl5-porters@perl.org
7868          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
7869          Date: Sun, 20 Dec 1998 19:03:25 PST
7870          Message-ID: <19981221030326.27660.qmail@hotmail.com>
7871          
7872          (slightly reformatted)
7873  Branch: cfgperl
7874        ! ext/B/B/CC.pm
7875 ____________________________________________________________________________
7876 [  2491] By: nick                                  on 1998/12/20  14:21:29
7877     Log: Save _all_ GV's which have SV, AV or HV set.
7878  Branch: perl
7879        ! ext/B/B/C.pm
7880 ____________________________________________________________________________
7881 [  2490] By: jhi                                   on 1998/12/18  15:13:19
7882     Log: Add idea about generalising cpp symbol probing of Errno.
7883  Branch: cfgperl
7884        ! Todo
7885 ____________________________________________________________________________
7886 [  2489] By: jhi                                   on 1998/12/18  14:47:57
7887     Log: Address some of the issues of:
7888          
7889          From: Tom Christiansen <tchrist@jhereg.perl.com>
7890          To: perl-porters-active@jhereg.perl.com
7891          Subject: Undocumentation Issues for 5.005
7892          Date: Thu, 17 Dec 1998 14:46:24 -0700
7893          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
7894  Branch: cfgperl
7895        ! pod/perl5005delta.pod
7896 ____________________________________________________________________________
7897 [  2488] By: jhi                                   on 1998/12/18  11:26:32
7898     Log: From: root <root@dubravka.in-berlin.de>
7899          To: perlbug@perl.com
7900          Cc: k@dubravka.in-berlin.de
7901          Subject: Please add no_modify to PERL_POLLUTE
7902          Date: Fri, 18 Dec 1998 10:45:52 +0100
7903          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
7904          
7905          (Really from Andreas König)
7906  Branch: cfgperl
7907        ! embed.pl
7908 ____________________________________________________________________________
7909 [  2487] By: jhi                                   on 1998/12/17  14:05:52
7910     Log: Some (by far not all) issues of the below message addressed.
7911          
7912          From: Tom Christiansen <tchrist@jhereg.perl.com>
7913          To: The Perl Porters Mailing List <perl5-porters@perl.org>
7914          Subject: important UNDOC issues for 5.005_54
7915          Date: Wed, 16 Dec 1998 21:14:53 -0700
7916          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
7917  Branch: cfgperl
7918        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
7919 ____________________________________________________________________________
7920 [  2486] By: jhi                                   on 1998/12/17  12:47:15
7921     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7922          To: domo@computer.org
7923          Cc: jhi@iki.fi, perl5-porters@perl.org
7924          Subject: Re: stuff related to malloc.c
7925          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
7926          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
7927  Branch: cfgperl
7928        ! malloc.c
7929 ____________________________________________________________________________
7930 [  2485] By: jhi                                   on 1998/12/17  12:17:19
7931     Log: More porting notes.
7932  Branch: cfgperl
7933        ! Porting/pumpkin.pod
7934 ____________________________________________________________________________
7935 [  2484] By: jhi                                   on 1998/12/15  08:38:05
7936     Log: Undo #2386 and #2205.
7937  Branch: cfgperl
7938        ! pod/perlfunc.pod
7939 ____________________________________________________________________________
7940 [  2483] By: jhi                                   on 1998/12/14  17:58:35
7941     Log: lib was missing from @INC.
7942  Branch: cfgperl
7943        ! t/op/tr.t
7944 ____________________________________________________________________________
7945 [  2482] By: jhi                                   on 1998/12/14  17:52:42
7946     Log: Was missing use Text::Wrap.
7947  Branch: cfgperl
7948        ! t/lib/textfill.t
7949 ____________________________________________________________________________
7950 [  2481] By: jhi                                   on 1998/12/14  16:00:22
7951     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
7952          
7953          From: Jonathan Roy <roy@idle.com>
7954          To: perl5-porters@perl.org
7955          Subject: nlist.h add to Configure checks?
7956          Date: Sun, 13 Dec 1998 22:22:49 -0500
7957          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
7958  Branch: cfgperl
7959        + ext/DynaLoader/hints/linux.pl
7960        ! MANIFEST
7961 ____________________________________________________________________________
7962 [  2480] By: jhi                                   on 1998/12/14  15:02:44
7963     Log: Give up completely using nm in AIX.
7964          
7965          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7966          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
7967          Cc: perl5-porters@perl.org
7968          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
7969          Date: Thu, 10 Dec 1998 00:51:46 -0500
7970          Message-ID: <19981210005146.B29986@O2.chapin.edu>
7971  Branch: cfgperl
7972        ! hints/aix.sh
7973 ____________________________________________________________________________
7974 [  2479] By: jhi                                   on 1998/12/14  14:39:52
7975     Log: AIX' error messages are different.
7976          
7977          From: "Kurt D. Starsinic" <kstar@chapin.edu>
7978          To: Gurusamy Sarathy <gsar@engin.umich.edu>
7979          Cc: perl5-porters@perl.org
7980          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
7981          Date: Thu, 10 Dec 1998 00:42:36 -0500
7982          Message-ID: <19981210004236.A29986@O2.chapin.edu>
7983          
7984          From: Michael Engel <engel@nms1.cc.huji.ac.il>
7985          To: perlbug@perl.com
7986          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
7987          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
7988          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
7989  Branch: cfgperl
7990        ! t/pragma/warn/doio
7991 ____________________________________________________________________________
7992 [  2475] By: jhi                                   on 1998/12/13  12:35:55
7993     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7994          To: jhi@iki.fi
7995          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
7996          Subject: Re: stuff related to malloc.c
7997          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
7998          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
7999  Branch: cfgperl
8000        ! malloc.c
8001 ____________________________________________________________________________
8002 [  2474] By: jhi                                   on 1998/12/13  12:32:42
8003     Log: Some notes about porting issues.
8004  Branch: cfgperl
8005        ! Porting/pumpkin.pod
8006 ____________________________________________________________________________
8007 [  2473] By: jhi                                   on 1998/12/13  12:03:58
8008     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
8009          To: Perl 5 Porters <perl5-porters@perl.org>
8010          Subject: [patch 5.005_02] dos-djgpp update
8011          Date: Sun, 13 Dec 1998 00:08:44 +0100
8012          Message-ID: <19981213000844.C264@beeblebrox>
8013  Branch: cfgperl
8014        ! djgpp/config.over
8015 ____________________________________________________________________________
8016 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
8017     Log: undo changes to Exporter.pm from #2312
8018  Branch: maint-5.005/perl
8019        ! lib/Exporter.pm
8020 ____________________________________________________________________________
8021 [  2465] By: jhi                                   on 1998/12/12  12:31:21
8022     Log: Document that qw() taints.
8023          
8024          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
8025          To: perlbug@perl.com 
8026          Subject: taint problems
8027          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
8028          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
8029  Branch: cfgperl
8030        ! pod/perlop.pod
8031 ____________________________________________________________________________
8032 [  2464] By: jhi                                   on 1998/12/11  14:09:51
8033     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
8034          To: dist-users@foretune.co.jp
8035          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
8036          Date: Mon, 07 Dec 1998 20:13:04 -0400
8037          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
8038  Branch: cfgperl
8039        ! Configure
8040 ____________________________________________________________________________
8041 [  2463] By: jhi                                   on 1998/12/11  13:29:54
8042     Log: MAXPATHLEN.
8043  Branch: cfgperl
8044        ! perl.h
8045 ____________________________________________________________________________
8046 [  2462] By: jhi                                   on 1998/12/11  08:37:58
8047     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
8048          To: perl5-porters@perl.org
8049          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
8050          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
8051          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
8052  Branch: cfgperl
8053        + hints/gnu.sh
8054 ____________________________________________________________________________
8055 [  2461] By: nick                                  on 1998/12/10  21:00:50
8056     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
8057          From: Vishal Bhatia <vishalb@hotmail.com>
8058          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
8059          2. Fixes the bug  regarding return value of c-functions generated out 
8060          of perl subs. ( Just includes the patch I sent earlier)
8061          3. Incorporates the other changes that need to be done to get CC.pm
8062          use ISA search for packages and methods on the same lines as C.pm
8063          
8064          Vishal would appreciate comments about B::Stackobj changes from 
8065          someone knowing that module well.
8066  Branch: perl
8067        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
8068 ____________________________________________________________________________
8069 [  2460] By: jhi                                   on 1998/12/08  08:11:27
8070     Log: Integrate from mainperl.
8071  Branch: cfgperl
8072       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8073       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
8074       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
8075       !> toke.c util.c
8076 ____________________________________________________________________________
8077 [  2459] By: jhi                                   on 1998/12/07  07:50:11
8078     Log: From: hansm@icgroup.nl 
8079          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
8080          Reply-To: hansmu@xs4all.nl 
8081          To: perlbug@perl.com 
8082          Date: Sun, 6 Dec 98 22:19:54 +0100 
8083          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
8084  Branch: cfgperl
8085        ! util.c
8086 ____________________________________________________________________________
8087 [  2458] By: gsar                                  on 1998/12/07  06:00:55
8088     Log: fix dup lexical
8089  Branch: perl
8090        ! ext/B/B/Deparse.pm t/lib/io_unix.t
8091 ____________________________________________________________________________
8092 [  2457] By: gsar                                  on 1998/12/06  14:38:59
8093     Log: mention limit on line numbers reported by diagnostics
8094  Branch: perl
8095        ! pod/perl.pod toke.c
8096 ____________________________________________________________________________
8097 [  2456] By: gsar                                  on 1998/12/06  13:49:02
8098     Log: branch perldelta.pod
8099  Branch: maint-5.005/perl
8100       +> pod/perldelta.pod
8101 ____________________________________________________________________________
8102 [  2455] By: gsar                                  on 1998/12/06  13:47:21
8103     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
8104  Branch: maint-5.005/perl
8105        - pod/perldelta.pod
8106 ____________________________________________________________________________
8107 [  2454] By: gsar                                  on 1998/12/06  13:35:31
8108     Log: fix outdated/incorrect info about arbitrary limits
8109  Branch: perl
8110        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
8111        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
8112 ____________________________________________________________________________
8113 [  2453] By: nick                                  on 1998/12/05  16:14:42
8114     Log: Avoid hard-coding op numbers
8115          Update CC.pm to save %INC, and to co-exist with new C.pm
8116  Branch: perl
8117        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
8118 ____________________________________________________________________________
8119 [  2452] By: nick                                  on 1998/12/05  10:44:28
8120     Log: B.xs had its own code to calculate hash() which differed from
8121          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
8122          which meant that run-time require was re-done.
8123          Removed some debug from C.pm
8124  Branch: perl
8125        ! ext/B/B.xs ext/B/B/C.pm
8126 ____________________________________________________________________________
8127 [  2451] By: nick                                  on 1998/12/04  21:58:49
8128     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
8129          well as _54, but with pre-scan for classes and save the ISA scheme.
8130  Branch: perl
8131        ! ext/B/B/C.pm
8132 ____________________________________________________________________________
8133 [  2450] By: nick                                  on 1998/12/04  17:58:44
8134     Log: Vishal Bhatia's patch as a basis.
8135  Branch: perl
8136        ! ext/B/B/C.pm ext/B/B/CC.pm
8137 ____________________________________________________________________________
8138 [  2449] By: jhi                                   on 1998/12/04  16:39:21
8139     Log: Integrate from mainperl.
8140  Branch: cfgperl
8141       !> t/op/goto.t t/op/tr.t
8142 ____________________________________________________________________________
8143 [  2448] By: gsar                                  on 1998/12/04  06:06:49
8144     Log: tweak test for UTEST
8145  Branch: perl
8146        ! t/op/tr.t
8147 ____________________________________________________________________________
8148 [  2444] By: jhi                                   on 1998/12/03  14:37:22
8149     Log: s/\bthe the\b/the/g *.pod
8150  Branch: cfgperl
8151        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
8152 ____________________________________________________________________________
8153 [  2443] By: jhi                                   on 1998/12/03  13:39:53
8154     Log: Change#2441 aftermath.
8155  Branch: cfgperl
8156        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8157        ! config_h.SH thread.h vms/subconfigure.com
8158 ____________________________________________________________________________
8159 [  2441] By: jhi                                   on 1998/12/03  08:15:13
8160     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8161          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
8162          Subject: [PATCH 5.005_54]Initial VMS patches
8163          Date: 3 Dec 1998 01:05:55 +0200
8164          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
8165          
8166          The patch to config_h.SH requires more study because
8167          metaconfig needs to agree.
8168  Branch: cfgperl
8169        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
8170        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
8171        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
8172 ____________________________________________________________________________
8173 [  2440] By: gsar                                  on 1998/12/03  01:32:16
8174     Log: add failed check-in of goto.t from change#1867
8175  Branch: perl
8176        ! t/op/goto.t
8177 ____________________________________________________________________________
8178 [  2437] By: jhi                                   on 1998/12/02  18:03:51
8179     Log: Fix most of the bad L<> links of
8180          
8181          From: Tom Christiansen <tchrist@jhereg.perl.com> 
8182          Subject: bad L<> links
8183          Reply-to: tchrist@perl.com 
8184          To: perlbug@jhereg.perl.com 
8185          Date: Tue, 11 Aug 1998 10:58:07 -0500 
8186          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
8187          
8188          The ones not fixed may require darker Pod::HTML magic,
8189          for example the perlguts.html#tags should work fine, IMHO.
8190  Branch: cfgperl
8191        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
8192        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
8193        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
8194        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
8195        ! pod/perlvar.pod
8196 ____________________________________________________________________________
8197 [  2436] By: jhi                                   on 1998/12/02  16:35:04
8198     Log: One paste too many in #2345.
8199  Branch: cfgperl
8200        ! lib/Pod/Html.pm
8201 ____________________________________________________________________________
8202 [  2435] By: jhi                                   on 1998/12/02  16:32:33
8203     Log: Pod::Html and Pod::Text were not locale-savvy:
8204          for example in =head1 all non-ASCII-\w-runs were
8205          turned into underscores in NAME tags.  This could
8206          result in several NAME tags becoming identical.
8207          Reported by:
8208          
8209          From: Fyodor Krasnov <fyodor@aha.ru> 
8210          Subject: pod2html vs Russian Characters
8211          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
8212          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
8213          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
8214  Branch: cfgperl
8215        ! lib/Pod/Html.pm lib/Pod/Text.pm
8216 ____________________________________________________________________________
8217 [  2434] By: jhi                                   on 1998/12/02  10:29:00
8218     Log: The real Mc5_54 integration.
8219  Branch: cfgperl
8220       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
8221 ____________________________________________________________________________
8222 [  2433] By: jhi                                   on 1998/12/02  08:52:13
8223     Log: From: Andy Dougherty <doughera@lafayette.edu>
8224          To: Perl Porters <perl5-porters@perl.org>
8225          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
8226          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
8227          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
8228  Branch: cfgperl
8229        ! Configure
8230 ____________________________________________________________________________
8231 [  2432] By: jhi                                   on 1998/12/02  08:49:47
8232     Log: From: Andy Dougherty <doughera@lafayette.edu>
8233          To: Perl Porters <perl5-porters@perl.org>
8234          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
8235          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
8236          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
8237  Branch: cfgperl
8238        ! Configure
8239 ____________________________________________________________________________
8240 [  2431] By: jhi                                   on 1998/12/01  16:11:50
8241     Log: From: achampio@lehman.com (Alan Champion)
8242          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
8243          To: perlbug@perl.com
8244          Date: 1 Dec 1998 17:36:33 +0200
8245          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
8246          
8247          Skip NIS includes.
8248  Branch: cfgperl
8249        ! t/op/pwent.t
8250 ____________________________________________________________________________
8251 [  2430] By: gsar                                  on 1998/12/01  12:12:50
8252     Log: 5.005_54, as released
8253  Branch: perl
8254        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
8255 ____________________________________________________________________________
8256 [  2429] By: jhi                                   on 1998/12/01  11:28:39
8257     Log: From: Anton Berezin <tobez@plab.ku.dk>
8258          To: perl5-porters@perl.org
8259          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
8260          Date: 30 Nov 1998 19:46:24 +0100
8261          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
8262  Branch: cfgperl
8263        ! hints/freebsd.sh
8264 ____________________________________________________________________________
8265 [  2428] By: jhi                                   on 1998/12/01  11:08:16
8266     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
8267  Branch: cfgperl
8268       +> (branch 30 files)
8269       !> (integrate 71 files)
8270 ____________________________________________________________________________
8271 [  2427] By: jhi                                   on 1998/12/01  10:51:37
8272     Log: Default to accepting a hinted $randfunc even when $csym
8273          does not find it.  (the previous defaylt behaviour was not
8274          to accept).
8275  Branch: cfgperl
8276        ! Configure
8277 ____________________________________________________________________________
8278 [  2426] By: jhi                                   on 1998/12/01  10:13:03
8279     Log: Separated the [:foo:] parsing to its own function.
8280          Passes all tests.
8281  Branch: cfgperl
8282        ! regcomp.c
8283 ____________________________________________________________________________
8284 [  2425] By: jhi                                   on 1998/12/01  08:22:49
8285     Log: Typo in comments.
8286  Branch: cfgperl
8287        ! regexec.c
8288 ____________________________________________________________________________
8289 [  2424] By: jhi                                   on 1998/12/01  08:21:38
8290     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8291          Subject: [PATCH 5.005_*] Debugger 'v' command
8292          To: perl5-porters@perl.org (Mailing list Perl5)
8293          Date: 1 Dec 1998 07:55:11 +0200
8294          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
8295  Branch: cfgperl
8296        ! lib/perl5db.pl
8297 ____________________________________________________________________________
8298 [  2423] By: jhi                                   on 1998/12/01  08:19:08
8299     Log: From: pvhp@forte.com (Peter Prymmer)
8300          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
8301          To: perl5-porters@perl.org
8302          Date: 1 Dec 1998 07:27:11 +0200
8303          Message-ID: <MLIST_9812010508.AA07791@forte.com>
8304  Branch: cfgperl
8305        ! hints/os390.sh
8306 ____________________________________________________________________________
8307 [  2417] By: jhi                                   on 1998/11/30  08:14:00
8308     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
8309  Branch: cfgperl
8310        ! ext/Socket/Socket.xs
8311 ____________________________________________________________________________
8312 [  2416] By: jhi                                   on 1998/11/30  08:00:15
8313     Log: Undo #2395, seems more like a problem in netbsd-current.
8314  Branch: cfgperl
8315        ! util.c
8316
8317 ----------------
8318 Version 5.005_54
8319 ----------------
8320
8321 ____________________________________________________________________________
8322 [  2414] By: gsar                                  on 1998/11/30  02:23:55
8323     Log: more JPL tweaks
8324  Branch: perl
8325        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
8326        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
8327 ____________________________________________________________________________
8328 [  2413] By: gsar                                  on 1998/11/30  01:35:56
8329     Log: stub bin/jpl that just runs JPL::Compile::files()
8330  Branch: perl
8331        + jpl/bin/jpl
8332 ____________________________________________________________________________
8333 [  2412] By: gsar                                  on 1998/11/30  01:32:14
8334     Log: delete symlink
8335  Branch: perl
8336        - jpl/bin/jpl
8337 ____________________________________________________________________________
8338 [  2410] By: gsar                                  on 1998/11/30  01:30:44
8339     Log: branch jpl from perlext to perl
8340  Branch: perl
8341       +> (branch 30 files)
8342 ____________________________________________________________________________
8343 [  2407] By: gsar                                  on 1998/11/30  01:24:53
8344     Log: JPL tweaks to build with 5.005
8345  Branch: perlext
8346        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
8347        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
8348 ____________________________________________________________________________
8349 [  2406] By: gsar                                  on 1998/11/30  00:55:54
8350     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
8351  Branch: perl
8352        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
8353 ____________________________________________________________________________
8354 [  2405] By: gsar                                  on 1998/11/30  00:28:55
8355     Log: patchlevel up to 54
8356  Branch: perl
8357        ! patchlevel.h win32/Makefile win32/config_H.bc
8358        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8359 ____________________________________________________________________________
8360 [  2403] By: gsar                                  on 1998/11/29  23:35:50
8361     Log: integrate cfgperl changes into mainline
8362  Branch: perl
8363       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8364       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
8365 ____________________________________________________________________________
8366 [  2402] By: gsar                                  on 1998/11/29  23:08:42
8367     Log: sync Text::Wrap version number
8368  Branch: perl
8369        ! lib/Text/Wrap.pm
8370 ____________________________________________________________________________
8371 [  2401] By: gsar                                  on 1998/11/29  22:56:21
8372     Log: textfill.t tweak
8373  Branch: perl
8374        ! t/lib/textfill.t
8375 ____________________________________________________________________________
8376 [  2400] By: gsar                                  on 1998/11/29  22:50:41
8377     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
8378          <muir@idiom.com>
8379  Branch: perl
8380        + t/lib/textfill.t
8381        ! MANIFEST lib/Text/Wrap.pm
8382 ____________________________________________________________________________
8383 [  2399] By: gsar                                  on 1998/11/29  22:28:05
8384     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
8385          has happened without the authors knowledge or consent; the subversive
8386          version (which is in 5.00502) breaks one of the tests in the
8387          authors testsuite; attempts are being made to find a fix that
8388          avoids breaking code already running with the 5.005_02 version
8389          From:    David Muir Sharnoff <muir@idiom.com>
8390          Date:    Sat, 28 Nov 1998 04:34:17 PST
8391          Message-Id: <199811281234.EAA03082@idiom.com>
8392          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
8393  Branch: perl
8394        ! lib/Text/Wrap.pm t/lib/textwrap.t
8395 ____________________________________________________________________________
8396 [  2397] By: nick                                  on 1998/11/29  20:13:58
8397     Log: Update docs and English.pm for $^C
8398  Branch: perl
8399        ! lib/English.pm pod/perlvar.pod
8400 ____________________________________________________________________________
8401 [  2396] By: jhi                                   on 1998/11/29  20:13:03
8402     Log: Mirror #2384.
8403  Branch: cfgperl
8404        ! t/op/pwent.t
8405 ____________________________________________________________________________
8406 [  2395] By: jhi                                   on 1998/11/29  19:59:12
8407     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
8408  Branch: cfgperl
8409        ! util.c
8410 ____________________________________________________________________________
8411 [  2394] By: gsar                                  on 1998/11/29  19:49:08
8412     Log: updated perlreftut.pod
8413  Branch: perl
8414        ! pod/perlreftut.pod
8415 ____________________________________________________________________________
8416 [  2393] By: gsar                                  on 1998/11/29  19:31:56
8417     Log: misc tweaks
8418  Branch: perl
8419        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
8420 ____________________________________________________________________________
8421 [  2392] By: gsar                                  on 1998/11/29  19:31:18
8422     Log: notes about -DPERL_POLLUTE
8423  Branch: perl
8424        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
8425 ____________________________________________________________________________
8426 [  2391] By: gsar                                  on 1998/11/29  19:13:52
8427     Log: explain various win32 build caveats more clearly
8428  Branch: perl
8429        ! README.win32 win32/Makefile win32/makefile.mk
8430 ____________________________________________________________________________
8431 [  2390] By: gsar                                  on 1998/11/29  16:51:59
8432     Log: remove I_POLL detection (Configure will do that now)
8433  Branch: perl
8434        ! ext/IO/Makefile.PL
8435 ____________________________________________________________________________
8436 [  2389] By: jhi                                   on 1998/11/29  16:39:16
8437     Log: Add I_POLL for IO 1.20.
8438  Branch: cfgperl
8439        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8440        ! config_h.SH
8441 ____________________________________________________________________________
8442 [  2388] By: gsar                                  on 1998/11/29  16:23:30
8443     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
8444  Branch: perl
8445        + Porting/p4desc
8446        ! MANIFEST
8447 ____________________________________________________________________________
8448 [  2387] By: gsar                                  on 1998/11/29  16:08:03
8449     Log: another threads reliability fix: serialize writes to thr->threadsv
8450          avoid most uses of PL_na (which is much more inefficient than a
8451          simple local); update docs to suit; PL_na now being thr->Tna may
8452          be a minor compatibility issue for extensions--will require dTHR
8453          outside of XSUBs (those get automatic dTHR)
8454  Branch: perl
8455        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
8456        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8457        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
8458        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
8459        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
8460        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
8461        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
8462        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
8463        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
8464 ____________________________________________________________________________
8465 [  2386] By: jhi                                   on 1998/11/29  15:40:42
8466     Log: Tune the "if" entry.
8467  Branch: cfgperl
8468        ! pod/perlfunc.pod
8469 ____________________________________________________________________________
8470 [  2385] By: gsar                                  on 1998/11/29  12:40:28
8471     Log: various fixes for race conditions under threads: mutex locks based
8472          on PL_threadnum were seriously flawed, since it means more than one
8473          thread could enter the critical region; PL_na was global instead of
8474          thread-local; child thread could finish and free thr structures
8475          before Thread->new() got around to creating the Thread object;
8476          cv_clone() needed locking, as it mucks with PL_comppad and other
8477          global data; new_struct_thread() needed to lock template-thread's
8478          mutex while copying its data
8479  Branch: perl
8480        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
8481        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
8482 ____________________________________________________________________________
8483 [  2384] By: gsar                                  on 1998/11/29  10:54:38
8484     Log: s/warn/print/ on multiply defined groups
8485  Branch: perl
8486        ! t/op/grent.t
8487 ____________________________________________________________________________
8488 [  2383] By: gsar                                  on 1998/11/29  10:48:39
8489     Log: backout change#2334
8490  Branch: perl
8491        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8492 ____________________________________________________________________________
8493 [  2382] By: jhi                                   on 1998/11/29  10:33:40
8494     Log: Better NetInfo behaviour.
8495  Branch: cfgperl
8496        ! t/op/grent.t t/op/pwent.t
8497 ____________________________________________________________________________
8498 [  2381] By: jhi                                   on 1998/11/29  10:08:15
8499     Log: Integrate from mainperl.
8500  Branch: cfgperl
8501       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
8502       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8503       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
8504       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
8505       +> t/lib/io_poll.t t/lib/io_unix.t
8506       !> (integrate 58 files)
8507 ____________________________________________________________________________
8508 [  2380] By: gsar                                  on 1998/11/29  08:22:49
8509     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
8510          Tim Bunce)
8511  Branch: perl
8512        ! gv.c
8513 ____________________________________________________________________________
8514 [  2379] By: gsar                                  on 1998/11/29  07:06:43
8515     Log: fix for pat.t failure under USE_THREADS
8516  Branch: perl
8517        ! pp_ctl.c regexec.c
8518 ____________________________________________________________________________
8519 [  2378] By: nick                                  on 1998/11/28  22:46:57
8520     Log: More C.pm tweaks
8521          Save globs even if we have saved cv itself before - may be imported.
8522          
8523          While we don't save "bootstrap" CV we need to provide a stub,
8524          so that if we require it later we don't fall through and attempt
8525          to DynaLoad module again.
8526          
8527          Attempt to save %INC so that "require" does not reload things
8528          we have compiled-in (does not work right yet - seems to be due
8529          to PL_incgv being created in perl_parse() current scheme setting 
8530          GvHV() is "better" than saving the glob, but still does not 
8531          work as I expect). 
8532  Branch: perl
8533        ! ext/B/B/C.pm
8534 ____________________________________________________________________________
8535 [  2377] By: gsar                                  on 1998/11/28  22:30:38
8536     Log: various tweaks; result passes all tests for normal build on Solaris;
8537          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
8538          win32 due to lack of select() that works on non-socket fds
8539  Branch: perl
8540        ! ext/IO/poll.c regcomp.c regexec.c scope.c
8541        ! t/lib/io_multihomed.t win32/makefile.mk
8542 ____________________________________________________________________________
8543 [  2376] By: gsar                                  on 1998/11/28  20:44:39
8544     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
8545  Branch: perl
8546        ! myconfig
8547 ____________________________________________________________________________
8548 [  2375] By: gsar                                  on 1998/11/28  20:42:58
8549     Log: integrate cfgperl changes into mainline
8550  Branch: perl
8551       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
8552       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
8553 ____________________________________________________________________________
8554 [  2374] By: gsar                                  on 1998/11/28  20:02:03
8555     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8556          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
8557          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
8558          Subject: [PATCH 5.00553] Yet another OS/2 patch
8559  Branch: perl
8560        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
8561 ____________________________________________________________________________
8562 [  2373] By: gsar                                  on 1998/11/28  19:30:06
8563     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8564          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
8565          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
8566          Subject: [PATCH 5.005_53] Change $#+
8567  Branch: perl
8568        ! mg.c pod/perlvar.pod t/op/pat.t
8569 ____________________________________________________________________________
8570 [  2372] By: gsar                                  on 1998/11/28  19:28:00
8571     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8572          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
8573          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
8574          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
8575  Branch: perl
8576        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
8577        ! thrdvar.h
8578 ____________________________________________________________________________
8579 [  2371] By: gsar                                  on 1998/11/28  19:23:53
8580     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8581          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
8582          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
8583          Subject: [PATCH 5.005_53] better -Mre=debugcolor
8584  Branch: perl
8585        ! embedvar.h objXSUB.h regexec.c thrdvar.h
8586 ____________________________________________________________________________
8587 [  2370] By: gsar                                  on 1998/11/28  19:21:17
8588     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8589          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
8590          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
8591          Subject: [PATCH 5.005_*] regcolors
8592  Branch: perl
8593        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
8594 ____________________________________________________________________________
8595 [  2369] By: gsar                                  on 1998/11/28  19:00:15
8596     Log: allow final period in a file (not followed by a newline) to
8597          terminate format spec
8598  Branch: perl
8599        ! toke.c
8600 ____________________________________________________________________________
8601 [  2368] By: gsar                                  on 1998/11/28  18:58:25
8602     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
8603          add C<$Config{installarchlib}/CORE> to the default locations searched
8604          on win32
8605  Branch: perl
8606        ! lib/ExtUtils/Liblist.pm
8607 ____________________________________________________________________________
8608 [  2367] By: gsar                                  on 1998/11/28  18:46:05
8609     Log: applied suggested patch with PERL_OBJECT tweaks
8610          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8611          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
8612          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
8613          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
8614  Branch: perl
8615        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
8616        ! regexec.c t/op/pat.t thrdvar.h
8617 ____________________________________________________________________________
8618 [  2366] By: gsar                                  on 1998/11/28  18:38:34
8619     Log: additional documentation for qr//
8620          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8621          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
8622          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
8623          Subject: [PATCH 5.005_*] Documentation (fwd)
8624  Branch: perl
8625        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
8626 ____________________________________________________________________________
8627 [  2365] By: gsar                                  on 1998/11/28  18:35:35
8628     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8629          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
8630          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
8631          Subject: [PATCH 5.005_*] Fix \G in REx without //g
8632  Branch: perl
8633        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
8634        ! regexp.h t/op/pat.t thrdvar.h
8635 ____________________________________________________________________________
8636 [  2364] By: gsar                                  on 1998/11/28  18:24:20
8637     Log: update Test.pm to Test-1.12; tweak 're' detection
8638  Branch: perl
8639        ! lib/Test.pm
8640 ____________________________________________________________________________
8641 [  2363] By: gsar                                  on 1998/11/28  18:12:04
8642     Log: avoid command-line quoting portability problems in lex_assign.t
8643  Branch: perl
8644        ! t/op/lex_assign.t
8645 ____________________________________________________________________________
8646 [  2362] By: gsar                                  on 1998/11/28  18:08:50
8647     Log: From: John Tobey <jtobey@channel1.com>
8648          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
8649          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
8650          Subject: PATCH: document English.pm sawampersand and thread issues
8651  Branch: perl
8652        ! lib/English.pm pod/perlvar.pod
8653 ____________________________________________________________________________
8654 [  2361] By: gsar                                  on 1998/11/28  18:03:04
8655     Log: fix uninitialized warnings
8656          From: Brian Callaghan <callagh@itginc.com>
8657          Date: Thu, 19 Nov 1998 17:49:10 -0800
8658          Message-Id: <3654CA96.B64FCAEB@itginc.com>
8659          Subject: Complete.pm patch (version 1.1)
8660  Branch: perl
8661        ! lib/Term/Complete.pm
8662 ____________________________________________________________________________
8663 [  2360] By: gsar                                  on 1998/11/28  17:59:16
8664     Log: s/Array/List/ suggested by John Tobey
8665  Branch: perl
8666        ! pod/perldata.pod
8667 ____________________________________________________________________________
8668 [  2359] By: gsar                                  on 1998/11/28  17:47:48
8669     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
8670  Branch: perl
8671        ! lib/Tie/Handle.pm pod/perlfunc.pod
8672 ____________________________________________________________________________
8673 [  2358] By: jhi                                   on 1998/11/28  17:23:15
8674     Log: Revamp the locale tests.
8675          (0) Instead of rewiring a few locales scan for them.
8676          (1) Bogus test #101 removed.
8677          (2) All the locales are checked, the lists of failed
8678          and non-failed ones are displayed.
8679          (3) The test #103 is again 'active' so that it may fail.
8680          (4) To balance (3) a hopefully pacifying message is shown
8681          if the #103 fails.
8682  Branch: cfgperl
8683        ! t/pragma/locale.t
8684 ____________________________________________________________________________
8685 [  2357] By: gsar                                  on 1998/11/28  17:21:07
8686     Log: add perlreftut.pod
8687  Branch: perl
8688        + pod/perlreftut.pod
8689        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
8690        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
8691        ! win32/pod.mak
8692 ____________________________________________________________________________
8693 [  2356] By: jhi                                   on 1998/11/28  16:58:01
8694     Log: Change #2346 fallout.
8695  Branch: cfgperl
8696        ! t/op/undef.t
8697 ____________________________________________________________________________
8698 [  2355] By: gsar                                  on 1998/11/28  16:46:43
8699     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
8700          ANSI prototypes
8701  Branch: perl
8702        ! ext/IO/IO.xs
8703 ____________________________________________________________________________
8704 [  2354] By: gsar                                  on 1998/11/28  16:08:07
8705     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
8706          keep platform hacks that aren't in the 1.20 dist; add new files
8707          to MANIFEST; hack Makefile.PL; result hasn't been tested
8708          anywhere
8709  Branch: perl
8710        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
8711        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8712        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
8713        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
8714        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
8715        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
8716        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8717        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
8718        ! t/lib/io_sock.t t/lib/io_udp.t
8719 ____________________________________________________________________________
8720 [  2353] By: jhi                                   on 1998/11/28  15:51:03
8721     Log: Locale collation, ctype, and numeric, were initialized wrong
8722          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
8723          as reported by
8724          
8725          From: Ilya.Sandler@etak.com (Ilya Sandler)
8726          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
8727          To: perlbug@perl.com
8728          Date: 25 Nov 1998 04:53:52 +0200
8729          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
8730  Branch: cfgperl
8731        ! util.c
8732 ____________________________________________________________________________
8733 [  2352] By: nick                                  on 1998/11/28  15:21:59
8734     Log: Implement $^C to allow perl access to -c flag - I think this 
8735          was agreed once...
8736  Branch: perl
8737        ! gv.c mg.c
8738 ____________________________________________________________________________
8739 [  2351] By: jhi                                   on 1998/11/28  15:14:24
8740     Log: Change #2251 fixup.
8741  Branch: cfgperl
8742        ! myconfig
8743 ____________________________________________________________________________
8744 [  2350] By: jhi                                   on 1998/11/28  14:58:19
8745     Log: Integrate from mainperl.
8746  Branch: cfgperl
8747       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
8748       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8749       +> pod/perl5005delta.pod
8750       !> (integrate 49 files)
8751 ____________________________________________________________________________
8752 [  2349] By: jhi                                   on 1998/11/28  14:27:36
8753     Log: Passwd and group file groveling.
8754  Branch: cfgperl
8755        ! t/op/grent.t t/op/pwent.t
8756 ____________________________________________________________________________
8757 [  2348] By: gsar                                  on 1998/11/28  14:09:50
8758     Log: more conservative version of changes#2345,2346,2347; those break
8759          C<defined(@{"foo::ISA"})> which seems to be extensively used in
8760          the libs :-(
8761  Branch: perl
8762        ! pp.c t/op/method.t
8763 ____________________________________________________________________________
8764 [  2347] By: gsar                                  on 1998/11/28  13:36:08
8765     Log: tweak bogus test
8766  Branch: perl
8767        ! t/op/method.t
8768 ____________________________________________________________________________
8769 [  2346] By: gsar                                  on 1998/11/28  13:20:34
8770     Log: test cases for previous change
8771  Branch: perl
8772        ! t/op/undef.t
8773 ____________________________________________________________________________
8774 [  2345] By: gsar                                  on 1998/11/28  13:07:17
8775     Log: fix typo in pp_defined() causing C<defined %tied> to fail
8776  Branch: perl
8777        ! pp.c
8778 ____________________________________________________________________________
8779 [  2344] By: gsar                                  on 1998/11/28  13:03:29
8780     Log: s/comment/comment_t/ tweak (suggested by John Gorman
8781          <jgorman@webbysoft.com>)
8782  Branch: perl
8783        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8784 ____________________________________________________________________________
8785 [  2343] By: gsar                                  on 1998/11/28  12:52:40
8786     Log: add (stub) perldelta.pod
8787  Branch: perl
8788        + pod/perldelta.pod
8789 ____________________________________________________________________________
8790 [  2342] By: gsar                                  on 1998/11/28  12:49:26
8791     Log: rename perldelta.pod to perl5005delta.pod in preparation for
8792          starting a new one
8793  Branch: perl
8794       +> pod/perl5005delta.pod
8795        - pod/perldelta.pod
8796        ! MANIFEST pod/perl.pod
8797 ____________________________________________________________________________
8798 [  2341] By: gsar                                  on 1998/11/28  12:41:55
8799     Log: fix MALLOC_LOCK #define
8800  Branch: perl
8801        ! malloc.c
8802 ____________________________________________________________________________
8803 [  2340] By: gsar                                  on 1998/11/28  12:18:23
8804     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8805          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
8806          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
8807          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
8808  Branch: perl
8809        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
8810 ____________________________________________________________________________
8811 [  2339] By: jhi                                   on 1998/11/28  11:59:01
8812     Log: Add -lm to dynix/ptx POSIX hints.
8813          From: "Martin J. Bligh" <mbligh@sequent.com>
8814          To: jhi@iki.fi
8815          Subject: Re: Making Perl work on DYNIX/ptx
8816          Date: Wed, 25 Nov 1998 10:34:41 -0800
8817          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
8818  Branch: cfgperl
8819        ! ext/POSIX/hints/dynixptx.pl
8820 ____________________________________________________________________________
8821 [  2338] By: jhi                                   on 1998/11/28  11:57:19
8822     Log: Detypo.
8823  Branch: cfgperl
8824        ! lib/filetest.pm
8825 ____________________________________________________________________________
8826 [  2337] By: jhi                                   on 1998/11/28  11:56:29
8827     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
8828  Branch: cfgperl
8829        ! Configure
8830 ____________________________________________________________________________
8831 [  2336] By: gsar                                  on 1998/11/28  11:41:14
8832     Log: teach CPAN.pm to ignore beta perl distributions when looking for
8833          modules
8834          From: root@dogberry.rutgers.edu (root)
8835          Date: Thu, 12 Nov 1998 23:08:39 -0500
8836          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
8837          Subject: recompile tries getting a perl distribution
8838  Branch: perl
8839        ! lib/CPAN.pm
8840 ____________________________________________________________________________
8841 [  2335] By: gsar                                  on 1998/11/28  11:27:46
8842     Log: make $1 et al readonly under threads; make C<undef $1> fail like
8843          C<$1 = undef> does
8844  Branch: perl
8845        ! op.c pp.c t/op/undef.t
8846 ____________________________________________________________________________
8847 [  2334] By: gsar                                  on 1998/11/28  10:24:52
8848     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
8849  Branch: perl
8850        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
8851 ____________________________________________________________________________
8852 [  2333] By: gsar                                  on 1998/11/28  09:36:40
8853     Log: document changed PERL_HASH()
8854  Branch: perl
8855        ! pod/perlfunc.pod pod/perlguts.pod
8856 ____________________________________________________________________________
8857 [  2332] By: nick                                  on 1998/11/27  21:10:27
8858     Log: Handle INIT list in C.pm
8859          1. Provide init_av() from B.xs
8860          2. Export it in B.pm
8861          3. Use it in C.pm
8862          Also disable some pruning in savecv() which seems to undo
8863          my previous patch.
8864          Experimental feature - save pathnames of .so files in easily 
8865          grep-able form for use in wrapper to feed to linker.  
8866  Branch: perl
8867        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
8868 ____________________________________________________________________________
8869 [  2327] By: gsar                                  on 1998/11/27  15:12:01
8870     Log: integrate change#2315 from maint-5.005
8871  Branch: perl
8872        ! t/op/sort.t
8873       !> op.c sv.c
8874 ____________________________________________________________________________
8875 [  2326] By: gsar                                  on 1998/11/27  15:00:42
8876     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
8877  Branch: perl
8878       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
8879       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8880       !> lib/ExtUtils/typemap
8881 ____________________________________________________________________________
8882 [  2325] By: gsar                                  on 1998/11/27  14:46:18
8883     Log: malloc bugfix and documentation from Ilya Zakharevich
8884          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
8885          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
8886          Subject: [PATCH 5.005_*] Re: Internal coredump
8887          --
8888          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
8889          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
8890          Subject: [PATCH 5.005_*] malloc.c documentation
8891  Branch: perl
8892        ! malloc.c
8893 ____________________________________________________________________________
8894 [  2324] By: gsar                                  on 1998/11/27  14:41:38
8895     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
8896  Branch: perl
8897        ! ext/B/B/C.pm
8898 ____________________________________________________________________________
8899 [  2323] By: gsar                                  on 1998/11/27  14:33:44
8900     Log: From: maeda@src.ricoh.co.jp
8901          Date: Tue, 24 Nov 1998 10:37:45 +0900
8902          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
8903          Subject: format "..." bug
8904  Branch: perl
8905        ! pp_ctl.c t/op/write.t
8906 ____________________________________________________________________________
8907 [  2322] By: gsar                                  on 1998/11/27  14:20:12
8908     Log: add ext/Devel/Peek
8909          From: jan.dubois@ibm.net (Jan Dubois)
8910          Date: Mon, 23 Nov 1998 00:48:11 +0100
8911          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
8912          Subject: [PATCH 5.005_53] Devel::Peek integration
8913  Branch: perl
8914        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
8915        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8916        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
8917        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
8918        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8919 ____________________________________________________________________________
8920 [  2321] By: gsar                                  on 1998/11/27  13:03:08
8921     Log: ensure 'make regen_headers' even without perl installed
8922          (suggested by Ilya Zakharevich)
8923  Branch: perl
8924        ! bytecode.pl warning.pl
8925 ____________________________________________________________________________
8926 [  2320] By: gsar                                  on 1998/11/27  12:58:36
8927     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8928          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
8929          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
8930          Subject: [PATCH 5.005_*] Cosmetic malloc patch
8931  Branch: perl
8932        ! malloc.c
8933 ____________________________________________________________________________
8934 [  2319] By: gsar                                  on 1998/11/27  12:56:13
8935     Log: eliminate dup hunk from integration
8936  Branch: perl
8937        ! lib/filetest.pm perl.h
8938 ____________________________________________________________________________
8939 [  2318] By: gsar                                  on 1998/11/27  12:50:08
8940     Log: integrate cfgperl changes into mainline
8941  Branch: perl
8942       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
8943        ! pod/perlfaq4.pod
8944       !> (integrate 30 files)
8945 ____________________________________________________________________________
8946 [  2317] By: jhi                                   on 1998/11/27  11:38:13
8947     Log: C<-x>.
8948  Branch: cfgperl
8949        ! lib/filetest.pm
8950 ____________________________________________________________________________
8951 [  2316] By: jhi                                   on 1998/11/27  11:10:22
8952     Log: Integrate from mainperl.
8953  Branch: cfgperl
8954       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
8955       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
8956       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
8957       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
8958       !> win32/win32sck.c
8959 ____________________________________________________________________________
8960 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
8961     Log: integrate change#2246 from mainline, while still allowing
8962          C<sort $globref @foo>
8963          
8964          allow C<sort $coderef @foo>
8965  Branch: maint-5.005/perl
8966        ! op.c sv.c
8967       !> t/op/sort.t
8968 ____________________________________________________________________________
8969 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
8970     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
8971          forwarded by Jarkko Hietaniemi from Mark Bixby
8972  Branch: maint-5.005/perl
8973        ! ext/DynaLoader/dl_mpeix.xs installperl
8974 ____________________________________________________________________________
8975 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
8976     Log: Allow PL_FILES to have multiple targets from one source by allowing
8977          an array ref as the value in the hash
8978  Branch: maint-5.005/perl
8979        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8980        ! lib/ExtUtils/MakeMaker.pm
8981 ____________________________________________________________________________
8982 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
8983     Log: fix unsigned variables to use SvUV and sv_setuv
8984  Branch: maint-5.005/perl
8985        ! lib/ExtUtils/typemap
8986 ____________________________________________________________________________
8987 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
8988     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
8989  Branch: maint-5.005/perl
8990        ! lib/ExtUtils/MM_Unix.pm
8991 ____________________________________________________________________________
8992 [  2301] By: gsar                                  on 1998/11/26  10:16:54
8993     Log: fix PL_defoutgv leak under threads
8994  Branch: perl
8995        ! ext/Thread/Thread.xs
8996 ____________________________________________________________________________
8997 [  2300] By: gsar                                  on 1998/11/26  09:04:44
8998     Log: properly free temporaries created by threads
8999  Branch: perl
9000        ! ext/Thread/Thread.xs
9001 ____________________________________________________________________________
9002 [  2299] By: gsar                                  on 1998/11/26  06:51:16
9003     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
9004          to set the package for the block properly
9005  Branch: perl
9006        ! op.c t/comp/package.t t/lib/dumper.t
9007 ____________________________________________________________________________
9008 [  2298] By: nick                                  on 1998/11/24  22:04:20
9009     Log: Part-1 of tweaks to allow Tk to be "compiled"
9010          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
9011          (May also need attention to exports etc. - to follow.)
9012  Branch: perl
9013        ! universal.c
9014 ____________________________________________________________________________
9015 [  2294] By: jhi                                   on 1998/11/23  10:44:26
9016     Log: The new socket tests need in some platforms
9017          to #include <sys/types.h>.
9018  Branch: cfgperl
9019        ! Configure
9020 ____________________________________________________________________________
9021 [  2293] By: jhi                                   on 1998/11/23  10:33:42
9022     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9023          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9024          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9025          Date: Mon, 23 Nov 1998 10:07:04 +0100
9026          Message-Id: <9811230907.AA06484@AWT.nl>
9027          
9028          NeXTstep NetInfo uses nidump to get the user/group databases.
9029  Branch: cfgperl
9030        ! t/op/grent.t t/op/pwent.t
9031 ____________________________________________________________________________
9032 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
9033     Log: Updated Porting/patchls utility.
9034  Branch: maint-5.004/perl
9035        ! Porting/patchls
9036 ____________________________________________________________________________
9037 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
9038     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
9039          From:  Henrik Tougaard <ht.000@foa.dk>
9040          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
9041          Files:  lib/Sys/Syslog.pm
9042  Branch: maint-5.004/perl
9043        ! lib/Sys/Syslog.pm
9044 ____________________________________________________________________________
9045 [  2286] By: jhi                                   on 1998/11/22  19:08:42
9046     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
9047  Branch: cfgperl
9048        ! ext/Socket/Socket.xs
9049 ____________________________________________________________________________
9050 [  2285] By: jhi                                   on 1998/11/22  18:21:07
9051     Log: MSG_PROXY for GNU/Hurd (previously we believed that
9052          all GNU libc platforms have MSG_PROXY.  Untrue).
9053          In fact this ended up as a major MSG_* and SCM_*
9054          update.  The MSG_XXX known to be enums in some
9055          versions of the glibc are now probed for and respective
9056          HAS_MSG_XXX are defined.  While I was at it I noticed
9057          SCM_RIGHTS being similarly an enum.  This reminded me of
9058          an ancient discussion in perl5-porters:
9059          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
9060          The BSD socket interface has a nifty feature for passing
9061          file descriptors and credentials--via sockets.  It may be
9062          too late to add this functionality to the CORE but
9063          at least Configure now probes for the functions,
9064          structs, and includes, defining the appropriate
9065          HAS_YYY and I_ZZZ, and the Socket extension exports
9066          the constants, in case somebody wants to write an
9067          extension for this interface.
9068  Branch: cfgperl
9069        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9070        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
9071        ! iperlsys.h
9072 ____________________________________________________________________________
9073 [  2284] By: jhi                                   on 1998/11/22  18:13:21
9074     Log: perlhist.pod 1.54, containing 5_53.
9075  Branch: cfgperl
9076        ! pod/perlhist.pod
9077 ____________________________________________________________________________
9078 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
9079     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
9080  Branch: maint-5.004/perl
9081        ! doio.c
9082 ____________________________________________________________________________
9083 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
9084     Log: Improve op/die_exit.t test for implicit close changing $!
9085  Branch: maint-5.004/perl
9086        ! t/op/die_exit.t
9087 ____________________________________________________________________________
9088 [  2268] By: jhi                                   on 1998/11/22  14:44:11
9089     Log: Fix thinko.
9090  Branch: cfgperl
9091        ! hints/dynixptx.sh
9092 ____________________________________________________________________________
9093 [  2267] By: jhi                                   on 1998/11/22  13:19:41
9094     Log: Document the d_socket override.
9095  Branch: cfgperl
9096        ! hints/dynixptx.sh
9097 ____________________________________________________________________________
9098 [  2266] By: jhi                                   on 1998/11/22  12:12:29
9099     Log: From: John Tobey <jtobey@channel1.com>
9100          Subject: [PATCH] perlfaq typos
9101          To: perl5-porters@perl.com
9102          Date: 22 Nov 1998 04:25:15 +0200
9103          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
9104  Branch: cfgperl
9105        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9106        ! pod/perlfaq7.pod pod/perlfaq8.pod
9107 ____________________________________________________________________________
9108 [  2265] By: jhi                                   on 1998/11/22  12:06:29
9109     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9110          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
9111          Newsgroups: hut.lists.perl5-porters
9112          To: gsar@engin.umich.edu (Gurusamy Sarathy)
9113          Cc: perl5-porters@perl.org (Perl5 Porters)
9114          Date: 20 Nov 1998 12:20:41 +0200
9115  Branch: cfgperl
9116        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9117        ! ext/DB_File/DB_File.xs
9118 ____________________________________________________________________________
9119 [  2264] By: jhi                                   on 1998/11/22  11:55:09
9120     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
9121          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9122          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9123          To: perlbug@perl.com
9124          Date: 20 Nov 1998 18:39:06 +0200
9125          Lines: 47
9126          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9127  Branch: cfgperl
9128        ! t/op/grent.t t/op/pwent.t
9129 ____________________________________________________________________________
9130 [  2263] By: jhi                                   on 1998/11/22  11:42:59
9131     Log: Permission testing is tricky when we have too much power.
9132          Problem reported in
9133          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
9134          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
9135          To: perlbug@perl.com
9136          Date: 20 Nov 1998 18:39:06 +0200
9137          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
9138  Branch: cfgperl
9139        ! t/op/filetest.t
9140 ____________________________________________________________________________
9141 [  2262] By: gsar                                  on 1998/11/22  11:37:02
9142     Log: fix broken CAPI generation
9143  Branch: perl
9144        ! win32/GenCAPI.pl
9145 ____________________________________________________________________________
9146 [  2261] By: jhi                                   on 1998/11/22  11:17:00
9147     Log: -x should be C<-x>, reported by Gerben Wierda.
9148  Branch: cfgperl
9149        ! pod/perlfunc.pod
9150 ____________________________________________________________________________
9151 [  2260] By: gsar                                  on 1998/11/22  11:12:02
9152     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
9153  Branch: perl
9154        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
9155        ! proto.h
9156 ____________________________________________________________________________
9157 [  2259] By: jhi                                   on 1998/11/22  11:06:40
9158     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9159          Subject: Re: [PATCH] Re: pod2man bug in date generated line
9160          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
9161          Cc: perlbug@perl.com
9162          Date: 20 Nov 1998 21:30:17 +0200
9163          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
9164  Branch: cfgperl
9165        ! pod/pod2man.PL
9166 ____________________________________________________________________________
9167 [  2256] By: jhi                                   on 1998/11/21  10:44:01
9168     Log: From: Thomas Bowditch <bowditch@inmet.com>
9169          Subject: Benchmark.pm suggestion
9170          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
9171          Date: Fri, 20 Nov 1998 17:43:46 -0500
9172          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
9173          
9174          Added timesum().
9175  Branch: cfgperl
9176        ! lib/Benchmark.pm
9177 ____________________________________________________________________________
9178 [  2255] By: gsar                                  on 1998/11/21  08:45:06
9179     Log: another win32 portability fix: make sysread() and syswrite()
9180          work on sockets
9181  Branch: perl
9182        ! pp_sys.c win32/win32.h
9183 ____________________________________________________________________________
9184 [  2254] By: gsar                                  on 1998/11/21  07:49:06
9185     Log: win32_recvfrom() compatibility fix
9186  Branch: perl
9187        ! win32/win32sck.c
9188 ____________________________________________________________________________
9189 [  2253] By: jhi                                   on 1998/11/20  08:22:06
9190     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
9191          To: jhi@iki.fi
9192          Subject: MPE/iX Perl 5.005_02 oops
9193          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
9194          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
9195  Branch: cfgperl
9196        ! ext/DynaLoader/dl_mpeix.xs installperl
9197 ____________________________________________________________________________
9198 [  2252] By: gsar                                  on 1998/11/19  17:38:03
9199     Log: mess_sv tweak for change#2249
9200  Branch: perl
9201        ! util.c
9202 ____________________________________________________________________________
9203 [  2251] By: jhi                                   on 1998/11/18  12:32:19
9204     Log: Display use64bits and usemultiplicity but only if necessary.
9205  Branch: cfgperl
9206        ! myconfig
9207 ____________________________________________________________________________
9208 [  2250] By: jhi                                   on 1998/11/18  12:26:50
9209     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
9210          Subject: pp.c uses 'unsigned Quad_t'
9211          To: perlbug@perl.com 
9212          Date: Sun, 15 Nov 1998 20:57:05 -0300 
9213          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
9214  Branch: cfgperl
9215        ! perl.h pp.c
9216 ____________________________________________________________________________
9217 [  2249] By: gsar                                  on 1998/11/18  05:43:11
9218     Log: use PL_mess_sv only during global destruction (fixes problems with
9219          overlapping invocations of form()/warn()/die()/croak() trampling on
9220          each other's messages)
9221  Branch: perl
9222        ! mg.c util.c
9223 ____________________________________________________________________________
9224 [  2248] By: gsar                                  on 1998/11/18  05:39:36
9225     Log: tweak change#2245 to skip previous message if any
9226  Branch: perl
9227        ! pp_ctl.c t/pragma/warn/pp_ctl
9228 ____________________________________________________________________________
9229 [  2247] By: jhi                                   on 1998/11/17  11:46:56
9230     Log: Integrate from mainperl.
9231  Branch: cfgperl
9232       !> (integrate 26 files)
9233 ____________________________________________________________________________
9234 [  2246] By: gsar                                  on 1998/11/17  09:41:10
9235     Log: allow C<sort $coderef @foo>
9236  Branch: perl
9237        ! op.c t/op/sort.t t/pragma/overload.t
9238 ____________________________________________________________________________
9239 [  2245] By: gsar                                  on 1998/11/17  08:28:26
9240     Log: propagate failures in DESTROY() as (optional) warnings
9241  Branch: perl
9242        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
9243 ____________________________________________________________________________
9244 [  2244] By: gsar                                  on 1998/11/17  07:43:08
9245     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
9246  Branch: perl
9247        ! perl.c thrdvar.h
9248 ____________________________________________________________________________
9249 [  2243] By: gsar                                  on 1998/11/17  07:40:09
9250     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
9251  Branch: perl
9252        ! lib/warning.pm warning.h warning.pl
9253 ____________________________________________________________________________
9254 [  2242] By: gsar                                  on 1998/11/17  06:32:39
9255     Log: fix skipspace() to properly account for newlines in eval''-ed
9256          strings (caused bogus line numbers in diagnostics and debugger)
9257  Branch: perl
9258        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
9259 ____________________________________________________________________________
9260 [  2241] By: gsar                                  on 1998/11/17  03:48:12
9261     Log: s/Perl_utf8skip/PL_utf8skip/g
9262  Branch: perl
9263        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
9264 ____________________________________________________________________________
9265 [  2240] By: gsar                                  on 1998/11/14  06:09:06
9266     Log: rework op/groups.t
9267  Branch: perl
9268        ! t/op/filetest.t t/op/groups.t
9269 ____________________________________________________________________________
9270 [  2235] By: gsar                                  on 1998/11/14  00:17:05
9271     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
9272  Branch: perl
9273        ! op.c
9274 ____________________________________________________________________________
9275 [  2234] By: gsar                                  on 1998/11/14  00:14:02
9276     Log: update Changes
9277  Branch: perl
9278        ! Changes win32/config.bc win32/config.gc win32/config.vc
9279 ____________________________________________________________________________
9280 [  2233] By: gsar                                  on 1998/11/13  09:43:03
9281     Log: doc tweak
9282  Branch: perl
9283        ! README.win32
9284 ____________________________________________________________________________
9285 [  2230] By: jhi                                   on 1998/11/12  17:07:45
9286     Log: Allow hints file override for d_socket
9287          (based on Sequent-induced change #2229).
9288  Branch: cfgperl
9289        ! Configure
9290 ____________________________________________________________________________
9291 [  2229] By: jhi                                   on 1998/11/12  16:32:33
9292     Log: 
9293          From: "Martin J. Bligh" <mbligh@sequent.com>
9294          To: jhi@iki.fi
9295          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9296          Subject: Re: Making Perl work on DYNIX/ptx
9297          Date: Tue, 10 Nov 1998 16:24:26 -0800
9298          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
9299  Branch: cfgperl
9300        ! hints/dynixptx.sh
9301 ____________________________________________________________________________
9302 [  2228] By: jhi                                   on 1998/11/12  11:40:37
9303     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
9304          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
9305          To: jhi@iki.fi
9306          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
9307          Subject: Re: Making Perl work on DYNIX/ptx
9308          Date: Tue, 10 Nov 1998 18:01:10 -0800
9309  Branch: cfgperl
9310        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
9311 ____________________________________________________________________________
9312 [  2227] By: jhi                                   on 1998/11/12  11:17:42
9313     Log: Integrate from mainperl.
9314  Branch: cfgperl
9315       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
9316       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
9317       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9318       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
9319       !> win32/win32.c x2p/s2p.PL
9320 ____________________________________________________________________________
9321 [  2226] By: gsar                                  on 1998/11/11  21:05:42
9322     Log: provide -DPERL_POLLUTE
9323  Branch: perl
9324        ! embed.pl embedvar.h
9325 ____________________________________________________________________________
9326 [  2225] By: jhi                                   on 1998/11/09  07:45:12
9327     Log: From: Hans Mulder <hansm@icgroup.nl>
9328          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
9329          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
9330          perl5-porters@perl.org
9331          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
9332          (UNINSTALLED)
9333          Date: Sun,  8 Nov 98 22:20:23 +0100
9334          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
9335  Branch: cfgperl
9336        ! malloc.c perl.h
9337 ____________________________________________________________________________
9338 [  2224] By: gsar                                  on 1998/11/09  03:13:14
9339     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
9340          Christoph <lupe@alanya.m.isar.de>)
9341  Branch: perl
9342        ! lib/Text/Wrap.pm
9343 ____________________________________________________________________________
9344 [  2223] By: gsar                                  on 1998/11/09  02:09:06
9345     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
9346          <lionel.fourquaux@wanadoo.fr>)
9347  Branch: perl
9348        ! x2p/s2p.PL
9349 ____________________________________________________________________________
9350 [  2222] By: gsar                                  on 1998/11/09  01:56:24
9351     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
9352          Date: Wed, 04 Nov 1998 12:19:44 +0000
9353          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
9354          Subject: [PATCH] Re: [5.005_53] read overflow? 
9355          --
9356          Date: Wed, 04 Nov 1998 13:15:18 +0000
9357          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
9358          Subject: [PATCH 5.005_53] perl -V fix
9359  Branch: perl
9360        ! perl.c regexec.c
9361 ____________________________________________________________________________
9362 [  2221] By: gsar                                  on 1998/11/09  01:34:56
9363     Log: From: jan.dubois@ibm.net (Jan Dubois)
9364          Date: Sun, 01 Nov 1998 00:05:01 +0100
9365          Message-ID: <364294bd.18052307@smtp1.ibm.net>
9366          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
9367  Branch: perl
9368        ! Changes win32/makedef.pl
9369 ____________________________________________________________________________
9370 [  2220] By: gsar                                  on 1998/11/08  21:13:07
9371     Log: integrate changes#2120,2168,2218 from maint-5.005;
9372          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
9373          enum; make regen_headers
9374  Branch: perl
9375        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
9376        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
9377 ____________________________________________________________________________
9378 [  2219] By: gsar                                  on 1998/11/08  19:42:57
9379     Log: integrate cfgperl changes into mainline
9380  Branch: perl
9381       +> README.vmesa
9382       !> Configure MANIFEST Porting/Glossary Porting/config.sh
9383       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
9384       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
9385       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
9386       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
9387       !> thread.h vms/subconfigure.com vos/config.h
9388 ____________________________________________________________________________
9389 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
9390     Log: From: Graham Barr <gbarr@ti.com>
9391          Date: Mon, 2 Nov 1998 07:38:52 -0600
9392          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
9393          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
9394  Branch: maint-5.005/perl
9395        ! ext/IPC/SysV/Msg.pm
9396 ____________________________________________________________________________
9397 [  2215] By: gsar                                  on 1998/11/08  02:52:52
9398     Log: set close-on-exec bit on pipe() FDs
9399  Branch: perl
9400        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
9401 ____________________________________________________________________________
9402 [  2214] By: gsar                                  on 1998/11/08  02:27:57
9403     Log: typo in newHVhv()
9404  Branch: perl
9405        ! hv.c
9406 ____________________________________________________________________________
9407 [  2211] By: jhi                                   on 1998/11/07  21:14:18
9408     Log: Finalize the Mach CThreads support.
9409          
9410          From: Hans Mulder <hansm@icgroup.nl>
9411          Date: Sat,  7 Nov 98 22:06:20 +0100
9412          To: Gurusamy Sarathy <gsar@engin.umich.edu>
9413          Cc: jhi@iki.fi, perl5-porters@perl.org
9414          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
9415          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
9416  Branch: cfgperl
9417        ! malloc.c perl.h
9418 ____________________________________________________________________________
9419 [  2210] By: gsar                                  on 1998/11/06  20:36:50
9420     Log: fix AvREALISH bogusness
9421  Branch: perl
9422        ! av.c t/op/array.t
9423 ____________________________________________________________________________
9424 [  2209] By: jhi                                   on 1998/11/06  08:05:31
9425     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
9426          ASSERT() causes problems in {NeXTStep,OpenStep}.
9427          
9428          From: Hans Mulder <hansm@icgroup.nl>
9429          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
9430          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9431          Date: Fri,  6 Nov 98 01:27:41 +0100
9432          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
9433          
9434          and
9435          
9436          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9437          Subject: Re: ASSERT() in malloc.c
9438          To: jhi@iki.fi
9439          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
9440          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
9441  Branch: cfgperl
9442        ! malloc.c
9443 ____________________________________________________________________________
9444 [  2208] By: jhi                                   on 1998/11/06  07:55:38
9445     Log: Mach CThreads needs #include <mach/cthreads.h>.
9446  Branch: cfgperl
9447        ! perl.h
9448 ____________________________________________________________________________
9449 [  2206] By: jhi                                   on 1998/11/05  14:54:52
9450     Log: PERL_BADLANG wrongly documented.
9451          
9452          From: ts <decoux@moulon.inra.fr>
9453          To: jhi@cc.hut.fi
9454          Subject: Re: Locale warning messages
9455          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
9456          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
9457          
9458          and
9459          
9460          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9461          Subject: Re: PERL_BADLANG
9462          To: jhi@iki.fi
9463          Subject: Re: PERL_BADLANG
9464          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
9465          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
9466  Branch: cfgperl
9467        ! pod/perllocale.pod
9468 ____________________________________________________________________________
9469 [  2205] By: jhi                                   on 1998/11/05  14:24:33
9470     Log: Document all the control flow keywords in perlfunc
9471          so that "perlfunc -f while" works.
9472  Branch: cfgperl
9473        ! pod/perlfunc.pod
9474 ____________________________________________________________________________
9475 [  2204] By: jhi                                   on 1998/11/05  12:46:02
9476     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
9477          (from vos/config.h).  Update Porting/{Glossary,config*}.
9478  Branch: cfgperl
9479        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9480        ! config_h.SH vos/config.h
9481 ____________________________________________________________________________
9482 [  2203] By: jhi                                   on 1998/11/05  08:34:39
9483     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
9484  Branch: cfgperl
9485        ! hints/vmesa.sh vms/subconfigure.com
9486 ____________________________________________________________________________
9487 [  2202] By: jhi                                   on 1998/11/05  08:03:20
9488     Log: Integrate from mainperl.
9489  Branch: cfgperl
9490       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
9491       !> win32/Makefile win32/makefile.mk win32/win32.c
9492 ____________________________________________________________________________
9493 [  2201] By: gsar                                  on 1998/11/05  04:40:44
9494     Log: another POPSTACK victim
9495  Branch: perl
9496        ! cop.h sv.c
9497 ____________________________________________________________________________
9498 [  2196] By: gsar                                  on 1998/11/05  02:07:54
9499     Log: fix a location affected by change#2191, add note about POPSTACK
9500  Branch: perl
9501        ! cop.h gv.c pp_ctl.c
9502 ____________________________________________________________________________
9503 [  2195] By: gsar                                  on 1998/11/05  02:04:45
9504     Log: makefile notes
9505  Branch: perl
9506        ! win32/Makefile win32/makefile.mk
9507 ____________________________________________________________________________
9508 [  2192] By: gsar                                  on 1998/11/04  23:48:53
9509     Log: indeterminate order-of-evaluation fixes
9510  Branch: perl
9511        ! mg.c
9512 ____________________________________________________________________________
9513 [  2191] By: gsar                                  on 1998/11/04  23:02:16
9514     Log: refetch local stack pointer in POPSTACK
9515  Branch: perl
9516        ! cop.h perl.c
9517 ____________________________________________________________________________
9518 [  2190] By: jhi                                   on 1998/11/04  08:50:40
9519     Log: Configure update.
9520          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
9521          
9522          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9523          To: Martin Bligh <mbligh@sequent.com>
9524          Cc: Jarkko Hietaniemi <jhi@iki.fi>
9525          Subject: Re: Perl 5's configure on DYNIX/ptx
9526          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
9527          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
9528          
9529          find sockets also from libsocket, not just libnet.
9530          OS390: $compile_ok instead of $compile for <inttypes.h>,
9531          
9532          From: pvhp@forte.com (Peter Prymmer)
9533          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
9534          Subject: _53 not OK on os390 but looking better than ever
9535          Date: Tue, 3 Nov 98 17:33:22 PST
9536          Message-Id: <9811040133.AA09450@forte.com>
9537  Branch: cfgperl
9538        ! Configure
9539 ____________________________________________________________________________
9540 [  2189] By: jhi                                   on 1998/11/04  07:43:58
9541     Log: sysio.t failure: fix undefined order of evaluation, from
9542          
9543          From: Spider Boardman <spider@web.zk3.dec.com>
9544          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
9545          To: perlbug@perl.com
9546          Date: 4 Nov 1998 01:22:30 +0200
9547          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
9548  Branch: cfgperl
9549        ! pp_sys.c
9550 ____________________________________________________________________________
9551 [  2188] By: gsar                                  on 1998/11/04  02:59:16
9552     Log: fix return value of win32_pclose()
9553  Branch: perl
9554        ! win32/win32.c
9555 ____________________________________________________________________________
9556 [  2187] By: gsar                                  on 1998/11/04  02:56:34
9557     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
9558  Branch: perl
9559        ! Changes doop.c gv.c util.c
9560 ____________________________________________________________________________
9561 [  2186] By: jhi                                   on 1998/11/03  08:17:52
9562     Log: Document quads in pack.
9563  Branch: cfgperl
9564        ! pod/perlfunc.pod
9565 ____________________________________________________________________________
9566 [  2185] By: jhi                                   on 1998/11/03  07:49:35
9567     Log: (IV) vs (I32) vs I_V()
9568          
9569          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
9570          From: Anton Berezin <tobez@plab.ku.dk> 
9571          To: "p5p" <perl5-porters@perl.org> 
9572          Date: 01 Nov 1998 15:09:11 +0100 
9573          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
9574          
9575          and
9576          
9577          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
9578          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
9579          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
9580  Branch: cfgperl
9581        ! sv.c
9582 ____________________________________________________________________________
9583 [  2184] By: jhi                                   on 1998/11/03  07:42:46
9584     Log: VM/ESA updates.
9585  Branch: cfgperl
9586        + README.vmesa
9587        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
9588 ____________________________________________________________________________
9589 [  2183] By: jhi                                   on 1998/11/02  12:58:13
9590     Log: The id(1)-parsing is real fun.
9591  Branch: cfgperl
9592        ! t/op/groups.t
9593 ____________________________________________________________________________
9594 [  2182] By: jhi                                   on 1998/11/02  12:07:43
9595     Log: Decommission the symlink test.
9596  Branch: cfgperl
9597        ! t/op/lex_assign.t
9598 ____________________________________________________________________________
9599 [  2181] By: jhi                                   on 1998/11/02  12:03:08
9600     Log: Replace ATTR_JOINABLE with true Configure probe
9601          for PTHREAD_CREATE_JOINABLE (or equivalent:
9602          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
9603          Remove ATTR_JOINABLE itself: Thread.xs uses
9604          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
9605          
9606          Really scan for <mach/cthreads.h> only if usethreads.
9607  Branch: cfgperl
9608        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
9609 ____________________________________________________________________________
9610 [  2180] By: jhi                                   on 1998/11/02  11:07:34
9611     Log: In HP-UX 10.X usethreads only if the required files are present.
9612  Branch: cfgperl
9613        ! hints/hpux.sh
9614 ____________________________________________________________________________
9615 [  2179] By: jhi                                   on 1998/11/02  09:10:33
9616     Log: Prefer groups(1).
9617          id -Gn can be broken.
9618          id -a can save the day.
9619  Branch: cfgperl
9620        ! t/op/groups.t
9621 ____________________________________________________________________________
9622 [  2178] By: jhi                                   on 1998/11/02  08:35:29
9623     Log: Detrail enum comma.
9624  Branch: cfgperl
9625        ! perl.h
9626 ____________________________________________________________________________
9627 [  2177] By: jhi                                   on 1998/11/02  08:24:12
9628     Log: 0**0 = 1, from
9629          
9630          From: d-lewart@uiuc.edu (Daniel S. Lewart)
9631          Subject: Math::Complex 0**0 patches
9632          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
9633          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
9634          To: jhi@iki.fi (Jarkko Hietaniemi),
9635          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
9636  Branch: cfgperl
9637        ! lib/Math/Complex.pm t/lib/complex.t
9638 ____________________________________________________________________________
9639 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
9640     Log: From: jan.dubois@ibm.net (Jan Dubois)   
9641          Date: Fri, 09 Oct 1998 23:28:31 +0200
9642          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
9643          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
9644  Branch: maint-5.005/perl
9645        ! XSUB.h
9646 ____________________________________________________________________________
9647 [  2164] By: jhi                                   on 1998/10/31  15:50:02
9648     Log: Integrate from mainperl.
9649  Branch: cfgperl
9650       +> t/op/lex_assign.t
9651       !> (integrate 45 files)
9652
9653 ----------------
9654 Version 5.005_53
9655 ----------------
9656
9657 ____________________________________________________________________________
9658 [  2163] By: gsar                                  on 1998/10/31  11:31:12
9659     Log: bump patchlevel; other minor fixes for clean build and test on
9660          Solaris and win32
9661  Branch: perl
9662        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
9663        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
9664        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
9665        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9666        ! x2p/a2p.c
9667 ____________________________________________________________________________
9668 [  2162] By: gsar                                  on 1998/10/31  09:40:31
9669     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9670          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
9671          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
9672          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
9673  Branch: perl
9674        ! pp.h
9675 ____________________________________________________________________________
9676 [  2161] By: gsar                                  on 1998/10/31  09:39:13
9677     Log: From: Albert Dvornik <bert@genscan.com>
9678          Date: 30 Oct 1998 17:50:04 -0500
9679          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
9680          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
9681  Branch: perl
9682        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
9683 ____________________________________________________________________________
9684 [  2160] By: gsar                                  on 1998/10/31  09:35:03
9685     Log: fix for bugs in -x mode
9686          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9687          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
9688          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
9689          Subject: [PATCH 5.00552] Fix h2xs
9690  Branch: perl
9691        ! utils/h2xs.PL
9692 ____________________________________________________________________________
9693 [  2159] By: gsar                                  on 1998/10/31  09:31:36
9694     Log: Data::Dumper update
9695  Branch: perl
9696        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
9697        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
9698 ____________________________________________________________________________
9699 [  2153] By: gsar                                  on 1998/10/30  21:40:09
9700     Log: add testsuite portion of patch
9701          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9702          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
9703          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
9704          Subject: [PATCH 5.00321 ;-)] 87% speedup
9705  Branch: perl
9706        + t/op/lex_assign.t
9707        ! MANIFEST
9708 ____________________________________________________________________________
9709 [  2152] By: gsar                                  on 1998/10/30  21:08:11
9710     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
9711  Branch: perl
9712        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
9713 ____________________________________________________________________________
9714 [  2151] By: gsar                                  on 1998/10/30  20:18:09
9715     Log: From: Mark-Jason Dominus <mjd@plover.com>
9716          Date: Fri, 30 Oct 1998 14:24:23 EST
9717          Message-Id: <19981030192423.27276.qmail@plover.com>
9718          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
9719  Branch: perl
9720        ! x2p/walk.c
9721 ____________________________________________________________________________
9722 [  2150] By: gsar                                  on 1998/10/30  20:08:57
9723     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9724          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
9725          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
9726          Subject: [PATCH 5.00552] Overloaded <> and deref again
9727  Branch: perl
9728        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
9729        ! t/pragma/overload.t toke.c
9730 ____________________________________________________________________________
9731 [  2149] By: gsar                                  on 1998/10/30  19:38:15
9732     Log: From: Roderick Schertler <roderick@argon.org>
9733          Date: Thu, 29 Oct 1998 14:50:18 -0500
9734          Message-ID: <17625.909690618@eeyore.ibcinc.com>
9735          Subject: patch for daemonization docs in perlipc
9736  Branch: perl
9737        ! pod/perlipc.pod
9738 ____________________________________________________________________________
9739 [  2148] By: gsar                                  on 1998/10/30  19:36:07
9740     Log: From: Anton Berezin <tobez@plab.ku.dk>
9741          Date: 29 Oct 1998 17:06:25 +0100
9742          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
9743          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
9744  Branch: perl
9745        ! win32/win32.c
9746 ____________________________________________________________________________
9747 [  2147] By: gsar                                  on 1998/10/30  19:31:37
9748     Log: tweaked version of suggested patch
9749          From: Anton Berezin <tobez@plab.ku.dk>
9750          Date: 29 Oct 1998 14:48:54 +0100
9751          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
9752          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
9753  Branch: perl
9754        ! win32/win32.c
9755 ____________________________________________________________________________
9756 [  2146] By: gsar                                  on 1998/10/30  19:03:50
9757     Log: hand-apply whitespace-mutiliated patch
9758          From: "vishal bhatia" <vishalb@hotmail.com>
9759          Date: Wed, 28 Oct 1998 23:45:32 PST
9760          Message-ID: <19981029074534.2334.qmail@hotmail.com>
9761          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
9762  Branch: perl
9763        ! ext/B/B/C.pm ext/B/B/CC.pm
9764 ____________________________________________________________________________
9765 [  2145] By: gsar                                  on 1998/10/30  18:46:58
9766     Log: remaining PL_foo stragglers
9767  Branch: perl
9768        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
9769        ! op.h os2/os2.c vms/gen_shrfls.pl
9770 ____________________________________________________________________________
9771 [  2144] By: gsar                                  on 1998/10/30  17:38:36
9772     Log: integrate cfgperl tweaks into mainline
9773  Branch: perl
9774       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
9775       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9776 ____________________________________________________________________________
9777 [  2143] By: jhi                                   on 1998/10/30  13:27:39
9778     Log: There can be multiple yacc/bison errors.
9779  Branch: cfgperl
9780        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9781 ____________________________________________________________________________
9782 [  2142] By: jhi                                   on 1998/10/30  13:18:43
9783     Log: README.posix-bc update.
9784  Branch: cfgperl
9785        ! README.posix-bc
9786 ____________________________________________________________________________
9787 [  2141] By: jhi                                   on 1998/10/30  09:12:59
9788     Log: #2133 fallout.
9789  Branch: cfgperl
9790        ! doio.c ext/POSIX/POSIX.xs
9791 ____________________________________________________________________________
9792 [  2140] By: jhi                                   on 1998/10/30  08:43:18
9793     Log: Integrate from mainperl.
9794  Branch: cfgperl
9795       +> globvar.sym pp.sym
9796        - objpp.h thread.sym
9797       !> (integrate 61 files)
9798 ____________________________________________________________________________
9799 [  2133] By: gsar                                  on 1998/10/30  02:51:39
9800     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
9801          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
9802          should soon be automated also; the global variables that
9803          escaped the PL_foo conversion are now reined in; renamed
9804          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
9805          type of same name; duplicated lists of pp_things in various
9806          places is now gone; result has only been tested on win32
9807  Branch: perl
9808        + globvar.sym pp.sym
9809        - objpp.h thread.sym
9810        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
9811        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
9812        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
9813        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
9814        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
9815        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
9816        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
9817        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
9818        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9819        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9820        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
9821 ____________________________________________________________________________
9822 [  2130] By: jhi                                   on 1998/10/29  15:31:26
9823     Log: Pure bison yylex() proto was broken.
9824  Branch: cfgperl
9825        ! proto.h
9826 ____________________________________________________________________________
9827 [  2126] By: jhi                                   on 1998/10/29  08:35:54
9828     Log: Integrate mainperl.
9829  Branch: cfgperl
9830       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9831       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
9832       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
9833       !> t/pragma/warn/doio toke.c win32/makefile.mk
9834 ____________________________________________________________________________
9835 [  2125] By: jhi                                   on 1998/10/29  08:32:38
9836     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
9837  Branch: cfgperl
9838        ! Makefile.SH
9839 ____________________________________________________________________________
9840 [  2124] By: jhi                                   on 1998/10/29  08:06:44
9841     Log: EBCDIC Makefile.SH tuneup.
9842  Branch: cfgperl
9843        ! Makefile.SH
9844 ____________________________________________________________________________
9845 [  2119] By: gsar                                  on 1998/10/28  23:24:04
9846     Log: remove doubled hunk from integration
9847  Branch: perl
9848        ! pp.c
9849 ____________________________________________________________________________
9850 [  2118] By: gsar                                  on 1998/10/28  22:03:31
9851     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9852          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
9853          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
9854          Subject: [PATCH 5.00552] Minor debugger tweaks
9855  Branch: perl
9856        ! lib/perl5db.pl
9857 ____________________________________________________________________________
9858 [  2117] By: gsar                                  on 1998/10/28  22:02:30
9859     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9860          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
9861          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
9862          Subject: [PATCH 5.00552] Make sort respect overloading
9863  Branch: perl
9864        ! pp_ctl.c proto.h t/pragma/overload.t
9865 ____________________________________________________________________________
9866 [  2116] By: gsar                                  on 1998/10/28  21:51:11
9867     Log: MM patches from Ilya Zakharevich
9868          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
9869          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
9870          Subject: [PATCH 5.00552] Make MakeMaker more verbose
9871          --
9872          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
9873          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
9874          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
9875  Branch: perl
9876        ! lib/ExtUtils/MakeMaker.pm
9877 ____________________________________________________________________________
9878 [  2115] By: gsar                                  on 1998/10/28  21:46:19
9879     Log: add explicit references to perl source path in ld2 and gcc2
9880  Branch: perl
9881        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
9882 ____________________________________________________________________________
9883 [  2114] By: gsar                                  on 1998/10/28  21:39:56
9884     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
9885          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
9886          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
9887          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
9888  Branch: perl
9889        ! INSTALL
9890 ____________________________________________________________________________
9891 [  2113] By: gsar                                  on 1998/10/28  21:21:16
9892     Log: integrate cfgperl into mainline
9893  Branch: perl
9894       +> t/op/filetest.t
9895       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
9896       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
9897       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
9898       !> thread.h toke.c vmesa/Makefile
9899 ____________________________________________________________________________
9900 [  2112] By: gsar                                  on 1998/10/28  21:14:18
9901     Log: minor cleanup
9902  Branch: perl
9903        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
9904 ____________________________________________________________________________
9905 [  2111] By: gsar                                  on 1998/10/28  18:52:10
9906     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
9907  Branch: perl
9908        ! toke.c
9909 ____________________________________________________________________________
9910 [  2110] By: jhi                                   on 1998/10/28  15:07:54
9911     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
9912  Branch: cfgperl
9913        ! Makefile.SH
9914 ____________________________________________________________________________
9915 [  2109] By: jhi                                   on 1998/10/28  13:39:54
9916     Log: a2p.y needs to generate also y.tab.h.
9917  Branch: cfgperl
9918        ! Makefile.SH
9919 ____________________________________________________________________________
9920 [  2108] By: jhi                                   on 1998/10/28  10:33:36
9921     Log: The "parse error" must be converted to "syntax error",
9922          just matching it aint' enough.
9923  Branch: cfgperl
9924        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9925        ! t/pragma/warning.t
9926 ____________________________________________________________________________
9927 [  2107] By: jhi                                   on 1998/10/28  10:23:05
9928     Log: Regen sig_n{ame,umber}* if slightest doubt.
9929  Branch: cfgperl
9930        ! Configure
9931 ____________________________________________________________________________
9932 [  2106] By: jhi                                   on 1998/10/28  08:44:49
9933     Log: Bison says 'parse error', not 'parser error'.
9934  Branch: cfgperl
9935        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
9936        ! t/pragma/warning.t
9937 ____________________________________________________________________________
9938 [  2105] By: jhi                                   on 1998/10/28  08:42:09
9939     Log: yylex() parametrization.
9940  Branch: cfgperl
9941        ! proto.h toke.c
9942 ____________________________________________________________________________
9943 [  2104] By: jhi                                   on 1998/10/28  08:25:09
9944     Log: Bring in #2102.
9945  Branch: cfgperl
9946        ! pp.c
9947 ____________________________________________________________________________
9948 [  2103] By: jhi                                   on 1998/10/28  08:22:04
9949     Log: From: Dominic Dunlop <domo@vo.lu>
9950          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
9951          Date: 27 Oct 1998 20:47:25 +0200
9952          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
9953  Branch: cfgperl
9954        ! t/op/groups.t
9955 ____________________________________________________________________________
9956 [  2102] By: larry                                 on 1998/10/27  18:58:55
9957     Log: utf8 change to quotemeta broke EBCDIC
9958  Branch: perl
9959        ! pp.c
9960 ____________________________________________________________________________
9961 [  2101] By: jhi                                   on 1998/10/27  12:55:34
9962     Log: $Config{sig_num_init}.
9963          Also, a new approach to the 'pthreads-created-joinable': drop
9964          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
9965          directly. (See also #2096).
9966  Branch: cfgperl
9967        ! Configure config_h.SH
9968 ____________________________________________________________________________
9969 [  2100] By: jhi                                   on 1998/10/27  10:48:55
9970     Log: Regenerated perly_c.diff.
9971  Branch: cfgperl
9972        ! perly_c.diff
9973 ____________________________________________________________________________
9974 [  2099] By: jhi                                   on 1998/10/27  08:42:25
9975     Log: First the mangler was Netscape, then it was me.
9976  Branch: cfgperl
9977        ! vmesa/Makefile
9978 ____________________________________________________________________________
9979 [  2098] By: jhi                                   on 1998/10/27  08:34:40
9980     Log: `id -Gn` might be available where `groups` is not.
9981  Branch: cfgperl
9982        ! t/op/groups.t
9983 ____________________________________________________________________________
9984 [  2097] By: jhi                                   on 1998/10/27  08:05:17
9985     Log: Netscape had mangled the tabs.
9986  Branch: cfgperl
9987        ! vmesa/Makefile
9988 ____________________________________________________________________________
9989 [  2096] By: jhi                                   on 1998/10/27  08:03:05
9990     Log: ATTR_JOINABLE logic, based on (private email)
9991          
9992          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
9993          Subject: Some little diffs
9994          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
9995          Date: Tue, 27 Oct 1998 13:44:42 +1300
9996  Branch: cfgperl
9997        ! thread.h
9998 ____________________________________________________________________________
9999 [  2095] By: jhi                                   on 1998/10/27  07:56:57
10000     Log: Mach cthreads support based on:
10001          
10002          From: brie@corp.home.net (Brian Harrison)
10003          Subject: perl5.005_02 patch for mthreads
10004          To: perl5-porters@perl.org
10005          Date: 24 Oct 1998 01:01:55 +0300
10006          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
10007          
10008          Pthread yield probe (dejavu)
10009          Cosmetic nanochange for the union semun output.
10010          Better inttypes.h probe.
10011          Undo the 'void *' $selecttype probe from #1971 because
10012          it breaks the $selectminbits test.
10013  Branch: cfgperl
10014        ! Configure config_h.SH perl.h thread.h
10015 ____________________________________________________________________________
10016 [  2094] By: jhi                                   on 1998/10/26  13:02:07
10017     Log: Also posix-bc wants to reyacc.
10018  Branch: cfgperl
10019        ! Makefile.SH
10020 ____________________________________________________________________________
10021 [  2093] By: jhi                                   on 1998/10/26  10:17:21
10022     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
10023          5_02 and really breaking things in non-ASCII worlds.
10024  Branch: cfgperl
10025        ! pp.c
10026 ____________________________________________________________________________
10027 [  2092] By: jhi                                   on 1998/10/26  09:08:00
10028     Log: More robustness.
10029  Branch: cfgperl
10030        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10031        ! t/pragma/warning.t
10032 ____________________________________________________________________________
10033 [  2091] By: jhi                                   on 1998/10/26  08:47:32
10034     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
10035          Bison really wants YYLEX_PARAM.
10036  Branch: cfgperl
10037        ! perly.y proto.h toke.c
10038 ____________________________________________________________________________
10039 [  2090] By: jhi                                   on 1998/10/26  08:21:25
10040     Log: s/YYLEX_PARAM/YYLEXPARAM/
10041  Branch: cfgperl
10042        ! perly.y
10043 ____________________________________________________________________________
10044 [  2089] By: jhi                                   on 1998/10/26  08:17:33
10045     Log: Indicate skipped subtests.
10046  Branch: cfgperl
10047        ! t/io/pipe.t
10048 ____________________________________________________________________________
10049 [  2088] By: jhi                                   on 1998/10/26  08:11:36
10050     Log: Integrate from mainperl.
10051  Branch: cfgperl
10052       !> (integrate 54 files)
10053 ____________________________________________________________________________
10054 [  2087] By: jhi                                   on 1998/10/26  08:08:02
10055     Log: Add test for filetests.
10056  Branch: cfgperl
10057        + t/op/filetest.t
10058        ! MANIFEST
10059 ____________________________________________________________________________
10060 [  2086] By: gsar                                  on 1998/10/26  02:44:44
10061     Log: various win32 tweaks; disable new xs_cpp section (it creates
10062          ambiguous inference graph for %.xs --> %.o)
10063  Branch: perl
10064        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
10065        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
10066        ! win32/config.gc win32/config_H.gc win32/makedef.pl
10067        ! win32/makefile.mk win32/win32.h
10068 ____________________________________________________________________________
10069 [  2085] By: gsar                                  on 1998/10/26  00:50:02
10070     Log: sanity-check $Config{drand01} in rand.t
10071  Branch: perl
10072        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
10073        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10074 ____________________________________________________________________________
10075 [  2078] By: gsar                                  on 1998/10/25  10:22:04
10076     Log: update win32/config*.?c
10077  Branch: perl
10078        ! Changes win32/config.bc win32/config.gc win32/config.vc
10079        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10080 ____________________________________________________________________________
10081 [  2077] By: gsar                                  on 1998/10/25  08:39:25
10082     Log: From: Graham Barr <gbarr@pobox.com>
10083          Date: Sat, 24 Oct 1998 21:45:50 -0500
10084          Message-ID: <19981024214550.C508@pobox.com>
10085          Subject: Re: die with a reference  should use overload "" operator
10086  Branch: perl
10087        ! pp_ctl.c
10088 ____________________________________________________________________________
10089 [  2076] By: gsar                                  on 1998/10/25  08:37:49
10090     Log: From: Graham Barr <gbarr@pobox.com>
10091          Date: Sat, 24 Oct 1998 12:45:21 -0500
10092          Message-ID: <19981024124521.C512@pobox.com>
10093          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
10094  Branch: perl
10095        ! sv.c
10096 ____________________________________________________________________________
10097 [  2075] By: gsar                                  on 1998/10/25  08:24:09
10098     Log: fix C<print $n += 5;> etc.
10099  Branch: perl
10100        ! toke.c
10101 ____________________________________________________________________________
10102 [  2074] By: gsar                                  on 1998/10/25  08:12:28
10103     Log: list builtins with portability caveats
10104          From: Jarkko Hietaniemi <jhi@iki.fi>
10105          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
10106          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
10107          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
10108  Branch: perl
10109        ! pod/perlfunc.pod
10110 ____________________________________________________________________________
10111 [  2073] By: gsar                                  on 1998/10/25  07:55:43
10112     Log: fix stack overrun in file test operators
10113  Branch: perl
10114        ! pp_sys.c
10115 ____________________________________________________________________________
10116 [  2072] By: gsar                                  on 1998/10/25  07:29:45
10117     Log: implement C<goto &func> and other fixes (via private mail)
10118          From:    "vishal bhatia" <vishalb@hotmail.com>
10119          Date:    Wed, 21 Oct 1998 22:59:03 PDT
10120          Message-Id: <19981022055904.20083.qmail@hotmail.com>
10121          Subject: [PATCH 5.005_52] More fixes for B
10122  Branch: perl
10123        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
10124 ____________________________________________________________________________
10125 [  2071] By: gsar                                  on 1998/10/25  07:14:41
10126     Log: From: Graham Barr <gbarr@pobox.com>
10127          Date: Sat, 17 Oct 1998 20:42:41 -0500
10128          Message-ID: <19981017204241.G510@pobox.com>
10129          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
10130  Branch: perl
10131        ! pp_ctl.c
10132 ____________________________________________________________________________
10133 [  2070] By: gsar                                  on 1998/10/25  07:07:29
10134     Log: avoid bogus line number in XSUB redefined warnings
10135  Branch: perl
10136        ! op.c
10137 ____________________________________________________________________________
10138 [  2069] By: gsar                                  on 1998/10/25  06:59:03
10139     Log: From: Martijn Koster <mak@excitecorp.com>
10140          Date: Wed, 21 Oct 1998 13:12:03 +0100
10141          Message-ID: <19981021131203.A15661@excitecorp.com>
10142          Subject: File::Path::mkpath reports the wrong error
10143  Branch: perl
10144        ! lib/File/Path.pm
10145 ____________________________________________________________________________
10146 [  2068] By: gsar                                  on 1998/10/25  06:54:43
10147     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
10148          Date: Tue, 20 Oct 1998 20:52:20 -0500
10149          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
10150          Subject: Exporter.pm's export_to_level() argument handling buggy
10151  Branch: perl
10152        ! lib/Exporter.pm
10153 ____________________________________________________________________________
10154 [  2067] By: gsar                                  on 1998/10/25  06:50:19
10155     Log: From: jan.dubois@ibm.net (Jan Dubois)
10156          Date: Wed, 21 Oct 1998 00:55:51 +0200
10157          Message-ID: <36380269.55370608@smtp1.ibm.net>
10158          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
10159  Branch: perl
10160        ! ext/DynaLoader/DynaLoader_pm.PL
10161 ____________________________________________________________________________
10162 [  2066] By: gsar                                  on 1998/10/25  06:48:19
10163     Log: recognize '%' as a shell metachar for win32
10164          From: jan.dubois@ibm.net (Jan Dubois)
10165          Date: Tue, 20 Oct 1998 21:57:35 +0200
10166          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
10167          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
10168  Branch: perl
10169        ! win32/win32.c
10170 ____________________________________________________________________________
10171 [  2065] By: gsar                                  on 1998/10/25  06:46:30
10172     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
10173  Branch: perl
10174        ! sv.c
10175 ____________________________________________________________________________
10176 [  2064] By: gsar                                  on 1998/10/25  06:45:09
10177     Log: From: Gisle Aas <gisle@aas.no>
10178          Date: 20 Oct 1998 14:24:44 +0200
10179          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
10180          Subject: ord() and unpack("U*",...) should not be negative
10181  Branch: perl
10182        ! pp.c
10183 ____________________________________________________________________________
10184 [  2063] By: gsar                                  on 1998/10/25  06:42:29
10185     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10186          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
10187          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
10188          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
10189  Branch: perl
10190        ! os2/os2.c
10191 ____________________________________________________________________________
10192 [  2062] By: gsar                                  on 1998/10/25  06:41:26
10193     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10194          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
10195          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
10196          Subject: [PATCH 5.005_*] Speed up aassign
10197  Branch: perl
10198        ! pp_hot.c
10199 ____________________________________________________________________________
10200 [  2061] By: gsar                                  on 1998/10/25  06:39:04
10201     Log: From: Graham Barr <gbarr@pobox.com>
10202          Date: Sat, 17 Oct 1998 22:22:02 -0500
10203          Message-ID: <19981017222202.J510@pobox.com>
10204          Subject: Re: '*' prototype does not allow bareword with strict
10205  Branch: perl
10206        ! toke.c
10207 ____________________________________________________________________________
10208 [  2060] By: gsar                                  on 1998/10/25  06:37:34
10209     Log: handle '::' in section names properly
10210          From: Graham Barr <gbarr@pobox.com>
10211          Date: Sat, 17 Oct 1998 12:57:54 -0500
10212          Message-ID: <19981017125754.C510@pobox.com>
10213          Subject: Re: pod2html
10214  Branch: perl
10215        ! lib/Pod/Html.pm
10216 ____________________________________________________________________________
10217 [  2059] By: gsar                                  on 1998/10/25  06:33:43
10218     Log: integrate changes#1982,2014,2021 (from maint-5.005)
10219  Branch: perl
10220       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
10221       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
10222 ____________________________________________________________________________
10223 [  2058] By: gsar                                  on 1998/10/25  05:44:17
10224     Log: allow more win32 symbol exports (suggested by Jan Dubois)
10225  Branch: perl
10226        ! win32/makedef.pl
10227 ____________________________________________________________________________
10228 [  2057] By: gsar                                  on 1998/10/25  05:40:40
10229     Log: integrate change#2053 from maint-5.005
10230  Branch: perl
10231       !> cop.h t/cmd/while.t
10232 ____________________________________________________________________________
10233 [  2056] By: gsar                                  on 1998/10/25  05:16:41
10234     Log: commented version of a patch suggested by Drago Goricanec
10235          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10236          Date: 16 Oct 1998 15:24:45 +0300
10237          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
10238          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
10239  Branch: perl
10240        ! pp_sys.c
10241 ____________________________________________________________________________
10242 [  2055] By: gsar                                  on 1998/10/25  05:11:03
10243     Log: include eof() in description of buffering caveats
10244          From: Anton Berezin <tobez@plab.ku.dk>
10245          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
10246          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
10247          Subject: [DOCPATCH] pod/perlfunc.pod
10248  Branch: perl
10249        ! pod/perlfunc.pod
10250 ____________________________________________________________________________
10251 [  2054] By: gsar                                  on 1998/10/25  05:07:42
10252     Log: disallow 'x' in hex numbers (except leading '0x')
10253          From: Gisle Aas <gisle@aas.no>
10254          Date: 16 Oct 1998 16:33:12 +0200
10255          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
10256          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
10257  Branch: perl
10258        ! perlvars.h t/op/oct.t util.c
10259 ____________________________________________________________________________
10260 [  2052] By: gsar                                  on 1998/10/25  04:49:04
10261     Log: avoid the circular refcnt logic in magic_mutexfree()
10262  Branch: perl
10263        ! mg.c pp.c pp_hot.c
10264 ____________________________________________________________________________
10265 [  2051] By: gsar                                  on 1998/10/25  04:35:07
10266     Log: properly restore PL_rsfp_filters after require
10267  Branch: perl
10268        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
10269        ! scope.h
10270 ____________________________________________________________________________
10271 [  2050] By: gsar                                  on 1998/10/25  02:42:32
10272     Log: integrate cfgperl changes back into mainline
10273  Branch: perl
10274       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
10275       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
10276       !> (integrate 33 files)
10277 ____________________________________________________________________________
10278 [  2049] By: gsar                                  on 1998/10/25  01:30:48
10279     Log: avoid "mysterious" compile-time failures without messages
10280  Branch: perl
10281        ! gv.c
10282 ____________________________________________________________________________
10283 [  2041] By: gsar                                  on 1998/10/23  21:11:56
10284     Log: checkin jpl under //depot/perlext/jpl/...
10285  Branch: perlext
10286        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
10287        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
10288        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
10289        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
10290        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
10291        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
10292        + jpl/PerlInterpreter/Makefile.PL
10293        + jpl/PerlInterpreter/PerlInterpreter.c
10294        + jpl/PerlInterpreter/PerlInterpreter.h
10295        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
10296        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
10297        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
10298        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
10299        + jpl/get_jdk/jdk_hosts jpl/install-jpl
10300 ____________________________________________________________________________
10301 [  2040] By: larry                                 on 1998/10/23  19:31:42
10302     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
10303  Branch: perl
10304        ! pp.c
10305 ____________________________________________________________________________
10306 [  2039] By: larry                                 on 1998/10/23  18:48:34
10307     Log: tr///d does not seem to work
10308  Branch: perl
10309        ! lib/utf8_heavy.pl
10310 ____________________________________________________________________________
10311 [  2038] By: larry                                 on 1998/10/23  18:00:41
10312     Log: Program with utf8 identifiers fails to compile
10313  Branch: perl
10314        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
10315 ____________________________________________________________________________
10316 [  2037] By: jhi                                   on 1998/10/23  14:04:51
10317     Log: Test suite portability:
10318          - posix-bc does not write to broken pipes
10319          - filehand #11 only iff we have fork
10320          - warning.t can now match $expected using regular expressions
10321  Branch: cfgperl
10322        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
10323        ! t/pragma/warning.t
10324 ____________________________________________________________________________
10325 [  2036] By: jhi                                   on 1998/10/23  12:12:07
10326     Log: yacc clarification.
10327  Branch: cfgperl
10328        ! README.posix-bc
10329 ____________________________________________________________________________
10330 [  2035] By: jhi                                   on 1998/10/23  12:09:59
10331     Log: Some C compilers get upset about 8-bit characters in /* comments. */
10332  Branch: cfgperl
10333        ! mg.c
10334 ____________________________________________________________________________
10335 [  2034] By: jhi                                   on 1998/10/22  09:11:52
10336     Log: Configure update: both for pthread_yield more robust
10337          testing (all variants of pthread_attr_getdetachstate()) --
10338          and because Configure was broken in major way! About 1000
10339          last lines were truncated.
10340  Branch: cfgperl
10341        ! Configure
10342 ____________________________________________________________________________
10343 [  2033] By: jhi                                   on 1998/10/22  07:47:10
10344     Log: DJGPP feedback for #2028.
10345  Branch: cfgperl
10346        ! thread.h
10347 ____________________________________________________________________________
10348 [  2032] By: jhi                                   on 1998/10/21  13:03:57
10349     Log: yielding, the saga continues.
10350  Branch: cfgperl
10351        ! Configure config_h.SH
10352       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
10353       !> t/op/goto.t t/pragma/constant.t
10354 ____________________________________________________________________________
10355 [  2031] By: jhi                                   on 1998/10/21  09:15:42
10356     Log: VM/ESA feedback for #2028.
10357  Branch: cfgperl
10358        ! Configure config_h.SH thread.h
10359 ____________________________________________________________________________
10360 [  2030] By: gsar                                  on 1998/10/21  04:22:53
10361     Log: fix handling of mayhaps-extended @_ in goto &sub
10362  Branch: perl
10363        ! av.c pp_ctl.c t/op/goto.t
10364 ____________________________________________________________________________
10365 [  2029] By: gsar                                  on 1998/10/21  00:54:14
10366     Log: restore sanity to "constant" references
10367  Branch: perl
10368        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
10369 ____________________________________________________________________________
10370 [  2028] By: jhi                                   on 1998/10/20  15:01:20
10371     Log: OLD_PTHREADS_API reorganizing.
10372  Branch: cfgperl
10373        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
10374        ! vmesa/vmesaish.h
10375 ____________________________________________________________________________
10376 [  2027] By: jhi                                   on 1998/10/20  14:14:51
10377     Log: #2026 fallout.
10378  Branch: cfgperl
10379        ! Makefile.SH
10380 ____________________________________________________________________________
10381 [  2026] By: jhi                                   on 1998/10/20  11:47:21
10382     Log: VM/ESA update.
10383  Branch: cfgperl
10384        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
10385 ____________________________________________________________________________
10386 [  2025] By: jhi                                   on 1998/10/20  08:20:56
10387     Log: 64-bitness, based on
10388          
10389          From: Scott Henry <scotth@sgi.com>
10390          To: perl-64bit@perl.org
10391          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
10392          Subject: Re: Configure problems/questions...
10393          Date: 19 Oct 1998 22:38:06 -0700
10394  Branch: cfgperl
10395        ! hints/irix_6.sh perl.h
10396 ____________________________________________________________________________
10397 [  2024] By: jhi                                   on 1998/10/20  08:09:07
10398     Log: Add lseeksize.
10399  Branch: cfgperl
10400        ! config_h.SH
10401 ____________________________________________________________________________
10402 [  2023] By: jhi                                   on 1998/10/20  08:08:33
10403     Log: Mumble about _yields() only when threaded.
10404  Branch: cfgperl
10405        ! Configure
10406 ____________________________________________________________________________
10407 [  2022] By: jhi                                   on 1998/10/20  07:46:26
10408     Log: Thinko at PTHREADS_CREATED_JOINABLE.
10409  Branch: cfgperl
10410        ! thread.h
10411 ____________________________________________________________________________
10412 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
10413     Log: From: Chip Salzenberg <chip@perlsupport.com>
10414          Date: Tue, 6 Oct 1998 13:33:05 -0400
10415          Message-ID: <19981006133305.A2348@perlsupport.com>
10416          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
10417  Branch: maint-5.005/perl
10418        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
10419        ! t/op/tie.t
10420 ____________________________________________________________________________
10421 [  2020] By: jhi                                   on 1998/10/19  09:15:53
10422     Log: YIELD more robustly.
10423  Branch: cfgperl
10424        ! thread.h
10425 ____________________________________________________________________________
10426 [  2019] By: jhi                                   on 1998/10/19  08:48:33
10427     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
10428          the 'new' one (just like DJGPP, it seems).
10429  Branch: cfgperl
10430        ! thread.h
10431 ____________________________________________________________________________
10432 [  2018] By: jhi                                   on 1998/10/19  07:02:44
10433     Log: vmesaish.h doesn't exclude unixish.h.
10434  Branch: cfgperl
10435        ! perl.h
10436 ____________________________________________________________________________
10437 [  2017] By: jhi                                   on 1998/10/19  06:44:19
10438     Log: 1<<$randbits is not good for randbits=48.
10439  Branch: cfgperl
10440        ! t/op/rand.t
10441 ____________________________________________________________________________
10442 [  2016] By: jhi                                   on 1998/10/19  06:39:47
10443     Log: Make #2012 glob pattern more portable.
10444  Branch: cfgperl
10445        ! Makefile.SH
10446 ____________________________________________________________________________
10447 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
10448     Log: Fix POSIX::sigprocmask not to check type of $old parameter
10449          as it is output only
10450  Branch: maint-5.005/perl
10451        ! ext/POSIX/POSIX.xs
10452 ____________________________________________________________________________
10453 [  2012] By: jhi                                   on 1998/10/17  15:04:23
10454     Log: clean numbered core dumps and t/tmp[0-9]*.
10455  Branch: cfgperl
10456        ! Makefile.SH
10457 ____________________________________________________________________________
10458 [  2011] By: jhi                                   on 1998/10/17  14:59:15
10459     Log: More robust yacc/bison failure output handling.
10460  Branch: cfgperl
10461        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
10462 ____________________________________________________________________________
10463 [  2010] By: jhi                                   on 1998/10/17  14:51:05
10464     Log: BC2000 POSIX update.
10465  Branch: cfgperl
10466        ! MANIFEST
10467 ____________________________________________________________________________
10468 [  2009] By: jhi                                   on 1998/10/17  14:49:46
10469     Log: POSIX BC2000 port from perl-mvs:
10470          
10471          Subject: Ported perl 5.005.02 to BS2000 / POSIX
10472          From: Dorner Thomas <Thomas.Dorner@start.de> 
10473          Date: Tue, 29 Sep 1998 13:29:36 +0100 
10474          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
10475  Branch: cfgperl
10476        + README.posix-bc hints/posix-bc.sh
10477        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
10478        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
10479        ! unixish.h
10480 ____________________________________________________________________________
10481 [  2008] By: jhi                                   on 1998/10/17  14:07:49
10482     Log: VM/ESA-update.
10483  Branch: cfgperl
10484        ! MANIFEST
10485 ____________________________________________________________________________
10486 [  2007] By: jhi                                   on 1998/10/17  13:55:34
10487     Log: Forgot few S_I* imports.
10488  Branch: cfgperl
10489        ! t/lib/ipc_sysv.t
10490 ____________________________________________________________________________
10491 [  2006] By: jhi                                   on 1998/10/17  13:43:54
10492     Log: The VM/ESA port essentials, based on
10493          
10494          perl-mvs:
10495          
10496          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10497          Subject: Re: Can't find Data/Dumper.pm
10498          Date: Mon, 28 Sep 1998 07:40:49 +1300
10499          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
10500          
10501          private email:
10502          
10503          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10504          Subject: Re: Perl thread problems in VM/ESA
10505          Date: Thu, 15 Oct 1998 07:18:35 +1300
10506          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
10507          
10508          and private email:
10509          
10510          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
10511          Subject:  perl archive
10512          Date:  Sun, 11 Oct 1998 19:28:54 EDT
10513          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
10514          which gave a pointer to
10515          
10516          http://pucc.princeton.edu/~neale/perl.tar
10517          
10518          (based on Perl 5.005_51)
10519  Branch: cfgperl
10520        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
10521        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
10522        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
10523        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
10524 ____________________________________________________________________________
10525 [  2005] By: jhi                                   on 1998/10/17  13:17:19
10526     Log: Integrate mainperl.
10527  Branch: cfgperl
10528       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
10529       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10530       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
10531       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
10532       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
10533       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
10534       !> win32/makefile.mk
10535 ____________________________________________________________________________
10536 [  2004] By: jhi                                   on 1998/10/17  11:19:06
10537     Log: Removed an extra ' from the int64_t test.
10538  Branch: cfgperl
10539        ! Configure
10540 ____________________________________________________________________________
10541 [  2003] By: gsar                                  on 1998/10/17  04:11:40
10542     Log: silence -w noises (suggested by Greg Bacon)
10543  Branch: perl
10544        ! lib/Term/Complete.pm
10545 ____________________________________________________________________________
10546 [  2002] By: gsar                                  on 1998/10/17  04:07:48
10547     Log: From: Gisle Aas <gisle@aas.no>
10548          Date: 14 Oct 1998 15:53:14 +0200
10549          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
10550          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
10551  Branch: perl
10552        ! util.c
10553 ____________________________________________________________________________
10554 [  2001] By: gsar                                  on 1998/10/17  04:06:10
10555     Log: From: Gisle Aas <gisle@aas.no>
10556          Date: 14 Oct 1998 15:17:44 +0200
10557          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
10558          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
10559  Branch: perl
10560        ! toke.c
10561 ____________________________________________________________________________
10562 [  2000] By: gsar                                  on 1998/10/17  03:06:33
10563     Log: From: Gisle Aas <gisle@aas.no>
10564          Date: 14 Oct 1998 00:38:06 +0200
10565          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
10566          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
10567  Branch: perl
10568        ! sv.c
10569 ____________________________________________________________________________
10570 [  1999] By: gsar                                  on 1998/10/17  03:04:48
10571     Log: From: Dan Sugalski <sugalskd@osshe.edu>
10572          Date: Tue, 13 Oct 1998 15:10:57 -0700
10573          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
10574          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
10575  Branch: perl
10576        ! vms/ext/Stdio/Stdio.pm
10577 ____________________________________________________________________________
10578 [  1998] By: gsar                                  on 1998/10/17  03:00:40
10579     Log: skip readonly vars and unref references when doing a reset()
10580  Branch: perl
10581        ! sv.c
10582 ____________________________________________________________________________
10583 [  1997] By: gsar                                  on 1998/10/17  02:49:19
10584     Log: fix buggy treatment of large checksums on unicode strings
10585          From: Gisle Aas <gisle@aas.no>
10586          Date: 13 Oct 1998 21:35:39 +0200
10587          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
10588          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
10589  Branch: perl
10590        ! pp.c
10591 ____________________________________________________________________________
10592 [  1996] By: gsar                                  on 1998/10/17  02:43:22
10593     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10594          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
10595          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
10596          Subject: [PATCH 5.005_52] Memory overrun in os2.c
10597  Branch: perl
10598        ! os2/Makefile.SHs os2/os2.c
10599 ____________________________________________________________________________
10600 [  1995] By: gsar                                  on 1998/10/17  02:42:01
10601     Log: clarify section name rules for typemaps
10602  Branch: perl
10603        ! pod/perlxs.pod
10604 ____________________________________________________________________________
10605 [  1994] By: gsar                                  on 1998/10/17  02:33:02
10606     Log: whitespace-proof grent.t
10607  Branch: perl
10608        ! t/op/grent.t
10609 ____________________________________________________________________________
10610 [  1993] By: gsar                                  on 1998/10/17  02:27:29
10611     Log: fix bug in B::CC::pp_sassign()
10612          From: "vishal bhatia" <vishalb@hotmail.com>
10613          Date: Sun, 11 Oct 1998 18:41:38 PDT
10614          Message-ID: <19981012014139.19614.qmail@hotmail.com>
10615          Subject: B::CC problems with pp_sassign routine
10616  Branch: perl
10617        ! ext/B/B/CC.pm
10618 ____________________________________________________________________________
10619 [  1992] By: gsar                                  on 1998/10/17  02:17:49
10620     Log: applied suggested patch with small doc tweak
10621          From: Gisle Aas <gisle@aas.no>
10622          Date: 11 Oct 1998 12:53:13 +0200
10623          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
10624          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
10625  Branch: perl
10626        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
10627        ! t/op/tiehandle.t
10628 ____________________________________________________________________________
10629 [  1991] By: gsar                                  on 1998/10/17  02:08:30
10630     Log: apply non-conflicting parts from suggested patch
10631          From: jan.dubois@ibm.net (Jan Dubois)
10632          Date: Sat, 10 Oct 1998 13:15:45 +0200
10633          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
10634          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
10635  Branch: perl
10636        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10637 ____________________________________________________________________________
10638 [  1990] By: gsar                                  on 1998/10/17  02:01:24
10639     Log: provide option to enable optimization with VC (suggested by Jan
10640          Dubois)
10641  Branch: perl
10642        ! win32/Makefile win32/makefile.mk
10643 ____________________________________________________________________________
10644 [  1989] By: gsar                                  on 1998/10/17  01:55:27
10645     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
10646          Dave Leppik <dleppik@gage.com>
10647  Branch: perl
10648        ! perl.h
10649 ____________________________________________________________________________
10650 [  1988] By: gsar                                  on 1998/10/17  01:49:05
10651     Log: stray typo found by Hugo van der Sanden
10652  Branch: perl
10653        ! op.c
10654 ____________________________________________________________________________
10655 [  1987] By: gsar                                  on 1998/10/17  01:45:52
10656     Log: perldoc pod update
10657          From: Daniel Grisinger <dgris@perrin.dimensional.com>
10658          Date: 06 Oct 1998 23:56:51 -0600
10659          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
10660          Subject: [PATCH _02 and _52] perldoc
10661  Branch: perl
10662        ! utils/perldoc.PL
10663 ____________________________________________________________________________
10664 [  1986] By: gsar                                  on 1998/10/17  01:41:40
10665     Log: qualify names of builtins
10666  Branch: perl
10667        ! ext/POSIX/POSIX.pm
10668 ____________________________________________________________________________
10669 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
10670     Log: From: Jochen Wiedmann <joe@ispsoft.de>
10671          Date: Thu, 17 Sep 1998 17:16:06 +0200
10672          Message-ID: <360127B6.E44564A@ispsoft.de>
10673          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
10674  Branch: maint-5.005/perl
10675        ! lib/ExtUtils/MakeMaker.pm
10676 ____________________________________________________________________________
10677 [  1978] By: gsar                                  on 1998/10/16  01:58:58
10678     Log: integrate cfgperl mods into mainline
10679  Branch: perl
10680       +> ext/DynaLoader/dl_vmesa.xs
10681        ! Porting/genlog
10682       !> Configure MANIFEST Makefile.SH config_h.SH
10683       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
10684       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
10685       !> x2p/Makefile.SH
10686 ____________________________________________________________________________
10687 [  1976] By: gsar                                  on 1998/10/16  00:10:52
10688     Log: stray tweak
10689  Branch: perl
10690        ! op.c
10691 ____________________________________________________________________________
10692 [  1975] By: gsar                                  on 1998/10/15  23:54:38
10693     Log: propagate typeness of lexicals while cloning them
10694  Branch: perl
10695        ! op.c
10696 ____________________________________________________________________________
10697 [  1974] By: gsar                                  on 1998/10/15  23:53:25
10698     Log: s/last/first/ typo in append_list()
10699  Branch: perl
10700        ! op.c
10701 ____________________________________________________________________________
10702 [  1973] By: gsar                                  on 1998/10/15  20:06:17
10703     Log: nuke confperl branch and contents
10704  Branch: confperl
10705        - (delete 1284 files)
10706 ____________________________________________________________________________
10707 [  1972] By: jhi                                   on 1998/10/15  07:07:35
10708     Log: Test #162 had been added but the "print 1..161" had not been updated.
10709  Branch: cfgperl
10710        ! t/op/pat.t
10711 ____________________________________________________________________________
10712 [  1971] By: gsar                                  on 1998/10/15  03:09:58
10713     Log: check in all confperl changes as of change#1964 into cfgperl
10714  Branch: cfgperl
10715        + ext/DynaLoader/dl_vmesa.xs
10716        ! Configure MANIFEST Makefile.SH config_h.SH
10717        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
10718        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
10719 ____________________________________________________________________________
10720 [  1970] By: gsar                                  on 1998/10/15  03:05:59
10721     Log: integrate mainline to get tr.t
10722  Branch: cfgperl
10723       +> t/op/tr.t
10724 ____________________________________________________________________________
10725 [  1969] By: gsar                                  on 1998/10/15  03:04:17
10726     Log: add missing tr.t to repository
10727  Branch: perl
10728        + t/op/tr.t
10729 ____________________________________________________________________________
10730 [  1968] By: gsar                                  on 1998/10/15  03:02:43
10731     Log: create cfgperl branch
10732  Branch: cfgperl
10733       +> (branch 1282 files)
10734 ____________________________________________________________________________
10735 [  1967] By: gsar                                  on 1998/10/15  02:46:08
10736     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
10737          (MAN3PODS cannot be set to ' '; stray stricture violation)
10738  Branch: perl
10739        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
10740        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
10741        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
10742        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
10743        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
10744        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
10745        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
10746        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
10747        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
10748        ! lib/ExtUtils/MM_Unix.pm
10749 ____________________________________________________________________________
10750 [  1966] By: gsar                                  on 1998/10/15  02:19:03
10751     Log: tweak to make fix in change#1944 behave correctly for closures
10752          created within eval''
10753  Branch: perl
10754        ! op.c t/op/eval.t
10755 ____________________________________________________________________________
10756 [  1965] By: gsar                                  on 1998/10/14  23:22:41
10757     Log: use better numbers for exitstatus test
10758  Branch: perl
10759        ! t/op/die_exit.t
10760 ____________________________________________________________________________
10761 [  1964] By: jhi                                   on 1998/10/14  17:25:41
10762     Log: Add VM/ESA dynaloading (uses <dll.h>).
10763  Branch: confperl
10764        + ext/DynaLoader/dl_vmesa.xs
10765        ! MANIFEST
10766 ____________________________________________________________________________
10767 [  1963] By: jhi                                   on 1998/10/14  17:17:10
10768     Log: Remove a2p.loadmap in 'clean' target.
10769  Branch: confperl
10770        ! x2p/Makefile.SH
10771 ____________________________________________________________________________
10772 [  1962] By: jhi                                   on 1998/10/14  17:13:11
10773     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
10774  Branch: confperl
10775        ! Makefile.SH
10776 ____________________________________________________________________________
10777 [  1961] By: jhi                                   on 1998/10/14  16:27:39
10778     Log: VM/ESA creates executable.loadmaps.
10779  Branch: confperl
10780        ! Makefile.SH
10781 ____________________________________________________________________________
10782 [  1960] By: jhi                                   on 1998/10/14  15:37:39
10783     Log: Introduce SCHED_YIELD (one of sched_yield(),
10784          pthread_yield(), or pthread_yield(NULL)).
10785          YIELD is then defined using SCHED_YIELD unless
10786          a platform-specific YIELD has already been defined.
10787          
10788          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
10789          
10790          The need for pthread_yield(NULL) and pthread_attr_setdet...
10791          introduced by (private email)
10792          
10793          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
10794          Date: Sat, 10 Oct 1998 21:08:15 +1300
10795          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
10796          Subject: Re: Perl thread problems in VM/ESA
10797          
10798          Better select() protoprobe (for AIX), from (private email)
10799          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
10800          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
10801          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
10802          Subject: AIX select (fwd)
10803          From: Lars Hecking <lhecking@nmrc.ucc.ie>
10804          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
10805          Date: Fri, 2 Oct 1998 10:40:01 +0100
10806          Subject: AIX select
10807          
10808          Linux-avoid-so.X.Y, based on
10809          From: "Kurt D. Starsinic" <kstar@chapin.edu>
10810          Date: Tue, 13 Oct 1998 15:55:07 -0400
10811          Message-ID: <19981013155507.B4004@O2.chapin.edu>
10812          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
10813  Branch: confperl
10814        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
10815        ! thread.h
10816 ____________________________________________________________________________
10817 [  1959] By: jhi                                   on 1998/10/14  12:51:26
10818     Log: Some old pthread implementations have
10819          pthread_attr_setdetachstate(pthread_attr_t*, int*).
10820  Branch: confperl
10821        ! ext/Thread/Thread.xs
10822 ____________________________________________________________________________
10823 [  1958] By: jhi                                   on 1998/10/14  12:41:11
10824     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
10825          counterparts will follow soon.
10826  Branch: confperl
10827        ! thread.h
10828 ____________________________________________________________________________
10829 [  1957] By: jhi                                   on 1998/10/14  12:38:11
10830     Log: Add tr.t (MANIFEST already knew about it, strange)
10831  Branch: confperl
10832        + t/op/tr.t
10833 ____________________________________________________________________________
10834 [  1956] By: jhi                                   on 1998/10/14  12:24:35
10835     Log: Mutexen should be initialized only once.
10836  Branch: confperl
10837        ! gv.c op.c
10838 ____________________________________________________________________________
10839 [  1955] By: jhi                                   on 1998/10/14  12:19:38
10840     Log: os390 has its own cppstdin.
10841  Branch: confperl
10842        ! hints/os390.sh
10843 ____________________________________________________________________________
10844 [  1954] By: jhi                                   on 1998/10/14  12:15:06
10845     Log: Integrate with mainperl.
10846  Branch: confperl
10847       !> (integrate 1280 files)
10848 ____________________________________________________________________________
10849 [  1953] By: jhi                                   on 1998/10/14  11:48:08
10850     Log: Removed duplicate CMA threads code for HPUX 10.X.
10851          (probably residue of patch(1) being too understanding)
10852          Enhanced 64-bit settings. (redo change#1940)
10853  Branch: confperl
10854        ! hints/hpux.sh
10855 ____________________________________________________________________________
10856 [  1952] By: jhi                                   on 1998/10/14  11:45:16
10857     Log: (redo change#1949) Detypo in the d_open64 warning about
10858          the impending WHOA.
10859  Branch: confperl
10860        ! hints/irix_6.sh
10861 ____________________________________________________________________________
10862 [  1951] By: jhi                                   on 1998/10/14  10:54:16
10863     Log: Mutexen should only be inited once, after they have been New()ed.
10864  Branch: confperl
10865        ! gv.c op.c
10866 ____________________________________________________________________________
10867 [  1950] By: jhi                                   on 1998/10/14  10:41:43
10868     Log: Own cppstdin.
10869  Branch: confperl
10870        ! hints/os390.sh
10871 ____________________________________________________________________________
10872 [  1949] By: jhi                                   on 1998/10/14  10:34:23
10873     Log: Detypo in the d_open64 warning about the impending WHOA.
10874  Branch: confperl
10875        ! hints/irix_6.sh
10876 ____________________________________________________________________________
10877 [  1948] By: gsar                                  on 1998/10/14  05:38:01
10878     Log: two typos
10879  Branch: perl
10880        ! pp_hot.c t/op/eval.t
10881 ____________________________________________________________________________
10882 [  1947] By: gsar                                  on 1998/10/14  05:37:10
10883     Log: let docatch() pass the buck when restartop turns out to be null,
10884          making exceptions in BEGIN{} propagate as expected
10885  Branch: perl
10886        ! pp_ctl.c t/op/misc.t
10887 ____________________________________________________________________________
10888 [  1946] By: gsar                                  on 1998/10/13  03:41:49
10889     Log: add missing file from change#1943
10890  Branch: perl
10891        ! proto.h
10892 ____________________________________________________________________________
10893 [  1945] By: gsar                                  on 1998/10/13  03:32:02
10894     Log: defer "deep recursion" warnings until CXt_SUB context is properly
10895          set up
10896  Branch: perl
10897        ! pp_hot.c t/pragma/warn/pp_hot
10898 ____________________________________________________________________________
10899 [  1944] By: gsar                                  on 1998/10/13  03:15:50
10900     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
10901          fixup the cop_seq value that must be seen by lexical lookups that
10902          emanate within eval''
10903  Branch: perl
10904        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
10905 ____________________________________________________________________________
10906 [  1943] By: gsar                                  on 1998/10/13  02:06:09
10907     Log: ensure recursive attempts to findlex()icals know enough about where
10908          the last eval'' context was encountered
10909  Branch: perl
10910        ! op.c t/op/eval.t
10911 ____________________________________________________________________________
10912 [  1942] By: gsar                                  on 1998/10/13  02:01:24
10913     Log: force copy of substrings when matching against temporaries
10914  Branch: perl
10915        ! pp_hot.c t/op/pat.t
10916 ____________________________________________________________________________
10917 [  1941] By: gsar                                  on 1998/10/13  01:49:16
10918     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
10919          implementation)
10920  Branch: perl
10921        ! pp_ctl.c t/op/runlevel.t
10922 ____________________________________________________________________________
10923 [  1940] By: jhi                                   on 1998/10/12  09:57:44
10924     Log: Removed duplicate CMA threads code for HPUX 10.X.
10925          (probably residue of patch(1) being too understanding)
10926          Enhanced 64-bit settings.
10927  Branch: confperl
10928        ! hints/hpux.sh
10929 ____________________________________________________________________________
10930 [  1939] By: jhi                                   on 1998/10/12  09:53:11
10931     Log: Initial sync from mainline perl.
10932  Branch: confperl
10933        + (add 1282 files)
10934 ____________________________________________________________________________
10935 [  1937] By: gsar                                  on 1998/10/06  21:16:34
10936     Log: fix $/ init for USE_THREADS
10937  Branch: perl
10938        ! perl.c
10939 ____________________________________________________________________________
10940 [  1936] By: gsar                                  on 1998/10/06  07:19:39
10941     Log: fix globals caught by change#1927; builds and tests on Solaris
10942  Branch: perl
10943        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
10944        ! warning.h warning.pl
10945 ____________________________________________________________________________
10946 [  1935] By: gsar                                  on 1998/10/06  06:50:35
10947     Log: add test for previous fix
10948  Branch: perl
10949        ! ext/Thread/create.t
10950 ____________________________________________________________________________
10951 [  1934] By: gsar                                  on 1998/10/06  06:37:36
10952     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
10953  Branch: perl
10954        ! util.c
10955 ____________________________________________________________________________
10956 [  1933] By: gsar                                  on 1998/10/06  05:04:20
10957     Log: undo bogus part of change#1903 (as pointed out by Larry)
10958  Branch: perl
10959        ! pp_ctl.c
10960 ____________________________________________________________________________
10961 [  1932] By: gsar                                  on 1998/10/06  04:21:31
10962     Log: added tweaked version of suggested patch
10963          From: jan.dubois@ibm.net (Jan Dubois)
10964          Date: Sat, 03 Oct 1998 19:04:48 +0200
10965          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
10966          Subject: [PATCH 5.005_52] More MakeMaker  patches
10967  Branch: perl
10968        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10969        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
10970 ____________________________________________________________________________
10971 [  1931] By: gsar                                  on 1998/10/06  04:04:33
10972     Log: use cpp symbols instead of hardwired constants
10973          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10974          Date: Mon, 05 Oct 1998 09:23:33 +0100
10975          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
10976          Subject: [PATCH 5.005_52] By the numbers (resend)
10977  Branch: perl
10978        ! op.c
10979 ____________________________________________________________________________
10980 [  1930] By: gsar                                  on 1998/10/06  04:01:55
10981     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10982          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
10983          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
10984          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
10985  Branch: perl
10986        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
10987        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
10988 ____________________________________________________________________________
10989 [  1929] By: gsar                                  on 1998/10/06  03:50:36
10990     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10991          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
10992          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
10993          Subject: [PATCH 5.00552] Minor test improvement
10994  Branch: perl
10995        ! t/op/magic.t
10996 ____________________________________________________________________________
10997 [  1928] By: gsar                                  on 1998/10/06  03:49:03
10998     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10999          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
11000          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
11001          Subject: [PATCH 5.00552] emacs/ptags inprovements
11002  Branch: perl
11003        ! emacs/ptags
11004 ____________________________________________________________________________
11005 [  1927] By: gsar                                  on 1998/10/06  03:47:44
11006     Log: disable C<#define dirty PL_dirty> et al.
11007  Branch: perl
11008        ! embed.pl embedvar.h
11009 ____________________________________________________________________________
11010 [  1926] By: gsar                                  on 1998/10/06  03:43:32
11011     Log: From: Mark-Jason Dominus <mjd@plover.com>
11012          Date: Sun, 04 Oct 1998 14:48:11 -0400
11013          Message-ID: <19981004184811.16048.qmail@plover.com>
11014          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
11015  Branch: perl
11016        ! utils/perldoc.PL
11017 ____________________________________________________________________________
11018 [  1925] By: gsar                                  on 1998/10/06  03:27:35
11019     Log: disable USE_THREADS when PERL_OBJECT is enabled
11020  Branch: perl
11021        ! win32/Makefile win32/makefile.mk
11022 ____________________________________________________________________________
11023 [  1924] By: gsar                                  on 1998/10/06  03:26:54
11024     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
11025  Branch: perl
11026        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
11027        ! vms/perly_c.vms
11028 ____________________________________________________________________________
11029 [  1923] By: gsar                                  on 1998/10/03  05:19:56
11030     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
11031          overridden
11032  Branch: perl
11033        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
11034        ! proto.h vms/perly_c.vms
11035 ____________________________________________________________________________
11036 [  1922] By: gsar                                  on 1998/10/03  03:59:50
11037     Log: suppress manifypods leak in extensions
11038  Branch: perl
11039        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
11040 ____________________________________________________________________________
11041 [  1921] By: gsar                                  on 1998/10/02  22:30:15
11042     Log: os390 fixes (suggested by Peter Prymmer)
11043  Branch: perl
11044        ! Makefile.SH regcomp.c
11045 ____________________________________________________________________________
11046 [  1920] By: gsar                                  on 1998/10/02  21:41:19
11047     Log: squelch undef warnings
11048          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11049          Date: Fri, 02 Oct 1998 11:01:14 +0100
11050          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
11051          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
11052  Branch: perl
11053        ! Changes lib/Math/BigInt.pm
11054 ____________________________________________________________________________
11055 [  1919] By: gsar                                  on 1998/10/02  04:59:13
11056     Log: add note to INSTALL about ANSI C
11057  Branch: perl
11058        ! INSTALL
11059 ____________________________________________________________________________
11060 [  1918] By: gsar                                  on 1998/10/02  04:21:10
11061     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
11062          From: jan.dubois@ibm.net (Jan Dubois)
11063          Date: Wed, 30 Sep 1998 23:35:30 +0200
11064          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
11065          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
11066  Branch: perl
11067        ! lib/ExtUtils/xsubpp
11068 ____________________________________________________________________________
11069 [  1917] By: gsar                                  on 1998/10/02  04:16:02
11070     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11071          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
11072          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
11073          Subject: Re: Configure test for selectbits busted
11074  Branch: perl
11075        ! Configure
11076 ____________________________________________________________________________
11077 [  1916] By: gsar                                  on 1998/10/02  04:14:17
11078     Log: From: Dan Sugalski <sugalskd@osshe.edu>
11079          Date: Wed, 30 Sep 1998 17:15:20 -0700
11080          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
11081          Subject: [PATCH 5.005_02]VMS config tweaks
11082  Branch: perl
11083        ! vms/descrip_mms.template vms/subconfigure.com
11084 ____________________________________________________________________________
11085 [  1915] By: gsar                                  on 1998/10/02  04:10:47
11086     Log: use Off_t to permit 64-bit seek()
11087          From: Scott Henry <scotth@sgi.com>
11088          Date: 29 Sep 1998 17:38:46 -0700
11089          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
11090          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
11091          --
11092          Date: 28 Sep 1998 18:55:37 -0700
11093          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
11094          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11095  Branch: perl
11096        ! doio.c pp_sys.c proto.h sv.c
11097 ____________________________________________________________________________
11098 [  1914] By: gsar                                  on 1998/10/02  04:05:36
11099     Log: normalize tm struct passed to strftime() with mktime()
11100          From: Spider Boardman <spider@orb.nashua.nh.us>
11101          Date: Wed, 30 Sep 1998 15:12:09 -0400
11102          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
11103          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
11104  Branch: perl
11105        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11106 ____________________________________________________________________________
11107 [  1913] By: gsar                                  on 1998/10/02  03:59:46
11108     Log: don't try to run foo_SH.orig etc.
11109  Branch: perl
11110        ! Configure
11111 ____________________________________________________________________________
11112 [  1912] By: gsar                                  on 1998/10/02  03:45:37
11113     Log: make warning about glob process failure optional
11114  Branch: perl
11115        ! pod/perldiag.pod pp_hot.c
11116 ____________________________________________________________________________
11117 [  1911] By: gsar                                  on 1998/10/02  02:52:21
11118     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
11119          From: Dominic Dunlop <domo@vo.lu>
11120          Date: Tue, 29 Sep 1998 21:06:30 +0000
11121          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
11122          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
11123          --
11124          Date: Wed, 30 Sep 1998 11:46:44 +0000
11125          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
11126          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
11127  Branch: perl
11128        ! pod/perldiag.pod regcomp.c
11129 ____________________________________________________________________________
11130 [  1910] By: gsar                                  on 1998/10/02  02:48:48
11131     Log: minor Configure tweaks (via private mail)
11132          From: Jarkko Hietaniemi <jhi@iki.fi>
11133          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
11134          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
11135          Subject: [PATCH] 5.005_52: the drizzle continues
11136  Branch: perl
11137        ! Configure config_h.SH handy.h
11138 ____________________________________________________________________________
11139 [  1909] By: gsar                                  on 1998/10/02  02:46:39
11140     Log: update SCO hints for dynamic loading
11141          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
11142          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
11143          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
11144          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11145          --
11146          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
11147          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
11148          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
11149  Branch: perl
11150        ! hints/sco.sh
11151 ____________________________________________________________________________
11152 [  1908] By: gsar                                  on 1998/10/02  02:33:39
11153     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
11154  Branch: perl
11155        ! lib/File/Find.pm
11156 ____________________________________________________________________________
11157 [  1907] By: gsar                                  on 1998/10/02  02:21:52
11158     Log: applied patches, but retained old behavior for win32 (where compilers
11159          can't read from stdin at all)
11160          From: Graham Barr <gbarr@ti.com>
11161          Date: Mon, 28 Sep 1998 09:41:49 -0500
11162          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
11163          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11164          --
11165          Date: Tue, 29 Sep 1998 12:35:43 -0500
11166          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
11167          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
11168  Branch: perl
11169        ! ext/Errno/Errno_pm.PL
11170 ____________________________________________________________________________
11171 [  1906] By: gsar                                  on 1998/10/02  02:02:19
11172     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
11173          Hietaniemi)
11174  Branch: perl
11175        ! t/op/grent.t
11176 ____________________________________________________________________________
11177 [  1905] By: gsar                                  on 1998/10/02  01:59:56
11178     Log: win32 caveats about truncate()
11179  Branch: perl
11180        ! pod/perlport.pod
11181 ____________________________________________________________________________
11182 [  1904] By: gsar                                  on 1998/10/02  01:53:25
11183     Log: various Configure and hints updates (prefer drand48() or random()
11184          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
11185          applied modulo SCO hints superceded by later patch
11186          From: Jarkko Hietaniemi <jhi@iki.fi>
11187          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
11188          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
11189          Subject: [PATCH] 5.005_52: Configure et al:
11190  Branch: perl
11191        + ext/IPC/SysV/hints/next_3.pl
11192        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
11193        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
11194        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
11195 ____________________________________________________________________________
11196 [  1903] By: gsar                                  on 1998/10/02  01:42:37
11197     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
11198          Date: Mon, 28 Sep 1998 17:41:49 +0100
11199          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
11200          Subject: [PATCH 5.005_52] Re: More on ?p 
11201          --
11202          Date: Thu, 01 Oct 1998 09:10:58 +0100
11203          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
11204          Subject: [PATCH 5.005_52] ?p fix
11205          --
11206          Date: Thu, 01 Oct 1998 10:45:56 +0100
11207          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
11208          Subject: [PATCH 5.005_52] more on ?p
11209  Branch: perl
11210        ! pp_ctl.c
11211 ____________________________________________________________________________
11212 [  1902] By: gsar                                  on 1998/10/02  01:36:14
11213     Log: From: Kenneth Duda <kjd@cisco.com>
11214          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
11215          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
11216          Subject: writemain dies when there are more than 4000 characters of extensions
11217  Branch: perl
11218        ! writemain.SH
11219 ____________________________________________________________________________
11220 [  1901] By: gsar                                  on 1998/10/02  01:33:16
11221     Log: tweak run_byacc recipe
11222  Branch: perl
11223        ! Makefile.SH Porting/pumpkin.pod
11224 ____________________________________________________________________________
11225 [  1900] By: gsar                                  on 1998/10/02  01:02:09
11226     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
11227  Branch: perl
11228        ! perl.h pp_ctl.c
11229 ____________________________________________________________________________
11230 [  1899] By: gsar                                  on 1998/09/28  20:46:30
11231     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
11232          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
11233          Dvornik)
11234  Branch: perl
11235        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
11236 ____________________________________________________________________________
11237 [  1898] By: gsar                                  on 1998/09/28  20:42:52
11238     Log: flush unsubmitted 5.00552 change
11239  Branch: perl
11240        ! MANIFEST
11241 ____________________________________________________________________________
11242 [  1897] By: gsar                                  on 1998/09/27  04:43:06
11243     Log: run vms_yfix.pl
11244  Branch: perl
11245        ! vms/perly_c.vms
11246 ____________________________________________________________________________
11247 [  1896] By: gsar                                  on 1998/09/27  03:38:55
11248     Log: small tweak on last change
11249  Branch: perl
11250        ! win32/win32.c
11251 ____________________________________________________________________________
11252 [  1895] By: gsar                                  on 1998/09/27  03:17:17
11253     Log: fix win32_stat() to do the right thing for share names
11254  Branch: perl
11255        ! win32/win32.c
11256 ____________________________________________________________________________
11257 [  1891] By: larry                                 on 1998/09/25  18:50:40
11258     Log: Fixed apostrophe problem from Mark Knutsen.
11259  Branch: perl
11260        ! sv.h
11261
11262 ----------------
11263 Version 5.005_52
11264 ----------------
11265
11266 ____________________________________________________________________________
11267 [  1890] By: gsar                                  on 1998/09/25  10:25:00
11268     Log: update template config.sh, add new config vars to win32 stuff
11269  Branch: perl
11270        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
11271        ! pp_sys.c proto.h win32/config.bc win32/config.gc
11272        ! win32/config.vc win32/config_H.bc win32/config_H.gc
11273        ! win32/config_H.vc win32/win32.h
11274 ____________________________________________________________________________
11275 [  1889] By: gsar                                  on 1998/09/25  07:13:13
11276     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
11277          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
11278          of full-fledged 64-bit support (including support for: fseeko/ftello,
11279          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
11280          in Fcntl)
11281          From: Jarkko Hietaniemi <jhi@iki.fi>
11282          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
11283          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
11284          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
11285          --
11286          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11287          Date: 12 Sep 1998 09:44:25 +0300
11288          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
11289          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
11290  Branch: perl
11291        + lib/filetest.pm
11292        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
11293        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
11294        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
11295        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
11296        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
11297        ! win32/makedef.pl
11298 ____________________________________________________________________________
11299 [  1888] By: gsar                                  on 1998/09/25  06:27:12
11300     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
11301  Branch: perl
11302        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
11303        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11304        ! win32/makedef.pl win32/makefile.mk win32/win32.c
11305 ____________________________________________________________________________
11306 [  1887] By: gsar                                  on 1998/09/25  04:50:49
11307     Log: win32.c tweak
11308  Branch: perl
11309        ! win32/win32.c
11310 ____________________________________________________________________________
11311 [  1886] By: gsar                                  on 1998/09/25  04:47:32
11312     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
11313  Branch: perl
11314        ! lib/ExtUtils/MakeMaker.pm
11315 ____________________________________________________________________________
11316 [  1885] By: gsar                                  on 1998/09/25  04:05:09
11317     Log: From: Dominic Dunlop <domo@vo.lu>
11318          Date: Thu, 10 Sep 1998 11:02:46 +0000
11319          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
11320          Subject: MM_Unix::canonpath erroneously turns leading // into /
11321  Branch: perl
11322        ! lib/ExtUtils/MM_Unix.pm
11323 ____________________________________________________________________________
11324 [  1884] By: gsar                                  on 1998/09/25  03:06:10
11325     Log: temporarily disable perl malloc for a2p until we clean up
11326          conflicting malloc() declarations everywhere
11327  Branch: perl
11328        ! x2p/Makefile.SH
11329 ____________________________________________________________________________
11330 [  1883] By: gsar                                  on 1998/09/25  02:27:00
11331     Log: remove obsolete win32/bin/*.pl
11332  Branch: perl
11333        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
11334        ! Changes MANIFEST win32/Makefile win32/makefile.mk
11335 ____________________________________________________________________________
11336 [  1882] By: gsar                                  on 1998/09/25  02:04:43
11337     Log: missing file in last submit
11338  Branch: perl
11339        ! proto.h
11340 ____________________________________________________________________________
11341 [  1881] By: gsar                                  on 1998/09/25  01:56:54
11342     Log: serial access to PL_x[inpr]v_root for USE_THREADS
11343  Branch: perl
11344        ! sv.c
11345 ____________________________________________________________________________
11346 [  1880] By: gsar                                  on 1998/09/25  01:19:38
11347     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
11348          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
11349          Date: Thu, 24 Sep 1998 22:01:09 +0900
11350          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
11351          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
11352  Branch: perl
11353        ! hv.c proto.h
11354 ____________________________________________________________________________
11355 [  1879] By: gsar                                  on 1998/09/25  00:20:07
11356     Log: tweaks to enable PERL_OBJECT to build & test on win32
11357  Branch: perl
11358        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
11359        ! win32/GenCAPI.pl
11360 ____________________________________________________________________________
11361 [  1878] By: gsar                                  on 1998/09/25  00:13:36
11362     Log: fix change#1861, which breaks default boot_xxx symbol generation
11363  Branch: perl
11364        ! lib/ExtUtils/Mksymlists.pm
11365 ____________________________________________________________________________
11366 [  1877] By: gsar                                  on 1998/09/24  10:29:54
11367     Log: two tweaks for clean build and test on Solaris
11368  Branch: perl
11369        ! op.c t/op/subst.t
11370 ____________________________________________________________________________
11371 [  1876] By: gsar                                  on 1998/09/24  09:04:43
11372     Log: From: Colin Kuskie <ckuskie@cadence.com>
11373          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
11374          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
11375          Subject: [PATCH 5.005_51] perlform.pod
11376  Branch: perl
11377        ! pod/perlform.pod
11378 ____________________________________________________________________________
11379 [  1875] By: gsar                                  on 1998/09/24  08:47:47
11380     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11381          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
11382          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
11383          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
11384  Branch: perl
11385        ! regexec.c
11386 ____________________________________________________________________________
11387 [  1874] By: gsar                                  on 1998/09/24  08:44:55
11388     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11389          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
11390          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
11391          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
11392  Branch: perl
11393        ! toke.c
11394 ____________________________________________________________________________
11395 [  1873] By: gsar                                  on 1998/09/24  08:39:41
11396     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11397          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
11398          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
11399          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
11400  Branch: perl
11401        ! Changes regcomp.c
11402 ____________________________________________________________________________
11403 [  1872] By: gsar                                  on 1998/09/24  08:37:00
11404     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
11405          Date: Sun, 23 Aug 1998 23:18:38 PDT
11406          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
11407          Subject: new irix_6.sh hints file
11408  Branch: perl
11409        ! hints/irix_6.sh
11410 ____________________________________________________________________________
11411 [  1871] By: gsar                                  on 1998/09/24  07:26:37
11412     Log: correct FSF address in various places
11413  Branch: perl
11414        ! Copying README ext/B/README lib/Getopt/Long.pm
11415 ____________________________________________________________________________
11416 [  1870] By: gsar                                  on 1998/09/24  07:11:56
11417     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
11418          Date:    Fri, 14 Aug 1998 09:20:16 PDT
11419          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
11420          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
11421  Branch: perl
11422        ! configure.com
11423 ____________________________________________________________________________
11424 [  1869] By: gsar                                  on 1998/09/24  06:55:59
11425     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
11426          From:    Scott Henry <scotth@sgi.com>
11427          Date:    13 Aug 1998 09:52:15 PDT
11428          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
11429          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
11430  Branch: perl
11431        ! hints/irix_6.sh
11432 ____________________________________________________________________________
11433 [  1868] By: gsar                                  on 1998/09/24  06:51:23
11434     Log: From:    Nathan Torkington <gnat@frii.com>
11435          Date:    Thu, 13 Aug 1998 10:59:48 MDT
11436          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
11437          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
11438  Branch: perl
11439        ! pod/perlfunc.pod
11440 ____________________________________________________________________________
11441 [  1867] By: gsar                                  on 1998/09/24  06:45:13
11442     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
11443          that are autoloaded)
11444  Branch: perl
11445        ! pp_ctl.c
11446 ____________________________________________________________________________
11447 [  1866] By: gsar                                  on 1998/09/24  05:21:19
11448     Log: grandfather deprecated "$$<digit>" no more
11449  Branch: perl
11450        ! pod/perldiag.pod toke.c
11451 ____________________________________________________________________________
11452 [  1865] By: gsar                                  on 1998/09/24  04:52:48
11453     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
11454          low bits (suggested by Ilya Zakharevich)
11455  Branch: perl
11456        ! hv.h
11457 ____________________________________________________________________________
11458 [  1864] By: gsar                                  on 1998/09/24  04:29:14
11459     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
11460          perly_c.diff
11461  Branch: perl
11462        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
11463        ! perly_c.diff toke.c
11464 ____________________________________________________________________________
11465 [  1863] By: gsar                                  on 1998/09/24  03:36:30
11466     Log: provide locked access to string table for USE_THREADS
11467  Branch: perl
11468        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
11469 ____________________________________________________________________________
11470 [  1862] By: gsar                                  on 1998/09/24  03:30:32
11471     Log: remove bogus warn()
11472  Branch: perl
11473        ! embed.pl
11474 ____________________________________________________________________________
11475 [  1861] By: gsar                                  on 1998/09/24  02:58:51
11476     Log: applied suggested patch, adapted for all platforms
11477          From: jan.dubois@ibm.net (Jan Dubois)
11478          Date: Sun, 20 Sep 1998 12:56:38 +0200
11479          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
11480          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
11481  Branch: perl
11482        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11483        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11484        ! lib/ExtUtils/MakeMaker.pm
11485 ____________________________________________________________________________
11486 [  1860] By: gsar                                  on 1998/09/24  02:16:14
11487     Log: upgrade to CPAN-1.40
11488  Branch: perl
11489        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
11490 ____________________________________________________________________________
11491 [  1859] By: gsar                                  on 1998/09/24  02:08:59
11492     Log: use $ENV{MAKEMAKEROPT} to set default command line args
11493  Branch: perl
11494        ! lib/ExtUtils/MakeMaker.pm
11495 ____________________________________________________________________________
11496 [  1857] By: gsar                                  on 1998/09/23  10:58:36
11497     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11498          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
11499          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
11500          Subject: More verbose Test::Harness [PATCH]
11501  Branch: perl
11502        ! lib/Test/Harness.pm
11503 ____________________________________________________________________________
11504 [  1856] By: gsar                                  on 1998/09/23  10:56:24
11505     Log: update hints for OPENSTEP 4.2 on i386
11506          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
11507          Date: Sun, 20 Sep 1998 01:03:18 +0200
11508          Message-Id: <9809192303.AA29190@Spike>
11509          Subject: Perl 5.005_02 compilation problems
11510  Branch: perl
11511        ! hints/next_4.sh
11512 ____________________________________________________________________________
11513 [  1855] By: gsar                                  on 1998/09/23  10:52:27
11514     Log: reset errno after C<require> search (as suggested by Larry)
11515  Branch: perl
11516        ! pp_ctl.c
11517 ____________________________________________________________________________
11518 [  1854] By: gsar                                  on 1998/09/23  10:50:26
11519     Log: misc pod tweaks
11520  Branch: perl
11521        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
11522 ____________________________________________________________________________
11523 [  1853] By: gsar                                  on 1998/09/23  10:46:06
11524     Log: make Pod/Html.pm handle the --title option properly (as suggested
11525          by gml4410@ggr.co.uk)
11526  Branch: perl
11527        ! lib/Pod/Html.pm
11528 ____________________________________________________________________________
11529 [  1852] By: gsar                                  on 1998/09/23  10:41:39
11530     Log: SSNEW() API for allocating memory on the savestack
11531          From: Albert Dvornik <bert@genscan.com>
11532          Date: 17 Sep 1998 19:23:07 -0400
11533          Message-Id: <tqemtae338.fsf@puma.genscan.com>
11534          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
11535  Branch: perl
11536        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
11537        ! perl.h proto.h scope.c scope.h t/io/tell.t
11538 ____________________________________________________________________________
11539 [  1851] By: gsar                                  on 1998/09/23  10:37:05
11540     Log: From: Jochen Wiedmann <joe@ispsoft.de>
11541          Date: Thu, 17 Sep 1998 17:16:06 +0200
11542          Message-ID: <360127B6.E44564A@ispsoft.de>
11543          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
11544  Branch: perl
11545        ! lib/ExtUtils/MakeMaker.pm
11546 ____________________________________________________________________________
11547 [  1850] By: gsar                                  on 1998/09/23  10:33:05
11548     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
11549          Date: 15 Sep 1998 01:32:31 +0200
11550          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
11551          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
11552  Branch: perl
11553        ! lib/ExtUtils/MM_Unix.pm
11554 ____________________________________________________________________________
11555 [  1849] By: gsar                                  on 1998/09/23  10:29:04
11556     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
11557          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
11558          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
11559          Subject: Re: extralibs.ld problem in MM_VMS.pm
11560  Branch: perl
11561        ! lib/ExtUtils/MM_VMS.pm
11562 ____________________________________________________________________________
11563 [  1848] By: gsar                                  on 1998/09/23  10:25:24
11564     Log: From: Roderick Schertler <roderick@argon.org>
11565          Date: 11 Sep 1998 16:19:21 -0400
11566          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
11567          Subject: Re: Open2 and memory leaks
11568  Branch: perl
11569        ! lib/IPC/Open3.pm
11570 ____________________________________________________________________________
11571 [  1847] By: gsar                                  on 1998/09/23  10:18:31
11572     Log: From: Roderick Schertler <roderick@argon.org>
11573          Date: Wed, 09 Sep 1998 23:52:48 -0400
11574          Message-ID: <20567.905399568@eeyore.ibcinc.com>
11575          Subject: seed srand from /dev/urandom when possible
11576  Branch: perl
11577        ! pod/perlfunc.pod pp.c
11578 ____________________________________________________________________________
11579 [  1846] By: gsar                                  on 1998/09/23  10:12:22
11580     Log: From: Roderick Schertler <roderick@argon.org>
11581          Date: Thu, 10 Sep 1998 00:32:17 -0400
11582          Message-ID: <21142.905401937@eeyore.ibcinc.com>
11583          Subject: doc update for crypt()'s salt
11584  Branch: perl
11585        ! pod/perlfunc.pod
11586 ____________________________________________________________________________
11587 [  1845] By: gsar                                  on 1998/09/23  10:09:23
11588     Log: fix h2ph handling of C<#error "foo">
11589          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
11590          Date: Thu, 10 Sep 1998 09:59:33 +0900
11591          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
11592          Subject: [5.005_02] h2ph problem
11593  Branch: perl
11594        ! utils/h2ph.PL
11595 ____________________________________________________________________________
11596 [  1844] By: gsar                                  on 1998/09/23  10:06:13
11597     Log: plug strictly private function leaks in API listing
11598  Branch: perl
11599        ! pod/perlguts.pod
11600 ____________________________________________________________________________
11601 [  1843] By: gsar                                  on 1998/09/23  10:02:57
11602     Log: hide symbol for static build
11603          From: Dominic Dunlop <domo@vo.lu>
11604          Date: Tue, 8 Sep 1998 21:40:46 +0000
11605          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
11606          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
11607  Branch: perl
11608        ! regcomp.c
11609 ____________________________________________________________________________
11610 [  1842] By: gsar                                  on 1998/09/23  09:52:46
11611     Log: define PUT_svindex(), PUT_opindex()
11612  Branch: perl
11613        ! ext/B/B/Assembler.pm
11614 ____________________________________________________________________________
11615 [  1841] By: gsar                                  on 1998/09/23  09:44:25
11616     Log: From: Dominic Dunlop <domo@vo.lu>
11617          Date: Tue, 8 Sep 1998 15:34:53 +0000
11618          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
11619          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
11620  Branch: perl
11621        ! t/pragma/warn/regexec
11622 ____________________________________________________________________________
11623 [  1840] By: gsar                                  on 1998/09/23  09:42:17
11624     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
11625  Branch: perl
11626        ! win32/bin/pl2bat.pl
11627 ____________________________________________________________________________
11628 [  1839] By: gsar                                  on 1998/09/23  09:38:18
11629     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
11630          Date: Mon, 7 Sep 1998 17:36:09 +0900
11631          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
11632          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
11633  Branch: perl
11634        ! ext/Thread/Thread.xs
11635 ____________________________________________________________________________
11636 [  1838] By: gsar                                  on 1998/09/23  09:21:11
11637     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
11638          Date: Thu, 10 Sep 1998 00:02:07 -0400
11639          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
11640          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
11641  Branch: perl
11642        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
11643        + vos/config.h vos/config_h.SH_orig vos/perl.bind
11644        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
11645        ! MANIFEST perl.c perl.h pod/perlport.pod
11646 ____________________________________________________________________________
11647 [  1837] By: gsar                                  on 1998/09/23  08:45:58
11648     Log: (via private mail)
11649          From: Charles Bailey <BAILEY@newman.upenn.edu>
11650          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
11651          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
11652          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
11653  Branch: perl
11654        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
11655        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
11656        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
11657        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
11658        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
11659        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
11660        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
11661        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
11662        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
11663        ! vms/writemain.pl
11664 ____________________________________________________________________________
11665 [  1836] By: gsar                                  on 1998/09/23  08:17:42
11666     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11667          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
11668          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
11669          Subject: [PATCH 5.005_*] OS/2 spawning typos
11670  Branch: perl
11671        ! os2/os2.c
11672 ____________________________________________________________________________
11673 [  1835] By: gsar                                  on 1998/09/23  08:09:55
11674     Log: warn on C<my($foo,$foo)>
11675  Branch: perl
11676        ! op.c pod/perldiag.pod
11677 ____________________________________________________________________________
11678 [  1834] By: gsar                                  on 1998/09/23  07:35:56
11679     Log: From: pvhp@forte.com (Peter Prymmer)
11680          Date: Fri, 4 Sep 98 13:27:41 PDT
11681          Message-Id: <9809042027.AA04463@forte.com>
11682          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
11683  Branch: perl
11684        ! README.vms
11685 ____________________________________________________________________________
11686 [  1833] By: gsar                                  on 1998/09/23  07:27:34
11687     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11688          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
11689          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
11690          Subject: PATCH: 5.005_02 hint/hpux.sh
11691  Branch: perl
11692        ! hints/hpux.sh
11693 ____________________________________________________________________________
11694 [  1832] By: gsar                                  on 1998/09/23  07:22:40
11695     Log: fix (some) installhtml bugs
11696          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
11697          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
11698          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
11699          Subject: installhtml script needs work
11700  Branch: perl
11701        ! installhtml
11702 ____________________________________________________________________________
11703 [  1831] By: gsar                                  on 1998/09/23  07:19:30
11704     Log: document 'U' magic with examples
11705          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
11706          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
11707          Message-Id: <199809011455.PAA00631@sale-wts>
11708          Subject: Re: Looking for some XS MAGIC examples...
11709  Branch: perl
11710        ! pod/perlguts.pod
11711 ____________________________________________________________________________
11712 [  1830] By: gsar                                  on 1998/09/23  07:16:43
11713     Log: From: pvhp@forte.com (Peter Prymmer)
11714          Date: Mon, 31 Aug 98 17:13:49 PDT
11715          Message-Id: <9809010013.AA06737@forte.com>
11716          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
11717  Branch: perl
11718        ! README.os390
11719 ____________________________________________________________________________
11720 [  1829] By: gsar                                  on 1998/09/23  07:15:08
11721     Log: fix problematic typecast in filter_del()
11722          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
11723          Date: Mon, 31 Aug 1998 21:13:11 GMT
11724          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
11725          Subject: perl5.005_02 does not build on Cray T90
11726  Branch: perl
11727        ! toke.c
11728 ____________________________________________________________________________
11729 [  1828] By: gsar                                  on 1998/09/23  07:11:34
11730     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11731          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
11732          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
11733          Subject: [PATCH 5.005_5*] (?>) broken in RE
11734  Branch: perl
11735        ! regexec.c t/op/re_tests
11736 ____________________________________________________________________________
11737 [  1827] By: gsar                                  on 1998/09/23  07:09:50
11738     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
11739  Branch: perl
11740        ! t/op/grent.t t/op/groups.t
11741 ____________________________________________________________________________
11742 [  1826] By: gsar                                  on 1998/09/23  07:03:16
11743     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11744          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
11745          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
11746          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
11747  Branch: perl
11748        - interp.sym
11749        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
11750 ____________________________________________________________________________
11751 [  1825] By: gsar                                  on 1998/09/23  06:56:40
11752     Log: re-introduce change#1703
11753  Branch: perl
11754        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
11755 ____________________________________________________________________________
11756 [  1824] By: gsar                                  on 1998/09/23  06:44:19
11757     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11758          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
11759          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
11760          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
11761  Branch: perl
11762        ! lib/perl5db.pl
11763 ____________________________________________________________________________
11764 [  1823] By: gsar                                  on 1998/09/23  06:41:34
11765         Log: From: Joe Buehler <jhpb@hekimian.com>
11766              Date: 29 Aug 1998 17:13:28 -0400
11767              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
11768              Subject: patches for perl 5.005_51 under U/WIN
11769      Branch: perl
11770            + hints/uwin.sh
11771            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
11772            ! t/lib/posix.t
11773 ____________________________________________________________________________
11774 [  1822] By: gsar                                  on 1998/09/23  06:36:59
11775         Log: add missing C<no utf8;> tweak from Larry
11776      Branch: perl
11777            ! t/op/subst.t
11778 ____________________________________________________________________________
11779 [  1821] By: gsar                                  on 1998/09/23  06:27:51
11780         Log: s/runops/CALLRUNOPS/
11781      Branch: perl
11782            ! cc_runtime.h
11783 ____________________________________________________________________________
11784 [  1820] By: gsar                                  on 1998/09/23  06:24:49
11785         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
11786      Branch: perl
11787           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
11788           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
11789           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
11790           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
11791           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11792           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11793           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
11794           +> t/pragma/warn/util
11795            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
11796            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
11797            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
11798            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
11799            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
11800            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
11801            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
11802            - t/pragma/warn-util
11803            ! MANIFEST t/pragma/warning.t
11804 ____________________________________________________________________________
11805 [  1819] By: gsar                                  on 1998/09/23  06:08:46
11806         Log: make \(%foo) return refs to values (not copies of values)
11807              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11808              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
11809              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
11810              --
11811              From: Roderick Schertler <roderick@argon.org>
11812              Date: Sat, 29 Aug 1998 00:58:33 -0400
11813              Message-ID: <29894.904366713@eeyore.ibcinc.com>
11814              Subject: Re: \(%x) problems
11815      Branch: perl
11816            ! doop.c pod/perlref.pod
11817 ____________________________________________________________________________
11818 [  1818] By: gsar                                  on 1998/09/23  06:05:08
11819         Log: make h2xs generate ANSI prototypes
11820      Branch: perl
11821            ! utils/h2xs.PL
11822 ____________________________________________________________________________
11823 [  1817] By: gsar                                  on 1998/09/23  05:57:16
11824         Log: updated usethreads hints for hpux 10.X
11825              From: Matthew T Harden <mthard@mthard1.monsanto.com>
11826              Date: Fri, 28 Aug 1998 14:10:42 GMT
11827              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
11828              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
11829      Branch: perl
11830            ! hints/hpux.sh perl.h
11831 ____________________________________________________________________________
11832 [  1816] By: gsar                                  on 1998/09/23  05:53:31
11833         Log: don't create empty directories in installperl
11834              From: Robin Barker <rmb1@cise.npl.co.uk>
11835              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
11836              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
11837              Subject: [PATCH 5.005_02] install: empty dirs
11838      Branch: perl
11839            ! installperl
11840 ____________________________________________________________________________
11841 [  1815] By: gsar                                  on 1998/09/23  05:50:36
11842         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
11843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11844              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
11845              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
11846              Subject: Re: your mail
11847      Branch: perl
11848            ! regexec.c t/op/re_tests
11849 ____________________________________________________________________________
11850 [  1814] By: gsar                                  on 1998/09/23  05:45:17
11851         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11852              Date: Thu, 20 Aug 1998 20:59:03 -0400
11853              Message-ID: <19980820205903.A12908@O2.chapin.edu>
11854              Subject: [PATCH] h2ph misquotes #error directives
11855      Branch: perl
11856            ! t/lib/h2ph.pht utils/h2ph.PL
11857 ____________________________________________________________________________
11858 [  1813] By: gsar                                  on 1998/09/23  05:42:41
11859         Log: patch to support computed regular subexpressions
11860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11861              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
11862              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
11863              Subject: [5.005_5* PATCH] Postponed RE - now!
11864      Branch: perl
11865            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
11866            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
11867 ____________________________________________________________________________
11868 [  1812] By: gsar                                  on 1998/09/23  05:26:26
11869         Log: better CR-handling on shebang line and in formats (fixed variant of
11870              patch suggested by Igor Sysoev <igor@nitek.ru>)
11871      Branch: perl
11872            ! perl.c toke.c
11873 ____________________________________________________________________________
11874 [  1811] By: gsar                                  on 1998/09/23  04:35:46
11875         Log: document non-loopish blocks better
11876              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11877              Date: Tue, 18 Aug 1998 12:28:36 +0100
11878              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
11879              Subject: Re: next in do {} while block gives error message
11880      Branch: perl
11881            ! pod/perlfunc.pod
11882 ____________________________________________________________________________
11883 [  1810] By: gsar                                  on 1998/09/23  04:12:05
11884         Log: fix bogus integerization of pop()'s return value
11885              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11886              Date: Sat, 15 Aug 1998 23:27:54 -0400
11887              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
11888              Subject: Re: Complex expression does integer arithmetic 
11889      Branch: perl
11890            ! opcode.h opcode.pl
11891 ____________________________________________________________________________
11892 [  1809] By: gsar                                  on 1998/09/23  04:09:43
11893         Log: tweak README.win32
11894      Branch: perl
11895            ! README.win32
11896 ____________________________________________________________________________
11897 [  1808] By: gsar                                  on 1998/09/23  03:40:57
11898         Log: better diagnostic for do{} used as lvalue
11899      Branch: perl
11900            ! op.c pod/perlport.pod
11901 ____________________________________________________________________________
11902 [  1807] By: gsar                                  on 1998/09/23  03:38:30
11903         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
11904              From: hansm@icgroup.nl
11905              Date: Tue, 11 Aug 98 21:08:51 +0200
11906              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
11907              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
11908      Branch: perl
11909            ! malloc.c
11910 ____________________________________________________________________________
11911 [  1806] By: gsar                                  on 1998/09/23  03:36:08
11912         Log: support make written in perl (aka "pmake") on win32
11913      Branch: perl
11914            ! lib/ExtUtils/MM_Win32.pm
11915 ____________________________________________________________________________
11916 [  1805] By: gsar                                  on 1998/09/23  03:30:07
11917         Log: fix mismatched UV/U32 types for to_utf8_*()
11918      Branch: perl
11919            ! utf8.c
11920 ____________________________________________________________________________
11921 [  1804] By: gsar                                  on 1998/09/23  03:22:22
11922         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
11923              Date: Sun, 9 Aug 1998 22:38:23 +0200
11924              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
11925              Subject: [PATCH 5.5002] dos-djgpp update
11926      Branch: perl
11927            ! t/io/fs.t
11928 ____________________________________________________________________________
11929 [  1803] By: gsar                                  on 1998/09/23  03:20:13
11930         Log: apply minimal variant of patch (sent via private mail)
11931              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
11932              Date: Wed, 12 Aug 1998 15:42:35 +0300
11933              Message-Id: <199808121242.PAA29761@comanche.spices>
11934              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
11935      Branch: perl
11936            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
11937            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
11938 ____________________________________________________________________________
11939 [  1802] By: gsar                                  on 1998/09/23  03:03:39
11940         Log: adjust searchdict.t for EBCDIC (still needs documenting)
11941              From: pvhp@forte.com (Peter Prymmer)
11942              Date: Thu, 6 Aug 98 18:09:39 PDT
11943              Message-Id: <9808070109.AA06158@forte.com>
11944              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
11945      Branch: perl
11946            ! README.os390 t/lib/searchdict.t
11947 ____________________________________________________________________________
11948 [  1801] By: gsar                                  on 1998/09/23  02:54:15
11949         Log: silence redefined warning for XS(INIT) {}
11950      Branch: perl
11951            ! op.c
11952 ____________________________________________________________________________
11953 [  1800] By: gsar                                  on 1998/09/23  02:42:23
11954         Log: support match indices via special variables @- and @+
11955              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11956              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
11957              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
11958              Subject: [PATCH 5.004_76] @- and @+
11959      Branch: perl
11960            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
11961            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
11962 ____________________________________________________________________________
11963 [  1799] By: gsar                                  on 1998/09/23  01:44:31
11964         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11965              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
11966              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
11967              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
11968      Branch: perl
11969            ! regcomp.c t/op/re_tests
11970 ____________________________________________________________________________
11971 [  1798] By: gsar                                  on 1998/09/23  01:39:23
11972         Log: integrate maint-5.005 changes (except conflicting change#1794)
11973      Branch: perl
11974            ! Changes
11975           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
11976           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
11977           !> win32/win32.h
11978 ____________________________________________________________________________
11979 [  1797] By: gsar                                  on 1998/09/23  01:32:36
11980         Log: add note to win32/Makefile about setting CCHOME
11981      Branch: perl
11982            ! win32/Makefile win32/makefile.mk
11983 ____________________________________________________________________________
11984 [  1796] By: gsar                                  on 1998/09/23  01:31:32
11985         Log: perl.pod tweak
11986      Branch: perl
11987            ! pod/perl.pod
11988 ____________________________________________________________________________
11989 [  1795] By: gsar                                  on 1998/09/21  20:34:10
11990         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
11991      Branch: perl
11992            ! lib/ExtUtils/xsubpp
11993 ____________________________________________________________________________
11994 [  1789] By: gsar                                  on 1998/09/18  18:01:37
11995         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
11996      Branch: perl
11997            ! cop.h t/cmd/for.t
11998 ____________________________________________________________________________
11999 [  1788] By: gsar                                  on 1998/09/17  02:19:11
12000         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
12001      Branch: perl
12002            ! win32/config.bc win32/config.gc win32/config.vc
12003 ____________________________________________________________________________
12004 [  1787] By: gsar                                  on 1998/09/17  01:45:14
12005         Log: suppress bogus warning on C<sub x {} x()>
12006      Branch: perl
12007            ! toke.c
12008 ____________________________________________________________________________
12009 [  1786] By: gsar                                  on 1998/09/17  01:42:51
12010         Log: ntohl typo in objXSUB.h
12011      Branch: perl
12012            ! objXSUB.h
12013 ____________________________________________________________________________
12014 [  1785] By: gsar                                  on 1998/09/17  01:41:48
12015         Log: fill gaps in sig_* entries in win32/config.?c
12016      Branch: perl
12017            ! win32/config.bc win32/config.gc win32/config.vc
12018 ____________________________________________________________________________
12019 [  1781] By: larry                                 on 1998/09/05  23:48:24
12020         Log: tr/// logic was hosed under utf8
12021      Branch: perl
12022            ! doop.c op.c op.h pp.c proto.h
12023 ____________________________________________________________________________
12024 [  1780] By: larry                                 on 1998/09/05  23:44:16
12025         Log: several new tests needed tweaking to work under utf8
12026      Branch: perl
12027            ! t/comp/require.t t/op/pack.t t/op/substr.t
12028 ____________________________________________________________________________
12029 [  1779] By: larry                                 on 1998/09/05  23:41:42
12030         Log: index() applied BM optimization to wrong argument
12031      Branch: perl
12032            ! op.c util.c
12033 ____________________________________________________________________________
12034 [  1778] By: larry                                 on 1998/09/05  23:38:29
12035         Log: Implicit require during compile reset line numbering
12036      Branch: perl
12037            ! pp_ctl.c
12038
12039 ----------------
12040 Version 5.005_51
12041 ----------------
12042
12043 ____________________________________________________________________________
12044 [  1777] By: gsar                                  on 1998/08/10  07:02:38
12045         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
12046              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
12047              lexical warning testsuite for win32
12048      Branch: perl
12049            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
12050            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
12051            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
12052            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
12053            ! win32/Makefile win32/makefile.mk
12054 ____________________________________________________________________________
12055 [  1776] By: gsar                                  on 1998/08/09  17:53:48
12056         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
12057      Branch: perl
12058            ! Changes MANIFEST perl.c pod/perlhist.pod
12059 ____________________________________________________________________________
12060 [  1775] By: gsar                                  on 1998/08/09  14:35:33
12061         Log: tweak warning test
12062      Branch: perl
12063            ! t/pragma/warn-toke
12064 ____________________________________________________________________________
12065 [  1774] By: gsar                                  on 1998/08/09  14:13:46
12066         Log: add missing dTHR; notes for test failures due to small stacksize
12067      Branch: perl
12068            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
12069            ! toke.c universal.c util.c
12070 ____________________________________________________________________________
12071 [  1773] By: gsar                                  on 1998/08/09  11:31:53
12072         Log: lexical warnings; tweaks to places that didn't apply correctly
12073              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
12074              Date:    Wed, 29 Jul 1998 09:28:45 BST
12075              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
12076              Subject: lexical warnings patch for 5.005_50
12077      Branch: perl
12078            + README.lexwarn lib/warning.pm t/pragma/warn-2use
12079            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
12080            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
12081            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
12082            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
12083            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
12084            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
12085            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
12086            + warning.h warning.pl
12087            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
12088            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
12089            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
12090            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
12091            ! universal.c util.c
12092 ____________________________________________________________________________
12093 [  1772] By: gsar                                  on 1998/08/08  23:06:00
12094         Log: bump patchlevel to 5.005_51
12095      Branch: perl
12096            ! patchlevel.h win32/Makefile win32/config_H.bc
12097            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12098 ____________________________________________________________________________
12099 [  1771] By: gsar                                  on 1998/08/08  23:01:57
12100         Log: fix bogus warning on "\x{123}"
12101              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
12102              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
12103              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
12104              Subject: [5.005_50 PATCH] Some unicode problems
12105      Branch: perl
12106            ! regcomp.c toke.c
12107 ____________________________________________________________________________
12108 [  1770] By: gsar                                  on 1998/08/08  22:56:55
12109         Log: hide dup symbol for static build of ext/re
12110              From: Dominic Dunlop <domo@ppp72.vo.lu>
12111              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
12112              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
12113              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
12114      Branch: perl
12115            ! regcomp.c
12116 ____________________________________________________________________________
12117 [  1769] By: gsar                                  on 1998/08/08  22:45:06
12118         Log: fix double free on -Mutf8 -e '$b=uc("")'
12119              From: larry@wall.org (Larry Wall)
12120              Date: Fri, 7 Aug 1998 14:42:43 -0700
12121              Message-Id: <199808072142.OAA14920@wall.org>
12122              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
12123      Branch: perl
12124            ! pp.c
12125 ____________________________________________________________________________
12126 [  1768] By: gsar                                  on 1998/08/08  22:42:29
12127         Log: substr() assumes utf8 without say-so
12128              From: larry@wall.org (Larry Wall)
12129              Date: Fri, 7 Aug 1998 12:25:12 -0700
12130              Message-Id: <199808071925.MAA13436@wall.org>
12131              Subject: [PATCH 5.005_50] substr bug?
12132      Branch: perl
12133            ! pp.c
12134 ____________________________________________________________________________
12135 [  1767] By: gsar                                  on 1998/08/08  22:38:25
12136         Log: fix intolerance of SWASHes for blank lines
12137              From: Gisle Aas <aas@sn.no>
12138              Date: 06 Aug 1998 23:28:57 +0200
12139              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
12140              Subject: Re: Re[2]: another joyride begins
12141      Branch: perl
12142            ! lib/utf8_heavy.pl
12143 ____________________________________________________________________________
12144 [  1766] By: gsar                                  on 1998/08/08  22:33:10
12145         Log: utf8 doc tweak
12146              From: Gisle Aas <aas@sn.no>
12147              Date: 05 Aug 1998 00:41:04 +0200
12148              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
12149              Subject: Matching clumps
12150      Branch: perl
12151            ! lib/utf8.pm
12152 ____________________________________________________________________________
12153 [  1765] By: gsar                                  on 1998/08/08  22:31:37
12154         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
12155              From: Gisle Aas <aas@sn.no>
12156              Date: 04 Aug 1998 22:56:11 +0200
12157              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
12158              Subject: Re: another joyride begins
12159      Branch: perl
12160            ! lib/utf8_heavy.pl
12161 ____________________________________________________________________________
12162 [  1764] By: gsar                                  on 1998/08/08  22:28:43
12163         Log: From: larry@wall.org (Larry Wall)
12164              Date: Tue, 4 Aug 1998 17:04:51 -0700
12165              Message-Id: <199808050004.RAA22592@wall.org>
12166              Subject: [PATCH 5.005_50] \pX not implemented!
12167      Branch: perl
12168            ! regcomp.c
12169 ____________________________________________________________________________
12170 [  1763] By: gsar                                  on 1998/08/08  22:27:15
12171         Log: From: Stephen McCamant <alias@mcs.com>
12172              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
12173              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
12174              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
12175      Branch: perl
12176            ! op.c
12177 ____________________________________________________________________________
12178 [  1762] By: gsar                                  on 1998/08/08  22:26:09
12179         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12180              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
12181              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
12182              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
12183      Branch: perl
12184            + t/op/grent.t t/op/pwent.t
12185            ! MANIFEST
12186 ____________________________________________________________________________
12187 [  1761] By: gsar                                  on 1998/08/08  22:21:52
12188         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12189              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
12190              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
12191              Subject: [5.005_50 PATCH] misprint in RE engine
12192      Branch: perl
12193            ! regexec.c t/op/re_tests
12194 ____________________________________________________________________________
12195 [  1760] By: gsar                                  on 1998/08/08  22:18:54
12196         Log: integrate maint-5.005 changes into mainline
12197      Branch: perl
12198           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
12199           !> (integrate 138 files)
12200 ____________________________________________________________________________
12201 [  1672] By: gsar                                  on 1998/07/27  18:35:28
12202         Log: create new Changes
12203      Branch: perl
12204            + Changes
12205            ! Changes5.005 MANIFEST
12206 ____________________________________________________________________________
12207 [  1671] By: gsar                                  on 1998/07/27  18:30:57
12208         Log: rename Changes --> Changes5.005
12209      Branch: perl
12210           +> Changes5.005
12211            - Changes
12212 ____________________________________________________________________________
12213 [  1670] By: gsar                                  on 1998/07/27  18:10:14
12214         Log: integrate 5.005_01 changes from maint
12215      Branch: perl
12216            ! Changes
12217           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
12218           !> win32/win32.c
12219 ____________________________________________________________________________
12220 [  1667] By: nick                                  on 1998/07/26  14:31:01
12221         Log: Add dTHR so that it compiles miniperl in threaded mode
12222      Branch: perl
12223            ! doop.c mg.c regcomp.c regexec.c
12224 ____________________________________________________________________________
12225 [  1666] By: nick                                  on 1998/07/26  13:01:10
12226         Log: Resolve ansiperl against mainline (@1648?)
12227              Unclear that change number has "taken".
12228      Branch: ansiperl
12229           +> (branch 169 files)
12230            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
12231           !> (integrate 131 files)
12232
12233 ----------------
12234 Version 5.005_50
12235 ----------------
12236
12237 ____________________________________________________________________________
12238 [  1665] By: gsar                                  on 1998/07/26  05:38:48
12239         Log: add trailing newline to file
12240      Branch: perl
12241            ! Changes lib/unicode/blocks.txt
12242 ____________________________________________________________________________
12243 [  1664] By: gsar                                  on 1998/07/26  05:08:48
12244         Log: integrate proto.h additions from maint-5.005
12245      Branch: perl
12246           !> pod/perlhist.pod proto.h
12247 ____________________________________________________________________________
12248 [  1663] By: gsar                                  on 1998/07/26  05:07:05
12249         Log: add new files to MANIFEST; add missing prototypes to proto.h;
12250              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
12251              add typecasts to silence warnings; tweaks for win32 builds
12252      Branch: perl
12253            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
12254            ! win32/Makefile win32/makefile.mk
12255 ____________________________________________________________________________
12256 [  1662] By: gsar                                  on 1998/07/26  05:01:52
12257         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
12258      Branch: maint-5.005/perl
12259            ! pod/perlhist.pod proto.h
12260 ____________________________________________________________________________
12261 [  1661] By: gsar                                  on 1998/07/26  02:52:48
12262         Log: up patchlevel to 5.005_50
12263      Branch: perl
12264            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12265            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12266 ____________________________________________________________________________
12267 [  1660] By: gsar                                  on 1998/07/26  02:43:57
12268         Log: integrate utfperl
12269      Branch: perl
12270           +> (branch 162 files)
12271           !> (integrate 29 files)
12272 ____________________________________________________________________________
12273 [  1659] By: gsar                                  on 1998/07/26  02:38:22
12274         Log: integrate maint-5.005 changes
12275      Branch: perl
12276           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
12277           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
12278           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
12279           !> vms/descrip_mms.template vms/subconfigure.com
12280 ____________________________________________________________________________
12281 [  1658] By: gsar                                  on 1998/07/26  02:23:46
12282         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
12283              Date: Fri, 24 Jul 1998 11:38:25 -0700
12284              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
12285              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
12286              --
12287              Date: Fri, 24 Jul 1998 12:30:36 -0700
12288              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
12289              Subject: [PATCH 5.005]Tweaks to README.vms
12290              --
12291              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
12292              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
12293              Subject: [PATCH 5.005] Final build cleanup patch
12294      Branch: maint-5.005/perl
12295            ! README.vms vms/descrip_mms.template vms/subconfigure.com
12296 ____________________________________________________________________________
12297 [  1657] By: gsar                                  on 1998/07/26  02:19:50
12298         Log: another platform where pp_sselect() needs a whole fd_set buffer
12299              From: Lupe Christoph <lupe@alanya.m.isar.de>
12300              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
12301              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
12302              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
12303      Branch: maint-5.005/perl
12304            ! pp_sys.c
12305 ____________________________________________________________________________
12306 [  1656] By: gsar                                  on 1998/07/26  02:12:46
12307         Log: fix problem building modules on dos-djgpp
12308              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
12309              Date: Sat, 25 Jul 1998 00:53:39 +0200
12310              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
12311              Subject: [PATCH 5.005] dos-djgpp and modules problem
12312      Branch: maint-5.005/perl
12313            ! djgpp/fixpmain
12314 ____________________________________________________________________________
12315 [  1655] By: gsar                                  on 1998/07/26  02:11:09
12316         Log: From: Tom Spindler <dogcow@home.merit.edu>
12317              Date: Wed, 22 Jul 1998 16:11:07 -0400
12318              Message-ID: <19980722161107.A16813@home.merit.edu>
12319              Subject: [PATCH 5.005] BeOS tweak
12320      Branch: maint-5.005/perl
12321            ! hints/beos.sh
12322 ____________________________________________________________________________
12323 [  1654] By: gsar                                  on 1998/07/26  02:09:29
12324         Log: various pod tweaks
12325      Branch: maint-5.005/perl
12326            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
12327            ! pod/perltoc.pod
12328 ____________________________________________________________________________
12329 [  1653] By: gsar                                  on 1998/07/26  02:05:46
12330         Log: fix emacs/ptags for PL_* changes
12331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12332              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
12333              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
12334              Subject: [PATCH 5.004_76] Yet better ptags
12335      Branch: maint-5.005/perl
12336            ! emacs/ptags
12337 ____________________________________________________________________________
12338 [  1652] By: gsar                                  on 1998/07/26  02:03:01
12339         Log: fix behavior of <=> on bigints
12340              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12341              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
12342              Date: Fri, 24 Jul 1998 18:29:53 +0100
12343              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
12344      Branch: maint-5.005/perl
12345            ! lib/Math/BigInt.pm t/lib/bigintpm.t
12346 ____________________________________________________________________________
12347 [  1651] By: larry                                 on 1998/07/24  05:44:33
12348         Log: Here are the long-expected Unicode/UTF-8 modifications.
12349      Branch: utfperl
12350            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
12351            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
12352            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
12353            + lib/unicode/Decomposition.pl
12354            + lib/unicode/In/AlphabeticPresentationForms.pl
12355            + lib/unicode/In/Arabic.pl
12356            + lib/unicode/In/ArabicPresentationForms-A.pl
12357            + lib/unicode/In/ArabicPresentationForms-B.pl
12358            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
12359            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
12360            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
12361            + lib/unicode/In/BoxDrawing.pl
12362            + lib/unicode/In/CJKCompatibility.pl
12363            + lib/unicode/In/CJKCompatibilityForms.pl
12364            + lib/unicode/In/CJKCompatibilityIdeographs.pl
12365            + lib/unicode/In/CJKSymbolsandPunctuation.pl
12366            + lib/unicode/In/CJKUnifiedIdeographs.pl
12367            + lib/unicode/In/CombiningDiacriticalMarks.pl
12368            + lib/unicode/In/CombiningHalfMarks.pl
12369            + lib/unicode/In/CombiningMarksforSymbols.pl
12370            + lib/unicode/In/ControlPictures.pl
12371            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
12372            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
12373            + lib/unicode/In/EnclosedAlphanumerics.pl
12374            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
12375            + lib/unicode/In/GeneralPunctuation.pl
12376            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
12377            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
12378            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
12379            + lib/unicode/In/HalfwidthandFullwidthForms.pl
12380            + lib/unicode/In/HangulCompatibilityJamo.pl
12381            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
12382            + lib/unicode/In/Hebrew.pl
12383            + lib/unicode/In/HighPrivateUseSurrogates.pl
12384            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
12385            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
12386            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
12387            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
12388            + lib/unicode/In/LatinExtended-A.pl
12389            + lib/unicode/In/LatinExtended-B.pl
12390            + lib/unicode/In/LatinExtendedAdditional.pl
12391            + lib/unicode/In/LetterlikeSymbols.pl
12392            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
12393            + lib/unicode/In/MathematicalOperators.pl
12394            + lib/unicode/In/MiscellaneousSymbols.pl
12395            + lib/unicode/In/MiscellaneousTechnical.pl
12396            + lib/unicode/In/NumberForms.pl
12397            + lib/unicode/In/OpticalCharacterRecognition.pl
12398            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
12399            + lib/unicode/In/SmallFormVariants.pl
12400            + lib/unicode/In/SpacingModifierLetters.pl
12401            + lib/unicode/In/Specials.pl
12402            + lib/unicode/In/SuperscriptsandSubscripts.pl
12403            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
12404            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
12405            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
12406            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
12407            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
12408            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
12409            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
12410            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
12411            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
12412            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
12413            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
12414            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
12415            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
12416            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
12417            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
12418            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
12419            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
12420            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
12421            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
12422            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
12423            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
12424            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
12425            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
12426            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
12427            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
12428            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
12429            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
12430            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
12431            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
12432            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
12433            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
12434            + lib/unicode/JamoShort.pl lib/unicode/Makefile
12435            + lib/unicode/Name.pl lib/unicode/Number.pl
12436            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
12437            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
12438            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
12439            + lib/unicode/blocks.txt lib/unicode/index2.txt
12440            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
12441            + lib/unicode/names2.txt lib/unicode/props2.txt
12442            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
12443            + utf8.c utf8.h
12444            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
12445            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
12446            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12447            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
12448            ! t/op/vec.t toke.c util.c vms/vmsish.h
12449 ____________________________________________________________________________
12450 [  1650] By: gsar                                  on 1998/07/24  04:06:48
12451         Log: create utfperl branch
12452      Branch: utfperl
12453           +> (branch 1079 files)
12454 ____________________________________________________________________________
12455 [  1649] By: gsar                                  on 1998/07/24  03:56:56
12456         Log: create maint-5.005 branch
12457      Branch: maint-5.005/perl
12458           +> (branch 1079 files)
12459 ____________________________________________________________________________
12460 [  1648] By: gsar                                  on 1998/07/24  03:36:35
12461         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
12462      Branch: perl
12463            ! Changes
12464