various fixes for clean build and test on win32; configpm broken,
[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_57        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  3385] By: gsar                                  on 1999/05/10  19:33:36
83         Log: "weak" references internals, still needs perlguts documentation
84              (somewhat modified version of patch suggested by Tuomas J. Lukka
85              <lukka@fas.harvard.edu>)
86      Branch: perl
87            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
88            ! pod/perldiag.pod proto.h sv.c sv.h util.c
89 ____________________________________________________________________________
90 [  3384] By: jhi                                   on 1999/05/10  18:21:43
91         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
92              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
93      Branch: cfgperl
94            ! INSTALL hints/dec_osf.sh
95 ____________________________________________________________________________
96 [  3381] By: jhi                                   on 1999/05/10  14:39:28
97         Log: Integrate from mainperl.
98      Branch: cfgperl
99           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
100           +> cygwin32/build-instructions.charles-wilson
101           +> cygwin32/build-instructions.sebastien-barre
102           +> cygwin32/build-instructions.steven-morlock
103           +> cygwin32/build-instructions.steven-morlock2
104           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
105           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
106           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
107           +> t/op/numconvert.t utils/perlbc.PL
108            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
109            - cygwin32/perlld
110           !> (integrate 105 files)
111 ____________________________________________________________________________
112 [  3380] By: gsar                                  on 1999/05/10  12:27:14
113         Log: regen regnodes.h
114      Branch: perl
115            ! Changes regnodes.h
116 ____________________________________________________________________________
117 [  3379] By: gsar                                  on 1999/05/10  12:17:26
118         Log: From: jan.dubois@ibm.net (Jan Dubois)
119              Date: Sat, 01 May 1999 22:55:36 +0200
120              Message-ID: <373067e9.56194713@smtp1.ibm.net>
121              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
122      Branch: perl
123            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
124            ! win32/config_H.vc
125 ____________________________________________________________________________
126 [  3378] By: gsar                                  on 1999/05/10  12:07:13
127         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
128              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
129              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
130              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
131      Branch: perl
132            + t/op/numconvert.t
133            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
134            ! util.c
135 ____________________________________________________________________________
136 [  3377] By: gsar                                  on 1999/05/10  11:39:48
137         Log: pp_modulo comment tweak from Ilya
138      Branch: perl
139            ! pp.c
140 ____________________________________________________________________________
141 [  3376] By: gsar                                  on 1999/05/10  11:30:40
142         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
143              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
144              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
145              Subject: Test.pm update [PATCH _56]
146      Branch: perl
147            ! lib/Test.pm
148 ____________________________________________________________________________
149 [  3375] By: gsar                                  on 1999/05/10  11:28:30
150         Log: From: jan.dubois@ibm.net (Jan Dubois)
151              Date: Fri, 07 May 1999 00:59:54 +0200
152              Message-ID: <373318ae.19292461@smtp1.ibm.net>
153              Subject: Re: Using existing memory for an SV's PV 
154      Branch: perl
155            ! sv.c
156 ____________________________________________________________________________
157 [  3374] By: gsar                                  on 1999/05/10  11:23:44
158         Log: From: jan.dubois@ibm.net (Jan Dubois)
159              Date: Fri, 07 May 1999 00:59:52 +0200
160              Message-ID: <37321800.19118320@smtp1.ibm.net>
161              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
162      Branch: perl
163            ! perl.h
164 ____________________________________________________________________________
165 [  3373] By: gsar                                  on 1999/05/10  11:22:10
166         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
167              Date: Thu, 6 May 1999 18:17:28 -0400
168              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
169              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
170      Branch: perl
171            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
172            ! util.c
173 ____________________________________________________________________________
174 [  3372] By: gsar                                  on 1999/05/10  10:57:49
175         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
176              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
177              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
178              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
179      Branch: perl
180            ! regcomp.c regcomp.pl
181 ____________________________________________________________________________
182 [  3371] By: gsar                                  on 1999/05/10  10:54:01
183         Log: From: lane@duphy4.physics.drexel.edu
184              Date: Tue, 04 May 1999 10:19:25 -0700
185              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
186              Subject: [PATCH 5.005.56] pod->html VMS fixes
187      Branch: perl
188            ! installhtml lib/Pod/Html.pm
189 ____________________________________________________________________________
190 [  3370] By: gsar                                  on 1999/05/10  10:45:52
191         Log: testsuite nits
192      Branch: perl
193            ! t/lib/io_linenum.t t/op/filetest.t
194 ____________________________________________________________________________
195 [  3369] By: gsar                                  on 1999/05/10  10:35:22
196         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
197              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
198              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
199              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
200      Branch: perl
201            ! os2/os2ish.h os2/os2thread.h
202 ____________________________________________________________________________
203 [  3368] By: gsar                                  on 1999/05/10  10:00:11
204         Log: From: Albert Dvornik <bert@genscan.com>
205              Date: 03 May 1999 12:20:57 -0400
206              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
207              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
208      Branch: perl
209            ! dump.c
210 ____________________________________________________________________________
211 [  3367] By: gsar                                  on 1999/05/10  09:55:51
212         Log: shadow password support for Solaris (needs Configure help to
213              determine HAS_GETSPENT)
214              From: "Patrick O'Brien" <pdo@cs.umd.edu>
215              Date: Sat, 01 May 1999 19:41:17 -0400
216              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
217              Subject: getpwent() under solaris
218      Branch: perl
219            ! pp_sys.c
220 ____________________________________________________________________________
221 [  3366] By: gsar                                  on 1999/05/10  09:45:58
222         Log: From: jan.dubois@ibm.net (Jan Dubois)
223              Date: Sat, 01 May 1999 23:45:47 +0200
224              Message-ID: <373373fb.59284266@smtp1.ibm.net>
225              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
226      Branch: perl
227            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
228            ! pod/perldelta.pod
229 ____________________________________________________________________________
230 [  3365] By: gsar                                  on 1999/05/10  09:34:22
231         Log: test suite and fix input_line_number()
232              From: Paul Johnson <pjcj@transeda.com>
233              Date: Thu, 29 Apr 1999 06:28:14 +0100
234              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
235              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
236      Branch: perl
237            + t/lib/io_linenum.t
238            ! MANIFEST ext/IO/lib/IO/Handle.pm
239 ____________________________________________________________________________
240 [  3364] By: gsar                                  on 1999/05/10  09:20:56
241         Log: fix overeager [:foo:] parsing
242              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
243              Date: Fri, 30 Apr 1999 09:26:18 +0100
244              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
245              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
246      Branch: perl
247            ! regcomp.c t/op/re_tests
248 ____________________________________________________________________________
249 [  3363] By: gsar                                  on 1999/05/10  09:09:21
250         Log: documentation for Win32 builtins (somewhat modified)
251              From: jan.dubois@ibm.net (Jan Dubois)
252              Date: Tue, 30 Mar 1999 08:05:03 +0200
253              Message-ID: <37006783.1926460@smtp1.ibm.net>
254              Subject: Re: Issues with build 509 
255      Branch: perl
256            + pod/Win32.pod
257            ! MANIFEST
258 ____________________________________________________________________________
259 [  3362] By: gsar                                  on 1999/05/10  08:22:07
260         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
261      Branch: perl
262            ! lib/File/Copy.pm win32/win32.c
263 ____________________________________________________________________________
264 [  3361] By: gsar                                  on 1999/05/10  08:11:29
265         Log: escape ampersands in <pre> sections
266      Branch: perl
267            ! Changes lib/Pod/Html.pm
268 ____________________________________________________________________________
269 [  3360] By: gsar                                  on 1999/05/10  08:04:14
270         Log: AIX hints enhancements (threads build, SOCKS support)
271              From: "David R. Favor" <dfavor@austin.ibm.com>
272              Date: Wed, 28 Apr 1999 08:45:28 -0500
273              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
274              Subject: Working build for AIX + gcc + threading
275      Branch: perl
276            ! hints/aix.sh
277 ____________________________________________________________________________
278 [  3359] By: gsar                                  on 1999/05/10  07:49:26
279         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
280              Date: Tue, 27 Apr 1999 23:47:24 PDT
281              Message-ID: <19990428064724.95244.qmail@hotmail.com>
282              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
283              --
284              Date: Thu, 29 Apr 1999 18:21:06 -0700
285              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
286              Subject: [PATCH 5.005_56] double constants ( C.pm)
287              --
288              Date: Mon, 03 May 1999 20:21:31 PDT
289              Message-ID: <19990504032131.81113.qmail@hotmail.com>
290              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
291              --
292              Date: Thu, 06 May 1999 17:57:09 -0700
293              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
294              Subject: Stash.pm
295      Branch: perl
296            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
297            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
298 ____________________________________________________________________________
299 [  3358] By: gsar                                  on 1999/05/10  04:39:15
300         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
301              From: alexander smishlajev <als@turnhere.com>
302              Date: Sun, 25 Apr 1999 14:58:29 +0300
303              Message-ID: <37230365.5F68B460@turnhere.com>
304              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
305      Branch: perl
306            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
307            + cygwin32/build-instructions.charles-wilson
308            + cygwin32/build-instructions.sebastien-barre
309            + cygwin32/build-instructions.steven-morlock
310            + cygwin32/build-instructions.steven-morlock2
311            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
312            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
313            - cygwin32/perlld
314            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
315            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
316            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
317            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
318            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
319            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
320 ____________________________________________________________________________
321 [  3357] By: gsar                                  on 1999/05/10  04:07:07
322         Log: applied suggested patch, modulo already applied parts
323              From: Charles Bailey <BAILEY@newman.upenn.edu>
324              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
325              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
326              Subject: [Patch 5.005_56] VMS consolidated patch #2
327      Branch: perl
328            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
329            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
330            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
331            ! vms/subconfigure.com vms/test.com vms/vms.c
332 ____________________________________________________________________________
333 [  3356] By: gsar                                  on 1999/05/10  03:48:08
334         Log: applied suggested patch, with win32 and PERL_OBJECT additions
335              From: Tom Hughes <tom@compton.nu>
336              Date: Sat, 24 Apr 1999 18:11:59 +0100
337              Message-ID: <609bdff748.tom@compton.compton.nu>
338              Subject: ByteLoader patch
339      Branch: perl
340            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
341            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
342            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
343            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
344            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
345            ! utils/Makefile win32/Makefile win32/makefile.mk
346 ____________________________________________________________________________
347 [  3355] By: gsar                                  on 1999/05/10  03:22:49
348         Log: document 'test' attribute (from Andreas Koenig)
349      Branch: perl
350            ! lib/ExtUtils/MakeMaker.pm
351 ____________________________________________________________________________
352 [  3354] By: gsar                                  on 1999/05/10  03:12:37
353         Log: From: pmarquess@bfsec.bt.co.uk
354              Date: Thu, 22 Apr 1999 23:12:08 +0100
355              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
356              Subject: PATCH for small bug in scan_bin
357      Branch: perl
358            ! util.c
359 ____________________________________________________________________________
360 [  3353] By: gsar                                  on 1999/05/10  02:39:33
361         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
362              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
363      Branch: perl
364            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
365            ! win32/win32iop.h
366 ____________________________________________________________________________
367 [  3352] By: gsar                                  on 1999/05/09  22:47:39
368         Log: flush all open output buffers before fork(), exec(), system, qx//
369              and pipe open() operations, simplifying buffering headaches faced
370              by users; uses fflush(NULL), which may need Configure test
371      Branch: perl
372            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
373            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
374 ____________________________________________________________________________
375 [  3351] By: gsar                                  on 1999/05/09  21:11:51
376         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
377              Leroy <jll@skynet.be>)
378      Branch: perl
379            ! utils/perlcc.PL
380 ____________________________________________________________________________
381 [  3350] By: gsar                                  on 1999/05/09  20:39:11
382         Log: normalize $^X to full pathname on win32
383      Branch: perl
384            ! win32/runperl.c
385 ____________________________________________________________________________
386 [  3349] By: gsar                                  on 1999/05/09  20:23:07
387         Log: allow readline($globref), <$globref> already works
388      Branch: perl
389            ! pp_hot.c
390 ____________________________________________________________________________
391 [  3348] By: gsar                                  on 1999/05/09  20:00:09
392         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
393              <lemburg@online-club.de>)
394      Branch: perl
395            ! utils/perldoc.PL
396 ____________________________________________________________________________
397 [  3347] By: gsar                                  on 1999/05/09  18:47:21
398         Log: additions to Thread.pm docs from Tuomas J. Lukka
399              <lukka@fas.harvard.edu>
400      Branch: perl
401            ! ext/Thread/Thread.pm
402 ____________________________________________________________________________
403 [  3346] By: gsar                                  on 1999/05/09  18:38:00
404         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
405              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
406              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
407              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
408      Branch: perl
409            ! ext/B/B/Xref.pm
410 ____________________________________________________________________________
411 [  3345] By: gsar                                  on 1999/05/09  18:22:43
412         Log: work around mangled archname on win32 while finding privlib/sitelib;
413              normalize lib paths to forward slashes internally
414      Branch: perl
415            ! win32/win32.c
416 ____________________________________________________________________________
417 [  3344] By: gsar                                  on 1999/05/09  03:20:06
418         Log: fix typo in dbm filters that caused odbm.t to fail
419      Branch: perl
420            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
421 ____________________________________________________________________________
422 [  3343] By: gsar                                  on 1999/05/09  02:02:59
423         Log: tweak test totals
424      Branch: perl
425            ! Changes t/lib/tie-stdhandle.t
426 ____________________________________________________________________________
427 [  3342] By: gsar                                  on 1999/05/09  01:42:06
428         Log: import list propagation busted (pointed out by Ton Hospel
429              <thospel@mail.dma.be>)
430      Branch: perl
431            ! lib/autouse.pm
432 ____________________________________________________________________________
433 [  3341] By: gsar                                  on 1999/05/09  00:54:18
434         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
435              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
436      Branch: perl
437            ! Configure Makefile.SH
438 ____________________________________________________________________________
439 [  3340] By: gsar                                  on 1999/05/09  00:40:41
440         Log: generate manpages for newly added utils
441      Branch: perl
442            ! installman
443 ____________________________________________________________________________
444 [  3339] By: gsar                                  on 1999/05/09  00:33:50
445         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
446              Date: Sun, 02 May 1999 17:59:24 +0100
447              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
448              Subject: [PATCH] Re: ptr to realloced memory in yylex
449      Branch: perl
450            ! toke.c
451 ____________________________________________________________________________
452 [  3338] By: jhi                                   on 1999/05/08  22:40:29
453         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
454      Branch: cfgperl
455            ! INSTALL
456 ____________________________________________________________________________
457 [  3337] By: jhi                                   on 1999/05/08  22:22:26
458         Log: Integrate from mainperl.
459      Branch: cfgperl
460           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
461           !> (integrate 54 files)
462 ____________________________________________________________________________
463 [  3336] By: gsar                                  on 1999/05/08  21:48:22
464         Log: make perldoc -f grok nested =items
465      Branch: perl
466            ! utils/perldoc.PL
467 ____________________________________________________________________________
468 [  3335] By: gsar                                  on 1999/05/08  19:48:11
469         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
470      Branch: perl
471            ! op.c t/lib/fields.t
472 ____________________________________________________________________________
473 [  3334] By: gsar                                  on 1999/05/08  19:09:41
474         Log: update test totals
475      Branch: perl
476            ! t/lib/bigintpm.t
477 ____________________________________________________________________________
478 [  3333] By: gsar                                  on 1999/05/08  16:56:02
479         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
480      Branch: perl
481            ! pod/perlfunc.pod
482 ____________________________________________________________________________
483 [  3332] By: gsar                                  on 1999/05/08  16:46:44
484         Log: applied suggested patch, added tests
485              From: William Mann <wmann@avici.com>
486              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
487              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
488              Subject: BigInt.pm extensions for logical operations
489      Branch: perl
490            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
491 ____________________________________________________________________________
492 [  3331] By: gsar                                  on 1999/05/08  16:09:33
493         Log: avoid temporary files named 'tmp'
494      Branch: perl
495            ! Makefile.SH pp.c
496 ____________________________________________________________________________
497 [  3330] By: nick                                  on 1999/05/08  14:16:30
498         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
499              Provide Tie::StdHandle
500              Basic update of docs.
501      Branch: perl
502            + t/lib/tie-stdhandle.t
503            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
504 ____________________________________________________________________________
505 [  3329] By: nick                                  on 1999/05/08  12:03:45
506         Log: Tweaks to open(my $fh,...) stuff
507      Branch: perl
508            ! op.c pp.c pp_sys.c t/io/open.t
509 ____________________________________________________________________________
510 [  3328] By: nick                                  on 1999/05/08  11:18:42
511         Log: Bring SDBM_File.xs into line with new typemap
512      Branch: perl
513            ! ext/SDBM_File/SDBM_File.xs
514 ____________________________________________________________________________
515 [  3327] By: gsar                                  on 1999/05/08  00:07:11
516         Log: add test case for AUTOLOAD reentrancy fix in change#3279
517      Branch: perl
518            ! t/lib/autoloader.t
519 ____________________________________________________________________________
520 [  3326] By: nick                                  on 1999/05/07  21:24:50
521         Log: Implement open( my $fh, ...) and similar.
522              Set flag in op.c for "constructor ops"
523              In pp_rv2gv, if flag is set and arg is PADSV and uninit
524              vivify as reference to a detached GV.
525              (Name of GV is the pad name.)
526              This scheme should "just work" for pipe/socket etc. too.
527              
528              #if 0 out the open(FH,undef) for now.
529              Change t/io/open.t to test open(my $fh,...)
530      Branch: perl
531            ! op.c pp.c pp_sys.c t/io/open.t
532 ____________________________________________________________________________
533 [  3325] By: nick                                  on 1999/05/07  21:18:42
534         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
535      Branch: perl
536            ! util.c
537 ____________________________________________________________________________
538 [  3324] By: gsar                                  on 1999/05/07  20:28:31
539         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
540              intervening code has to allocate SVs)
541      Branch: perl
542            ! util.c
543 ____________________________________________________________________________
544 [  3323] By: gsar                                  on 1999/05/07  19:45:08
545         Log: allow line numbers to show in diagnostics during global destruction
546      Branch: perl
547            ! util.c
548 ____________________________________________________________________________
549 [  3322] By: gsar                                  on 1999/05/07  09:38:11
550         Log: From: Dan Sugalski <sugalskd@ous.edu>
551              Date: Fri, 09 Apr 1999 16:16:39 -0700
552              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
553              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
554      Branch: perl
555            ! lib/ExtUtils/MM_VMS.pm
556 ____________________________________________________________________________
557 [  3321] By: gsar                                  on 1999/05/07  09:08:23
558         Log: From: kwzh@gnu.org (Karl Heuer)
559              Date: Wed, 7 Apr 1999 23:58:58 -0400
560              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
561              Subject: [perl-5.005.02] detect lack of /dev/tty
562      Branch: perl
563            ! Makefile.SH
564 ____________________________________________________________________________
565 [  3320] By: gsar                                  on 1999/05/07  08:52:14
566         Log: allow distinct prefix for versioned executables
567              From: Roderick Schertler <roderick@argon.org>
568              Date: Wed, 07 Apr 1999 15:34:56 -0400
569              Message-ID: <3003.923513696@eeyore.ibcinc.com>
570              Subject: perl55.00503 -> perl5.00503 patch for installperl
571      Branch: perl
572            ! INSTALL installperl
573 ____________________________________________________________________________
574 [  3319] By: gsar                                  on 1999/05/07  08:07:02
575         Log: From: Dan Sugalski <sugalskd@osshe.edu>
576              Date: Mon, 05 Apr 1999 15:38:42 -0700
577              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
578              Subject: Re: chomp fails with $/ in fixed-length record mode
579              --
580              From: Roderick Schertler <roderick@argon.org>
581              Date: Tue, 06 Apr 1999 21:11:37 -0400
582              Message-ID: <2795.923447497@eeyore.ibcinc.com>
583              Subject: Re: chomp fails with $/ in fixed-length record mode
584      Branch: perl
585            ! doop.c pod/perlfunc.pod t/op/chop.t
586 ____________________________________________________________________________
587 [  3318] By: gsar                                  on 1999/05/07  07:56:35
588         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
589              Date: Tue, 6 Apr 1999 01:40:36 -0400
590              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
591              Subject: [PATCH 5.005_*] Make % use fmod()
592      Branch: perl
593            ! pp.c t/op/arith.t
594 ____________________________________________________________________________
595 [  3317] By: gsar                                  on 1999/05/07  04:18:11
596         Log: DBM Filters (via private mail)
597              From: pmarquess@bfsec.bt.co.uk
598              Date: Sun, 18 Apr 1999 21:05:52 +0100
599              Message-Id: <199904182009.NAA19152@activestate.com>
600              Subject: DBM Filters
601      Branch: perl
602            + pod/perldbmfilter.pod
603            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
604            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
605            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
606            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
607            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
608            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
609            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
610            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
611            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
612            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
613            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
614            ! t/lib/sdbm.t
615 ____________________________________________________________________________
616 [  3316] By: gsar                                  on 1999/05/07  03:28:53
617         Log: avoid negative return value from Win32::GetTickCount()
618              From: jan.dubois@ibm.net (Jan Dubois)
619              Date: Sat, 03 Apr 1999 19:04:18 +0200
620              Message-ID: <37084742.22824479@smtp1.ibm.net>
621              Subject: Re: Win32::GetTickCount
622      Branch: perl
623            ! win32/win32.c
624 ____________________________________________________________________________
625 [  3315] By: nick                                  on 1999/05/06  21:44:38
626         Log: open(FH,undef) # creates new_tmpfile opened read/write
627              Add t/io/open.t with test for above.
628      Branch: perl
629            + t/io/open.t
630            ! pp_sys.c
631 ____________________________________________________________________________
632 [  3314] By: gsar                                  on 1999/05/06  08:01:23
633         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
634              Date: Tue, 30 Mar 1999 23:40:34 PST
635              Message-ID: <19990331074034.6117.qmail@hotmail.com>
636              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
637              --
638              Date: Wed, 07 Apr 1999 00:28:23 -0800
639              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
640              Subject: [PATCH 5.005_56] function prototypes(B.pm)
641              --
642              Date: Thu, 22 Apr 1999 23:40:52 -0700
643              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
644              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
645              --
646              Date: Tue, 27 Apr 1999 01:14:49 PDT
647              Message-ID: <19990427081449.28615.qmail@hotmail.com>
648              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
649      Branch: perl
650            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
651            ! t/op/ref.t
652 ____________________________________________________________________________
653 [  3313] By: jhi                                   on 1999/05/06  07:59:52
654         Log: Integrate from mainperl.
655      Branch: cfgperl
656           !> (integrate 33 files)
657 ____________________________________________________________________________
658 [  3312] By: gsar                                  on 1999/05/06  07:11:50
659         Log: add Ethiopic section to unicode master database (from Ken
660              Whistler <kenw@sybase.com>)
661      Branch: perl
662            ! lib/unicode/UnicodeData-Latest.txt
663 ____________________________________________________________________________
664 [  3311] By: gsar                                  on 1999/05/06  05:37:55
665         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
666              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
667              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
668              Subject: Largefiles for Solaris
669      Branch: perl
670            ! hints/solaris_2.sh
671 ____________________________________________________________________________
672 [  3310] By: gsar                                  on 1999/05/06  05:14:35
673         Log: emit more accurate diagnostic for syntax errors involving <>
674              within eval""
675      Branch: perl
676            ! toke.c utils/perldoc.PL
677 ____________________________________________________________________________
678 [  3309] By: gsar                                  on 1999/05/06  04:36:31
679         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
680      Branch: perl
681            ! t/lib/open3.t
682 ____________________________________________________________________________
683 [  3308] By: gsar                                  on 1999/05/06  03:19:16
684         Log: applied first part of suggested patch (bug described cannot be
685              reproduced any longer, so the second inconclusive part has not
686              been applied)
687              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
688              Date: Sun, 28 Mar 1999 04:51:34 +0100
689              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
690              Subject: [PATCH 5.005_56] Re: A core dump 
691      Branch: perl
692            ! toke.c
693 ____________________________________________________________________________
694 [  3307] By: gsar                                  on 1999/05/06  01:56:06
695         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
696              change#3810)
697      Branch: perl
698            ! op.c
699 ____________________________________________________________________________
700 [  3306] By: gsar                                  on 1999/05/05  17:17:34
701         Log: applied non-conflicting parts of suggested patch
702              From: Charles Bailey <BAILEY@newman.upenn.edu>
703              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
704              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
705              Subject: [Patch 5.005_56] Revised VMS patch
706      Branch: perl
707            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
708            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
709 ____________________________________________________________________________
710 [  3305] By: gsar                                  on 1999/05/05  16:20:19
711         Log: make perldoc use backslashed pathnames within system() on win32
712      Branch: perl
713            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
714 ____________________________________________________________________________
715 [  3304] By: gsar                                  on 1999/05/05  07:29:43
716         Log: upgrade Pod::Parser to v1.081 from CPAN
717      Branch: perl
718            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
719            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
720            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
721 ____________________________________________________________________________
722 [  3303] By: gsar                                  on 1999/05/05  07:02:07
723         Log: From: Andy Dougherty <doughera@lafayette.edu>
724              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
725              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
726              Subject: [PATCH 5.005_03-MT3] INSTALL patches
727      Branch: perl
728            ! INSTALL
729 ____________________________________________________________________________
730 [  3302] By: gsar                                  on 1999/05/05  06:55:21
731         Log: load base packages based on nonexistent $VERSION
732              From: andreas.koenig@anima.de (Andreas J. Koenig)
733              Date: 19 Mar 1999 06:00:28 +0100
734              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
735              Subject: Re: base.pm flaw
736      Branch: perl
737            ! lib/base.pm lib/locale.pm
738 ____________________________________________________________________________
739 [  3301] By: gsar                                  on 1999/05/04  05:41:08
740         Log: pod2man outputs switched date and revision label (fix suggested by
741              EthanSasiela@mede.com)
742      Branch: perl
743            ! pod/pod2man.PL
744 ____________________________________________________________________________
745 [  3300] By: gsar                                  on 1999/05/03  18:48:25
746         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
747              (makes opendir(D,"c:") work reliably)
748      Branch: perl
749            ! win32/win32.c
750 ____________________________________________________________________________
751 [  3299] By: gsar                                  on 1999/05/02  19:39:55
752         Log: add test case for change#3298
753      Branch: perl
754            ! sv.c t/op/readdir.t
755 ____________________________________________________________________________
756 [  3298] By: gsar                                  on 1999/05/02  19:24:41
757         Log: close directory handles properly when localized
758      Branch: perl
759            ! sv.c
760 ____________________________________________________________________________
761 [  3297] By: jhi                                   on 1999/04/30  11:42:14
762         Log: Integrate from mainperl.
763      Branch: cfgperl
764           !> Changes config_h.SH configure.com lib/AutoLoader.pm
765           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
766           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
767           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
768           !> vms/subconfigure.com win32/win32.c
769 ____________________________________________________________________________
770 [  3293] By: chip                                  on 1999/04/29  18:50:49
771         Log: Fix shebang lines.
772      Branch: maint-5.004/perl
773            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
774            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
775            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
776            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
777            ! x2p/find2perl.PL x2p/s2p.PL
778 ____________________________________________________________________________
779 [  3284] By: gsar                                  on 1999/04/27  00:48:42
780         Log: integrate change#3279 from maint-5.004
781      Branch: perl
782            ! lib/AutoLoader.pm
783 ____________________________________________________________________________
784 [  3279] By: chip                                  on 1999/04/26  23:09:26
785         Log: Make &AutoLoad::AUTOLOAD reentrant.
786      Branch: maint-5.004/perl
787            ! lib/AutoLoader.pm
788 ____________________________________________________________________________
789 [  3276] By: chip                                  on 1999/04/26  22:34:36
790         Log: Make porting scripts executable.
791      Branch: maint-5.004/perl
792            ! Changes Porting/genlog Porting/makerel Porting/p4desc
793            ! Porting/patchls
794 ____________________________________________________________________________
795 [  3274] By: gsar                                  on 1999/04/26  17:30:31
796         Log: allow embedded null characters in diagnostics
797      Branch: perl
798            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
799 ____________________________________________________________________________
800 [  3273] By: gsar                                  on 1999/04/26  08:27:22
801         Log: hand-applied conflicting parts of suggested patch
802              From: Charles Bailey <BAILEY@newman.upenn.edu>
803              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
804              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
805              Subject: [PATCH 5.005_56] VMS configuration/build
806      Branch: perl
807            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
808            ! vms/munchconfig.c vms/subconfigure.com
809 ____________________________________________________________________________
810 [  3272] By: gsar                                  on 1999/04/26  08:25:41
811         Log: update Changes; tweak minor regressions
812      Branch: perl
813            ! Changes lib/AutoSplit.pm lib/File/Path.pm
814 ____________________________________________________________________________
815 [  3271] By: gsar                                  on 1999/04/26  07:52:51
816         Log: integrate change#3229 from maint-5.004
817      Branch: perl
818            ! pp_ctl.c util.c
819 ____________________________________________________________________________
820 [  3270] By: gsar                                  on 1999/04/25  22:58:27
821         Log: fix buggy reference count on refs to SVs with autoviv magic
822              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
823              accessing free()d memory)
824      Branch: perl
825            ! pp.c t/op/ref.t
826 ____________________________________________________________________________
827 [  3269] By: gsar                                  on 1999/04/24  17:07:55
828         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
829              on win32)
830      Branch: perl
831            ! win32/win32.c
832 ____________________________________________________________________________
833 [  3268] By: gsar                                  on 1999/04/24  16:38:25
834         Log: kill dup hunk
835      Branch: perl
836            ! config_h.SH
837 ____________________________________________________________________________
838 [  3267] By: gsar                                  on 1999/04/24  16:35:57
839         Log: integrate cfgperl changes into mainline
840      Branch: perl
841           +> myconfig.SH
842            - myconfig
843            ! pod/perlre.pod
844           !> (integrate 38 files)
845 ____________________________________________________________________________
846 [  3266] By: jhi                                   on 1999/04/23  18:42:44
847         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
848              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
849              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
850              Cc: Lionel Cons <lionel.cons@cern.ch>,
851              Ilya Zakharevich <ilya@math.ohio-state.edu>,
852              David Hayes <david@bdel.com>
853              Subject: [PATCH] h2ph
854              Date: Fri, 23 Apr 1999 12:37:23 -0400
855              Message-ID: <19990423123723.A49550@O2.chapin.edu>
856      Branch: cfgperl
857            ! utils/h2ph.PL
858 ____________________________________________________________________________
859 [  3265] By: jhi                                   on 1999/04/21  18:17:12
860         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
861              To: perlbug@perl.org
862              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
863              Date: Wed, 21 Apr 1999 08:17:54 -0700
864              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
865      Branch: cfgperl
866            ! vms/descrip_mms.template
867 ____________________________________________________________________________
868 [  3264] By: jhi                                   on 1999/04/20  08:50:54
869         Log: From: Andy Dougherty <doughera@lafayette.edu>
870              To: The Perl Porters Mailing List <perl5-porters@perl.org>
871              Subject: [PATCH 5.005_56] Re: 5.006 Todo
872              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
873              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
874      Branch: cfgperl
875            ! Porting/pumpkin.pod
876 ____________________________________________________________________________
877 [  3263] By: jhi                                   on 1999/04/20  08:05:01
878         Log: From: Chip Salzenberg <chip@perlsupport.com>
879              To: Perl 5 Porters <perl5-porters@perl.org>
880              Subject: [PATCH 5.005_56] Configure: $sig_count
881              Date: Sun, 18 Apr 1999 17:54:36 -0400
882              Message-ID: <19990418175436.A27496@perlsupport.com>
883      Branch: cfgperl
884            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
885            ! config_h.SH
886 ____________________________________________________________________________
887 [  3262] By: jhi                                   on 1999/04/19  18:23:50
888         Log: Subject: PATCH wrong faq reference in perlbook.pod
889              From: Robin Barker <rmb1@cise.npl.co.uk>
890              To: perlbug@perl.com
891              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
892              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
893      Branch: cfgperl
894            ! pod/perlbook.pod
895 ____________________________________________________________________________
896 [  3261] By: jhi                                   on 1999/04/15  13:59:04
897         Log: From: Andy Dougherty <doughera@lafayette.edu>
898              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
899              Cc: Perl Porters <perl5-porters@perl.org>
900              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
901              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
902              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
903      Branch: cfgperl
904            ! hints/solaris_2.sh
905 ____________________________________________________________________________
906 [  3260] By: jhi                                   on 1999/04/15  13:56:53
907         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
908              To: pumpkings@jhereg.perl.com
909              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
910              Date: Thu, 15 Apr 1999 07:13:41 -0600
911              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
912      Branch: cfgperl
913            ! pod/perldata.pod
914 ____________________________________________________________________________
915 [  3259] By: jhi                                   on 1999/04/13  23:12:52
916         Log: LDLIBPTH also on 'clean' targets.
917      Branch: cfgperl
918            ! Makefile.SH
919 ____________________________________________________________________________
920 [  3258] By: jhi                                   on 1999/04/13  21:38:46
921         Log: Add information about the two DEC C compiler optimizer bugs
922              (what patch levels of the compilers fix them).
923      Branch: cfgperl
924            ! pp.c t/op/repeat.t
925 ____________________________________________________________________________
926 [  3257] By: jhi                                   on 1999/04/13  14:25:08
927         Log: Be polite about ccdlflags and lddflags, too.
928              Avoid Perl's malloc only when threaded.
929      Branch: cfgperl
930            ! hints/aix.sh
931 ____________________________________________________________________________
932 [  3256] By: jhi                                   on 1999/04/13  10:21:33
933         Log: Croak if no known ways to semctl() (don't assume union semun).
934      Branch: cfgperl
935            ! doio.c perl.h
936 ____________________________________________________________________________
937 [  3255] By: jhi                                   on 1999/04/13  09:10:26
938         Log: From: Dan Sugalski <sugalskd@osshe.edu>
939              To: perl5-porters@perl.org, vmsperl@perl.org
940              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
941              Date: Mon, 12 Apr 1999 13:36:48 -0700
942              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
943      Branch: cfgperl
944            ! lib/ExtUtils/MM_VMS.pm
945 ____________________________________________________________________________
946 [  3254] By: jhi                                   on 1999/04/13  06:56:26
947         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
948              To: perlbug@perl.com
949              Subject: Update for OpenBSD hints
950              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
951              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
952      Branch: cfgperl
953            ! hints/openbsd.sh
954 ____________________________________________________________________________
955 [  3229] By: chip                                  on 1999/04/13  04:04:14
956         Log: Preserve errno from importunities of sfio.
957      Branch: maint-5.004/perl
958            ! pp_ctl.c util.c
959 ____________________________________________________________________________
960 [  3226] By: jhi                                   on 1999/04/11  12:52:26
961         Log: If both ways to call semctl are broken,    skip the tests.
962      Branch: cfgperl
963            ! t/lib/ipc_sysv.t
964 ____________________________________________________________________________
965 [  3225] By: jhi                                   on 1999/04/10  22:27:28
966         Log: From: Andy Dougherty <doughera@lafayette.edu>
967              To: dsembr01@ox.slug.louisville.edu
968              Cc: perlbug@perl.com
969              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
970              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
971              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
972      Branch: cfgperl
973            ! ext/POSIX/POSIX.xs
974 ____________________________________________________________________________
975 [  3224] By: jhi                                   on 1999/04/09  18:50:32
976         Log: From: Andy Dougherty <doughera@lafayette.edu>
977              To: Perl Porters <perl5-porters@perl.org>
978              Subject: [PATCH 5.005_56] Re: prefix= in hints
979              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
980              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
981              
982              (Overrides change #3204 from Kurt)
983      Branch: cfgperl
984            ! hints/linux.sh
985 ____________________________________________________________________________
986 [  3223] By: jhi                                   on 1999/04/09  18:37:55
987         Log: Understand Apollo's //node notation.
988              
989              From: Johann Klasek <jk@auto.tuwien.ac.at>
990              To: jhi@iki.fi
991              Subject: Re: DomainPerl
992              Date: Fri, 9 Apr 1999 18:21:37 +0200
993              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
994      Branch: cfgperl
995            ! lib/Cwd.pm
996 ____________________________________________________________________________
997 [  3220] By: jhi                                   on 1999/04/04  16:33:49
998         Log: Integrate from mainperl.
999      Branch: cfgperl
1000           !> (integrate 39 files)
1001 ____________________________________________________________________________
1002 [  3219] By: gsar                                  on 1999/04/04  02:48:17
1003         Log: tweak previous change
1004      Branch: maint-5.005/perl
1005            ! win32/win32.c
1006 ____________________________________________________________________________
1007 [  3218] By: gsar                                  on 1999/04/04  02:44:47
1008         Log: be careful about extending the stack for the Win32:: builtins
1009      Branch: maint-5.005/perl
1010            ! win32/win32.c
1011 ____________________________________________________________________________
1012 [  3217] By: gsar                                  on 1999/04/04  01:59:26
1013         Log: correct places that said newSVpv() when they meant newSVpvn()
1014      Branch: perl
1015            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
1016            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
1017            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1018            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
1019            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
1020            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
1021            ! win32/win32.c
1022 ____________________________________________________________________________
1023 [  3216] By: gsar                                  on 1999/04/03  23:58:27
1024         Log: avoid duplicate code
1025      Branch: perl
1026            ! sv.c
1027 ____________________________________________________________________________
1028 [  3215] By: gsar                                  on 1999/04/03  23:14:34
1029         Log: grow PL_tmps_stack more efficiently; make it more amenable to
1030              STRESS_REALLOC testing
1031      Branch: perl
1032            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
1033            ! sv.c
1034 ____________________________________________________________________________
1035 [  3214] By: gsar                                  on 1999/04/03  21:01:09
1036         Log: scrounge and save three extra branches in pp_entersub()
1037      Branch: perl
1038            ! cv.h pp_ctl.c pp_hot.c
1039 ____________________________________________________________________________
1040 [  3213] By: gsar                                  on 1999/04/03  17:43:23
1041         Log: remove duplicate code and an extra branch in sv_setsv() and
1042              other hot code by making SvTHINKFIRST() think about FAKE SVs
1043      Branch: perl
1044            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
1045            ! proto.h scope.c sv.c sv.h
1046 ____________________________________________________________________________
1047 [  3212] By: jhi                                   on 1999/04/03  16:20:09
1048         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
1049              
1050              From: John Bley <jbb6@acpub.duke.edu>
1051              To: perlbug@perl.org
1052              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
1053              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
1054              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
1055      Branch: cfgperl
1056            ! doio.c pp_sys.c
1057 ____________________________________________________________________________
1058 [  3211] By: jhi                                   on 1999/04/03  13:27:26
1059         Log: Change #3210 was rather unportable.  This is better.
1060      Branch: cfgperl
1061            ! Configure config_h.SH
1062 ____________________________________________________________________________
1063 [  3210] By: jhi                                   on 1999/04/03  13:16:20
1064         Log: Avoid Digital UNIX' ksh.
1065              
1066              From: Jarkko Hietaniemi <jhi@iki.fi> 
1067              To: Henrik Tougaard <ht000@siberut.foa.dk> 
1068              Cc: perlbug@perl.com, ht000@foa.dk 
1069              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
1070              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
1071              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
1072      Branch: cfgperl
1073            ! Configure config_h.SH
1074 ____________________________________________________________________________
1075 [  3209] By: jhi                                   on 1999/04/03  12:49:04
1076         Log: Integrate from mainperl.
1077      Branch: cfgperl
1078           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
1079 ____________________________________________________________________________
1080 [  3208] By: jhi                                   on 1999/04/03  12:27:24
1081         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
1082              
1083              From: Lionel Cons <lionel.cons@cern.ch>
1084              To: jhi@iki.fi
1085              Cc: perlbug@perl.com, kstar@isinet.com,
1086              Philippe Defert <philippe.defert@cern.ch>
1087              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
1088              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
1089              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
1090      Branch: cfgperl
1091            ! hints/irix_6.sh
1092 ____________________________________________________________________________
1093 [  3207] By: jhi                                   on 1999/04/03  12:20:21
1094         Log: Be polite about usemymalloc.
1095      Branch: cfgperl
1096            ! hints/aix.sh
1097 ____________________________________________________________________________
1098 [  3206] By: gsar                                  on 1999/04/02  23:31:59
1099         Log: a typo in change#3205
1100      Branch: perl
1101            ! t/lib/bigfloatpm.t
1102 ____________________________________________________________________________
1103 [  3205] By: gsar                                  on 1999/04/02  23:20:31
1104         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
1105              returns NaNs faithfully)
1106      Branch: perl
1107            ! t/lib/bigfloatpm.t
1108 ____________________________________________________________________________
1109 [  3204] By: jhi                                   on 1999/04/02  22:03:23
1110         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
1111              
1112              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1113              To: perl5-porters@perl.org
1114              Subject: linux hints nit
1115              Date: Fri, 2 Apr 1999 16:49:47 -0500
1116              Message-ID: <19990402164947.E80926@O2.chapin.edu>
1117      Branch: cfgperl
1118            ! hints/linux.sh
1119 ____________________________________________________________________________
1120 [  3203] By: jhi                                   on 1999/04/02  22:00:56
1121         Log: Display exact glibc version in Linux. 
1122              
1123              From: Andy Dougherty <doughera@lafayette.edu>
1124              To: Perl Porters <perl5-porters@perl.org>
1125              Subject: Displaying glibc version on Linux
1126              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
1127              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
1128      Branch: cfgperl
1129            ! hints/linux.sh
1130 ____________________________________________________________________________
1131 [  3202] By: gsar                                  on 1999/04/02  21:23:18
1132         Log: various little goofs
1133      Branch: perl
1134            ! Changes Makefile.SH README installperl
1135 ____________________________________________________________________________
1136 [  3201] By: jhi                                   on 1999/04/02  13:13:39
1137         Log: Configure regen.
1138              
1139              Add llseek + offset_t probing.
1140              Change CONFIG to CONFIGDOTSH.
1141              'unset foo' is unportable, use foo=''.
1142      Branch: cfgperl
1143            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1144            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
1145            ! perl_exp.SH writemain.SH
1146 ____________________________________________________________________________
1147 [  3200] By: jhi                                   on 1999/04/02  12:06:22
1148         Log: Introduce myconfig.SH.
1149              
1150              From: Andy Dougherty <doughera@lafayette.edu>
1151              To: Jarkko Hietaniemi <jhi@iki.fi>
1152              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
1153              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
1154              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
1155              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
1156      Branch: cfgperl
1157            + myconfig.SH
1158            - myconfig
1159            ! MANIFEST
1160 ____________________________________________________________________________
1161 [  3195] By: jhi                                   on 1999/03/28  16:42:54
1162         Log: Update perlhist on 5_03.
1163      Branch: maint-5.005/perl
1164            ! pod/perlhist.pod
1165 ____________________________________________________________________________
1166 [  3194] By: jhi                                   on 1999/03/28  12:30:01
1167         Log: Integrate from mainperl.
1168      Branch: cfgperl
1169           +> t/op/grep.t
1170            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
1171            ! t/lib/bigintpm.t
1172           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
1173           !> t/lib/thread.t
1174 ____________________________________________________________________________
1175 [  3189] By: gsar                                  on 1999/03/28  08:22:00
1176         Log: various pod niggles
1177      Branch: maint-5.005/perl
1178            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
1179            ! pod/perlfunc.pod pod/perlhist.pod
1180 ____________________________________________________________________________
1181 [  3187] By: gsar                                  on 1999/03/28  07:31:16
1182         Log: regularize CAPI declarations (CAPI extensions now build under
1183              the Borland compiler)
1184      Branch: maint-5.005/perl
1185            ! win32/GenCAPI.pl
1186 ____________________________________________________________________________
1187 [  3186] By: gsar                                  on 1999/03/28  07:26:33
1188         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
1189              -DPERL_CAPI
1190      Branch: maint-5.005/perl
1191            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
1192 ____________________________________________________________________________
1193 [  3183] By: gsar                                  on 1999/03/28  06:00:46
1194         Log: update p4 utility to ignore non-text files
1195      Branch: perl
1196            ! Porting/p4desc
1197 ____________________________________________________________________________
1198 [  3181] By: gsar                                  on 1999/03/28  03:37:23
1199         Log: integrate change#3179 from maint-5.005
1200      Branch: perl
1201           !> ext/Thread/Thread.xs t/lib/thread.t
1202 ____________________________________________________________________________
1203 [  3180] By: gsar                                  on 1999/03/28  02:28:20
1204         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
1205              (sometimes caused bizarreness in the BLOCK)
1206      Branch: perl
1207            + t/op/grep.t
1208            ! MANIFEST op.c
1209 ____________________________________________________________________________
1210 [  3179] By: gsar                                  on 1999/03/28  02:14:04
1211         Log: fix thread segfault when passing large number of arguments to child
1212              a la C<Thread->new($foo, 1..1000)>
1213      Branch: maint-5.005/perl
1214            ! ext/Thread/Thread.xs t/lib/thread.t
1215 ____________________________________________________________________________
1216 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
1217         Log: fix $Config{'usethreads'} typo in perlthrtut
1218              
1219              From: Ian Maloney <szhmf9@wsblob.ubs.com>
1220              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
1221              Message-Id: <199903251540.QAA02439@wsblob.>
1222              Subject: perlthrtut documentation error
1223      Branch: maint-5.005/perl
1224            ! pod/perlthrtut.pod
1225 ____________________________________________________________________________
1226 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
1227         Log: Update Test.pm to VERSION 1.122 from CPAN
1228      Branch: maint-5.005/perl
1229            ! lib/Test.pm
1230 ____________________________________________________________________________
1231 [  3171] By: jhi                                   on 1999/03/26  22:38:28
1232         Log: Integrate from mainperl.
1233      Branch: cfgperl
1234           !> (integrate 37 files)
1235 ____________________________________________________________________________
1236 [  3170] By: gsar                                  on 1999/03/26  01:30:25
1237         Log: specify type of bracket in "Unmatched bracket" diagnostic;
1238              prefer 'brace' or 'curly bracket' over 'curly brace'
1239      Branch: perl
1240            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
1241            ! t/op/misc.t t/op/re_tests toke.c
1242 ____________________________________________________________________________
1243 [  3169] By: gsar                                  on 1999/03/26  00:50:51
1244         Log: better description of "Integer overflow" diagnostic
1245      Branch: perl
1246            ! pod/perldiag.pod
1247 ____________________________________________________________________________
1248 [  3168] By: gsar                                  on 1999/03/25  11:02:46
1249         Log: applied needful parts of suggested patch
1250              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
1251              Date: Tue, 23 Mar 1999 16:21:43 -0800
1252              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
1253              Subject: [PATCH 5.005_56] pp_formline correction
1254      Branch: perl
1255            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
1256 ____________________________________________________________________________
1257 [  3167] By: gsar                                  on 1999/03/25  10:39:02
1258         Log: clarify what a "comment" means (due to Mark-Jason Dominus
1259              <mjd@plover.com>)
1260      Branch: perl
1261            ! pod/perlsyn.pod
1262 ____________________________________________________________________________
1263 [  3166] By: gsar                                  on 1999/03/25  10:33:18
1264         Log: describe current behavior on local($foo{nothere}) (suggested by
1265              Lionel Cons <lionel.cons@cern.ch>)
1266      Branch: perl
1267            ! pod/perlsub.pod
1268 ____________________________________________________________________________
1269 [  3165] By: gsar                                  on 1999/03/25  06:21:05
1270         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
1271              <vishalb@hotmail.com>)
1272      Branch: perl
1273            ! ext/B/B/C.pm
1274 ____________________________________________________________________________
1275 [  3164] By: gsar                                  on 1999/03/25  06:17:27
1276         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1277              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
1278              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
1279              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
1280      Branch: perl
1281            ! ext/B/B.xs op.h opcode.pl
1282 ____________________________________________________________________________
1283 [  3163] By: gsar                                  on 1999/03/25  06:15:49
1284         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
1285              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
1286              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
1287              Subject: [PATCH _56] B::Deparse 0.57
1288              --
1289              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
1290              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
1291              Subject: Re: [PATCH _56] B::Deparse 0.57 
1292      Branch: perl
1293            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
1294 ____________________________________________________________________________
1295 [  3162] By: gsar                                  on 1999/03/25  06:11:46
1296         Log: fix a few places that said 'int', but meant 'STRLEN'
1297      Branch: perl
1298            ! pod/perlguts.pod proto.h sv.c
1299 ____________________________________________________________________________
1300 [  3161] By: gsar                                  on 1999/03/25  06:01:18
1301         Log: From: Russ Allbery <rra@stanford.edu>
1302              Date: 22 Mar 1999 04:26:26 -0800
1303              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
1304              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
1305      Branch: perl
1306            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
1307            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
1308            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
1309            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
1310 ____________________________________________________________________________
1311 [  3160] By: gsar                                  on 1999/03/25  02:26:31
1312         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
1313      Branch: perl
1314            ! opcode.h opcode.pl
1315 ____________________________________________________________________________
1316 [  3159] By: gsar                                  on 1999/03/25  02:18:17
1317         Log: add statement-modifier loops to :base_loop class
1318      Branch: perl
1319            ! ext/Opcode/Opcode.pm
1320 ____________________________________________________________________________
1321 [  3158] By: gsar                                  on 1999/03/25  00:36:57
1322         Log: integrate changes#3105,3130,3154 from maint-5.005
1323      Branch: perl
1324           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
1325 ____________________________________________________________________________
1326 [  3157] By: gsar                                  on 1999/03/25  00:24:17
1327         Log: remove bogus panic()
1328      Branch: perl
1329            ! Changes lib/Math/BigFloat.pm
1330 ____________________________________________________________________________
1331 [  3156] By: jhi                                   on 1999/03/24  22:43:43
1332         Log: Integrate from mainperl.
1333      Branch: cfgperl
1334           +> (branch 38 files)
1335           !> (integrate 68 files)
1336 ____________________________________________________________________________
1337 [  3155] By: jhi                                   on 1999/03/24  22:12:17
1338         Log: Configure regenerated because of changes #3130/#3154 and #3147.
1339      Branch: cfgperl
1340            ! Configure config_h.SH
1341 ____________________________________________________________________________
1342 [  3154] By: jhi                                   on 1999/03/24  21:40:51
1343         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
1344              based on suggestions from Andy Dougherty.
1345      Branch: maint-5.005/perl
1346            ! INSTALL
1347 ____________________________________________________________________________
1348 [  3153] By: gsar                                  on 1999/03/24  10:38:05
1349         Log: applied suggested patch, modulo superceded parts
1350              From: Charles Bailey <BAILEY@newman.upenn.edu>
1351              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
1352              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
1353              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
1354      Branch: perl
1355            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
1356            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
1357            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
1358            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
1359 ____________________________________________________________________________
1360 [  3152] By: gsar                                  on 1999/03/24  10:30:51
1361         Log: applied suggested patch, modulo superceded parts
1362              From: Charles Bailey <BAILEY@newman.upenn.edu>
1363              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
1364              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
1365              Subject: [PATCH 5.005_56] Miscellaneous small fixes
1366      Branch: perl
1367            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
1368            ! lib/File/Basename.pm
1369 ____________________________________________________________________________
1370 [  3151] By: gsar                                  on 1999/03/24  10:15:00
1371         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
1372      Branch: perl
1373            ! pod/perlop.pod
1374 ____________________________________________________________________________
1375 [  3150] By: gsar                                  on 1999/03/24  10:09:13
1376         Log: missing integration in previous change
1377      Branch: perl
1378           !> README.apollo
1379 ____________________________________________________________________________
1380 [  3149] By: gsar                                  on 1999/03/24  10:06:44
1381         Log: integrate changes#3116,3119 from maint-5.005
1382      Branch: perl
1383            + README.apollo
1384           +> apollo/netinet/in.h
1385           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
1386 ____________________________________________________________________________
1387 [  3148] By: gsar                                  on 1999/03/24  10:01:56
1388         Log: integrate changes#3091-3094 from maint-5.005
1389      Branch: perl
1390           !> README.hurd vms/subconfigure.com vos/config.h
1391           !> vos/config_h.SH_orig
1392 ____________________________________________________________________________
1393 [  3147] By: gsar                                  on 1999/03/24  09:31:49
1394         Log: warn about newfangled vfork() caveats
1395      Branch: perl
1396            ! Configure
1397 ____________________________________________________________________________
1398 [  3146] By: jhi                                   on 1999/03/24  09:20:14
1399         Log: Bring in changes #2808 and #2812 (from mainline perl)
1400              that enhance the perlbug checklist.
1401      Branch: maint-5.005/perl
1402            ! utils/perlbug.PL
1403 ____________________________________________________________________________
1404 [  3145] By: gsar                                  on 1999/03/24  08:37:02
1405         Log: integrate change#3115 from maint-5.005
1406      Branch: perl
1407           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
1408           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1409 ____________________________________________________________________________
1410 [  3144] By: gsar                                  on 1999/03/24  08:33:59
1411         Log: add note about map in scalar context
1412      Branch: perl
1413            ! pod/perlfunc.pod
1414 ____________________________________________________________________________
1415 [  3143] By: gsar                                  on 1999/03/24  08:25:59
1416         Log: doc tweak
1417      Branch: perl
1418            ! lib/Time/Local.pm
1419 ____________________________________________________________________________
1420 [  3142] By: gsar                                  on 1999/03/24  08:20:37
1421         Log: applied suggested patch, modulo bogus hunk
1422              From: "Vishal Bhatia" <vishalb@hotmail.com>
1423              Date: Thu, 11 Mar 1999 07:40:27 PST
1424              Message-ID: <19990311154027.25891.qmail@hotmail.com>
1425              Subject: [PATCH 5.005_56] Minor fixes in perlcc
1426      Branch: perl
1427            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
1428 ____________________________________________________________________________
1429 [  3141] By: gsar                                  on 1999/03/24  08:06:12
1430         Log: integrate change#3104 from maint-5.005
1431      Branch: perl
1432           !> README.os390 t/lib/posix.t
1433 ____________________________________________________________________________
1434 [  3140] By: gsar                                  on 1999/03/24  06:34:56
1435         Log: fix failure of C<&locked_sub;> under -Dusethreads
1436      Branch: perl
1437            ! pp_hot.c t/lib/thread.t
1438 ____________________________________________________________________________
1439 [  3139] By: gsar                                  on 1999/03/24  05:52:00
1440         Log: debugger tweak (wasn't printing a newline after recalled commands)
1441      Branch: perl
1442            ! lib/perl5db.pl
1443 ____________________________________________________________________________
1444 [  3138] By: gsar                                  on 1999/03/24  05:33:28
1445         Log: document OO exceptions (based on a suggestion by Andreas Koenig
1446              <andreas.koenig@anima.de>)
1447      Branch: perl
1448            ! pod/perlfunc.pod
1449 ____________________________________________________________________________
1450 [  3137] By: gsar                                  on 1999/03/24  02:50:20
1451         Log: better "Illegal %s digit ignored" warnings
1452      Branch: perl
1453            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
1454            ! toke.c util.c
1455 ____________________________________________________________________________
1456 [  3136] By: gsar                                  on 1999/03/24  02:26:38
1457         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
1458      Branch: perl
1459            + t/pragma/utf8.t
1460            ! regcomp.c
1461 ____________________________________________________________________________
1462 [  3135] By: gsar                                  on 1999/03/24  01:29:09
1463         Log: flip release & version in win32_uname()
1464      Branch: perl
1465            ! win32/win32.c
1466 ____________________________________________________________________________
1467 [  3134] By: gsar                                  on 1999/03/24  01:08:33
1468         Log: support POSIX::uname() via win32_uname()
1469      Branch: perl
1470            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
1471            ! win32/config.gc win32/config.vc win32/config_H.bc
1472            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
1473            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
1474 ____________________________________________________________________________
1475 [  3133] By: gsar                                  on 1999/03/23  22:20:10
1476         Log: From: jan.dubois@ibm.net (Jan Dubois)
1477              Date: Sat, 06 Mar 1999 21:42:56 +0100
1478              Message-ID: <36e49281.50337171@smtp1.ibm.net>
1479              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
1480      Branch: perl
1481            ! pod/perldelta.pod
1482 ____________________________________________________________________________
1483 [  3132] By: gsar                                  on 1999/03/23  22:17:45
1484         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1485              Date: Sat, 06 Mar 1999 17:50:49 +0100
1486              Message-ID: <36e25209.33833760@smtp1.ibm.net>
1487              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
1488              --
1489              Date: Sat, 06 Mar 1999 18:15:00 +0100
1490              Message-ID: <36e36222.37954195@smtp1.ibm.net>
1491              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
1492      Branch: perl
1493            + t/lib/filefunc.t
1494            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
1495            ! pod/perldelta.pod pod/perlmodlib.pod
1496 ____________________________________________________________________________
1497 [  3131] By: gsar                                  on 1999/03/23  22:07:59
1498         Log: integrate cfgperl changes into mainline
1499      Branch: perl
1500           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1501           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
1502           !> installperl malloc.c perl.c perl.h pod/perl.pod
1503           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
1504 ____________________________________________________________________________
1505 [  3130] By: jhi                                   on 1999/03/23  22:02:23
1506         Log: Don't use config.msg to remind about the
1507              LD_LIBRARY_PATH because Makefile.SH takes
1508              care of that.
1509              
1510              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
1511              This used to be the default but in some MT or another it
1512              was dropped because of some transient error or another.
1513      Branch: maint-5.005/perl
1514            ! Configure hints/dec_osf.sh
1515 ____________________________________________________________________________
1516 [  3129] By: gsar                                  on 1999/03/23  21:38:03
1517         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
1518              to size    and better maintainability)
1519      Branch: perl
1520            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1521            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1522            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
1523            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
1524            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
1525            + t/pod/include.xr t/pod/included.t t/pod/included.xr
1526            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
1527            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
1528            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
1529            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
1530            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
1531            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
1532            ! win32/Makefile win32/makefile.mk win32/pod.mak
1533 ____________________________________________________________________________
1534 [  3128] By: jhi                                   on 1999/03/23  10:14:54
1535         Log: Integrate from mainperl.
1536      Branch: cfgperl
1537           !> (integrate 46 files)
1538 ____________________________________________________________________________
1539 [  3127] By: gsar                                  on 1999/03/23  06:57:30
1540         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
1541              Date: Thu, 4 Mar 1999 10:54:01 -0800
1542              Message-Id: <9903041854.AA46868@frc0000>
1543              Subject: patch for useless Math::BigInt warnings
1544      Branch: perl
1545            ! lib/Math/BigInt.pm
1546 ____________________________________________________________________________
1547 [  3126] By: gsar                                  on 1999/03/23  05:54:37
1548         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
1549              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1550              Date: Fri, 19 Feb 1999 15:47:59 -0500
1551              Message-ID: <19990219154759.A32350@O2.chapin.edu>
1552              Subject: [PATCH] OSF/1 hints
1553      Branch: perl
1554            ! hints/dec_osf.sh
1555 ____________________________________________________________________________
1556 [  3125] By: gsar                                  on 1999/03/23  00:56:38
1557         Log: avoid typeglob persistence in pp_readline()
1558      Branch: perl
1559            ! sv.c t/op/gv.t
1560 ____________________________________________________________________________
1561 [  3124] By: gsar                                  on 1999/03/22  21:12:23
1562         Log: update copyright years
1563      Branch: perl
1564            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
1565            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
1566            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
1567            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
1568            ! sv.c sv.h toke.c utf8.c utf8.h util.c
1569 ____________________________________________________________________________
1570 [  3123] By: gsar                                  on 1999/03/22  07:07:06
1571         Log: implement win32_spawnvp() internally, making it return true PIDs
1572              for asynchronous spawns; fix win32_kill() to always deal with
1573              PIDs
1574      Branch: perl
1575            ! win32/win32.c win32/win32.h
1576 ____________________________________________________________________________
1577 [  3122] By: jhi                                   on 1999/03/19  21:12:14
1578         Log: Describe the new Benchmark feature in more detail.
1579      Branch: cfgperl
1580            ! pod/perldelta.pod
1581      Branch: maint-5.005/perl
1582            ! pod/perldelta.pod
1583 ____________________________________________________________________________
1584 [  3121] By: jhi                                   on 1999/03/19  08:16:12
1585         Log: AVAILABILITY tuning.
1586      Branch: cfgperl
1587            ! pod/perl.pod
1588      Branch: maint-5.005/perl
1589            ! pod/perl.pod
1590 ____________________________________________________________________________
1591 [  3120] By: jhi                                   on 1999/03/17  14:52:17
1592         Log: Rhapsody change assumed too much.
1593      Branch: cfgperl
1594            ! t/op/stat.t
1595 ____________________________________________________________________________
1596 [  3119] By: jhi                                   on 1999/03/17  14:33:43
1597         Log: More Apollo fixes.
1598      Branch: maint-5.005/perl
1599            ! README.apollo hints/apollo.sh t/lib/io_udp.t
1600 ____________________________________________________________________________
1601 [  3118] By: jhi                                   on 1999/03/16  17:23:39
1602         Log: Nada.
1603      Branch: maint-5.005/perl
1604            ! README.apollo
1605 ____________________________________________________________________________
1606 [  3117] By: jhi                                   on 1999/03/16  17:18:49
1607         Log: Apollo DomainOS AVAILABILITY.
1608      Branch: cfgperl
1609            ! pod/perl.pod
1610      Branch: maint-5.005/perl
1611            ! pod/perl.pod
1612 ____________________________________________________________________________
1613 [  3116] By: jhi                                   on 1999/03/16  17:14:00
1614         Log: Apollo DomainOS patch
1615              From: Johann Klasek <jk@auto.tuwien.ac.at>
1616              Subject: Re: DomainPerl
1617              Date: Tue, 16 Mar 1999 17:46:32 +0100
1618              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
1619      Branch: maint-5.005/perl
1620            + README.apollo apollo/netinet/in.h
1621            ! MANIFEST hints/apollo.sh
1622 ____________________________________________________________________________
1623 [  3115] By: jhi                                   on 1999/03/16  14:23:54
1624         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
1625              To: Gurusamy Sarathy <gsar@activestate.com>,
1626              Graham Barr <gbarr@pobox.com>
1627              Cc: Perl5 Porters <perl5-porters@perl.org>,
1628              "Paul.Marquess" <Paul.Marquess@btinternet.com>
1629              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
1630              Date: Sun, 14 Mar 1999 14:43:57 -0000
1631              Message-Id: <199903141841.NAA17040@defender.perl.org>
1632      Branch: maint-5.005/perl
1633            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1634            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1635 ____________________________________________________________________________
1636 [  3114] By: jhi                                   on 1999/03/16  12:42:20
1637         Log: Mention Rhapsody in 5.005_5X perldelta,
1638              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
1639              *planned* AVAILABILITY.
1640      Branch: cfgperl
1641            ! pod/perl.pod pod/perldelta.pod
1642      Branch: maint-5.005/perl
1643            ! pod/perl.pod
1644 ____________________________________________________________________________
1645 [  3113] By: jhi                                   on 1999/03/16  10:38:53
1646         Log: perldelta niggling.
1647      Branch: cfgperl
1648            ! pod/perldelta.pod
1649      Branch: maint-5.005/perl
1650            ! pod/perldelta.pod
1651 ____________________________________________________________________________
1652 [  3112] By: jhi                                   on 1999/03/16  10:35:21
1653         Log: Integrate from mainperl.
1654      Branch: cfgperl
1655           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1656           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1657 ____________________________________________________________________________
1658 [  3111] By: jhi                                   on 1999/03/16  10:28:10
1659         Log: AVAILABILITY update: still mention PowerUX,
1660              Novell Netware now has sources available.
1661      Branch: cfgperl
1662            ! pod/perl.pod
1663      Branch: maint-5.005/perl
1664            ! pod/perl.pod
1665 ____________________________________________________________________________
1666 [  3110] By: gsar                                  on 1999/03/16  04:34:23
1667         Log: sundry pod niggles
1668      Branch: perl
1669            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1670            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1671 ____________________________________________________________________________
1672 [  3109] By: jhi                                   on 1999/03/15  17:00:11
1673         Log: Integrate from mainperl.
1674      Branch: cfgperl
1675           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1676           +> lib/unicode/Is/Syllable.pl
1677           +> lib/unicode/MakeEthiopicSyllables.PL
1678           +> lib/unicode/README.Ethiopic
1679           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1680           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1681           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1682           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1683           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1684           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1685           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1686           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
1687 ____________________________________________________________________________
1688 [  3108] By: jhi                                   on 1999/03/15  16:58:12
1689         Log: First pass of integrating the Rhapsody port,
1690              
1691              From: Wilfredo Sanchez <wsanchez@apple.com> 
1692              Subject: Keeping the world in sync.
1693              Reply-To: wsanchez@apple.com 
1694              To: perlbug@perl.com 
1695              Date: Fri, 13 Nov 1998 17:11:30 -0800 
1696              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
1697      Branch: cfgperl
1698            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1699            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
1700            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
1701            ! x2p/util.c
1702 ____________________________________________________________________________
1703 [  3107] By: gsar                                  on 1999/03/15  03:22:10
1704         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
1705              From: Daniel Yacob <dmulholl@cs.indiana.edu>
1706              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
1707              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
1708              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
1709      Branch: perl
1710            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1711            + lib/unicode/Is/Syllable.pl
1712            + lib/unicode/MakeEthiopicSyllables.PL
1713            + lib/unicode/README.Ethiopic
1714            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1715            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1716            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1717            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1718            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1719            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1720            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1721            ! lib/unicode/Name.pl lib/unicode/Number.pl
1722 ____________________________________________________________________________
1723 [  3106] By: gsar                                  on 1999/03/12  20:35:36
1724         Log: change#3067 failed package.t due to needless creation of $a and $b;
1725              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
1726      Branch: perl
1727            ! op.c
1728 ____________________________________________________________________________
1729 [  3105] By: jhi                                   on 1999/03/12  15:54:57
1730         Log: Recognize the NetBSD packages collection.
1731      Branch: maint-5.005/perl
1732            ! hints/netbsd.sh
1733 ____________________________________________________________________________
1734 [  3104] By: jhi                                   on 1999/03/12  09:07:04
1735         Log: From: pvhp@forte.com (Peter Prymmer)
1736              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
1737              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
1738              Date: Thu, 11 Mar 99 14:24:54 PST
1739              Message-Id: <9903112224.AA24346@forte.com>
1740      Branch: maint-5.005/perl
1741            ! README.os390 t/lib/posix.t
1742 ____________________________________________________________________________
1743 [  3103] By: jhi                                   on 1999/03/10  11:07:46
1744         Log: Integrate from mainperl.
1745      Branch: cfgperl
1746           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
1747           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
1748           !> t/pragma/warn/1global toke.c win32/makedef.pl
1749 ____________________________________________________________________________
1750 [  3102] By: jhi                                   on 1999/03/10  11:01:20
1751         Log: From: pvhp@forte.com (Peter Prymmer)
1752              To: perl5-porters@perl.org
1753              Subject: [5.005_03-MT6]Patch: time passes
1754              Date: Tue, 9 Mar 99 18:42:17 PST
1755              Message-Id: <9903100242.AA29057@forte.com>
1756      Branch: maint-5.005/perl
1757            ! perl.c
1758 ____________________________________________________________________________
1759 [  3101] By: jhi                                   on 1999/03/10  10:30:15
1760         Log: From: Mark-Jason Dominus <mjd@plover.com>
1761              To: perl5-porters@perl.com
1762              Subject: Minor fix to perlfunc.pod
1763              Date: Mon, 08 Mar 1999 20:05:53 -0500
1764              Message-ID: <19990309010553.13757.qmail@plover.com>
1765      Branch: maint-5.005/perl
1766            ! pod/perlfunc.pod
1767 ____________________________________________________________________________
1768 [  3100] By: gsar                                  on 1999/03/09  23:04:44
1769         Log: change#3060 had the wrong quotes
1770      Branch: perl
1771            ! pod/pod2man.PL
1772 ____________________________________________________________________________
1773 [  3099] By: jhi                                   on 1999/03/09  12:52:21
1774         Log: d_uname was broken (probably since _53), reported by
1775              
1776              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1777              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
1778              cpan-testers@perl.org
1779              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
1780              Date: Mon, 08 Mar 1999 13:22:31 +0000
1781              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
1782              
1783              and
1784              
1785              From: lvirden@cas.org (Larry W. Virden)
1786              To: perlbug@perl.com
1787              Subject: configure not correctly identifying uname posix compatibility
1788              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
1789              Message-Id: <199903081136.GAA23682@cas.org>
1790      Branch: cfgperl
1791            ! Configure config_h.SH
1792 ____________________________________________________________________________
1793 [  3098] By: gsar                                  on 1999/03/09  03:16:07
1794         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1795      Branch: perl
1796            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
1797 ____________________________________________________________________________
1798 [  3097] By: gsar                                  on 1999/03/09  02:50:43
1799         Log: use yyerror() instead of croak() so that compile-time failures in
1800              my(LIST) don't confuse globals with lexicals
1801      Branch: perl
1802            ! op.c toke.c
1803 ____________________________________________________________________________
1804 [  3096] By: gsar                                  on 1999/03/09  02:47:36
1805         Log: adjust testsuite for change#3067
1806      Branch: perl
1807            ! t/pragma/warn/1global
1808 ____________________________________________________________________________
1809 [  3095] By: gsar                                  on 1999/03/08  21:04:48
1810         Log: remove bogus symbols from global.sym
1811      Branch: perl
1812            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
1813            ! perl.h win32/makedef.pl
1814 ____________________________________________________________________________
1815 [  3094] By: jhi                                   on 1999/03/06  16:16:15
1816         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1817              To: jhi@iki.fi
1818              Subject: Oops
1819              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
1820              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
1821      Branch: maint-5.005/perl
1822            ! README.hurd
1823 ____________________________________________________________________________
1824 [  3093] By: jhi                                   on 1999/03/06  15:59:46
1825         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1826              To: jhi@iki.fi
1827              Subject: New Hurd README
1828              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
1829              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
1830      Branch: maint-5.005/perl
1831            ! README.hurd
1832 ____________________________________________________________________________
1833 [  3092] By: jhi                                   on 1999/03/06  12:52:06
1834         Log: From: Paul_Green@stratus.com
1835              To: perl5-porters@perl.org
1836              Cc: jhi@iki.fi, Paul_Green@stratus.com
1837              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
1838              Date: Fri, 5 Mar 1999 18:08:49 -0500 
1839              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
1840      Branch: maint-5.005/perl
1841            ! vos/config.h vos/config_h.SH_orig
1842 ____________________________________________________________________________
1843 [  3091] By: jhi                                   on 1999/03/06  12:42:21
1844         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1845              To: perl5-porters@perl.org, vmsperl@perl.org
1846              Subject: [PATCH 5.005_03-MT6]VMS build patch
1847              Date: Fri, 05 Mar 1999 12:36:19 -0800
1848              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
1849      Branch: maint-5.005/perl
1850            ! vms/subconfigure.com
1851 ____________________________________________________________________________
1852 [  3090] By: gsar                                  on 1999/03/06  04:40:03
1853         Log: integrate change#3089 from mainline
1854              
1855              tolerate CRs after options
1856      Branch: maint-5.005/perl
1857           !> perl.c
1858 ____________________________________________________________________________
1859 [  3089] By: gsar                                  on 1999/03/06  04:30:40
1860         Log: tolerate CRs after options
1861      Branch: perl
1862            ! perl.c
1863 ____________________________________________________________________________
1864 [  3088] By: jhi                                   on 1999/03/05  12:49:01
1865         Log: Integrate from mainperl.
1866      Branch: cfgperl
1867           +> README.hurd
1868           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
1869 ____________________________________________________________________________
1870 [  3087] By: gsar                                  on 1999/03/05  06:41:16
1871         Log: adjust timeouts to accomodate slow/busy systems
1872      Branch: perl
1873            ! t/lib/io_sock.t
1874 ____________________________________________________________________________
1875 [  3083] By: gsar                                  on 1999/03/05  01:32:47
1876         Log: integrate change#3081 from maint-5.005
1877      Branch: perl
1878           !> ext/Errno/Errno_pm.PL
1879 ____________________________________________________________________________
1880 [  3082] By: gsar                                  on 1999/03/05  01:31:06
1881         Log: integrate change#2904 from maint-5.005
1882      Branch: perl
1883           +> README.hurd
1884           !> MANIFEST
1885 ____________________________________________________________________________
1886 [  3081] By: gsar                                  on 1999/03/05  00:14:33
1887         Log: protect against doubled backslashes
1888      Branch: maint-5.005/perl
1889            ! ext/Errno/Errno_pm.PL
1890 ____________________________________________________________________________
1891 [  3077] By: jhi                                   on 1999/03/04  08:10:13
1892         Log: Integrate from mainperl.
1893      Branch: cfgperl
1894           +> ext/B/B/Stash.pm
1895           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
1896           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
1897           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
1898           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
1899 ____________________________________________________________________________
1900 [  3076] By: jhi                                   on 1999/03/04  08:07:59
1901         Log: Regen config_h.SH once more because of *size, 
1902              noticed by
1903              
1904              From: Hans Mulder <hansm@icgned.icgroup.nl>
1905              To: Jarkko Hietaniemi <jhi@iki.fi>
1906              Cc: perl5-porters@perl.org
1907              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1908              Date: Thu,  4 Mar 99 00:10:45 +0100
1909              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1910      Branch: cfgperl
1911            ! Configure config_h.SH
1912 ____________________________________________________________________________
1913 [  3068] By: gsar                                  on 1999/03/04  05:48:03
1914         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
1915              Date: Thu,  4 Mar 99 00:10:45 +0100
1916              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
1917              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
1918      Branch: perl
1919            ! config_h.SH
1920 ____________________________________________________________________________
1921 [  3067] By: gsar                                  on 1999/03/04  05:44:32
1922         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
1923              From: Graham Barr <gbarr@ti.com>
1924              Date: Wed, 3 Mar 1999 17:23:56 -0600
1925              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
1926              Subject: Re: 'use strict' doesn't work for one-letter variables
1927      Branch: perl
1928            ! gv.c op.c
1929 ____________________________________________________________________________
1930 [  3066] By: gsar                                  on 1999/03/04  05:20:50
1931         Log: updates to compiler modules
1932              From: "Vishal Bhatia" <vishalb@hotmail.com>
1933              Date: Tue, 02 Mar 1999 23:27:25 PST
1934              Message-ID: <19990303072725.779.qmail@hotmail.com>
1935              Subject: PATCH 5.005_56 + Test procedure
1936      Branch: perl
1937            + ext/B/B/Stash.pm
1938            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
1939            ! lib/Test/Harness.pm utils/perlcc.PL
1940 ____________________________________________________________________________
1941 [  3065] By: gsar                                  on 1999/03/04  05:03:30
1942         Log: more s/s_/s!/ etc.
1943      Branch: perl
1944            ! pod/perldelta.pod pod/perlfunc.pod
1945 ____________________________________________________________________________
1946 [  3064] By: gsar                                  on 1999/03/04  04:50:45
1947         Log: integrate cfgperl contents into mainline
1948      Branch: perl
1949           !> Configure README.vms bytecode.h config_h.SH configure.com
1950           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
1951           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
1952           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
1953 ____________________________________________________________________________
1954 [  3063] By: gsar                                  on 1999/03/04  04:44:13
1955         Log: HP-UX has yet another spelling for /NaNQ?/
1956      Branch: perl
1957            ! t/lib/bigfloatpm.t
1958 ____________________________________________________________________________
1959 [  3062] By: gsar                                  on 1999/03/04  04:36:08
1960         Log: error-check for accept() test
1961      Branch: perl
1962            ! t/lib/io_sock.t
1963 ____________________________________________________________________________
1964 [  3061] By: gsar                                  on 1999/03/04  03:40:25
1965         Log: allow custom comparison function in File::Compare::compare_text()
1966              From: jan.dubois@ibm.net (Jan Dubois)
1967              Date: Fri, 26 Feb 1999 21:56:09 +0100
1968              Message-ID: <36db0838.8805651@smtp1.ibm.net>
1969              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
1970      Branch: perl
1971            ! lib/File/Compare.pm
1972 ____________________________________________________________________________
1973 [  3060] By: gsar                                  on 1999/03/04  03:37:38
1974         Log: better version of change#3038
1975              From: abigail@fnx.com
1976              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
1977              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
1978              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
1979      Branch: perl
1980            ! pod/pod2man.PL
1981 ____________________________________________________________________________
1982 [  3058] By: jhi                                   on 1999/03/03  22:30:40
1983         Log: Configure regen to
1984              (1) match maint-5.005 patches #3056 and #3057
1985              (2) better version of PHOSTNAME of #3050
1986              (3) the crosscompile/multiarch config_h.SH trouble solved for now
1987      Branch: cfgperl
1988            ! Configure config_h.SH
1989 ____________________________________________________________________________
1990 [  3054] By: jhi                                   on 1999/03/03  09:57:59
1991         Log: Change #3053 missed perldelta.
1992      Branch: cfgperl
1993            ! pod/perldelta.pod
1994 ____________________________________________________________________________
1995 [  3053] By: jhi                                   on 1999/03/03  08:29:43
1996         Log: Use '!' to mark native integer packings instead of '_'.
1997      Branch: cfgperl
1998            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
1999 ____________________________________________________________________________
2000 [  3052] By: jhi                                   on 1999/03/02  23:12:36
2001         Log: The HP-UX threads patch (change #3028) is needed also here.
2002      Branch: cfgperl
2003            ! hints/hpux.sh thread.h
2004 ____________________________________________________________________________
2005 [  3051] By: jhi                                   on 1999/03/02  08:24:52
2006         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2007              To: perl5-porters@perl.org, vmsperl@perl.org
2008              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
2009              Date: Mon, 01 Mar 1999 16:10:57 -0800
2010              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
2011      Branch: cfgperl
2012            ! README.vms
2013      Branch: maint-5.005/perl
2014            ! README.vms
2015 ____________________________________________________________________________
2016 [  3050] By: jhi                                   on 1999/03/02  08:22:29
2017         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2018              To: perl5-porters@perl.org, vmsperl@perl.org
2019              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
2020              Date: Mon, 01 Mar 1999 16:06:29 -0800
2021              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
2022              
2023              From: Dan Sugalski <sugalskd@osshe.edu>
2024              To: perl5-porters@perl.org, vmsperl@perl.org
2025              Subject: [PATCH 5.005_56]vmsish.pm patch
2026              Date: Mon, 01 Mar 1999 20:19:04 -0800
2027              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
2028              
2029              plus Configure regen containing a "solution" to the
2030              crosscompile/multiarch problem.
2031      Branch: cfgperl
2032            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
2033            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
2034 ____________________________________________________________________________
2035 [  3049] By: jhi                                   on 1999/03/02  07:34:21
2036         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
2037              To: perl5-porters@perl.org
2038              Subject: [PATCH] Eliminate (valid) warning in byterun.c
2039              Date: Mon, 01 Mar 1999 17:27:59 -0500
2040              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
2041      Branch: cfgperl
2042            ! bytecode.h
2043      Branch: maint-5.005/perl
2044            ! bytecode.h
2045 ____________________________________________________________________________
2046 [  3048] By: gsar                                  on 1999/03/02  06:41:21
2047         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2048      Branch: perl
2049            ! MANIFEST README.hpux
2050 ____________________________________________________________________________
2051 [  3047] By: jhi                                   on 1999/03/01  06:34:43
2052         Log: Integrate from mainperl.
2053      Branch: cfgperl
2054           +> README.hpux lib/File/Spec/Functions.pm
2055           !> (integrate 28 files)
2056 ____________________________________________________________________________
2057 [  3046] By: gsar                                  on 1999/03/01  05:34:28
2058         Log: this is 5.005_56
2059      Branch: perl
2060            ! Changes
2061
2062 ----------------
2063 Version 5.005_56
2064 ----------------
2065
2066 ____________________________________________________________________________
2067 [  3045] By: gsar                                  on 1999/03/01  03:32:30
2068         Log: destroy PL_svref_mutex in perl_destruct()
2069      Branch: perl
2070            ! perl.c
2071 ____________________________________________________________________________
2072 [  3044] By: gsar                                  on 1999/03/01  00:38:50
2073         Log: up patchlevel &c.
2074      Branch: perl
2075            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
2076            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2077            ! win32/makefile.mk
2078 ____________________________________________________________________________
2079 [  3043] By: gsar                                  on 1999/03/01  00:14:15
2080         Log: integrate cfgperl contents into mainline
2081      Branch: perl
2082            ! pod/perldelta.pod
2083           !> Configure config_h.SH
2084 ____________________________________________________________________________
2085 [  3042] By: gsar                                  on 1999/02/28  23:55:08
2086         Log: slightly edited version of suggested patch
2087              From: jan.dubois@ibm.net (Jan Dubois)
2088              Date: Mon, 01 Mar 1999 00:32:05 +0100
2089              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
2090              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
2091      Branch: perl
2092            + lib/File/Spec/Functions.pm
2093            ! MANIFEST lib/File/Spec.pm
2094 ____________________________________________________________________________
2095 [  3041] By: gsar                                  on 1999/02/28  22:47:19
2096         Log: fix subtle bug in eval'' testsuite
2097      Branch: perl
2098            ! t/op/eval.t
2099 ____________________________________________________________________________
2100 [  3040] By: gsar                                  on 1999/02/28  22:46:24
2101         Log: avoid literal control characters in change#3039
2102      Branch: perl
2103            ! t/base/lex.t
2104 ____________________________________________________________________________
2105 [  3039] By: gsar                                  on 1999/02/28  21:47:18
2106         Log: todo item: permit extended control variables a la ${^Foo} (patch
2107              courtesy Mark-Jason Dominus <mjd@plover.com>)
2108      Branch: perl
2109            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
2110            ! t/base/lex.t toke.c
2111 ____________________________________________________________________________
2112 [  3038] By: gsar                                  on 1999/02/28  21:21:05
2113         Log: From: abigail@fnx.com
2114              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
2115              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
2116              Subject: Recognize -> and => inside [A-Z]<> sequences.
2117      Branch: perl
2118            ! pod/pod2man.PL
2119 ____________________________________________________________________________
2120 [  3037] By: gsar                                  on 1999/02/28  21:12:22
2121         Log: fix longstanding bug: searches for lexicals originating within eval''
2122              weren't stopping at the subroutine boundary correctly
2123      Branch: perl
2124            ! op.c proto.h t/op/eval.t
2125 ____________________________________________________________________________
2126 [  3036] By: gsar                                  on 1999/02/28  20:02:29
2127         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
2128              as stacked list values
2129              From: jan.dubois@ibm.net (Jan Dubois)
2130              Date: Sat, 27 Feb 1999 18:24:17 +0100
2131              Message-ID: <36e22849.36531259@smtp1.ibm.net>
2132              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
2133      Branch: perl
2134            ! win32/win32.c
2135 ____________________________________________________________________________
2136 [  3035] By: gsar                                  on 1999/02/28  19:48:54
2137         Log: remove superfluous stack_sp decl
2138      Branch: perl
2139            ! jpl/JNI/JNI.xs
2140 ____________________________________________________________________________
2141 [  3034] By: gsar                                  on 1999/02/28  19:34:58
2142         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
2143      Branch: perl
2144            ! lib/Getopt/Std.pm
2145 ____________________________________________________________________________
2146 [  3033] By: gsar                                  on 1999/02/28  19:23:41
2147         Log: add File::Compare::compare_text()
2148              From: jan.dubois@ibm.net (Jan Dubois)
2149              Date: Fri, 26 Feb 1999 00:20:41 +0100
2150              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
2151              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
2152      Branch: perl
2153            ! lib/File/Compare.pm pod/perltodo.pod
2154 ____________________________________________________________________________
2155 [  3032] By: gsar                                  on 1999/02/28  19:01:33
2156         Log: add README.hpux
2157      Branch: perl
2158            + README.hpux
2159            ! MAINTAIN MANIFEST
2160 ____________________________________________________________________________
2161 [  3031] By: gsar                                  on 1999/02/28  18:49:08
2162         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
2163              James Cromie <jcromie@fossil.uswc.uswest.com>
2164      Branch: perl
2165            ! lib/Pod/Html.pm
2166 ____________________________________________________________________________
2167 [  3030] By: gsar                                  on 1999/02/28  18:35:09
2168         Log: From: jan.dubois@ibm.net (Jan Dubois)
2169              Date: Wed, 24 Feb 1999 22:34:56 +0100
2170              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
2171              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
2172      Branch: perl
2173            ! lib/Test/Harness.pm
2174 ____________________________________________________________________________
2175 [  3029] By: gsar                                  on 1999/02/28  18:28:18
2176         Log: add note about env pollution
2177      Branch: perl
2178            ! INSTALL pod/perltodo.pod
2179 ____________________________________________________________________________
2180 [  3028] By: jhi                                   on 1999/02/26  14:40:00
2181         Log: HP-UX 11 threads.
2182              
2183              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2184              To: perl5-porters@perl.org
2185              Cc: jhi@cc.hut.fi
2186              Subject: Maint 5 and _54 with threading on HP-UX 11.00
2187              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
2188              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
2189              
2190              NOTE from jhi: the hpux hints could still be more robust by
2191              disabling gdbm when necessary.
2192              
2193              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
2194              linking -lgdbm -lpthread creates an executable that instantly
2195              core dumps on a pthreads internal panic:
2196              
2197              ./gdpt
2198              
2199              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
2200              Return Pointer is 0xc082bf33
2201              17639 quit (core dumped)  ./gdpt
2202              
2203              You don't have to *use* either gdbm or pthreads in the executable,
2204              just linking them together is enough.  Workaround is to recompile
2205              the GDBM under HP-UX 11, that makes the problem go away.
2206      Branch: maint-5.005/perl
2207            ! hints/hpux.sh thread.h
2208 ____________________________________________________________________________
2209 [  3025] By: jhi                                   on 1999/02/25  20:41:07
2210         Log: Temporary workaround for the config_h.SH versus
2211              crosscompile and multiarch plus introduce 'rt'
2212              to $libswanted: in UNIX98 sched_yield() lives there.
2213      Branch: cfgperl
2214            ! Configure config_h.SH
2215 ____________________________________________________________________________
2216 [  3024] By: jhi                                   on 1999/02/24  12:54:59
2217         Log: Integrate from mainperl.
2218      Branch: cfgperl
2219           +> t/lib/fatal.t
2220           !> (integrate 44 files)
2221 ____________________________________________________________________________
2222 [  3023] By: gsar                                  on 1999/02/24  07:02:12
2223         Log: integrate cfgperl contents
2224      Branch: perl
2225           !> (integrate 30 files)
2226 ____________________________________________________________________________
2227 [  3022] By: gsar                                  on 1999/02/24  05:59:47
2228         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
2229              Date: 23 Feb 1999 17:53:22 -0700
2230              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
2231              Subject: [PATCH: _55] perldoc -q broken
2232      Branch: perl
2233            ! utils/perldoc.PL
2234 ____________________________________________________________________________
2235 [  3021] By: gsar                                  on 1999/02/24  05:51:53
2236         Log: ansify perlio.c, fix PerlIO-ish typos
2237      Branch: perl
2238            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
2239            ! iperlsys.h perlio.c
2240 ____________________________________________________________________________
2241 [  3020] By: gsar                                  on 1999/02/24  05:28:06
2242         Log: adjust a Perl_malloc() flag for NeXT
2243              From: Hans Mulder <hansm@icgned.icgroup.nl>
2244              Date: Tue, 23 Feb 99 00:26:25 +0100
2245              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
2246              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
2247      Branch: perl
2248            ! perl.h
2249 ____________________________________________________________________________
2250 [  3019] By: gsar                                  on 1999/02/24  05:19:42
2251         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
2252      Branch: perl
2253            ! pod/perltodo.pod
2254 ____________________________________________________________________________
2255 [  3018] By: gsar                                  on 1999/02/24  04:15:18
2256         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2257              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
2258              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
2259              Subject: improved error message [PATCH _55] [RESEND]
2260      Branch: perl
2261            ! sv.c
2262 ____________________________________________________________________________
2263 [  3017] By: gsar                                  on 1999/02/24  03:50:34
2264         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2265              Date: Sun, 21 Feb 1999 20:02:18 -0700
2266              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
2267              Subject: perlfunc updates (against 55)
2268      Branch: perl
2269            ! pod/perlfunc.pod
2270 ____________________________________________________________________________
2271 [  3016] By: gsar                                  on 1999/02/24  03:17:05
2272         Log: testsuite adjustments
2273              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2274              Date: Sat, 20 Feb 1999 15:24:57 +0000
2275              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
2276              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
2277      Branch: perl
2278            ! t/lib/io_sock.t t/op/lex_assign.t
2279 ____________________________________________________________________________
2280 [  3015] By: gsar                                  on 1999/02/24  02:54:47
2281         Log: avoid modifying readonly values from qw()
2282      Branch: perl
2283            ! lib/ExtUtils/MM_Unix.pm
2284 ____________________________________________________________________________
2285 [  3014] By: gsar                                  on 1999/02/24  02:49:04
2286         Log: more "correct" utbuf for utime()
2287      Branch: perl
2288            ! doio.c
2289 ____________________________________________________________________________
2290 [  3013] By: jhi                                   on 1999/02/22  19:27:44
2291         Log: Fix MacPerl version, change PowerUX to PowerMAX.
2292              
2293              From: Chris Nandor <pudge@pobox.com>
2294              To: jhi@iki.fi
2295              Cc: perl5-porters@perl.org
2296              Subject: Re: perl current availability as documented by perl.pod
2297              Date: Sun, 21 Feb 1999 11:06:03 -0500
2298              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
2299              
2300              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2301              To: jhi@iki.fi
2302              Cc: perl5-porters@perl.org
2303              Subject: Re: perl current availability as documented by perl.pod
2304              Date: Mon, 22 Feb 1999 13:08:30 GMT
2305              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
2306      Branch: cfgperl
2307            ! pod/perl.pod
2308      Branch: maint-5.005/perl
2309            ! pod/perl.pod
2310 ____________________________________________________________________________
2311 [  3012] By: jhi                                   on 1999/02/22  10:26:11
2312         Log: Snapshot the cross-compilation/multiarchitecture stuff
2313              (currently broken in next)
2314      Branch: cfgperl
2315            ! Configure config_h.SH pp.c
2316 ____________________________________________________________________________
2317 [  3011] By: jhi                                   on 1999/02/22  10:24:51
2318         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2319              To: gsar@activestate.com (Gurusamy Sarathy)
2320              Cc: perl5-porters@perl.org (Perl5 Porters)
2321              Subject: [PATCH 5.005_55] DB_File 1.64 patch
2322              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
2323              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
2324      Branch: cfgperl
2325            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2326            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
2327 ____________________________________________________________________________
2328 [  3009] By: jhi                                   on 1999/02/22  09:14:26
2329         Log: Scratch #3008 and introduce $crosscompile and $multiarch
2330              also in non-Configure lands.
2331      Branch: cfgperl
2332            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
2333            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
2334            ! win32/config.gc win32/config.vc win32/config_H.bc
2335            ! win32/config_H.gc win32/config_H.vc
2336 ____________________________________________________________________________
2337 [  3008] By: jhi                                   on 1999/02/22  08:58:04
2338         Log: Add -DMULTIARCH (see change #3006).
2339      Branch: cfgperl
2340            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
2341 ____________________________________________________________________________
2342 [  3007] By: jhi                                   on 1999/02/22  08:54:06
2343         Log: Undo the references to local{lib,arch} introduced by #3006.
2344      Branch: cfgperl
2345            ! Configure config_h.SH
2346 ____________________________________________________________________________
2347 [  3006] By: jhi                                   on 1999/02/22  08:43:50
2348         Log: From: hansm@icgned.icgroup.nl
2349              To: perlbug@perl.com
2350              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
2351              Date: Sun, 21 Feb 1999 22:58:55 +0100
2352              Reply-To: hansmu@xs4all.nl
2353              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
2354              
2355              plus other Configure changes: prepare for cross-compilation/
2356              multiarchitecture builds.
2357      Branch: cfgperl
2358            ! Configure config_h.SH
2359 ____________________________________________________________________________
2360 [  3005] By: jhi                                   on 1999/02/22  08:35:30
2361         Log: Configure/Perl knew how to look for use Mach cthreads
2362              but Configure didn't let them to be used ($osname 'next').
2363      Branch: cfgperl
2364            ! Configure config_h.SH
2365      Branch: maint-5.005/perl
2366            ! Configure
2367 ____________________________________________________________________________
2368 [  3004] By: jhi                                   on 1999/02/21  15:46:02
2369         Log: Update Acorn AVAILABILITY.
2370      Branch: cfgperl
2371            ! pod/perl.pod
2372      Branch: maint-5.005/perl
2373            ! pod/perl.pod
2374 ____________________________________________________________________________
2375 [  3003] By: jhi                                   on 1999/02/21  14:50:42
2376         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
2377              To: perl5-porters@perl.org (Perl 5 Porters)
2378              Subject: PATCH: perlref.pod - symbolic ref example
2379              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
2380              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
2381      Branch: cfgperl
2382            ! pod/perlref.pod
2383      Branch: maint-5.005/perl
2384            ! pod/perlref.pod
2385 ____________________________________________________________________________
2386 [  3002] By: jhi                                   on 1999/02/21  14:35:22
2387         Log: Sync cfgperl with maint-5.005 change #3000.
2388      Branch: cfgperl
2389            ! pod/perlfunc.pod t/op/pack.t
2390 ____________________________________________________________________________
2391 [  2999] By: gsar                                  on 1999/02/20  22:48:30
2392         Log: From:    John Bley <jbb6@acpub.duke.edu>
2393              Date:    Sat, 20 Feb 1999 16:02:34 EST
2394              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
2395              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
2396      Branch: perl
2397            ! regcomp.c
2398 ____________________________________________________________________________
2399 [  2998] By: jhi                                   on 1999/02/20  14:13:06
2400         Log: Enhanced the endianness description.
2401      Branch: cfgperl
2402            ! pod/perlfunc.pod
2403 ____________________________________________________________________________
2404 [  2996] By: jhi                                   on 1999/02/20  13:55:41
2405         Log: Glossary now mostly fixed.
2406      Branch: cfgperl
2407            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2408            ! config_h.SH
2409 ____________________________________________________________________________
2410 [  2994] By: jhi                                   on 1999/02/20  11:58:33
2411         Log: Perldeltify GNU/Hurd.
2412      Branch: cfgperl
2413            ! pod/perldelta.pod
2414 ____________________________________________________________________________
2415 [  2993] By: gsar                                  on 1999/02/20  00:59:10
2416         Log: fix typo in Perl_sbrk()
2417              From: hansm@icgned.icgroup.nl
2418              Date: Fri, 19 Feb 1999 23:19:31 +0100
2419              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
2420              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
2421      Branch: perl
2422            ! malloc.c
2423 ____________________________________________________________________________
2424 [  2992] By: gsar                                  on 1999/02/20  00:51:08
2425         Log: integrate change#2980 from maint-5.005
2426      Branch: perl
2427           !> utils/h2xs.PL
2428 ____________________________________________________________________________
2429 [  2991] By: gsar                                  on 1999/02/20  00:34:01
2430         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2431              Date: Thu, 18 Feb 1999 18:51:38 +0000
2432              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
2433              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
2434      Branch: perl
2435            ! pp_hot.c t/op/pat.t
2436 ____________________________________________________________________________
2437 [  2990] By: gsar                                  on 1999/02/20  00:30:48
2438         Log: From: jan.dubois@ibm.net (Jan Dubois)
2439              Date: Thu, 18 Feb 1999 19:14:07 +0100
2440              Message-ID: <36d15809.40853323@smtp1.ibm.net>
2441              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
2442      Branch: perl
2443            ! win32/win32.c
2444 ____________________________________________________________________________
2445 [  2989] By: gsar                                  on 1999/02/20  00:27:01
2446         Log: do poll() emulation unless HAS_POLL && I_POLL
2447      Branch: perl
2448            ! ext/IO/poll.h
2449 ____________________________________________________________________________
2450 [  2988] By: gsar                                  on 1999/02/19  23:52:12
2451         Log: tweak RE for NaNQ? recognition
2452      Branch: perl
2453            ! t/lib/bigfloatpm.t
2454 ____________________________________________________________________________
2455 [  2987] By: gsar                                  on 1999/02/19  23:29:59
2456         Log: mention C<use utf8> and C<use warning> in perldelta
2457      Branch: perl
2458            ! pod/perldelta.pod
2459 ____________________________________________________________________________
2460 [  2985] By: jhi                                   on 1999/02/19  20:43:19
2461         Log: pack/unpack better in (network-)short-non-16-bits and
2462              (network-)long-non-32-bits systems such as Cray C90.
2463      Branch: cfgperl
2464            ! perl.h pp.c t/op/pack.t
2465 ____________________________________________________________________________
2466 [  2984] By: jhi                                   on 1999/02/19  20:38:54
2467         Log: Regen Configure.
2468      Branch: cfgperl
2469            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2470            ! perl.c
2471 ____________________________________________________________________________
2472 [  2982] By: jhi                                   on 1999/02/19  19:51:49
2473         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
2474              not probed for and         
2475              
2476              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2477              To: Chaim Frenkel <chaimf@pobox.com>,
2478              Russ Allbery <rra@stanford.edu>,
2479              Jarkko Hietaniemi <jhi@iki.fi>,
2480              Gurusamy Sarathy <gsar@activestate.com>,
2481              Graham Barr <gbarr@pobox.com>
2482              Cc: bdensch@ameritech.net, perlbug@perl.com
2483              Subject: [PATCH] Re: Solaris 7 for Intel
2484              Message-ID: <19990219124404.A30182@O2.chapin.edu>
2485              
2486              Glossary is still missing some terms because
2487              mkglossary is misbehaving (change #2981 updated
2488              Glossary manually)
2489      Branch: cfgperl
2490            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2491            ! Porting/config_H
2492 ____________________________________________________________________________
2493 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
2494         Log: Make result of h2xs work when user adds C<use strict>
2495      Branch: maint-5.005/perl
2496            ! utils/h2xs.PL
2497 ____________________________________________________________________________
2498 [  2979] By: gsar                                  on 1999/02/19  05:24:29
2499         Log: doc for change#2978
2500      Branch: perl
2501            ! pod/perlsub.pod
2502 ____________________________________________________________________________
2503 [  2978] By: gsar                                  on 1999/02/19  05:08:29
2504         Log: bring '*' prototype closer to how it behaves internally
2505      Branch: perl
2506            + t/lib/fatal.t
2507            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
2508 ____________________________________________________________________________
2509 [  2977] By: gsar                                  on 1999/02/19  02:50:31
2510         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
2511      Branch: perl
2512            ! perly.h
2513 ____________________________________________________________________________
2514 [  2975] By: gsar                                  on 1999/02/18  21:41:57
2515         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
2516              of lexical searches in BEGIN|INIT|END)
2517      Branch: perl
2518            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
2519            ! vms/perly_c.vms
2520 ____________________________________________________________________________
2521 [  2974] By: gsar                                  on 1999/02/18  21:03:06
2522         Log: missing PERL_POLLUTE_MALLOC
2523      Branch: perl
2524            ! ext/SDBM_File/sdbm/sdbm.h
2525 ____________________________________________________________________________
2526 [  2973] By: gsar                                  on 1999/02/18  17:10:49
2527         Log: From:    Andy Dougherty <doughera@lafayette.edu>
2528              Date:    Wed, 17 Feb 1999 17:22:50 EST
2529              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
2530              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
2531      Branch: perl
2532            ! lib/dotsh.pl
2533 ____________________________________________________________________________
2534 [  2972] By: gsar                                  on 1999/02/18  17:04:12
2535         Log: s/#defined/#define/
2536      Branch: perl
2537            ! ext/Data/Dumper/Dumper.xs
2538 ____________________________________________________________________________
2539 [  2970] By: gsar                                  on 1999/02/18  03:26:43
2540         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
2541      Branch: perl
2542            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2543            ! ext/GDBM_File/typemap
2544 ____________________________________________________________________________
2545 [  2969] By: gsar                                  on 1999/02/17  23:30:47
2546         Log: correct slurp mode doc
2547      Branch: perl
2548            ! pod/perlfunc.pod pod/perlop.pod
2549 ____________________________________________________________________________
2550 [  2968] By: jhi                                   on 1999/02/17  23:15:49
2551         Log: Ultrix hints update.
2552              
2553              From: Spider Boardman <spider@zk3.dec.com>
2554              To: perlbug@perl.com
2555              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
2556              Date: Tue, 16 Feb 1999 23:04:28 -0500
2557              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
2558      Branch: cfgperl
2559            ! hints/ultrix_4.sh
2560 ____________________________________________________________________________
2561 [  2966] By: jhi                                   on 1999/02/17  23:09:21
2562         Log: Change #2965 wiped out some Sarathy's _55 changes.
2563              Now unwiped.
2564      Branch: cfgperl
2565            ! Configure pp.c t/op/pack.t
2566 ____________________________________________________________________________
2567 [  2965] By: jhi                                   on 1999/02/17  23:00:04
2568         Log: Configure tweaks.
2569              
2570              Fix the Unixware/SCO uname scan:
2571              
2572              From: Tom Hughes <thh@cyberscience.com>
2573              To: perlbug@perl.com
2574              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
2575              Date: 17 Feb 1999 15:34:15 +0000    
2576              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
2577              
2578              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
2579              
2580              From: Joe Buehler <jhpb@hekimian.com>
2581              To: perl5-porters@perl.org
2582              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
2583              Date: 12 Feb 1999 11:25:21 -0500
2584              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
2585              
2586              Make the pthreads joinable constant scan to output to fd 4, not 2.
2587      Branch: cfgperl
2588            ! Configure
2589 ____________________________________________________________________________
2590 [  2964] By: gsar                                  on 1999/02/17  21:30:07
2591         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2592              Date: Wed, 17 Feb 1999 06:53:13 -0700
2593              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
2594              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
2595      Branch: perl
2596            ! lib/Pod/Functions.pm
2597 ____________________________________________________________________________
2598 [  2963] By: gsar                                  on 1999/02/17  21:18:21
2599         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
2600              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2601              Date: Wed, 17 Feb 1999 10:06:01 +0000
2602              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
2603              Subject: Re: [5.005_53] panic: pad_free curpad 
2604      Branch: perl
2605            ! regcomp.c regexec.c t/op/misc.t
2606 ____________________________________________________________________________
2607 [  2962] By: gsar                                  on 1999/02/16  21:26:28
2608         Log: NaNQ? tweak
2609      Branch: perl
2610            ! t/lib/bigfloatpm.t
2611 ____________________________________________________________________________
2612 [  2961] By: jhi                                   on 1999/02/16  19:26:38
2613         Log: Integrate from mainperl.
2614      Branch: cfgperl
2615           !> (integrate 37 files)
2616 ____________________________________________________________________________
2617 [  2960] By: gsar                                  on 1999/02/16  18:04:29
2618         Log: undo change#2465 (qw[] is a real list now)
2619      Branch: perl
2620            ! pod/perlop.pod
2621 ____________________________________________________________________________
2622 [  2959] By: gsar                                  on 1999/02/16  07:09:33
2623         Log: this was 5.005_55
2624      Branch: perl
2625            ! Changes
2626
2627 ----------------
2628 Version 5.005_55
2629 ----------------
2630
2631 ____________________________________________________________________________
2632 [  2958] By: gsar                                  on 1999/02/16  06:18:27
2633         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
2634              elide dups and non-dependents from Changes
2635      Branch: perl
2636            ! Changes pod/perlhist.pod
2637           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
2638           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
2639           !> pod/perlport.pod pp.c t/op/pack.t
2640 ____________________________________________________________________________
2641 [  2957] By: gsar                                  on 1999/02/16  04:09:47
2642         Log: propagate PERL_VERSION everywhere, add to pod
2643      Branch: perl
2644            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
2645            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
2646            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
2647            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
2648            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
2649            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
2650            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
2651            ! win32/config.gc win32/config.vc win32/config_sh.PL
2652            ! win32/win32.c x2p/a2py.c
2653 ____________________________________________________________________________
2654 [  2955] By: jhi                                   on 1999/02/15  16:15:03
2655         Log: The pack tests now better in C90 (after the packnative patches).
2656      Branch: cfgperl
2657            ! t/op/pack.t
2658 ____________________________________________________________________________
2659 [  2954] By: gsar                                  on 1999/02/15  14:11:50
2660         Log: tweak Configure to follow new PERL_VERSION etc.
2661      Branch: perl
2662            ! Configure patchlevel.h pod/perlhist.pod
2663 ____________________________________________________________________________
2664 [  2953] By: jhi                                   on 1999/02/15  14:02:21
2665         Log: Integrate from mainperl.
2666      Branch: cfgperl
2667           !> MANIFEST Porting/makerel
2668 ____________________________________________________________________________
2669 [  2952] By: jhi                                   on 1999/02/15  13:50:07
2670         Log: Enhance the packnative patch: use the packnative code
2671              only if required.  Also added hefty testing (hopefully
2672              I didn't assume too much...).  Tested on alpha, ix86, sparc.
2673      Branch: cfgperl
2674            ! pod/perlfunc.pod pp.c t/op/pack.t
2675 ____________________________________________________________________________
2676 [  2951] By: jhi                                   on 1999/02/15  13:46:56
2677         Log: AVAILABILITY from 5.005_03-tobe, will of course
2678              require updating when 5.006 comes out.
2679      Branch: cfgperl
2680            ! pod/perl.pod
2681 ____________________________________________________________________________
2682 [  2949] By: gsar                                  on 1999/02/15  13:28:51
2683         Log: will this be it for 5.005_55?
2684      Branch: perl
2685            ! MANIFEST Porting/makerel
2686 ____________________________________________________________________________
2687 [  2948] By: jhi                                   on 1999/02/15  13:23:52
2688         Log: Integrate from mainperl.
2689      Branch: cfgperl
2690           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
2691           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2692           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2693           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
2694           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
2695           !> win32/config.gc win32/config.vc win32/config_H.bc
2696           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2697 ____________________________________________________________________________
2698 [  2947] By: jhi                                   on 1999/02/15  13:20:41
2699         Log: perlport.pod 1.39 from Chris.
2700      Branch: cfgperl
2701            ! pod/perlport.pod
2702 ____________________________________________________________________________
2703 [  2946] By: jhi                                   on 1999/02/15  13:09:58
2704         Log: Import Ultrix update, change #2864, 
2705              
2706              From: Spider Boardman <spider@zk3.dec.com>
2707              To: perlbug@perl.com
2708              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2709              Date: Wed, 10 Feb 1999 23:33:31 -0500
2710              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2711      Branch: cfgperl
2712            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2713 ____________________________________________________________________________
2714 [  2945] By: jhi                                   on 1999/02/15  13:04:50
2715         Log: OpenBSD sparc SHMLBA.
2716      Branch: cfgperl
2717            ! ext/IPC/SysV/SysV.xs
2718 ____________________________________________________________________________
2719 [  2944] By: gsar                                  on 1999/02/15  12:09:52
2720         Log: update win32/config* stuff, Changes
2721      Branch: perl
2722            ! Changes win32/Makefile win32/config.bc win32/config.gc
2723            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2724            ! win32/config_H.vc win32/makefile.mk
2725 ____________________________________________________________________________
2726 [  2943] By: gsar                                  on 1999/02/15  11:54:08
2727         Log: #include patchlevel.h by default, provide
2728              PERL_{REVISION,VERSION,SUBVERSION}
2729      Branch: perl
2730            ! patchlevel.h perl.h
2731 ____________________________________________________________________________
2732 [  2942] By: gsar                                  on 1999/02/15  10:26:59
2733         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
2734              misc fixes
2735      Branch: perl
2736            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
2737 ____________________________________________________________________________
2738 [  2941] By: gsar                                  on 1999/02/15  10:24:37
2739         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
2740              Message-ID: <19990207002851.B9185@toldyouso.com>
2741              Message-ID: <19990207212152.A9765@toldyouso.com>
2742              Message-ID: <19990207212041.A9622@toldyouso.com>
2743              Message-ID: <19990207213127.A10244@toldyouso.com>
2744              Message-ID: <19990207212559.A9950@toldyouso.com>
2745              Message-ID: <19990207212842.A9994@toldyouso.com>
2746              Message-ID: <19990207212500.A9860@toldyouso.com>
2747              Message-ID: <19990207213013.A10105@toldyouso.com>
2748      Branch: perl
2749            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2750            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2751            ! pod/perlmodlib.pod pod/perltoc.pod
2752 ____________________________________________________________________________
2753 [  2940] By: gsar                                  on 1999/02/15  10:07:08
2754         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
2755              of suggested patch)
2756              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
2757              Date: Mon, 08 Feb 1999 01:14:41 -0000
2758              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
2759              Subject: [PATCH 5.005_54] some pending C.pm stuff 
2760      Branch: perl
2761            ! ext/B/B/C.pm
2762 ____________________________________________________________________________
2763 [  2939] By: jhi                                   on 1999/02/15  08:40:18
2764         Log: Integrate from mainperl.
2765      Branch: cfgperl
2766           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
2767            - lib/File/PathConvert.pm
2768           !> (integrate 81 files)
2769 ____________________________________________________________________________
2770 [  2938] By: gsar                                  on 1999/02/15  06:56:39
2771         Log: change#2839 was bogus, redo
2772      Branch: perl
2773           !> t/lib/h2ph.pht
2774 ____________________________________________________________________________
2775 [  2937] By: gsar                                  on 1999/02/15  06:38:15
2776         Log: support Win32::GetFullPathName() and Win32::SetLastError()
2777              From: jan.dubois@ibm.net (Jan Dubois)
2778              Date: Tue, 09 Feb 1999 22:27:31 +0100
2779              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
2780              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
2781      Branch: perl
2782            ! win32/win32.c
2783 ____________________________________________________________________________
2784 [  2936] By: gsar                                  on 1999/02/15  06:26:39
2785         Log: support native integers, pack("L_",...) etc. (via private mail)
2786              From: Jarkko Hietaniemi <jhi@iki.fi>
2787              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
2788              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
2789              Subject: the "packnative" patch
2790      Branch: perl
2791            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
2792            ! t/lib/ipc_sysv.t t/op/pack.t
2793 ____________________________________________________________________________
2794 [  2935] By: gsar                                  on 1999/02/15  06:04:02
2795         Log: From: Michael G Schwern <schwern@pobox.com>
2796              Date: Tue, 9 Feb 1999 04:13:12 -0500
2797              Message-ID: <19990209041312.A15788@toldyouso.com>
2798              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
2799      Branch: perl
2800            ! utils/h2xs.PL
2801 ____________________________________________________________________________
2802 [  2934] By: gsar                                  on 1999/02/15  05:30:13
2803         Log: fix bugs in the handling of negative numbers, among other things
2804              From: Steven Knight <knight@theopera.baldmt.citilink.com>
2805              Date: Mon, 8 Feb 1999 01:16:24 -0600
2806              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
2807              Subject: Math::BigFloat and Math::BigInt
2808      Branch: perl
2809            + t/lib/bigfloat.t t/lib/bigfloatpm.t
2810            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
2811            ! t/lib/bigintpm.t
2812 ____________________________________________________________________________
2813 [  2933] By: gsar                                  on 1999/02/15  04:57:52
2814         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
2815              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
2816              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
2817              Subject: s2p incorrectly handles hold space commands
2818      Branch: perl
2819            ! x2p/s2p.PL
2820 ____________________________________________________________________________
2821 [  2932] By: gsar                                  on 1999/02/15  04:45:55
2822         Log: clarify what a "line" is
2823      Branch: perl
2824            ! pod/perlfunc.pod pod/perlvar.pod
2825 ____________________________________________________________________________
2826 [  2931] By: gsar                                  on 1999/02/15  04:23:29
2827         Log: backout change#2811 and add newer version based on File::Spec
2828              From: Barrie Slaymaker <rbs@telerama.com>
2829              Date: Thu, 11 Feb 1999 16:29:24 -0500
2830              Message-ID: <36C34BB4.A62090E0@telerama.com>
2831              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
2832      Branch: perl
2833            - lib/File/PathConvert.pm
2834            ! MANIFEST installhtml lib/Pod/Html.pm
2835 ____________________________________________________________________________
2836 [  2930] By: gsar                                  on 1999/02/15  04:16:25
2837         Log: From: Barrie Slaymaker <rbs@telerama.com>
2838              Date: Thu, 11 Feb 1999 19:39:48 -0500
2839              Message-ID: <36C37854.707D139@telerama.com>
2840              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
2841      Branch: perl
2842            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2843 ____________________________________________________________________________
2844 [  2929] By: gsar                                  on 1999/02/15  04:06:50
2845         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
2846              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
2847              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
2848              Subject: [PATCH]5.005_54 (DOC) fix many typos
2849              --
2850              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
2851              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
2852              Subject: [PATCH]5.005_54 (DOC) typos
2853      Branch: perl
2854            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
2855            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
2856            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2857            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2858            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
2859            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
2860            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
2861            ! pod/perlvar.pod pod/perlxs.pod
2862 ____________________________________________________________________________
2863 [  2928] By: gsar                                  on 1999/02/15  03:39:53
2864         Log: allow the Carp routines to pass through exception objects
2865      Branch: perl
2866            ! lib/Carp.pm
2867 ____________________________________________________________________________
2868 [  2927] By: gsar                                  on 1999/02/15  03:22:57
2869         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
2870      Branch: perl
2871            ! pod/perlfaq8.pod
2872 ____________________________________________________________________________
2873 [  2926] By: gsar                                  on 1999/02/15  03:19:39
2874         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
2875              have done that, but didn't)
2876      Branch: perl
2877           !> utils/h2ph.PL
2878 ____________________________________________________________________________
2879 [  2925] By: gsar                                  on 1999/02/15  03:17:01
2880         Log: integrate cfgperl changes into mainline
2881      Branch: perl
2882            ! Changes
2883           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2884           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
2885           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
2886           !> vms/subconfigure.com
2887 ____________________________________________________________________________
2888 [  2924] By: gsar                                  on 1999/02/15  03:07:08
2889         Log: add const qualifier to most char* prototypes, handle ripple effect
2890      Branch: perl
2891            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
2892            ! universal.c util.c
2893 ____________________________________________________________________________
2894 [  2923] By: gsar                                  on 1999/02/15  01:04:30
2895         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2896              Date: Thu, 04 Feb 1999 02:37:31 +0000
2897              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
2898              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
2899      Branch: perl
2900            ! pp_ctl.c t/op/range.t
2901 ____________________________________________________________________________
2902 [  2922] By: gsar                                  on 1999/02/15  00:24:34
2903         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2904              Date: Sun, 31 Jan 1999 01:50:06 +0000
2905              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
2906              Subject: [PATCH 5.005_03t4] regexp flags bug
2907      Branch: perl
2908            ! regcomp.c t/op/re_tests
2909 ____________________________________________________________________________
2910 [  2921] By: gsar                                  on 1999/02/15  00:13:02
2911         Log: use New() et al., rather than safemalloc() et al.
2912              From: jan.dubois@ibm.net (Jan Dubois)
2913              Date: Fri, 29 Jan 1999 23:27:22 +0100
2914              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
2915              Subject: [PATCH _03-MT5] POSIX.xs memory API
2916      Branch: perl
2917            ! ext/POSIX/POSIX.xs
2918 ____________________________________________________________________________
2919 [  2920] By: gsar                                  on 1999/02/15  00:05:33
2920         Log: tweak READ() docs to mention $buffer must be altered by reference
2921      Branch: perl
2922            ! pod/perltie.pod
2923 ____________________________________________________________________________
2924 [  2919] By: gsar                                  on 1999/02/14  23:50:39
2925         Log: applied suggested patch, with several language/readability tweaks
2926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2927              Date: Fri, 29 Jan 1999 00:25:02 -0500
2928              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
2929              Subject: Re: [PATCH 5.005_*] Better parsing docs
2930      Branch: perl
2931            ! pod/perlop.pod
2932 ____________________________________________________________________________
2933 [  2918] By: gsar                                  on 1999/02/14  23:20:42
2934         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
2935              of silently returning bogus values)
2936              From: Peter Chines <pchines@nhgri.nih.gov>
2937              Date: Wed, 27 Jan 1999 16:11:31 -0500
2938              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
2939              Subject: Time::Local
2940      Branch: perl
2941            ! lib/Time/Local.pm pod/perldelta.pod
2942 ____________________________________________________________________________
2943 [  2917] By: gsar                                  on 1999/02/14  11:21:43
2944         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2945              Date: Thu, 28 Jan 1999 10:02:20 -0500
2946              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
2947              Subject: Re: [PATCH 5.005_53] Better perldoc
2948      Branch: perl
2949            ! utils/perldoc.PL
2950 ____________________________________________________________________________
2951 [  2916] By: gsar                                  on 1999/02/14  10:59:38
2952         Log: back out change#2751, apply updated version 
2953              From: jan.dubois@ibm.net (Jan Dubois)
2954              Date: Sat, 06 Feb 1999 01:06:29 +0100
2955              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
2956              Subject: [PATCH] Cleanup of File::Spec module
2957      Branch: perl
2958            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2959            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2960            ! lib/File/Spec/Win32.pm
2961 ____________________________________________________________________________
2962 [  2915] By: gsar                                  on 1999/02/14  10:48:01
2963         Log: tweak select() test
2964      Branch: perl
2965            ! pod/perlipc.pod t/op/fh.t
2966 ____________________________________________________________________________
2967 [  2914] By: gsar                                  on 1999/02/14  10:25:55
2968         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
2969      Branch: perl
2970            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
2971 ____________________________________________________________________________
2972 [  2913] By: gsar                                  on 1999/02/14  10:03:51
2973         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
2974              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
2975              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
2976              Subject: Re: SvOPV() or SvPV_nolen() or ...
2977      Branch: perl
2978            ! pod/perlguts.pod
2979 ____________________________________________________________________________
2980 [  2912] By: gsar                                  on 1999/02/14  09:57:29
2981         Log: provide SvPV_nolen(sv) to avoid use of PL_na
2982              From: jan.dubois@ibm.net (Jan Dubois)
2983              Date: Sun, 24 Jan 1999 02:45:32 +0100
2984              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
2985              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
2986      Branch: perl
2987            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
2988            ! sv.h
2989 ____________________________________________________________________________
2990 [  2911] By: gsar                                  on 1999/02/14  06:51:05
2991         Log: elide stray effluvium
2992      Branch: perl
2993            ! pod/perldelta.pod
2994 ____________________________________________________________________________
2995 [  2910] By: gsar                                  on 1999/02/14  05:51:56
2996         Log: slurping an empty file should return '' rather than undef, with
2997              commensurate effects on ARGV processing
2998      Branch: perl
2999            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3000            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
3001 ____________________________________________________________________________
3002 [  2909] By: gsar                                  on 1999/02/14  00:02:11
3003         Log: perly_c.diff typo
3004      Branch: perl
3005            ! perly.c perly_c.diff vms/perly_c.vms
3006 ____________________________________________________________________________
3007 [  2908] By: gsar                                  on 1999/02/13  18:20:13
3008         Log: From: jan.dubois@ibm.net (Jan Dubois)
3009              Date: Sat, 13 Feb 1999 13:25:53 +0100
3010              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
3011              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
3012      Branch: perl
3013            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
3014 ____________________________________________________________________________
3015 [  2907] By: jhi                                   on 1999/02/13  15:07:26
3016         Log: Integrate from mainperl.
3017      Branch: cfgperl
3018           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
3019           !> (integrate 150 files)
3020 ____________________________________________________________________________
3021 [  2903] By: gsar                                  on 1999/02/12  13:25:59
3022         Log: From: jan.dubois@ibm.net (Jan Dubois)
3023              Date: Sun, 24 Jan 1999 01:12:00 +0100
3024              Message-ID: <36b66479.62756298@smtp1.ibm.net>
3025              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
3026      Branch: perl
3027            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
3028            ! proto.h sv.c sv.h
3029 ____________________________________________________________________________
3030 [  2902] By: gsar                                  on 1999/02/12  12:55:11
3031         Log: script to generate ctags from etags
3032              From: Colin Kuskie <ckuskie@cadence.com>
3033              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
3034              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
3035              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
3036      Branch: perl
3037            + emacs/e2ctags.pl
3038            ! Makefile.SH pod/perlfaq3.pod
3039 ____________________________________________________________________________
3040 [  2901] By: gsar                                  on 1999/02/12  12:40:17
3041         Log: allow boolean assign ops to be lvalues
3042              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3043              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
3044              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
3045              --
3046              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3047              Date: Mon, 18 Jan 1999 10:04:00 +0000
3048              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
3049              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
3050      Branch: perl
3051            + t/op/lop.t
3052            ! MANIFEST op.c
3053 ____________________________________________________________________________
3054 [  2899] By: jhi                                   on 1999/02/12  12:03:48
3055         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
3056      Branch: cfgperl
3057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3058            ! config_h.SH hints/openbsd.sh
3059 ____________________________________________________________________________
3060 [  2898] By: gsar                                  on 1999/02/12  11:49:25
3061         Log: support win32_putenv()
3062      Branch: perl
3063            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
3064            ! win32/win32.c win32/win32iop.h
3065 ____________________________________________________________________________
3066 [  2894] By: gsar                                  on 1999/02/12  11:09:27
3067         Log: add missing hunk in change#2657
3068      Branch: perl
3069            ! ext/B/B/CC.pm
3070 ____________________________________________________________________________
3071 [  2893] By: gsar                                  on 1999/02/12  11:00:13
3072         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3073              Date: Tue, 19 Jan 1999 20:13:15 -0500
3074              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
3075              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
3076      Branch: perl
3077            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
3078            ! t/pragma/subs.t t/pragma/warning.t
3079 ____________________________________________________________________________
3080 [  2892] By: gsar                                  on 1999/02/12  10:44:38
3081         Log: update change#2670 to later version
3082              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3083              Date: Sun, 31 Jan 1999 16:16:14 +0000
3084              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
3085              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
3086      Branch: perl
3087            ! t/op/subst.t toke.c
3088 ____________________________________________________________________________
3089 [  2891] By: gsar                                  on 1999/02/12  10:31:17
3090         Log: make testsuite somewhat location independent
3091      Branch: perl
3092            ! (edit 117 files)
3093 ____________________________________________________________________________
3094 [  2890] By: gsar                                  on 1999/02/12  10:00:30
3095         Log: add $AutoLoader::VERSION
3096      Branch: perl
3097            ! lib/AutoLoader.pm
3098 ____________________________________________________________________________
3099 [  2889] By: gsar                                  on 1999/02/12  09:55:48
3100         Log: tweak PERL_STRICT_CR notes
3101      Branch: perl
3102            ! pod/perl5005delta.pod
3103 ____________________________________________________________________________
3104 [  2888] By: gsar                                  on 1999/02/12  09:41:45
3105         Log: add note about test-notty target
3106      Branch: perl
3107            ! README.win32
3108 ____________________________________________________________________________
3109 [  2887] By: gsar                                  on 1999/02/12  09:37:37
3110         Log: add perltodo.pod
3111      Branch: perl
3112            + pod/perltodo.pod
3113            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
3114            ! win32/pod.mak
3115 ____________________________________________________________________________
3116 [  2886] By: jhi                                   on 1999/02/12  08:52:14
3117         Log: Integrate from mainperl.
3118      Branch: cfgperl
3119           +> t/op/fh.t
3120           !> (integrate 30 files)
3121 ____________________________________________________________________________
3122 [  2885] By: gsar                                  on 1999/02/12  08:42:10
3123         Log: note how to find REG_INFTY limit
3124      Branch: perl
3125            ! pod/perlre.pod
3126 ____________________________________________________________________________
3127 [  2884] By: jhi                                   on 1999/02/12  08:36:14
3128         Log: OpenBSD pthreads awareness, thanks to
3129              David Leonard <david.leonard@csee.uq.edu.au>
3130      Branch: maint-5.005/perl
3131            ! Configure hints/openbsd.sh
3132 ____________________________________________________________________________
3133 [  2882] By: gsar                                  on 1999/02/12  08:05:20
3134         Log: IO is maintained by p5p (per Graham Barr's wishes)
3135      Branch: perl
3136            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
3137            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
3138            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
3139            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
3140 ____________________________________________________________________________
3141 [  2881] By: gsar                                  on 1999/02/12  07:57:13
3142         Log: fh.t typo
3143      Branch: perl
3144            ! t/op/fh.t
3145 ____________________________________________________________________________
3146 [  2880] By: gsar                                  on 1999/02/12  07:38:16
3147         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
3148      Branch: perl
3149            ! perl.c pod/perlrun.pod
3150 ____________________________________________________________________________
3151 [  2879] By: gsar                                  on 1999/02/12  05:39:29
3152         Log: fix ops that are not filehandle constructors to not create GV if it
3153              doesn't already exist (avoids leaks); extend semantics of defined()
3154              so that defined(*{$foo}) works (experimental)
3155      Branch: perl
3156            + t/op/fh.t
3157            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
3158            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
3159 ____________________________________________________________________________
3160 [  2877] By: jhi                                   on 1999/02/11  20:44:00
3161         Log: From: Chris Nandor <pudge@pobox.com>
3162              To: perl5-porters@perl.org
3163              Subject: [PATCH] perlport.pod 1.39
3164              Date: Thu, 11 Feb 1999 12:28:35 -0500
3165              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
3166      Branch: cfgperl
3167            ! pod/perlport.pod
3168 ____________________________________________________________________________
3169 [  2870] By: gsar                                  on 1999/02/11  11:17:08
3170         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
3171      Branch: perl
3172            ! ext/IO/lib/IO/Pipe.pm
3173 ____________________________________________________________________________
3174 [  2869] By: gsar                                  on 1999/02/11  11:00:56
3175         Log: update win32/pod.mak
3176      Branch: perl
3177            ! win32/pod.mak
3178 ____________________________________________________________________________
3179 [  2868] By: gsar                                  on 1999/02/11  10:42:44
3180         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
3181              Date: Fri, 08 Jan 1999 14:36:53 +1100
3182              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
3183              Subject: Re: [Fwd: IO::Socket::connect and blocking]
3184      Branch: perl
3185            ! ext/IO/lib/IO/Socket.pm
3186 ____________________________________________________________________________
3187 [  2867] By: gsar                                  on 1999/02/11  09:43:03
3188         Log: av_extend() doc tweak from Jan Dubois
3189      Branch: perl
3190            ! pod/perlguts.pod
3191 ____________________________________________________________________________
3192 [  2866] By: gsar                                  on 1999/02/11  09:27:17
3193         Log: display full pathname of unreadable files
3194      Branch: perl
3195            ! utils/perldoc.PL
3196 ____________________________________________________________________________
3197 [  2865] By: gsar                                  on 1999/02/11  09:02:31
3198         Log: missing patch in change#2522
3199      Branch: perl
3200            ! lib/Pod/Text.pm
3201 ____________________________________________________________________________
3202 [  2864] By: jhi                                   on 1999/02/11  08:45:00
3203         Log: From: Spider Boardman <spider@zk3.dec.com>
3204              To: perlbug@perl.com
3205              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
3206              Date: Wed, 10 Feb 1999 23:33:31 -0500
3207              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
3208      Branch: maint-5.005/perl
3209            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
3210 ____________________________________________________________________________
3211 [  2862] By: gsar                                  on 1999/02/11  08:14:34
3212         Log: integrate changes#2738,2740 from maint-5.005
3213      Branch: perl
3214           !> lib/ExtUtils/MakeMaker.pm
3215 ____________________________________________________________________________
3216 [  2861] By: jhi                                   on 1999/02/11  08:04:25
3217         Log: Integrate from mainperl.
3218      Branch: cfgperl
3219           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
3220           !> t/op/range.t win32/config.gc
3221 ____________________________________________________________________________
3222 [  2860] By: gsar                                  on 1999/02/11  07:30:08
3223         Log: binmode() support for cygwin32 (suggested by Steven Morlock
3224              <newspost@morlock.net>)
3225      Branch: perl
3226            ! perl.h
3227 ____________________________________________________________________________
3228 [  2859] By: gsar                                  on 1999/02/11  07:14:21
3229         Log: update Changes
3230      Branch: perl
3231            ! Changes
3232           !> pod/perl5005delta.pod
3233 ____________________________________________________________________________
3234 [  2856] By: gsar                                  on 1999/02/11  07:07:39
3235         Log: integrate perldelta changes from maint-5.005
3236      Branch: perl
3237           !> pod/perl5005delta.pod
3238 ____________________________________________________________________________
3239 [  2855] By: gsar                                  on 1999/02/11  06:31:50
3240         Log: applied suggested patch; added tests
3241              From: Adam Krolnik <adamk@gypsy.cyrix.com>
3242              Date: Sat, 12 Dec 98 15:30:18 -0600
3243              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
3244              Subject: Range operation doesn't handle IV_MAX
3245      Branch: perl
3246            ! pp_ctl.c t/op/range.t
3247 ____________________________________________________________________________
3248 [  2854] By: gsar                                  on 1999/02/11  05:00:55
3249         Log: compatibility fix: magic non-propagation in foreach implicit localization
3250      Branch: perl
3251            ! pp_ctl.c t/op/local.t win32/config.gc
3252 ____________________________________________________________________________
3253 [  2852] By: gsar                                  on 1999/02/10  23:17:49
3254         Log: fair warning about -Dusethreads
3255      Branch: maint-5.005/perl
3256            ! Configure INSTALL README.threads
3257 ____________________________________________________________________________
3258 [  2847] By: jhi                                   on 1999/02/09  19:13:28
3259         Log: Integrate from mainperl.
3260      Branch: cfgperl
3261           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
3262           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
3263 ____________________________________________________________________________
3264 [  2846] By: gsar                                  on 1999/02/09  13:53:28
3265         Log: a modified version of suggested patch for pack template 'Z'; added docs
3266              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
3267              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
3268              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
3269              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
3270      Branch: perl
3271            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
3272 ____________________________________________________________________________
3273 [  2845] By: gsar                                  on 1999/02/09  00:03:26
3274         Log: clarify docs for change#2835
3275      Branch: perl
3276            ! pod/perldelta.pod pod/perlop.pod
3277 ____________________________________________________________________________
3278 [  2844] By: gsar                                  on 1999/02/08  23:40:57
3279         Log: addendum to change#2823
3280              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3281              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
3282              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
3283              Subject: [PATCH] Docs and tests for method-call syntax
3284      Branch: perl
3285            ! pod/perlobj.pod t/op/method.t
3286 ____________________________________________________________________________
3287 [  2843] By: jhi                                   on 1999/02/08  21:06:28
3288         Log: Ultrix mmap tidbit.
3289      Branch: cfgperl
3290            ! hints/ultrix_4.sh
3291 ____________________________________________________________________________
3292 [  2842] By: jhi                                   on 1999/02/08  20:22:55
3293         Log: Integrate from mainperl.
3294      Branch: cfgperl
3295           +> t/op/subst_wamp.t
3296           !> (integrate 35 files)
3297 ____________________________________________________________________________
3298 [  2841] By: jhi                                   on 1999/02/08  18:23:26
3299         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3300              To: Mailing list Perl5 <perl5-porters@perl.org>
3301              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3302              Date: Sun, 7 Feb 1999 17:25:22 -0500
3303              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3304      Branch: cfgperl
3305            + t/op/subst_amp.t
3306            ! MANIFEST regcomp.c t/op/subst.t
3307 ____________________________________________________________________________
3308 [  2840] By: jhi                                   on 1999/02/08  18:16:54
3309         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3310              To: Mailing list Perl5 <perl5-porters@perl.org>
3311              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3312              Date: Sun, 7 Feb 1999 17:00:10 -0500
3313              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3314      Branch: cfgperl
3315            ! pp_hot.c t/op/pat.t
3316 ____________________________________________________________________________
3317 [  2839] By: jhi                                   on 1999/02/08  17:25:30
3318         Log: A require was missing.
3319      Branch: cfgperl
3320            ! t/lib/h2ph.pht
3321 ____________________________________________________________________________
3322 [  2838] By: jhi                                   on 1999/02/08  16:38:41
3323         Log: Bring in the change #2809 (the Configure part has been
3324              modified rather a lot since the #2809, though.)
3325      Branch: cfgperl
3326            ! Configure utils/h2ph.PL
3327 ____________________________________________________________________________
3328 [  2835] By: gsar                                  on 1999/02/08  14:40:23
3329         Log: make qw() into a true list at compile time (slightly modified
3330              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
3331      Branch: perl
3332            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
3333 ____________________________________________________________________________
3334 [  2834] By: gsar                                  on 1999/02/08  13:23:16
3335         Log: make safesysmalloc() etc., always available; safemalloc() et al are
3336              now macros that point to the right malloc; fix various places in
3337              sources that need to always use safesysmalloc() et al
3338      Branch: perl
3339            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
3340            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
3341 ____________________________________________________________________________
3342 [  2833] By: gsar                                  on 1999/02/08  10:56:16
3343         Log: remove spurious #endif in last change
3344      Branch: perl
3345            ! perl.h
3346 ____________________________________________________________________________
3347 [  2832] By: gsar                                  on 1999/02/08  10:34:55
3348         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
3349              them ask for insanity (untested)
3350      Branch: perl
3351            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
3352            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
3353            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
3354 ____________________________________________________________________________
3355 [  2831] By: jhi                                   on 1999/02/08  08:33:33
3356         Log: Update vms/subconfigure.com along the lines of change #2829.
3357      Branch: cfgperl
3358            ! vms/subconfigure.com
3359 ____________________________________________________________________________
3360 [  2830] By: gsar                                  on 1999/02/08  00:19:46
3361         Log: integrate cfgperl changes into mainline
3362      Branch: perl
3363           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
3364           +> lib/File/PathConvert.pm pod/perlthrtut.pod
3365            ! Changes
3366           !> (integrate 93 files)
3367 ____________________________________________________________________________
3368 [  2829] By: jhi                                   on 1999/02/07  23:49:46
3369         Log: Configure update.
3370              
3371              Probe for mmap() et alia.
3372              The *cc*symbols patch (just Configure, no h2ph).
3373      Branch: cfgperl
3374            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3375            ! config_h.SH perl.h
3376 ____________________________________________________________________________
3377 [  2828] By: gsar                                  on 1999/02/07  23:38:47
3378         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3379              Date: Sun, 7 Feb 1999 17:25:22 -0500
3380              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3381              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3382      Branch: perl
3383            + t/op/subst_amp.t t/op/subst_wamp.t
3384            ! MANIFEST regcomp.c t/op/subst.t
3385 ____________________________________________________________________________
3386 [  2827] By: gsar                                  on 1999/02/07  23:27:32
3387         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3388              Date: Sun, 7 Feb 1999 17:00:10 -0500
3389              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3390              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3391      Branch: perl
3392            ! pp_hot.c t/op/pat.t
3393 ____________________________________________________________________________
3394 [  2826] By: gsar                                  on 1999/02/07  23:26:04
3395         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
3396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3397              Date: Sun, 7 Feb 1999 15:07:27 -0500
3398              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
3399              Subject: Re: fixing memory leaks in REx compilation
3400      Branch: perl
3401            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
3402            ! regexec.c
3403 ____________________________________________________________________________
3404 [  2825] By: jhi                                   on 1999/02/07  18:05:13
3405         Log: Integrate from mainperl.
3406      Branch: cfgperl
3407           +> lib/DB.pm t/comp/bproto.t
3408           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
3409           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
3410           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
3411           !> toke.c vms/perly_c.vms
3412 ____________________________________________________________________________
3413 [  2824] By: gsar                                  on 1999/02/07  14:21:48
3414         Log: tweak doc on bitwise ops
3415      Branch: perl
3416            ! pod/perlop.pod
3417 ____________________________________________________________________________
3418 [  2823] By: gsar                                  on 1999/02/07  13:38:31
3419         Log: applied suggested patch; regen perly* and vms/perly*
3420              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3421              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
3422              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
3423              Subject: [PATCH] Re: Suggestion for perlobj man page
3424      Branch: perl
3425            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
3426 ____________________________________________________________________________
3427 [  2822] By: gsar                                  on 1999/02/07  12:39:09
3428         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
3429              disabled, fails tests)
3430      Branch: perl
3431            ! regcomp.h
3432 ____________________________________________________________________________
3433 [  2821] By: gsar                                  on 1999/02/07  11:09:39
3434         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
3435              <Alexander.Barilo@aexp.com>)
3436      Branch: perl
3437            ! lib/Pod/Html.pm
3438 ____________________________________________________________________________
3439 [  2820] By: gsar                                  on 1999/02/07  10:20:35
3440         Log: add draft debugging API implementation
3441      Branch: perl
3442            + lib/DB.pm
3443            ! MANIFEST
3444 ____________________________________________________________________________
3445 [  2819] By: gsar                                  on 1999/02/07  09:58:45
3446         Log: avoid garbage in db->dirbuf
3447              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
3448              Date: Sat, 05 Dec 1998 14:14:54 +0900
3449              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
3450              Subject: SDBM bug
3451      Branch: perl
3452            ! ext/SDBM_File/sdbm/sdbm.c
3453 ____________________________________________________________________________
3454 [  2818] By: gsar                                  on 1999/02/07  09:32:24
3455         Log: missing entry
3456      Branch: perl
3457            ! MANIFEST
3458 ____________________________________________________________________________
3459 [  2817] By: gsar                                  on 1999/02/07  09:30:47
3460         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
3461      Branch: perl
3462            + t/comp/bproto.t
3463            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3464 ____________________________________________________________________________
3465 [  2816] By: gsar                                  on 1999/02/06  00:14:29
3466         Log: minor bug in dumping blessed subrefs
3467      Branch: perl
3468            ! ext/Data/Dumper/Dumper.pm
3469 ____________________________________________________________________________
3470 [  2812] By: jhi                                   on 1999/02/03  22:02:24
3471         Log: Enhance change #2808.
3472              
3473              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3474              To: perl5-porters@perl.org
3475              Subject: Re: [PATCH 5.00*]: perlbug checklist
3476              Date: Wed, 3 Feb 1999 19:02:27 +0000
3477              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
3478      Branch: cfgperl
3479            ! utils/perlbug.PL
3480 ____________________________________________________________________________
3481 [  2811] By: jhi                                   on 1999/02/03  21:53:23
3482         Log: From: Barrie Slaymaker <rbs@telerama.com>
3483              To: perl5-porters@perl.org
3484              CC: pod-people@perl.org
3485              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
3486              Date: Wed, 03 Feb 1999 10:34:18 -0500
3487              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
3488              
3489              Add File::PathConvert.pm.
3490              Fix Pod::Html and installhtml to understand relative urls.
3491      Branch: cfgperl
3492            + lib/File/PathConvert.pm
3493            ! MANIFEST installhtml lib/Pod/Html.pm
3494 ____________________________________________________________________________
3495 [  2810] By: jhi                                   on 1999/02/03  20:25:10
3496         Log: From: Francois Desarmenien <desar@club-internet.fr>
3497              To: Mailing list Perl5 <perl5-porters@perl.org>
3498              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
3499              Date: Wed, 03 Feb 1999 13:13:24 +0000
3500              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
3501              
3502              (note: this patch completely overrides Tom Wolfe's patch,
3503              change #2604)
3504      Branch: cfgperl
3505            + ext/GDBM_File/hints/sco.pl
3506            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
3507 ____________________________________________________________________________
3508 [  2809] By: jhi                                   on 1999/02/03  19:54:16
3509         Log: h2ph fixes + Configure patch to support them.
3510              
3511              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3512              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
3513              Gurusamy Sarathy <gsar@engin.umich.edu>
3514              Cc: perl5-porters@perl.org
3515              Subject: [PATCH 5.00503_MT5] h2ph.PL
3516              Date: Tue, 2 Feb 1999 19:48:06 -0500
3517              Message-ID: <19990202194806.E10647@O2.chapin.edu>
3518      Branch: maint-5.005/perl
3519            ! Configure utils/h2ph.PL
3520 ____________________________________________________________________________
3521 [  2808] By: jhi                                   on 1999/02/03  16:59:55
3522         Log: Enhance the perlbug checklist.
3523      Branch: cfgperl
3524            ! utils/perlbug.PL
3525 ____________________________________________________________________________
3526 [  2807] By: jhi                                   on 1999/02/03  14:01:37
3527         Log: Document the standard strftime %formats.
3528              
3529              From: Dominic Dunlop <domo@vo.lu>
3530              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
3531              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
3532              Date: Tue, 2 Feb 1999 15:55:29 +0100
3533              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
3534      Branch: cfgperl
3535            ! ext/POSIX/POSIX.pod
3536 ____________________________________________________________________________
3537 [  2806] By: jhi                                   on 1999/02/03  13:58:00
3538         Log: Integrate from mainperl.
3539      Branch: cfgperl
3540           !> perl.h
3541 ____________________________________________________________________________
3542 [  2805] By: gsar                                  on 1999/02/03  03:32:31
3543         Log: PL_uuemap[] init needs help for sizeof()
3544      Branch: perl
3545            ! perl.h
3546 ____________________________________________________________________________
3547 [  2804] By: jhi                                   on 1999/02/02  20:44:30
3548         Log: These should've been already in #2803.
3549      Branch: cfgperl
3550            ! Configure config_h.SH vms/subconfigure.com
3551 ____________________________________________________________________________
3552 [  2803] By: jhi                                   on 1999/02/02  20:38:45
3553         Log: telldir prototype issue, from mists of time...
3554      Branch: cfgperl
3555            ! hints/netbsd.sh pp_sys.c
3556 ____________________________________________________________________________
3557 [  2801] By: jhi                                   on 1999/02/02  17:40:14
3558         Log: From: John Bley <jbb6@acpub.duke.edu>
3559              To: perlbug@perl.org
3560              Subject: [PATCH]5.005_54 (DOC) fix minor typos
3561              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
3562              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
3563      Branch: cfgperl
3564            ! pod/perlre.pod
3565 ____________________________________________________________________________
3566 [  2800] By: jhi                                   on 1999/02/02  17:26:49
3567         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
3568      Branch: cfgperl
3569            ! Todo-5.005
3570 ____________________________________________________________________________
3571 [  2799] By: jhi                                   on 1999/02/02  17:18:51
3572         Log: Update FindBin from maint-5.005.
3573      Branch: cfgperl
3574            ! lib/FindBin.pm
3575 ____________________________________________________________________________
3576 [  2798] By: jhi                                   on 1999/02/02  17:16:07
3577         Log: Fix typecasts in #2797
3578              
3579              From: "G. Del Merritt" <del@intranetics.com>
3580              Date: Fri, 29 Jan 1999 11:47:25 -0700
3581              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
3582              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
3583      Branch: cfgperl
3584            ! ext/POSIX/POSIX.xs
3585 ____________________________________________________________________________
3586 [  2797] By: jhi                                   on 1999/02/02  17:14:37
3587         Log: From: Ted Law <tedlaw@cibcwg.com>
3588              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
3589              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
3590              Subject: POSIX::strftime buffer overflow problem
3591      Branch: cfgperl
3592            ! ext/POSIX/POSIX.xs
3593 ____________________________________________________________________________
3594 [  2796] By: jhi                                   on 1999/02/02  17:13:23
3595         Log: Do not use File::Slurp.
3596      Branch: cfgperl
3597            ! t/lib/textfill.t
3598 ____________________________________________________________________________
3599 [  2795] By: jhi                                   on 1999/02/02  17:11:48
3600         Log: perlhist update from maint-5.005.
3601      Branch: cfgperl
3602            ! pod/perlhist.pod
3603 ____________________________________________________________________________
3604 [  2794] By: jhi                                   on 1999/02/02  17:10:33
3605         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
3606      Branch: cfgperl
3607            ! ext/POSIX/POSIX.pm
3608 ____________________________________________________________________________
3609 [  2793] By: jhi                                   on 1999/02/02  17:08:39
3610         Log: Missed the html test from change #2787. 
3611      Branch: cfgperl
3612            ! t/lib/cgi-html.t
3613 ____________________________________________________________________________
3614 [  2792] By: jhi                                   on 1999/02/02  17:01:24
3615         Log: Update Getopt::Long to 2.19.
3616      Branch: cfgperl
3617            ! lib/Getopt/Long.pm
3618 ____________________________________________________________________________
3619 [  2791] By: jhi                                   on 1999/02/02  16:59:13
3620         Log: overload syntax is no longer experimental
3621      Branch: cfgperl
3622            ! lib/overload.pm
3623 ____________________________________________________________________________
3624 [  2789] By: jhi                                   on 1999/02/02  16:47:50
3625         Log: Still doc fixes.
3626      Branch: cfgperl
3627            ! lib/diagnostics.pm
3628 ____________________________________________________________________________
3629 [  2788] By: jhi                                   on 1999/02/02  16:47:07
3630         Log: Doc fixes.
3631      Branch: cfgperl
3632            ! lib/CGI.pm lib/diagnostics.pm
3633 ____________________________________________________________________________
3634 [  2787] By: jhi                                   on 1999/02/02  16:38:55
3635         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
3636              where applicable).
3637      Branch: cfgperl
3638            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
3639            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
3640            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
3641            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
3642            ! eg/cgi/frameset.cgi eg/cgi/index.html
3643            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
3644            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
3645            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
3646            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
3647            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
3648            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
3649 ____________________________________________________________________________
3650 [  2786] By: jhi                                   on 1999/02/02  16:17:52
3651         Log: Update CPAN to 1.47.
3652      Branch: cfgperl
3653            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3654 ____________________________________________________________________________
3655 [  2785] By: jhi                                   on 1999/02/02  16:09:03
3656         Log: From: Mark-Jason Dominus <mjd@plover.com>
3657              Date: Sat, 16 Jan 1999 17:22:06 -0500
3658              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
3659              Message-ID: <19990116222206.3674.qmail@plover.com>
3660      Branch: cfgperl
3661            ! pod/perlsub.pod
3662 ____________________________________________________________________________
3663 [  2784] By: jhi                                   on 1999/02/02  16:01:31
3664         Log: Fix incorrect "used only once" warnings
3665              
3666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3667              Date: Fri, 8 Jan 1999 04:37:10 -0500
3668              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
3669              Subject: Re: change#965 flakiness
3670      Branch: cfgperl
3671            ! gv.c
3672 ____________________________________________________________________________
3673 [  2783] By: jhi                                   on 1999/02/02  15:50:38
3674         Log: perldelta updates.
3675      Branch: cfgperl
3676            ! pod/perldelta.pod
3677 ____________________________________________________________________________
3678 [  2782] By: jhi                                   on 1999/02/02  14:28:26
3679         Log: Mirror change #2781.
3680      Branch: cfgperl
3681            ! hints/linux.sh
3682 ____________________________________________________________________________
3683 [  2781] By: jhi                                   on 1999/02/02  14:27:01
3684         Log: Update the MkLinux note.
3685      Branch: maint-5.005/perl
3686            ! hints/linux.sh
3687 ____________________________________________________________________________
3688 [  2780] By: jhi                                   on 1999/02/02  14:10:59
3689         Log: Update todo.
3690      Branch: cfgperl
3691            ! Todo-5.005
3692 ____________________________________________________________________________
3693 [  2779] By: jhi                                   on 1999/02/02  14:00:25
3694         Log: Integrate from mainperl.
3695      Branch: cfgperl
3696            ! t/lib/textfill.t t/lib/textwrap.t
3697           !> (integrate 32 files)
3698 ____________________________________________________________________________
3699 [  2778] By: jhi                                   on 1999/02/02  13:56:23
3700         Log: VMS update, applicable parts of
3701              
3702              From: Dan Sugalski <sugalskd@osshe.edu>
3703              To: perl5-porters@perl.org
3704              Subject: [PATCH 5.005_03MT3]VMS configure tweak
3705              Date: Wed, 20 Jan 1999 12:05:18 -0800
3706              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
3707              
3708              From: Dan Sugalski <sugalskd@osshe.edu>
3709              To: perlbug@perl.com, vmsperl@perl.org
3710              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
3711              Date: Tue, 26 Jan 1999 14:40:38 -0800
3712              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
3713              
3714              From: Dan Sugalski <sugalskd@osshe.edu>
3715              To: perl5-porters@perl.org, vmsperl@perl.org
3716              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
3717              Date: Tue, 26 Jan 1999 14:55:29 -0800
3718              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
3719      Branch: cfgperl
3720            ! vms/ext/Stdio/test.pl vms/subconfigure.com
3721 ____________________________________________________________________________
3722 [  2777] By: jhi                                   on 1999/02/02  13:43:24
3723         Log: Synch usethreads parts from maint-5.005.
3724      Branch: cfgperl
3725            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
3726            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
3727            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
3728            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
3729 ____________________________________________________________________________
3730 [  2776] By: jhi                                   on 1999/02/02  13:17:16
3731         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
3732      Branch: cfgperl
3733            ! Makefile.SH hints/freebsd.sh
3734 ____________________________________________________________________________
3735 [  2774] By: jhi                                   on 1999/02/02  13:10:39
3736         Log: Add perlthrtut, update pod/* machinery.
3737              (a pod/Makefile.SH is sorely needed)
3738      Branch: cfgperl
3739            + pod/perlthrtut.pod
3740            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3741 ____________________________________________________________________________
3742 [  2773] By: jhi                                   on 1999/02/02  12:54:24
3743         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3744              To: perl5-porters@perl.org
3745              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
3746              Date: Tue, 26 Jan 1999 22:25:07 +0000
3747              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
3748      Branch: cfgperl
3749            ! pod/perlguts.pod
3750 ____________________________________________________________________________
3751 [  2771] By: jhi                                   on 1999/02/02  12:47:34
3752         Log: Use perlbug instead of personal email address.
3753      Branch: cfgperl
3754            ! Configure
3755 ____________________________________________________________________________
3756 [  2770] By: jhi                                   on 1999/02/02  12:42:06
3757         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3758              
3759              From: "G. Del Merritt" <del@intranetics.com>
3760              To: perlbug@perl.com
3761              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3762              Date: Tue, 26 Jan 1999 12:09:09 -0700
3763              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3764      Branch: cfgperl
3765            ! iperlsys.h
3766 ____________________________________________________________________________
3767 [  2769] By: jhi                                   on 1999/02/02  12:37:57
3768         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3769              To: Mailing list Perl5 <perl5-porters@perl.org>
3770              Subject: [PATCH 5.005_*] OS/2 threads
3771              Date: Tue, 26 Jan 1999 13:39:46 -0500
3772              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
3773      Branch: cfgperl
3774            ! os2/os2ish.h
3775 ____________________________________________________________________________
3776 [  2768] By: jhi                                   on 1999/02/02  12:36:16
3777         Log: Apply change #2711 from maint-5.005:
3778              
3779              make ok", "make okfile", and "make nok" were broken
3780              with -Duseshrplib, because of a shared typo.
3781              
3782              From: Spider Boardman <spider@web.zk3.dec.com>
3783              To: perlbug@perl.com
3784              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3785              Date: Wed, 27 Jan 1999 12:27:15 -0500
3786              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3787      Branch: cfgperl
3788            ! Makefile.SH
3789 ____________________________________________________________________________
3790 [  2766] By: jhi                                   on 1999/02/02  12:27:08
3791         Log: Make Configure use "int main()" instead of bare "main()".
3792              Like maint-5.005 change #2703 but now via metaconfig.
3793      Branch: cfgperl
3794            ! Configure
3795 ____________________________________________________________________________
3796 [  2765] By: jhi                                   on 1999/02/02  11:59:30
3797         Log: Undo part of change #2562.
3798      Branch: cfgperl
3799            ! Configure
3800 ____________________________________________________________________________
3801 [  2764] By: jhi                                   on 1999/02/02  11:52:39
3802         Log: NetBSD synch with maint-5.005.
3803      Branch: cfgperl
3804            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3805 ____________________________________________________________________________
3806 [  2763] By: jhi                                   on 1999/02/02  11:44:07
3807         Log: $Config{installusrbinperl}
3808              (maint-5.005 changes #2614 and #2709)
3809      Branch: cfgperl
3810            ! Configure installperl
3811 ____________________________________________________________________________
3812 [  2762] By: jhi                                   on 1999/02/02  11:29:13
3813         Log: Errno update from maint-5.005 (changes #2583, #2710).
3814      Branch: cfgperl
3815            ! Configure ext/Errno/Errno_pm.PL
3816 ____________________________________________________________________________
3817 [  2759] By: jhi                                   on 1999/02/02  10:53:20
3818         Log: Update Trig.pm from maint-5.005.
3819      Branch: cfgperl
3820            ! lib/Math/Trig.pm
3821 ____________________________________________________________________________
3822 [  2757] By: jhi                                   on 1999/02/02  10:41:26
3823         Log: MPE/iX update (mirror maint-5.005 change #2715)
3824      Branch: cfgperl
3825            ! hints/mpeix.sh mpeix/relink
3826 ____________________________________________________________________________
3827 [  2756] By: jhi                                   on 1999/02/02  10:38:08
3828         Log: BeOS update (Mirror maint-5.005 change #2727).
3829      Branch: cfgperl
3830            + ext/DynaLoader/dl_beos.xs
3831            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3832            ! lib/ExtUtils/MM_Unix.pm
3833 ____________________________________________________________________________
3834 [  2754] By: gsar                                  on 1999/02/02  08:52:13
3835         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
3836      Branch: perl
3837            ! Porting/pumpkin.pod Todo Todo-5.005
3838 ____________________________________________________________________________
3839 [  2753] By: gsar                                  on 1999/02/02  08:46:21
3840         Log: Todo tweaks
3841      Branch: perl
3842            ! Todo Todo-5.005
3843 ____________________________________________________________________________
3844 [  2752] By: jhi                                   on 1999/02/01  22:15:12
3845         Log: Add perlthrtut.pod.
3846              
3847              From: Dan Sugalski <sugalskd@osshe.edu>
3848              To: perl5-porters@perl.org
3849              Subject: perlthrtut.pod
3850              Date: Mon, 01 Feb 1999 10:57:11 -0800
3851              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
3852      Branch: maint-5.005/perl
3853            + pod/perlthrtut.pod
3854            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
3855            ! pod/roffitall
3856 ____________________________________________________________________________
3857 [  2751] By: gsar                                  on 1999/02/01  07:28:05
3858         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
3859      Branch: perl
3860            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3861            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3862 ____________________________________________________________________________
3863 [  2750] By: gsar                                  on 1999/02/01  07:09:20
3864         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3865              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
3866              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
3867              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
3868      Branch: perl
3869            ! regexec.c
3870 ____________________________________________________________________________
3871 [  2749] By: gsar                                  on 1999/02/01  07:07:59
3872         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3873              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
3874              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
3875              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
3876      Branch: perl
3877            ! regexec.c
3878 ____________________________________________________________________________
3879 [  2748] By: gsar                                  on 1999/02/01  06:47:06
3880         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
3881              Date: Thu, 3 Dec 1998 15:10:17 -0500
3882              Message-Id: <199812032010.PAA09692@jik.shore.net>
3883              Subject: sample checksum code in "perlfunc" man page is wrong
3884      Branch: perl
3885            ! pod/perlfunc.pod
3886 ____________________________________________________________________________
3887 [  2747] By: gsar                                  on 1999/02/01  06:35:13
3888         Log: typos in Pod/Text.pm
3889              From: "Greg Chapman" <glc@well.com>
3890              Date: Tue, 1 Dec 1998 10:50:18 -0800
3891              Message-Id: <199812011849.KAA08816@smtp.well.com>
3892              Subject: Glitch in Pod::Text
3893      Branch: perl
3894            ! lib/Pod/Text.pm
3895 ____________________________________________________________________________
3896 [  2746] By: gsar                                  on 1999/02/01  06:27:35
3897         Log: various win32-ish changes merged from maint-5.005
3898      Branch: perl
3899            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
3900            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
3901            ! win32/Makefile win32/config.bc win32/config.vc
3902            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
3903            ! win32/win32.c
3904 ____________________________________________________________________________
3905 [  2745] By: gsar                                  on 1999/02/01  04:51:54
3906         Log: integrate cfgperl changes into mainline
3907      Branch: perl
3908           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
3909 ____________________________________________________________________________
3910 [  2744] By: gsar                                  on 1999/02/01  04:31:09
3911         Log: improved diagnostic on syntax errors at EOL
3912      Branch: perl
3913            ! toke.c
3914 ____________________________________________________________________________
3915 [  2743] By: gsar                                  on 1999/02/01  03:59:13
3916         Log: don't attempt connect() to bogus IP addresses
3917              From:    Graham Barr <gbarr@pobox.com>
3918              Date:    Sun, 31 Jan 1999 21:50:45 CST
3919              Message-Id: <19990131215045.A633@pobox.com>
3920      Branch: perl
3921            ! t/lib/io_multihomed.t
3922 ____________________________________________________________________________
3923 [  2742] By: gsar                                  on 1999/02/01  03:08:58
3924         Log: update Changes
3925      Branch: perl
3926            ! Changes pod/perldelta.pod
3927 ____________________________________________________________________________
3928 [  2740] By: gsar                                  on 1999/02/01  02:43:07
3929         Log: CAPI inheritance tweak and doc
3930      Branch: maint-5.005/perl
3931            ! lib/ExtUtils/MakeMaker.pm
3932 ____________________________________________________________________________
3933 [  2739] By: jhi                                   on 1999/01/31  18:31:54
3934         Log: Undo changes #2730 and #2731 and replace them
3935              with an extensively tested patch from
3936              Anton Berezin <tobez@plab.ku.dk> (via private email).
3937      Branch: maint-5.005/perl
3938            ! Makefile.SH hints/freebsd.sh
3939 ____________________________________________________________________________
3940 [  2738] By: gsar                                  on 1999/01/31  05:04:32
3941         Log: fix bogus CAPI inheritance from change#2541
3942      Branch: maint-5.005/perl
3943            ! lib/ExtUtils/MakeMaker.pm
3944 ____________________________________________________________________________
3945 [  2731] By: jhi                                   on 1999/01/29  14:33:12
3946         Log: FreeBSD version numbers can be like "2.2.8-release".
3947      Branch: maint-5.005/perl
3948            ! hints/freebsd.sh
3949 ____________________________________________________________________________
3950 [  2730] By: jhi                                   on 1999/01/29  12:40:38
3951         Log: FreeBSD hints iteration (hopefully convergent).
3952              usethreads: require at least FreeBSD 2.2.8.
3953              signal type: mirror change #2429 in cfgperl.
3954      Branch: maint-5.005/perl
3955            ! hints/freebsd.sh
3956 ____________________________________________________________________________
3957 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
3958         Log: From: Tom Spindler <dogcow@isi.net>
3959              Date: Thu, 28 Jan 1999 17:15:11 -0800
3960              Message-ID: <19990128171510.A11778@isi.net>
3961              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
3962      Branch: maint-5.005/perl
3963            + ext/DynaLoader/dl_beos.xs
3964            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3965            ! lib/ExtUtils/MM_Unix.pm
3966 ____________________________________________________________________________
3967 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
3968         Log: Remove use of File::Slurp in t/lib/textfill.t
3969      Branch: maint-5.005/perl
3970            ! t/lib/textfill.t
3971 ____________________________________________________________________________
3972 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
3973         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
3974              Date: Wed, 27 Jan 1999 23:14:33 -0800
3975              Message-Id: <199901280714.XAA10176@activestate.com>
3976              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
3977      Branch: maint-5.005/perl
3978            ! win32/Makefile win32/makefile.mk
3979 ____________________________________________________________________________
3980 [  2720] By: gsar                                  on 1999/01/27  21:54:42
3981         Log: missing space while munging CCFLAGS for PERL_CAPI
3982      Branch: perl
3983            ! lib/ExtUtils/MM_Unix.pm
3984 ____________________________________________________________________________
3985 [  2718] By: jhi                                   on 1999/01/27  19:46:04
3986         Log: io/fs.t fails test #18 (sense of tests appears to have been
3987              changed incompletely; this patch just skips the test attached,
3988              a la test #17 preceding it).
3989              
3990              From: "G. Del Merritt" <del@intranetics.com>
3991              To: perlbug@perl.com
3992              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3993              Date: Tue, 26 Jan 1999 12:09:09 -0700
3994              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3995      Branch: maint-5.005/perl
3996            ! t/io/fs.t
3997 ____________________________________________________________________________
3998 [  2717] By: jhi                                   on 1999/01/27  19:44:46
3999         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
4000              
4001              From: "G. Del Merritt" <del@intranetics.com>
4002              To: perlbug@perl.com
4003              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4004              Date: Tue, 26 Jan 1999 12:09:09 -0700
4005              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4006      Branch: maint-5.005/perl
4007            ! iperlsys.h
4008 ____________________________________________________________________________
4009 [  2715] By: jhi                                   on 1999/01/27  19:34:28
4010         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4011              To: perl5-porters@perl.org
4012              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
4013              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
4014              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
4015      Branch: maint-5.005/perl
4016            ! hints/mpeix.sh mpeix/relink
4017 ____________________________________________________________________________
4018 [  2710] By: jhi                                   on 1999/01/27  19:22:23
4019         Log: Errno fixes:
4020              
4021              From: Spider Boardman <spider@web.zk3.dec.com>
4022              To: perlbug@perl.com
4023              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4024              Date: Wed, 27 Jan 1999 12:27:15 -0500
4025              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
4026              
4027              From: Spider Boardman <spider@web.zk3.dec.com>
4028              To: perlbug@perl.com
4029              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4030              Date: Wed, 27 Jan 1999 13:31:16 -0500
4031              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
4032      Branch: maint-5.005/perl
4033            ! Configure ext/Errno/Errno_pm.PL
4034 ____________________________________________________________________________
4035 [  2709] By: jhi                                   on 1999/01/27  19:17:35
4036         Log: Fix Configure installusrbinperl:
4037              
4038              From: Spider Boardman <spider@web.zk3.dec.com>
4039              To: jhi@iki.fi
4040              cc: perl5-porters@perl.org
4041              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4042              Date: Wed, 27 Jan 1999 13:03:35 -0500
4043              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
4044      Branch: maint-5.005/perl
4045            ! Configure
4046 ____________________________________________________________________________
4047 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
4048         Log: Add redef IO::Handle::* for setv?buf()
4049      Branch: maint-5.005/perl
4050            ! ext/POSIX/POSIX.pm
4051 ____________________________________________________________________________
4052 [  2705] By: jhi                                   on 1999/01/24  15:14:30
4053         Log: Mention year-1900 and month 0..11.
4054      Branch: cfgperl
4055            ! lib/Time/Local.pm
4056 ____________________________________________________________________________
4057 [  2704] By: jhi                                   on 1999/01/24  15:13:36
4058         Log: Document Configure -Uinstallusrbinperl.
4059      Branch: cfgperl
4060            ! INSTALL pod/perldelta.pod
4061 ____________________________________________________________________________
4062 [  2698] By: jhi                                   on 1999/01/24  12:46:00
4063         Log: Use only xlc_r for usethreads.
4064      Branch: cfgperl
4065            ! hints/aix.sh
4066 ____________________________________________________________________________
4067 [  2695] By: gsar                                  on 1999/01/24  07:09:05
4068         Log: integrate cfgperl changes into mainline
4069      Branch: perl
4070           +> lib/Exporter/Heavy.pm
4071           !> (integrate 65 files)
4072 ____________________________________________________________________________
4073 [  2694] By: gsar                                  on 1999/01/24  01:28:49
4074         Log: better notes on 'make' on win32
4075      Branch: perl
4076            ! README.win32
4077 ____________________________________________________________________________
4078 [  2683] By: jhi                                   on 1999/01/22  15:41:00
4079         Log: More de-cut-and-pastos.
4080      Branch: cfgperl
4081            ! hints/irix_6.sh hints/os2.sh
4082 ____________________________________________________________________________
4083 [  2682] By: jhi                                   on 1999/01/22  15:30:51
4084         Log: usethreads.cbu cut-and-pasto.
4085      Branch: cfgperl
4086            ! hints/solaris_2.sh
4087 ____________________________________________________________________________
4088 [  2681] By: jhi                                   on 1999/01/22  14:54:55
4089         Log: Better (I hope) LANGUAGE documentation.
4090      Branch: cfgperl
4091            ! pod/perllocale.pod
4092 ____________________________________________________________________________
4093 [  2680] By: jhi                                   on 1999/01/22  09:20:29
4094         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4095              To: perl5-porters@perl.org
4096              Subject: [PATCH 5.005_03MT3]VMS configure tweak
4097              Date: Wed, 20 Jan 1999 12:05:18 -0800
4098              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
4099      Branch: cfgperl
4100            ! vms/subconfigure.com
4101 ____________________________________________________________________________
4102 [  2679] By: jhi                                   on 1999/01/22  09:13:18
4103         Log: nosuid getmntent() branch.
4104      Branch: cfgperl
4105            ! perl.c perl.h
4106 ____________________________________________________________________________
4107 [  2678] By: jhi                                   on 1999/01/22  08:54:19
4108         Log: nosuid patch continued: *BSD needs <sys/param.h>.
4109      Branch: cfgperl
4110            ! Configure config_h.SH
4111 ____________________________________________________________________________
4112 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
4113         Log: Fixup FindBin to use File::Spec
4114              
4115              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
4116              Date: Wed, 20 Jan 1999 18:51:57 +0000
4117              From: Paul Johnson <pjcj@transeda.com>
4118              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
4119      Branch: maint-5.005/perl
4120            ! lib/FindBin.pm
4121 ____________________________________________________________________________
4122 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
4123         Log: Fix win32 for Borland compiler and spaces in paths
4124              
4125              From: Gurusamy Sarathy <gsar@activestate.com>
4126              Date: Mon, 18 Jan 1999 20:33:17 -0800
4127              Message-Id: <199901190433.UAA03656@activestate.com>
4128              Subject: [PATCH] 5.005_03-trial3 win32 issues
4129      Branch: maint-5.005/perl
4130            ! README.win32 win32/Makefile win32/config_sh.PL
4131            ! win32/makefile.mk win32/runperl.c
4132 ____________________________________________________________________________
4133 [  2670] By: jhi                                   on 1999/01/21  16:12:38
4134         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4135              To: perl5-porters@perl.org
4136              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
4137              Date: Thu, 21 Jan 1999 12:08:01 +0000
4138              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
4139      Branch: cfgperl
4140            ! pod/perldiag.pod t/op/subst.t toke.c
4141 ____________________________________________________________________________
4142 [  2669] By: jhi                                   on 1999/01/21  16:11:46
4143         Log: To: perl5-porters@perl.org
4144              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
4145              From: Anton Berezin <tobez@plab.ku.dk>
4146              Date: 21 Jan 1999 17:07:28 +0100
4147              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
4148      Branch: cfgperl
4149            ! hints/freebsd.sh
4150 ____________________________________________________________________________
4151 [  2668] By: jhi                                   on 1999/01/21  15:38:34
4152         Log: Add Daniel Grisinger <dgris@dimensional.com>.
4153      Branch: cfgperl
4154            ! AUTHORS MAINTAIN
4155 ____________________________________________________________________________
4156 [  2667] By: jhi                                   on 1999/01/21  15:32:28
4157         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4158              To: Mailing list Perl5 <perl5-porters@perl.org>
4159              Subject: [PATCH 5.005_53] Lean Exporter.pm
4160              Date: Thu, 21 Jan 1999 03:25:23 -0500
4161              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
4162      Branch: cfgperl
4163            + lib/Exporter/Heavy.pm
4164            ! MANIFEST lib/Exporter.pm
4165 ____________________________________________________________________________
4166 [  2666] By: jhi                                   on 1999/01/21  15:24:10
4167         Log: From: "W. Phillip Moore" <wpm@ms.com>
4168              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
4169              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
4170              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
4171              Message-ID: <13988.46383.298992.97303@zappa>
4172      Branch: cfgperl
4173            ! lib/File/Path.pm
4174 ____________________________________________________________________________
4175 [  2665] By: jhi                                   on 1999/01/21  15:20:48
4176         Log: CPAN update (CPAN-1.44_54) from Andreas and
4177              jumbo doc patch from Abigail.
4178              
4179              From: abigail@fnx.com
4180              To: perl5-porters@perl.org (Perl Porters)
4181              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
4182              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
4183              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
4184              
4185              From: abigail@fnx.com
4186              To: perl5-porters@perl.org (Perl Porters)
4187              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
4188              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
4189              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
4190              
4191              From: abigail@fnx.com
4192              To: perl5-porters@perl.org (Perl Porters)
4193              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
4194              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
4195              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
4196              
4197              From: abigail@fnx.com
4198              To: perl5-porters@perl.org (Perl Porters)
4199              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
4200              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
4201              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
4202              
4203              From: abigail@fnx.com
4204              To: perl5-porters@perl.org (Perl Porters)
4205              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
4206              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
4207              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
4208              
4209              From: abigail@fnx.com
4210              To: perl5-porters@perl.org (Perl Porters)
4211              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
4212              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
4213              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
4214              
4215              From: abigail@fnx.com
4216              To: perl5-porters@perl.org (Perl Porters)
4217              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
4218              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
4219              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
4220              
4221              From: abigail@fnx.com
4222              To: perl5-porters@perl.org (Perl Porters)
4223              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
4224              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
4225              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
4226              
4227              From: abigail@fnx.com
4228              To: perl5-porters@perl.org (Perl Porters)
4229              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
4230              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
4231              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
4232              
4233              From: abigail@fnx.com
4234              To: perl5-porters@perl.org (Perl Porters)
4235              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
4236              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
4237              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
4238              
4239              From: abigail@fnx.com
4240              To: perl5-porters@perl.org (Perl Porters)
4241              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
4242              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
4243              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
4244              
4245              From: abigail@fnx.com
4246              To: perl5-porters@perl.org (Perl Porters)
4247              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
4248              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
4249              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
4250              
4251              From: abigail@fnx.com
4252              To: perl5-porters@perl.org (Perl Porters)
4253              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
4254              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
4255              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
4256      Branch: cfgperl
4257            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
4258            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4259            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
4260            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
4261 ____________________________________________________________________________
4262 [  2664] By: jhi                                   on 1999/01/21  14:47:43
4263         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4264              To: Mailing list Perl5 <perl5-porters@perl.org>
4265              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
4266              Date: Thu, 21 Jan 1999 03:58:29 -0500
4267              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
4268      Branch: cfgperl
4269            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
4270 ____________________________________________________________________________
4271 [  2663] By: jhi                                   on 1999/01/21  14:43:58
4272         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4273              To: Mailing list Perl5 <perl5-porters@perl.org>
4274              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
4275              Date: Thu, 21 Jan 1999 02:46:34 -0500
4276              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
4277      Branch: cfgperl
4278            ! ext/Errno/Errno_pm.PL
4279 ____________________________________________________________________________
4280 [  2662] By: jhi                                   on 1999/01/21  14:42:42
4281         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
4282              To: Francois Desarmenien <desar@club-internet.fr>
4283              Cc: Gurusamy Sarathy <gsar@activestate.com>,
4284              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
4285              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
4286              Date: 21 Jan 1999 00:17:35 -0700
4287              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
4288      Branch: cfgperl
4289            ! Porting/patching.pod
4290 ____________________________________________________________________________
4291 [  2661] By: jhi                                   on 1999/01/21  14:41:13
4292         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4293              To: Mailing list Perl5 <perl5-porters@perl.org>
4294              Subject: [PATCH 5.00*] makedepend
4295              Date: Thu, 21 Jan 1999 02:08:27 -0500
4296              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
4297      Branch: cfgperl
4298            ! makedepend.SH
4299 ____________________________________________________________________________
4300 [  2660] By: jhi                                   on 1999/01/21  14:36:45
4301         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4302              To: Mailing list Perl5 <perl5-porters@perl.org>
4303              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
4304              Date: Tue, 19 Jan 1999 20:06:45 -0500
4305              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
4306      Branch: cfgperl
4307            ! os2/Changes os2/os2.c
4308 ____________________________________________________________________________
4309 [  2657] By: jhi                                   on 1999/01/21  11:40:35
4310         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4311              To: perl5-porters@perl.org
4312              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
4313              Date: Mon, 18 Jan 1999 01:32:31 PST
4314              Message-ID: <19990118093231.18443.qmail@hotmail.com>
4315      Branch: cfgperl
4316            ! ext/B/B/CC.pm
4317 ____________________________________________________________________________
4318 [  2656] By: jhi                                   on 1999/01/21  11:35:34
4319         Log: From: Achim Bohnet <ach@mpe.mpg.de>
4320              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
4321              Date: Wed, 20 Jan 1999 20:25:53 +0100
4322              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
4323      Branch: cfgperl
4324            ! pp.c
4325 ____________________________________________________________________________
4326 [  2655] By: jhi                                   on 1999/01/21  10:46:01
4327         Log: Handle NIS (and NetInfo) more robustly.
4328      Branch: cfgperl
4329            ! t/op/grent.t t/op/pwent.t
4330 ____________________________________________________________________________
4331 [  2654] By: jhi                                   on 1999/01/21  10:17:20
4332         Log: Two-argument eaccess() of SCO.
4333      Branch: cfgperl
4334            ! pp_sys.c
4335 ____________________________________________________________________________
4336 [  2653] By: jhi                                   on 1999/01/21  08:53:14
4337         Log: -DNO_NOSUID_CHECK for those platforms which have no way
4338              of checking for nosuid but still want suidperl.
4339      Branch: cfgperl
4340            ! perl.c
4341 ____________________________________________________________________________
4342 [  2652] By: jhi                                   on 1999/01/21  08:22:50
4343         Log: The LANGUAGE mirrors LC_ALL usage.
4344      Branch: cfgperl
4345            ! Configure config_h.SH
4346 ____________________________________________________________________________
4347 [  2651] By: jhi                                   on 1999/01/20  22:01:21
4348         Log: I_MNTENT was missing.
4349      Branch: cfgperl
4350            ! Configure config_h.SH
4351 ____________________________________________________________________________
4352 [  2650] By: jhi                                   on 1999/01/19  13:42:03
4353         Log: NetBSD update, based on patches from the NetBSD packages system.
4354      Branch: cfgperl
4355            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
4356 ____________________________________________________________________________
4357 [  2649] By: jhi                                   on 1999/01/19  12:44:02
4358         Log: Jumbo Configure update.
4359              * -Uinstallusrbinperl: disable /usr/bin/perl installation
4360              by installperl
4361              * usethreads.cbu
4362              * use64bits.cbu
4363              * "nosuid"
4364      Branch: cfgperl
4365            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
4366            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4367            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
4368            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
4369            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
4370            ! pod/perldiag.pod
4371 ____________________________________________________________________________
4372 [  2648] By: jhi                                   on 1999/01/19  09:16:44
4373         Log: Mention /usr/share/locale.
4374      Branch: cfgperl
4375            ! pod/perllocale.pod
4376 ____________________________________________________________________________
4377 [  2647] By: jhi                                   on 1999/01/19  09:11:11
4378         Log: SHMLBA strikes back in NetBSD/sparc.
4379              
4380              From: Dave Nelson <David.Nelson@bellcow.com>
4381              To: jhi@iki.fi
4382              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
4383              Date: Mon, 18 Jan 1999 22:07:56 -0600
4384              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
4385      Branch: cfgperl
4386            ! ext/IPC/SysV/SysV.xs
4387 ____________________________________________________________________________
4388 [  2646] By: jhi                                   on 1999/01/19  08:58:17
4389         Log: Show LANGUAGE env var when needed. (Augment change #2645).
4390      Branch: cfgperl
4391            ! util.c utils/perlbug.PL
4392 ____________________________________________________________________________
4393 [  2645] By: jhi                                   on 1999/01/19  08:52:15
4394         Log: Document the GNU LANGUAGE env var.
4395      Branch: cfgperl
4396            ! pod/perllocale.pod
4397 ____________________________________________________________________________
4398 [  2644] By: jhi                                   on 1999/01/19  08:42:25
4399         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4400              To: Mailing list Perl5 <perl5-porters@perl.org>
4401              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
4402              Date: Mon, 18 Jan 1999 20:57:02 -0500
4403              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
4404      Branch: cfgperl
4405            ! pp_hot.c t/op/pat.t
4406 ____________________________________________________________________________
4407 [  2643] By: jhi                                   on 1999/01/18  11:23:41
4408         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
4409      Branch: cfgperl
4410            ! Makefile.SH
4411 ____________________________________________________________________________
4412 [  2642] By: jhi                                   on 1999/01/18  11:03:38
4413         Log: GNU libc locale system has LANGUAGE env var that partly
4414              overrides even LC_ALL.
4415      Branch: cfgperl
4416            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
4417 ____________________________________________________________________________
4418 [  2641] By: jhi                                   on 1999/01/18  10:55:04
4419         Log: Integrate from mainperl.
4420      Branch: cfgperl
4421           +> ext/B/defsubs.h.PL
4422            ! t/op/groups.t
4423           !> (integrate 38 files)
4424 ____________________________________________________________________________
4425 [  2640] By: gsar                                  on 1999/01/18  10:06:29
4426         Log: a few random cleanups
4427      Branch: perl
4428            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
4429 ____________________________________________________________________________
4430 [  2639] By: gsar                                  on 1999/01/18  05:56:21
4431         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
4432              Date:    Sun, 17 Jan 1999 16:41:10 PST
4433              Message-Id: <19990118004111.29667.qmail@hotmail.com>
4434              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
4435      Branch: perl
4436            ! ext/B/B/C.pm
4437 ____________________________________________________________________________
4438 [  2638] By: gsar                                  on 1999/01/18  05:41:21
4439         Log: From:    jan.dubois@ibm.net (Jan Dubois)
4440              Date:    Mon, 18 Jan 1999 00:37:41 +0100
4441              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
4442              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
4443      Branch: perl
4444            ! dump.c
4445 ____________________________________________________________________________
4446 [  2633] By: gsar                                  on 1999/01/17  13:39:59
4447         Log: bogus assert()
4448      Branch: perl
4449            ! pp.c t/op/groups.t
4450 ____________________________________________________________________________
4451 [  2632] By: gsar                                  on 1999/01/17  13:22:04
4452         Log: various tweaks for clean build and test on win32
4453      Branch: perl
4454            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
4455            ! op.c t/pragma/warn/doio
4456 ____________________________________________________________________________
4457 [  2631] By: gsar                                  on 1999/01/17  12:28:06
4458         Log: undo change#2336, and add clarification about subversive
4459              CPAN distributions from Andreas Koenig
4460      Branch: perl
4461            ! Porting/pumpkin.pod lib/CPAN.pm
4462 ____________________________________________________________________________
4463 [  2630] By: gsar                                  on 1999/01/17  12:04:06
4464         Log: fix silent taint failures under -U
4465      Branch: perl
4466            ! doio.c
4467 ____________________________________________________________________________
4468 [  2629] By: gsar                                  on 1999/01/17  12:00:23
4469         Log: sanity check piped opens (tweaked version of patch suggested
4470              by Mark-Jason Dominus)
4471      Branch: perl
4472            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
4473            ! t/op/taint.t t/pragma/warn/doio
4474 ____________________________________________________________________________
4475 [  2628] By: gsar                                  on 1999/01/17  11:26:21
4476         Log: regen headers
4477      Branch: perl
4478            ! embed.h embedvar.h objXSUB.h
4479 ____________________________________________________________________________
4480 [  2627] By: gsar                                  on 1999/01/17  11:23:37
4481         Log: PERL_OBJECTness for change#2595
4482      Branch: perl
4483            ! embed.pl op.c pod/perlport.pod proto.h
4484 ____________________________________________________________________________
4485 [  2626] By: gsar                                  on 1999/01/17  09:47:07
4486         Log: PERL_OBJECT tweaks for change#2426
4487      Branch: perl
4488            ! embed.pl proto.h regcomp.c
4489 ____________________________________________________________________________
4490 [  2625] By: gsar                                  on 1999/01/17  09:37:58
4491         Log: documentation in change#2596 is not quite right; fix it
4492      Branch: perl
4493            ! lib/Math/BigFloat.pm pod/perlguts.pod
4494 ____________________________________________________________________________
4495 [  2624] By: gsar                                  on 1999/01/17  09:28:34
4496         Log: undo change#2571; C<use File::Spec> instead
4497      Branch: perl
4498            ! lib/FindBin.pm
4499 ____________________________________________________________________________
4500 [  2623] By: gsar                                  on 1999/01/17  09:20:42
4501         Log: change#2572 is not applicable; undo, retaining scan_bin addition
4502              to global.sym
4503      Branch: perl
4504            ! global.sym perl.c proto.h
4505 ____________________________________________________________________________
4506 [  2622] By: gsar                                  on 1999/01/17  09:17:42
4507         Log: change#2576 is based on a wrong premise; undo it
4508      Branch: perl
4509            ! pp_ctl.c
4510 ____________________________________________________________________________
4511 [  2621] By: gsar                                  on 1999/01/17  09:12:42
4512         Log: fix change#2602 to not used hard coded constants
4513      Branch: perl
4514            ! ext/B/B/C.pm ext/B/defsubs.h.PL
4515 ____________________________________________________________________________
4516 [  2620] By: gsar                                  on 1999/01/17  09:02:07
4517         Log: integrate cfgperl changes into mainline, fix conflicts
4518      Branch: perl
4519           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
4520           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
4521           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
4522           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
4523           +> pod/perlopentut.pod
4524           !> (integrate 162 files)
4525 ____________________________________________________________________________
4526 [  2619] By: gsar                                  on 1999/01/17  08:42:04
4527         Log: a few doc typos
4528      Branch: perl
4529            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
4530 ____________________________________________________________________________
4531 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
4532         Log: Win32 changes from Jan
4533              
4534              From: jan.dubois@ibm.net (Jan Dubois)
4535              Date: Fri, 15 Jan 1999 23:38:35 +0100
4536              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
4537              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
4538              
4539              From: jan.dubois@ibm.net (Jan Dubois)
4540              Date: Sat, 16 Jan 1999 13:02:45 +0100
4541              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
4542              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
4543      Branch: maint-5.005/perl
4544            ! README.win32 win32/Makefile win32/makefile.mk
4545 ____________________________________________________________________________
4546 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
4547         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
4548              
4549              From: Gurusamy Sarathy <gsar@engin.umich.edu>
4550              Date: Thu, 07 Jan 1999 00:12:00 -0500
4551              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
4552              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4553              
4554              From: Gurusamy Sarathy <gsar@engin.umich.edu>
4555              Date: Thu, 14 Jan 1999 19:21:46 -0500
4556              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
4557              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4558      Branch: maint-5.005/perl
4559            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
4560            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
4561            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
4562            ! win32/makedef.pl win32/runperl.c win32/win32.c
4563 ____________________________________________________________________________
4564 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
4565         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4566              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
4567              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
4568              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
4569              
4570              From: Jarkko Hietaniemi <jhi@iki.fi>
4571              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
4572              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
4573              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
4574              
4575              From: Jarkko Hietaniemi <jhi@iki.fi>
4576              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
4577              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
4578              Subject: the promised "installusrbinperl + NetBSD" fix
4579      Branch: maint-5.005/perl
4580            ! Configure Makefile.SH hints/netbsd.sh installperl
4581            ! makedepend.SH unixish.h
4582 ____________________________________________________________________________
4583 [  2611] By: jhi                                   on 1999/01/14  12:16:14
4584         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4585              To: pumpkings@jhereg.perl.com
4586              Subject: perlopentut.pod
4587              Date: Sat, 09 Jan 1999 08:13:18 -0700
4588              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
4589      Branch: cfgperl
4590            + pod/perlopentut.pod
4591            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
4592 ____________________________________________________________________________
4593 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
4594         Log: Added Carp::cluck to perldelta.pod
4595      Branch: maint-5.005/perl
4596            ! pod/perldelta.pod
4597 ____________________________________________________________________________
4598 [  2605] By: jhi                                   on 1999/01/13  18:26:19
4599         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
4600              To: "'cpan@perl.org'" <cpan@perl.org>
4601              Subject: "Bug" fix for File::Find.pm
4602              Date:   Thu, 31 Dec 1998 13:01:50 -0500
4603              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
4604      Branch: cfgperl
4605            ! lib/File/Find.pm
4606 ____________________________________________________________________________
4607 [  2604] By: jhi                                   on 1999/01/13  18:08:45
4608         Log: From: Peter Wolfe <wolfe@teloseng.com>
4609              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
4610              To: perlbug@perl.com
4611              Date: 11 Jan 1999 23:00:05 +0200
4612              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
4613      Branch: cfgperl
4614            ! hints/sco.sh
4615 ____________________________________________________________________________
4616 [  2603] By: jhi                                   on 1999/01/13  18:06:56
4617         Log: From: hans@icgroup.nl (Hans Mulder)
4618              Subject: [Patch for 5.005_54] re::debugcolors dumps core
4619              To: perlbug@perl.com
4620              Cc: hansmu@xs4all.nl
4621              Date: 11 Jan 1999 22:22:45 +0200
4622              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
4623      Branch: cfgperl
4624            ! ext/re/re.pm regcomp.c
4625 ____________________________________________________________________________
4626 [  2602] By: jhi                                   on 1999/01/13  18:05:43
4627         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4628              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
4629              Date: 11 Jan 1999 08:02:41 +0200
4630              Lines: 134
4631              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
4632      Branch: cfgperl
4633            ! ext/B/B.xs ext/B/B/C.pm
4634 ____________________________________________________________________________
4635 [  2601] By: jhi                                   on 1999/01/13  18:01:53
4636         Log: From: James FitzGibbon <james@ican.net>
4637              Subject: Trivial patch for HP-UX 11 and shared libperl
4638              To: perl5-porters@perl.org
4639              Date: 8 Jan 1999 19:13:23 +0200
4640              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
4641      Branch: cfgperl
4642            ! Makefile.SH
4643 ____________________________________________________________________________
4644 [  2600] By: jhi                                   on 1999/01/13  17:59:45
4645         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4646              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
4647              To: perl5-porters@perl.org
4648              Date: 8 Jan 1999 12:43:36 +0200
4649              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
4650      Branch: cfgperl
4651            ! ext/B/B/CC.pm
4652 ____________________________________________________________________________
4653 [  2599] By: jhi                                   on 1999/01/13  17:50:11
4654         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4655              Subject: PATCH to installperl
4656              To: perl5-porters@perl.org
4657              Date: 4 Jan 1999 16:15:18 +0200
4658              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
4659      Branch: cfgperl
4660            ! installperl
4661 ____________________________________________________________________________
4662 [  2598] By: jhi                                   on 1999/01/13  17:34:51
4663         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4664              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
4665              Cc: perl5-porters@perl.org
4666              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
4667              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
4668              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
4669      Branch: cfgperl
4670            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4671            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
4672 ____________________________________________________________________________
4673 [  2597] By: jhi                                   on 1999/01/13  17:30:33
4674         Log: From: David Dyck <dcd@tc.fluke.com>
4675              To: Perl Porters <perl5-porters@perl.org>,
4676              Gurusamy Sarathy <gsar@engin.umich.edu>
4677              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
4678              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
4679              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
4680      Branch: cfgperl
4681            ! pod/perldsc.pod
4682 ____________________________________________________________________________
4683 [  2596] By: jhi                                   on 1999/01/13  17:26:44
4684         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4685              To: perl5-porters@perl.org
4686              Subject: [PATCH] modglobal w/ spelling fixes
4687              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
4688              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
4689      Branch: cfgperl
4690            ! pod/perlguts.pod
4691 ____________________________________________________________________________
4692 [  2595] By: jhi                                   on 1999/01/13  17:24:59
4693         Log: From: Hans Mulder <hansm@icgroup.nl>
4694              Optimize common sort routines.  Thread started by the message
4695              
4696              From: Hans Mulder <hansm@icgroup.nl>
4697              Sender: owner-perl5-porters@perl.org
4698              To: perl5-porters@perl.org
4699              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
4700              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
4701              
4702              and the patch from the message
4703              
4704              From: Hans Mulder <hans@icgroup.nl>
4705              To: jhi@iki.fi
4706              Cc: perl5-porters@perl.org
4707              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
4708              $b }
4709              Date: Wed, 13 Jan 1999 17:39:35 +0100
4710              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
4711      Branch: cfgperl
4712            ! Todo op.c op.h pp_ctl.c t/op/sort.t
4713 ____________________________________________________________________________
4714 [  2594] By: jhi                                   on 1999/01/13  16:50:17
4715         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
4716              (the diffs were based on 5.004_02).  Tested by Guido
4717              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
4718      Branch: cfgperl
4719            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
4720            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
4721            + mint/sys/time.h mint/time.h
4722            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
4723            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
4724 ____________________________________________________________________________
4725 [  2593] By: jhi                                   on 1999/01/09  16:54:26
4726         Log: Detypo.
4727      Branch: cfgperl
4728            ! hints/dec_osf.sh
4729 ____________________________________________________________________________
4730 [  2592] By: jhi                                   on 1999/01/09  16:17:13
4731         Log: Move usethreads and use64bits logic from hints to Configure.
4732      Branch: cfgperl
4733            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
4734            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4735            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
4736            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
4737 ____________________________________________________________________________
4738 [  2591] By: jhi                                   on 1999/01/09  14:45:24
4739         Log: Missing dTHRs added.
4740      Branch: cfgperl
4741            ! regcomp.c toke.c
4742 ____________________________________________________________________________
4743 [  2590] By: jhi                                   on 1999/01/08  15:27:17
4744         Log: Finalize change #2589 and add better AIX nm scanning from:
4745              
4746              Message-Id: <m0zyNW0-00017VC@gentoo.com>
4747              From: bll@gentoo.com (Brad Lanam)
4748              Subject: Re: mailhelp returned a non-zero status
4749              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
4750              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
4751      Branch: cfgperl
4752            ! Configure hints/freebsd.sh hints/linux.sh
4753 ____________________________________________________________________________
4754 [  2589] By: jhi                                   on 1999/01/08  15:14:54
4755         Log: Undo change #2581.
4756      Branch: cfgperl
4757            ! Configure hints/freebsd.sh hints/linux.sh
4758 ____________________________________________________________________________
4759 [  2588] By: jhi                                   on 1999/01/08  11:51:52
4760         Log: FAQ jumbo patch from tchrist.
4761              
4762              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
4763              From: Tom Christiansen <tchrist@jhereg.perl.com>
4764              To: pumpkings@jhereg.perl.com
4765              Subject: newest version of perlfaq.pod
4766              Date: Thu, 7 Jan 1999 23:05:02 -0700
4767              
4768              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
4769              From: Tom Christiansen <tchrist@jhereg.perl.com>
4770              To: pumpkings@jhereg.perl.com
4771              Subject: newest version of perlfaq1.pod
4772              Date: Thu, 7 Jan 1999 23:05:02 -0700
4773              
4774              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
4775              From: Tom Christiansen <tchrist@jhereg.perl.com>
4776              To: pumpkings@jhereg.perl.com
4777              Subject: newest version of perlfaq2.pod
4778              Date: Thu, 7 Jan 1999 23:05:02 -0700
4779              
4780              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
4781              From: Tom Christiansen <tchrist@jhereg.perl.com>
4782              To: pumpkings@jhereg.perl.com
4783              Subject: newest version of perlfaq3.pod
4784              Date: Thu, 7 Jan 1999 23:05:02 -0700
4785              
4786              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
4787              From: Tom Christiansen <tchrist@jhereg.perl.com>
4788              To: pumpkings@jhereg.perl.com
4789              Subject: newest version of perlfaq4.pod
4790              Date: Thu, 7 Jan 1999 23:05:02 -0700
4791              
4792              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
4793              From: Tom Christiansen <tchrist@jhereg.perl.com>
4794              To: pumpkings@jhereg.perl.com
4795              Subject: newest version of perlfaq5.pod
4796              Date: Thu, 7 Jan 1999 23:05:02 -0700
4797              
4798              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
4799              From: Tom Christiansen <tchrist@jhereg.perl.com>
4800              To: pumpkings@jhereg.perl.com
4801              Subject: newest version of perlfaq6.pod
4802              Date: Thu, 7 Jan 1999 23:05:02 -0700
4803              
4804              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
4805              From: Tom Christiansen <tchrist@jhereg.perl.com>
4806              To: pumpkings@jhereg.perl.com
4807              Subject: newest version of perlfaq7.pod
4808              Date: Thu, 7 Jan 1999 23:05:03 -0700
4809              
4810              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
4811              From: Tom Christiansen <tchrist@jhereg.perl.com>
4812              To: pumpkings@jhereg.perl.com
4813              Subject: newest version of perlfaq8.pod
4814              Date: Thu, 7 Jan 1999 23:05:03 -0700
4815              
4816              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
4817              From: Tom Christiansen <tchrist@jhereg.perl.com>
4818              To: pumpkings@jhereg.perl.com
4819              Subject: newest version of perlfaq9.pod
4820              Date: Thu, 7 Jan 1999 23:05:03 -0700
4821      Branch: cfgperl
4822            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4823            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4824            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4825            ! pod/perlfaq9.pod
4826 ____________________________________________________________________________
4827 [  2587] By: jhi                                   on 1999/01/08  11:17:43
4828         Log: More doc fixes from Abigail.
4829      Branch: cfgperl
4830            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4831            ! lib/User/pwent.pm
4832 ____________________________________________________________________________
4833 [  2585] By: jhi                                   on 1999/01/08  08:31:02
4834         Log: Change #2584 from maint-5.005:
4835              
4836              implemented Ilya's suggested fix, and added a testcase
4837              
4838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4839              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
4840              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
4841              Subject: Re: Text::ParseWords: regex fix
4842      Branch: cfgperl
4843            ! lib/Text/ParseWords.pm t/lib/parsewords.t
4844 ____________________________________________________________________________
4845 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
4846         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4847              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
4848              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
4849              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
4850      Branch: maint-5.005/perl
4851            ! ext/Errno/Errno_pm.PL
4852 ____________________________________________________________________________
4853 [  2581] By: jhi                                   on 1999/01/07  16:38:03
4854         Log: Configure update:
4855              - usethreads, use64bits, and usemultiplicity
4856              are no more interactively asked by Configure
4857              - "int main()" (vs bare "main()") enforced in test programs
4858      Branch: cfgperl
4859            ! Configure hints/freebsd.sh hints/linux.sh
4860 ____________________________________________________________________________
4861 [  2580] By: jhi                                   on 1999/01/07  11:19:12
4862         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4863              Date: Wed, 06 Jan 1999 13:47:34 -0800
4864              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
4865              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
4866      Branch: cfgperl
4867            ! vms/vms.c
4868 ____________________________________________________________________________
4869 [  2579] By: jhi                                   on 1999/01/07  09:08:36
4870         Log: Another set of doc patches from Abigail
4871              
4872              From: abigail@fnx.com
4873              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
4874              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
4875              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
4876              
4877              From: abigail@fnx.com
4878              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
4879              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
4880              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
4881              
4882              From: abigail@fnx.com
4883              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
4884              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
4885              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
4886              
4887              From: abigail@fnx.com
4888              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
4889              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
4890              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
4891              
4892              From: abigail@fnx.com
4893              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
4894              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
4895              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
4896              
4897              From: abigail@fnx.com
4898              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
4899              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
4900              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
4901              
4902              From: abigail@fnx.com
4903              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
4904              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
4905              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
4906              
4907              From: abigail@fnx.com
4908              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
4909              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
4910              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
4911              
4912              From: abigail@fnx.com
4913              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
4914              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
4915              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
4916              
4917              From: abigail@fnx.com
4918              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
4919              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
4920              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
4921              
4922              From: abigail@fnx.com
4923              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
4924              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
4925              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
4926              
4927              From: abigail@fnx.com
4928              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
4929              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
4930              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
4931              
4932              From: abigail@fnx.com
4933              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
4934              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
4935              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
4936              
4937              From: abigail@fnx.com
4938              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
4939              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
4940              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
4941      Branch: cfgperl
4942            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
4943            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
4944            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
4945            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
4946            ! lib/Tie/Array.pm lib/Tie/Hash.pm
4947 ____________________________________________________________________________
4948 [  2576] By: jhi                                   on 1999/01/06  17:05:20
4949         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
4950      Branch: cfgperl
4951            ! pp_ctl.c
4952 ____________________________________________________________________________
4953 [  2575] By: jhi                                   on 1999/01/06  13:18:56
4954         Log: Enhance the great_circle_distance() documentation.
4955      Branch: cfgperl
4956            ! lib/Math/Trig.pm
4957 ____________________________________________________________________________
4958 [  2574] By: jhi                                   on 1999/01/06  12:58:03
4959         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4960              To: perlbug@perl.com
4961              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
4962              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
4963              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
4964      Branch: cfgperl
4965            ! t/op/sysio.t
4966 ____________________________________________________________________________
4967 [  2573] By: jhi                                   on 1999/01/06  12:40:19
4968         Log: From: "W. Phillip Moore" <wpm@ms.com>
4969              To: perlbug@perl.org
4970              Subject: [PATCH] POSIX getpgrp is not -w clean
4971              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
4972              Message-ID: <13970.20107.190314.549471@zappa>
4973      Branch: cfgperl
4974            ! ext/POSIX/POSIX.pm
4975 ____________________________________________________________________________
4976 [  2572] By: jhi                                   on 1999/01/06  12:25:24
4977         Log: Based on
4978              From: jan.dubois@ibm.net (Jan Dubois)
4979              To: perl5-porters@perl.org
4980              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4981              Date: Wed, 06 Jan 1999 01:24:09 +0100
4982              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
4983              except that
4984              - objXSUB.h was already okay
4985              - embed.h patching is futile, global.sym patched instead
4986              - objpp.h does not exist
4987              - proto.h addition applied manually
4988              - win32/GenCAPI.pl was already okay
4989              - win32/makedef.pl was already okay
4990      Branch: cfgperl
4991            ! global.sym perl.c proto.h
4992 ____________________________________________________________________________
4993 [  2571] By: jhi                                   on 1999/01/06  11:25:48
4994         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
4995              To: perlbug@perl.com
4996              Subject: FindBin.pm on Win32 systems
4997              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
4998              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
4999      Branch: cfgperl
5000            ! lib/FindBin.pm
5001 ____________________________________________________________________________
5002 [  2570] By: jhi                                   on 1999/01/06  11:21:48
5003         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5004              To: perl5-porters@perl.org, vmsperl@perl.org
5005              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
5006              Date: Tue, 05 Jan 1999 16:47:31 -0800
5007              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
5008              
5009              (the ext/IO/lib/IO/Socket.pm was not really changed here;
5010              it was a leftover from #2569)
5011      Branch: cfgperl
5012            ! ext/IO/lib/IO/Socket.pm taint.c
5013 ____________________________________________________________________________
5014 [  2569] By: jhi                                   on 1999/01/06  11:18:22
5015         Log: Jumbo doc patch from Abigail (almost identical to
5016              the 5.005-maint change #2562 except for the
5017              ext/IO/lib/IO/Socket.pm patch which was not
5018              applicable because the IO version of 5.005-devel
5019              is somewhat different (why?))
5020              
5021              From: abigail@fnx.com
5022              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
5023              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
5024              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
5025              
5026              From: abigail@fnx.com
5027              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
5028              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
5029              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
5030              
5031              From: abigail@fnx.com
5032              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
5033              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
5034              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
5035              
5036              From: abigail@fnx.com
5037              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
5038              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
5039              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
5040              
5041              From: abigail@fnx.com
5042              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
5043              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
5044              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
5045              
5046              From: abigail@fnx.com
5047              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
5048              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
5049              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
5050              
5051              From: abigail@fnx.com
5052              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
5053              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
5054              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
5055              
5056              From: abigail@fnx.com
5057              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
5058              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
5059              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
5060              
5061              From: abigail@fnx.com
5062              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
5063              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
5064              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
5065              
5066              From: abigail@fnx.com
5067              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
5068              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
5069              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
5070      Branch: cfgperl
5071            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5072            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
5073            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
5074            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5075            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
5076 ____________________________________________________________________________
5077 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
5078         Log: From: jan.dubois@ibm.net (Jan Dubois)
5079              Date: Wed, 06 Jan 1999 01:24:09 +0100
5080              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
5081              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5082      Branch: maint-5.005/perl
5083            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
5084            ! win32/GenCAPI.pl win32/makedef.pl
5085 ____________________________________________________________________________
5086 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
5087         Log: From: "W. Phillip Moore" <wpm@ms.com>
5088              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
5089              Message-ID: <13970.20107.190314.549471@zappa>
5090              Subject: [PATCH] POSIX getpgrp is not -w clean
5091      Branch: maint-5.005/perl
5092            ! ext/POSIX/POSIX.pm
5093 ____________________________________________________________________________
5094 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
5095         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
5096              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
5097              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
5098              Subject: FindBin.pm on Win32 systems
5099      Branch: maint-5.005/perl
5100            ! lib/FindBin.pm
5101 ____________________________________________________________________________
5102 [  2561] By: jhi                                   on 1999/01/05  10:49:10
5103         Log: Reword the setlocale() 1-arg case better.
5104      Branch: cfgperl
5105            ! ext/POSIX/POSIX.pod
5106 ____________________________________________________________________________
5107 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
5108         Log: From: Blair Zajac <bzajac@geostaff.com>
5109              Date: Wed, 23 Dec 1998 17:13:32 -0800
5110              Message-ID: <3681953C.8B6A90AA@geostaff.com>
5111              Subject: Tie::SubstrHash patch
5112      Branch: maint-5.005/perl
5113            ! lib/Tie/SubstrHash.pm
5114 ____________________________________________________________________________
5115 [  2554] By: jhi                                   on 1999/01/02  14:55:06
5116         Log: Object destruction order testing.
5117      Branch: cfgperl
5118            ! t/op/misc.t
5119 ____________________________________________________________________________
5120 [  2553] By: jhi                                   on 1999/01/02  14:49:40
5121         Log: perldelta the Dumpvalue.pm of change #2513.
5122      Branch: cfgperl
5123            ! lib/Dumpvalue.pm pod/perldelta.pod
5124 ____________________________________________________________________________
5125 [  2552] By: nick                                  on 1999/01/02  14:45:38
5126         Log: Tone down Makefile.PL so it works on Win32
5127      Branch: perl
5128            ! ext/B/Makefile.PL
5129 ____________________________________________________________________________
5130 [  2551] By: nick                                  on 1999/01/02  14:06:30
5131         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
5132              Use them in various B::* rather than have local defs.
5133      Branch: perl
5134            + ext/B/defsubs.h.PL
5135            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
5136            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
5137            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
5138 ____________________________________________________________________________
5139 [  2550] By: nick                                  on 1999/01/02  10:04:02
5140         Log: Integrate ext/B changes from //depot/cfgperl
5141      Branch: perl
5142           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5143 ____________________________________________________________________________
5144 [  2549] By: jhi                                   on 1999/01/01  13:54:16
5145         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
5146              To: perlbug@perl.com
5147              Subject: op/groups.t fails test 1 on HP-UX 10.20
5148              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
5149              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
5150      Branch: cfgperl
5151            ! t/op/groups.t
5152 ____________________________________________________________________________
5153 [  2548] By: jhi                                   on 1999/01/01  13:53:31
5154         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5155              To: perl5-porters@perl.org
5156              cc: hv@crypt0.demon.co.uk
5157              Subject: [bug 5.004_54] duplicate error message
5158              Date: Thu, 31 Dec 1998 04:05:25 +0000
5159              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
5160              
5161              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
5162              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5163              To: hv@crypt0.demon.co.uk
5164              Cc: perl5-porters@perl.org
5165              Subject: [PATCH _54] Re: duplicate error message
5166              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
5167              
5168              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
5169              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5170              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
5171              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
5172              Subject: [TEST PATCH _54] Re: duplicate error message 
5173              Date: Fri, 01 Jan 1999 07:32:14 +0000
5174      Branch: cfgperl
5175            ! op.c t/pragma/warn/op
5176 ____________________________________________________________________________
5177 [  2547] By: jhi                                   on 1998/12/31  14:15:04
5178         Log: From: Chris Nandor <pudge@pobox.com>
5179              To: jhi@iki.fi
5180              Cc: perl5-porters@perl.org
5181              Subject: Re: [PATCH] perlport.pod 1.38
5182              Date: Thu, 31 Dec 1998 09:06:48 -0500
5183              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
5184      Branch: cfgperl
5185            ! pod/perlport.pod
5186 ____________________________________________________________________________
5187 [  2546] By: jhi                                   on 1998/12/31  11:18:17
5188         Log: From: Wilson P. Snyder II
5189              To: perl5-porters@perl.org
5190              Subject: [PATCH v5.5.53] REV2: Binary number support
5191              Date: 1998/11/30
5192              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
5193      Branch: cfgperl
5194            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
5195            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
5196            ! toke.c util.c
5197 ____________________________________________________________________________
5198 [  2545] By: jhi                                   on 1998/12/31  09:27:40
5199         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5200              To: perlbug@perl.com
5201              Subject: "perl -T -P" dumps core on OpenBSD and Linux
5202              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
5203              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
5204      Branch: cfgperl
5205            ! taint.c
5206 ____________________________________________________________________________
5207 [  2544] By: jhi                                   on 1998/12/31  09:21:45
5208         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
5209              To: perlbug@perl.com 
5210              Subject: bug in pod2man search for perl binary [5.005_5x]
5211              Date: Sat, 12 Dec 1998 23:08:51 +0000 
5212              Message-ID: <19981212230851.A20578@ig.co.uk> 
5213      Branch: cfgperl
5214            ! pod/pod2man.PL
5215 ____________________________________________________________________________
5216 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
5217         Log: From: jan.dubois@ibm.net (Jan Dubois)
5218              Date: Wed, 23 Dec 1998 21:26:38 +0100
5219              Message-ID: <36895086.8849224@smtp1.ibm.net>
5220              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5221      Branch: maint-5.005/perl
5222            ! lib/ExtUtils/MakeMaker.pm
5223 ____________________________________________________________________________
5224 [  2540] By: jhi                                   on 1998/12/30  08:42:04
5225         Log: Evermore AUTHORS and MAINTAIN.
5226      Branch: cfgperl
5227            ! AUTHORS MAINTAIN
5228 ____________________________________________________________________________
5229 [  2539] By: jhi                                   on 1998/12/29  15:10:34
5230         Log: More AUTHORS and MAINTAIN.
5231      Branch: cfgperl
5232            ! AUTHORS MAINTAIN
5233 ____________________________________________________________________________
5234 [  2537] By: jhi                                   on 1998/12/29  14:34:47
5235         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5236              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5237              Message-ID: <13942.32480.700000.640927@utensil>
5238              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5239              (mirror change#2531 in the 5.005-maint)
5240      Branch: cfgperl
5241            ! lib/AutoSplit.pm
5242 ____________________________________________________________________________
5243 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
5244         Log: change in_pod pattern to /^=\w/ from /^=/
5245              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5246              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5247              Message-ID: <13942.32480.700000.640927@utensil>
5248              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5249      Branch: maint-5.005/perl
5250            ! lib/AutoSplit.pm
5251 ____________________________________________________________________________
5252 [  2525] By: jhi                                   on 1998/12/29  13:06:26
5253         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5254              To: perl5-porters@perl.org
5255              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
5256              Date: 16 Dec 1998 03:17:03 +0200
5257              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
5258      Branch: cfgperl
5259            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5260 ____________________________________________________________________________
5261 [  2524] By: jhi                                   on 1998/12/29  13:00:06
5262         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5263              To: perl5-porters@perl.org
5264              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
5265              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
5266              Date: 10 Dec 1998 08:30:02 +0200
5267              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
5268              
5269              (Nick's part was applied earlier, in change #2460)
5270      Branch: cfgperl
5271            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5272 ____________________________________________________________________________
5273 [  2523] By: jhi                                   on 1998/12/29  12:41:31
5274         Log: From: "vishal bhatia" <vishalb@hotmail.com>
5275              To: nick@ni-s.u-net.com
5276              Cc: perl5-porters@perl.org
5277              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
5278              Date: 9 Dec 1998 06:50:30 +0200
5279              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
5280      Branch: cfgperl
5281            ! ext/B/B/CC.pm
5282 ____________________________________________________________________________
5283 [  2522] By: jhi                                   on 1998/12/29  12:15:18
5284         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
5285              To: perl5-porters@perl.org (Perl 5 Porters)
5286              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
5287              Date: 25 Dec 1998 23:02:28 +0200
5288              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
5289      Branch: cfgperl
5290            ! lib/Pod/Text.pm
5291 ____________________________________________________________________________
5292 [  2521] By: jhi                                   on 1998/12/29  12:07:54
5293         Log: Undo #2519 (breaks universal.c).
5294      Branch: cfgperl
5295            ! XSUB.h
5296 ____________________________________________________________________________
5297 [  2519] By: jhi                                   on 1998/12/29  11:41:10
5298         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5299              To: perl5-porters@perl.org
5300              Cc: perl-xs@perl.org
5301              Subject: XSUB.h refinement [PATCH]
5302              Date: 18 Dec 1998 03:58:44 +0200
5303              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
5304      Branch: cfgperl
5305            ! XSUB.h
5306 ____________________________________________________________________________
5307 [  2518] By: jhi                                   on 1998/12/29  11:36:19
5308         Log: From: abigail@fnx.com
5309              To: perl5-porters@perl.org (Perl Porters)
5310              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
5311              Date: 28 Dec 1998 21:39:15 +0200
5312              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
5313      Branch: cfgperl
5314            ! lib/fields.pm
5315 ____________________________________________________________________________
5316 [  2517] By: jhi                                   on 1998/12/29  11:35:03
5317         Log: Document change #2516.
5318      Branch: cfgperl
5319            ! pod/perldelta.pod
5320 ____________________________________________________________________________
5321 [  2516] By: jhi                                   on 1998/12/29  11:32:26
5322         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5323              To: perl5-porters@perl.org (Mailing list Perl5)
5324              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
5325              Date: 9 Dec 1998 10:39:31 +0200
5326              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
5327      Branch: cfgperl
5328            ! pod/perldiag.pod regcomp.c toke.c
5329 ____________________________________________________________________________
5330 [  2515] By: jhi                                   on 1998/12/29  11:27:11
5331         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5332              To: perl5-porters@perl.org (Mailing list Perl5)
5333              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
5334              Date: 8 Dec 1998 09:02:04 +0200
5335              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
5336              
5337              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
5338      Branch: cfgperl
5339            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
5340 ____________________________________________________________________________
5341 [  2514] By: jhi                                   on 1998/12/29  11:21:31
5342         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5343              To: perl5-porters@perl.org (Mailing list Perl5)
5344              Subject: [PATCH 5.005_53] Regexp tests and UTF8
5345              Date: 8 Dec 1998 07:02:01 +0200
5346              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
5347      Branch: cfgperl
5348            ! regcomp.c
5349 ____________________________________________________________________________
5350 [  2513] By: jhi                                   on 1998/12/29  11:18:34
5351         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5352              Subject: [PATCH 5.005_*] Dumpvar.pm
5353              To: perl5-porters@perl.org (Mailing list Perl5)
5354              Date: 7 Dec 1998 10:17:35 +0200
5355              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
5356      Branch: cfgperl
5357            + lib/Dumpvalue.pm
5358            ! MANIFEST
5359 ____________________________________________________________________________
5360 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
5361         Log: From: jan.dubois@ibm.net (Jan Dubois)
5362              Date: Tue, 01 Dec 1998 00:07:33 +0100
5363              Message-ID: <366921b5.14512598@smtp1.ibm.net>
5364              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
5365              
5366              From: jan.dubois@ibm.net (Jan Dubois)
5367              Date: Wed, 02 Dec 1998 00:24:54 +0100
5368              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
5369              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
5370      Branch: maint-5.005/perl
5371            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
5372            ! win32/config.bc win32/config.gc win32/config.vc
5373            ! win32/config_sh.PL win32/makedef.pl
5374 ____________________________________________________________________________
5375 [  2509] By: jhi                                   on 1998/12/28  13:00:31
5376     Log: Kickstart AUTHORS and MAINTAIN.
5377  Branch: cfgperl
5378        + AUTHORS MAINTAIN
5379        ! MANIFEST
5380 ____________________________________________________________________________
5381 [  2508] By: jhi                                   on 1998/12/28  08:04:00
5382     Log: From: Nathan Torkington <gnat@frii.com>
5383          To: perlbug@perl.com
5384          Subject: [PATCH] perlxstut.pod fix
5385          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
5386          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
5387  Branch: cfgperl
5388        ! pod/perlxstut.pod
5389 ____________________________________________________________________________
5390 [  2507] By: jhi                                   on 1998/12/28  07:59:00
5391     Log: From: abigail@fnx.com
5392          To: perlbug@perl.com
5393          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
5394          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
5395          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
5396          (slightly modified, a part of the patch was rejected)
5397          (strange, I thought I had already submitted this one
5398          but Perforce disagrees with me...)
5399  Branch: cfgperl
5400        ! pod/perlop.pod
5401 ____________________________________________________________________________
5402 [  2506] By: jhi                                   on 1998/12/28  07:56:59
5403     Log: From: Artur <artur@vogon-solutions.com>
5404          To: perlbug@perl.com
5405          Subject: PATCH: perlmodlib.pod
5406          Date: Fri, 25 Dec 1998 00:48:39 +0000
5407          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
5408  Branch: cfgperl
5409        ! pod/perlmodlib.pod pod/perlop.pod
5410 ____________________________________________________________________________
5411 [  2505] By: jhi                                   on 1998/12/28  07:46:06
5412     Log: From: abigail@fnx.com
5413          To: perl5-porters@perl.org (Perl Porters)
5414          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
5415          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
5416          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
5417  Branch: cfgperl
5418        ! pod/pod2html.PL
5419 ____________________________________________________________________________
5420 [  2504] By: jhi                                   on 1998/12/28  07:44:35
5421     Log: From: Jim Avera <avera@fjst.com>
5422          To: perlbug@perl.com
5423          Subject: perlbug bug - shows dates reversed
5424          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
5425          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
5426  Branch: cfgperl
5427        ! utils/perlbug.PL
5428 ____________________________________________________________________________
5429 [  2503] By: jhi                                   on 1998/12/28  07:41:39
5430     Log: From: jan.dubois@ibm.net (Jan Dubois)
5431          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
5432          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5433          Date: Wed, 23 Dec 1998 21:26:38 +0100
5434          Message-ID: <36895086.8849224@smtp1.ibm.net>
5435  Branch: cfgperl
5436        ! lib/ExtUtils/MakeMaker.pm
5437 ____________________________________________________________________________
5438 [  2502] By: jhi                                   on 1998/12/28  07:39:20
5439     Log: From: Blair Zajac <bzajac@geostaff.com>
5440          To: perl5-porters@perl.org
5441          Subject: Tie::SubstrHash patch
5442          Date: Wed, 23 Dec 1998 17:13:32 -0800
5443          Message-ID: <3681953C.8B6A90AA@geostaff.com>
5444  Branch: cfgperl
5445        ! lib/Tie/SubstrHash.pm
5446 ____________________________________________________________________________
5447 [  2501] By: jhi                                   on 1998/12/28  07:37:16
5448     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
5449          To: perlbug@perl.com
5450          Subject: perlfaq9 minor error
5451          Date: Wed, 23 Dec 1998 14:54:19 -0800
5452          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
5453  Branch: cfgperl
5454        ! pod/perlfaq9.pod
5455 ____________________________________________________________________________
5456 [  2500] By: jhi                                   on 1998/12/23  10:38:18
5457     Log: More porting notes about filesystems, AmigaOS, and MiNT.
5458  Branch: cfgperl
5459        ! pod/perlport.pod
5460 ____________________________________________________________________________
5461 [  2499] By: jhi                                   on 1998/12/22  09:26:49
5462     Log: Add few MSG_ and uio constants.
5463  Branch: cfgperl
5464        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5465 ____________________________________________________________________________
5466 [  2498] By: jhi                                   on 1998/12/22  08:39:30
5467     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
5468          a Digital C compiler optimizer bug that broke the 'x'
5469          operator under certain circumstances.  See t/op/repeat.t
5470          test #20 for graphic details.  Reported in
5471          
5472          From: Gisle Aas <gisle@aas.no>
5473          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
5474          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
5475          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
5476          Date: 18 Dec 1998 14:27:40 +0100
5477          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
5478          
5479          and discussed further in the thread
5480          
5481          From: Jarkko Hietaniemi <jhi@iki.fi>
5482          To: Gisle Aas <gisle@aas.no>
5483          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
5484          cpan-testers@perl.org, perl5-porters@perl.org
5485          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
5486          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
5487          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
5488  Branch: cfgperl
5489        ! t/op/repeat.t util.c
5490 ____________________________________________________________________________
5491 [  2497] By: jhi                                   on 1998/12/21  14:18:57
5492     Log: Change #2483 update.
5493  Branch: cfgperl
5494        ! t/op/tr.t
5495 ____________________________________________________________________________
5496 [  2496] By: jhi                                   on 1998/12/21  14:07:41
5497     Log: Update on change #2493.
5498  Branch: cfgperl
5499        ! t/pragma/warn/op
5500 ____________________________________________________________________________
5501 [  2495] By: jhi                                   on 1998/12/21  13:52:00
5502     Log: Change #2487 aftershock.
5503  Branch: cfgperl
5504        ! warning.pl
5505 ____________________________________________________________________________
5506 [  2494] By: jhi                                   on 1998/12/21  12:35:00
5507     Log: From: Chris Nandor <pudge@pobox.com>
5508          To: perl5-porters@perl.org
5509          Subject: [PATCH] perlport.pod v1.37
5510          Date: Sat, 19 Dec 1998 12:54:34 -0500
5511          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
5512  Branch: cfgperl
5513        ! pod/perlport.pod
5514 ____________________________________________________________________________
5515 [  2493] By: jhi                                   on 1998/12/21  12:22:44
5516     Log: From: Mark-Jason Dominus <mjd@plover.com>
5517          To: perl5-porters@perl.com
5518          Subject: PATCH (5.005_02): Dejargonizing
5519          Date: Sun, 20 Dec 1998 14:35:20 -0500
5520          Message-ID: <19981220193520.11230.qmail@plover.com>
5521          
5522          From: Mark-Jason Dominus <mjd@plover.com>
5523          To: perl5-porters@perl.com
5524          Subject: PATCH (5.005_02): Spelling correction in warning message
5525          Date: Sun, 20 Dec 1998 13:51:30 -0500
5526          Message-ID: <19981220185130.11067.qmail@plover.com>
5527  Branch: cfgperl
5528        ! doio.c op.c
5529 ____________________________________________________________________________
5530 [  2492] By: jhi                                   on 1998/12/21  09:00:05
5531     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5532          To: perl5-porters@perl.org
5533          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
5534          Date: Sun, 20 Dec 1998 19:03:25 PST
5535          Message-ID: <19981221030326.27660.qmail@hotmail.com>
5536          
5537          (slightly reformatted)
5538  Branch: cfgperl
5539        ! ext/B/B/CC.pm
5540 ____________________________________________________________________________
5541 [  2491] By: nick                                  on 1998/12/20  14:21:29
5542     Log: Save _all_ GV's which have SV, AV or HV set.
5543  Branch: perl
5544        ! ext/B/B/C.pm
5545 ____________________________________________________________________________
5546 [  2490] By: jhi                                   on 1998/12/18  15:13:19
5547     Log: Add idea about generalising cpp symbol probing of Errno.
5548  Branch: cfgperl
5549        ! Todo
5550 ____________________________________________________________________________
5551 [  2489] By: jhi                                   on 1998/12/18  14:47:57
5552     Log: Address some of the issues of:
5553          
5554          From: Tom Christiansen <tchrist@jhereg.perl.com>
5555          To: perl-porters-active@jhereg.perl.com
5556          Subject: Undocumentation Issues for 5.005
5557          Date: Thu, 17 Dec 1998 14:46:24 -0700
5558          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
5559  Branch: cfgperl
5560        ! pod/perl5005delta.pod
5561 ____________________________________________________________________________
5562 [  2488] By: jhi                                   on 1998/12/18  11:26:32
5563     Log: From: root <root@dubravka.in-berlin.de>
5564          To: perlbug@perl.com
5565          Cc: k@dubravka.in-berlin.de
5566          Subject: Please add no_modify to PERL_POLLUTE
5567          Date: Fri, 18 Dec 1998 10:45:52 +0100
5568          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
5569          
5570          (Really from Andreas König)
5571  Branch: cfgperl
5572        ! embed.pl
5573 ____________________________________________________________________________
5574 [  2487] By: jhi                                   on 1998/12/17  14:05:52
5575     Log: Some (by far not all) issues of the below message addressed.
5576          
5577          From: Tom Christiansen <tchrist@jhereg.perl.com>
5578          To: The Perl Porters Mailing List <perl5-porters@perl.org>
5579          Subject: important UNDOC issues for 5.005_54
5580          Date: Wed, 16 Dec 1998 21:14:53 -0700
5581          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
5582  Branch: cfgperl
5583        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
5584 ____________________________________________________________________________
5585 [  2486] By: jhi                                   on 1998/12/17  12:47:15
5586     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5587          To: domo@computer.org
5588          Cc: jhi@iki.fi, perl5-porters@perl.org
5589          Subject: Re: stuff related to malloc.c
5590          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
5591          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
5592  Branch: cfgperl
5593        ! malloc.c
5594 ____________________________________________________________________________
5595 [  2485] By: jhi                                   on 1998/12/17  12:17:19
5596     Log: More porting notes.
5597  Branch: cfgperl
5598        ! Porting/pumpkin.pod
5599 ____________________________________________________________________________
5600 [  2484] By: jhi                                   on 1998/12/15  08:38:05
5601     Log: Undo #2386 and #2205.
5602  Branch: cfgperl
5603        ! pod/perlfunc.pod
5604 ____________________________________________________________________________
5605 [  2483] By: jhi                                   on 1998/12/14  17:58:35
5606     Log: lib was missing from @INC.
5607  Branch: cfgperl
5608        ! t/op/tr.t
5609 ____________________________________________________________________________
5610 [  2482] By: jhi                                   on 1998/12/14  17:52:42
5611     Log: Was missing use Text::Wrap.
5612  Branch: cfgperl
5613        ! t/lib/textfill.t
5614 ____________________________________________________________________________
5615 [  2481] By: jhi                                   on 1998/12/14  16:00:22
5616     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
5617          
5618          From: Jonathan Roy <roy@idle.com>
5619          To: perl5-porters@perl.org
5620          Subject: nlist.h add to Configure checks?
5621          Date: Sun, 13 Dec 1998 22:22:49 -0500
5622          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
5623  Branch: cfgperl
5624        + ext/DynaLoader/hints/linux.pl
5625        ! MANIFEST
5626 ____________________________________________________________________________
5627 [  2480] By: jhi                                   on 1998/12/14  15:02:44
5628     Log: Give up completely using nm in AIX.
5629          
5630          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5631          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
5632          Cc: perl5-porters@perl.org
5633          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
5634          Date: Thu, 10 Dec 1998 00:51:46 -0500
5635          Message-ID: <19981210005146.B29986@O2.chapin.edu>
5636  Branch: cfgperl
5637        ! hints/aix.sh
5638 ____________________________________________________________________________
5639 [  2479] By: jhi                                   on 1998/12/14  14:39:52
5640     Log: AIX' error messages are different.
5641          
5642          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5643          To: Gurusamy Sarathy <gsar@engin.umich.edu>
5644          Cc: perl5-porters@perl.org
5645          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
5646          Date: Thu, 10 Dec 1998 00:42:36 -0500
5647          Message-ID: <19981210004236.A29986@O2.chapin.edu>
5648          
5649          From: Michael Engel <engel@nms1.cc.huji.ac.il>
5650          To: perlbug@perl.com
5651          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
5652          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
5653          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
5654  Branch: cfgperl
5655        ! t/pragma/warn/doio
5656 ____________________________________________________________________________
5657 [  2475] By: jhi                                   on 1998/12/13  12:35:55
5658     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5659          To: jhi@iki.fi
5660          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
5661          Subject: Re: stuff related to malloc.c
5662          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
5663          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
5664  Branch: cfgperl
5665        ! malloc.c
5666 ____________________________________________________________________________
5667 [  2474] By: jhi                                   on 1998/12/13  12:32:42
5668     Log: Some notes about porting issues.
5669  Branch: cfgperl
5670        ! Porting/pumpkin.pod
5671 ____________________________________________________________________________
5672 [  2473] By: jhi                                   on 1998/12/13  12:03:58
5673     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
5674          To: Perl 5 Porters <perl5-porters@perl.org>
5675          Subject: [patch 5.005_02] dos-djgpp update
5676          Date: Sun, 13 Dec 1998 00:08:44 +0100
5677          Message-ID: <19981213000844.C264@beeblebrox>
5678  Branch: cfgperl
5679        ! djgpp/config.over
5680 ____________________________________________________________________________
5681 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
5682     Log: undo changes to Exporter.pm from #2312
5683  Branch: maint-5.005/perl
5684        ! lib/Exporter.pm
5685 ____________________________________________________________________________
5686 [  2465] By: jhi                                   on 1998/12/12  12:31:21
5687     Log: Document that qw() taints.
5688          
5689          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
5690          To: perlbug@perl.com 
5691          Subject: taint problems
5692          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
5693          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
5694  Branch: cfgperl
5695        ! pod/perlop.pod
5696 ____________________________________________________________________________
5697 [  2464] By: jhi                                   on 1998/12/11  14:09:51
5698     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
5699          To: dist-users@foretune.co.jp
5700          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
5701          Date: Mon, 07 Dec 1998 20:13:04 -0400
5702          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
5703  Branch: cfgperl
5704        ! Configure
5705 ____________________________________________________________________________
5706 [  2463] By: jhi                                   on 1998/12/11  13:29:54
5707     Log: MAXPATHLEN.
5708  Branch: cfgperl
5709        ! perl.h
5710 ____________________________________________________________________________
5711 [  2462] By: jhi                                   on 1998/12/11  08:37:58
5712     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
5713          To: perl5-porters@perl.org
5714          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
5715          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
5716          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
5717  Branch: cfgperl
5718        + hints/gnu.sh
5719 ____________________________________________________________________________
5720 [  2461] By: nick                                  on 1998/12/10  21:00:50
5721     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
5722          From: Vishal Bhatia <vishalb@hotmail.com>
5723          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
5724          2. Fixes the bug  regarding return value of c-functions generated out 
5725          of perl subs. ( Just includes the patch I sent earlier)
5726          3. Incorporates the other changes that need to be done to get CC.pm
5727          use ISA search for packages and methods on the same lines as C.pm
5728          
5729          Vishal would appreciate comments about B::Stackobj changes from 
5730          someone knowing that module well.
5731  Branch: perl
5732        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5733 ____________________________________________________________________________
5734 [  2460] By: jhi                                   on 1998/12/08  08:11:27
5735     Log: Integrate from mainperl.
5736  Branch: cfgperl
5737       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5738       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
5739       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
5740       !> toke.c util.c
5741 ____________________________________________________________________________
5742 [  2459] By: jhi                                   on 1998/12/07  07:50:11
5743     Log: From: hansm@icgroup.nl 
5744          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5745          Reply-To: hansmu@xs4all.nl 
5746          To: perlbug@perl.com 
5747          Date: Sun, 6 Dec 98 22:19:54 +0100 
5748          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
5749  Branch: cfgperl
5750        ! util.c
5751 ____________________________________________________________________________
5752 [  2458] By: gsar                                  on 1998/12/07  06:00:55
5753     Log: fix dup lexical
5754  Branch: perl
5755        ! ext/B/B/Deparse.pm t/lib/io_unix.t
5756 ____________________________________________________________________________
5757 [  2457] By: gsar                                  on 1998/12/06  14:38:59
5758     Log: mention limit on line numbers reported by diagnostics
5759  Branch: perl
5760        ! pod/perl.pod toke.c
5761 ____________________________________________________________________________
5762 [  2456] By: gsar                                  on 1998/12/06  13:49:02
5763     Log: branch perldelta.pod
5764  Branch: maint-5.005/perl
5765       +> pod/perldelta.pod
5766 ____________________________________________________________________________
5767 [  2455] By: gsar                                  on 1998/12/06  13:47:21
5768     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
5769  Branch: maint-5.005/perl
5770        - pod/perldelta.pod
5771 ____________________________________________________________________________
5772 [  2454] By: gsar                                  on 1998/12/06  13:35:31
5773     Log: fix outdated/incorrect info about arbitrary limits
5774  Branch: perl
5775        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
5776        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5777 ____________________________________________________________________________
5778 [  2453] By: nick                                  on 1998/12/05  16:14:42
5779     Log: Avoid hard-coding op numbers
5780          Update CC.pm to save %INC, and to co-exist with new C.pm
5781  Branch: perl
5782        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5783 ____________________________________________________________________________
5784 [  2452] By: nick                                  on 1998/12/05  10:44:28
5785     Log: B.xs had its own code to calculate hash() which differed from
5786          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
5787          which meant that run-time require was re-done.
5788          Removed some debug from C.pm
5789  Branch: perl
5790        ! ext/B/B.xs ext/B/B/C.pm
5791 ____________________________________________________________________________
5792 [  2451] By: nick                                  on 1998/12/04  21:58:49
5793     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
5794          well as _54, but with pre-scan for classes and save the ISA scheme.
5795  Branch: perl
5796        ! ext/B/B/C.pm
5797 ____________________________________________________________________________
5798 [  2450] By: nick                                  on 1998/12/04  17:58:44
5799     Log: Vishal Bhatia's patch as a basis.
5800  Branch: perl
5801        ! ext/B/B/C.pm ext/B/B/CC.pm
5802 ____________________________________________________________________________
5803 [  2449] By: jhi                                   on 1998/12/04  16:39:21
5804     Log: Integrate from mainperl.
5805  Branch: cfgperl
5806       !> t/op/goto.t t/op/tr.t
5807 ____________________________________________________________________________
5808 [  2448] By: gsar                                  on 1998/12/04  06:06:49
5809     Log: tweak test for UTEST
5810  Branch: perl
5811        ! t/op/tr.t
5812 ____________________________________________________________________________
5813 [  2444] By: jhi                                   on 1998/12/03  14:37:22
5814     Log: s/\bthe the\b/the/g *.pod
5815  Branch: cfgperl
5816        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5817 ____________________________________________________________________________
5818 [  2443] By: jhi                                   on 1998/12/03  13:39:53
5819     Log: Change#2441 aftermath.
5820  Branch: cfgperl
5821        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5822        ! config_h.SH thread.h vms/subconfigure.com
5823 ____________________________________________________________________________
5824 [  2441] By: jhi                                   on 1998/12/03  08:15:13
5825     Log: From: Dan Sugalski <sugalskd@osshe.edu>
5826          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
5827          Subject: [PATCH 5.005_54]Initial VMS patches
5828          Date: 3 Dec 1998 01:05:55 +0200
5829          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
5830          
5831          The patch to config_h.SH requires more study because
5832          metaconfig needs to agree.
5833  Branch: cfgperl
5834        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
5835        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
5836        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5837 ____________________________________________________________________________
5838 [  2440] By: gsar                                  on 1998/12/03  01:32:16
5839     Log: add failed check-in of goto.t from change#1867
5840  Branch: perl
5841        ! t/op/goto.t
5842 ____________________________________________________________________________
5843 [  2437] By: jhi                                   on 1998/12/02  18:03:51
5844     Log: Fix most of the bad L<> links of
5845          
5846          From: Tom Christiansen <tchrist@jhereg.perl.com> 
5847          Subject: bad L<> links
5848          Reply-to: tchrist@perl.com 
5849          To: perlbug@jhereg.perl.com 
5850          Date: Tue, 11 Aug 1998 10:58:07 -0500 
5851          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
5852          
5853          The ones not fixed may require darker Pod::HTML magic,
5854          for example the perlguts.html#tags should work fine, IMHO.
5855  Branch: cfgperl
5856        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
5857        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
5858        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
5859        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
5860        ! pod/perlvar.pod
5861 ____________________________________________________________________________
5862 [  2436] By: jhi                                   on 1998/12/02  16:35:04
5863     Log: One paste too many in #2345.
5864  Branch: cfgperl
5865        ! lib/Pod/Html.pm
5866 ____________________________________________________________________________
5867 [  2435] By: jhi                                   on 1998/12/02  16:32:33
5868     Log: Pod::Html and Pod::Text were not locale-savvy:
5869          for example in =head1 all non-ASCII-\w-runs were
5870          turned into underscores in NAME tags.  This could
5871          result in several NAME tags becoming identical.
5872          Reported by:
5873          
5874          From: Fyodor Krasnov <fyodor@aha.ru> 
5875          Subject: pod2html vs Russian Characters
5876          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
5877          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
5878          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
5879  Branch: cfgperl
5880        ! lib/Pod/Html.pm lib/Pod/Text.pm
5881 ____________________________________________________________________________
5882 [  2434] By: jhi                                   on 1998/12/02  10:29:00
5883     Log: The real Mc5_54 integration.
5884  Branch: cfgperl
5885       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5886 ____________________________________________________________________________
5887 [  2433] By: jhi                                   on 1998/12/02  08:52:13
5888     Log: From: Andy Dougherty <doughera@lafayette.edu>
5889          To: Perl Porters <perl5-porters@perl.org>
5890          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
5891          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
5892          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
5893  Branch: cfgperl
5894        ! Configure
5895 ____________________________________________________________________________
5896 [  2432] By: jhi                                   on 1998/12/02  08:49:47
5897     Log: From: Andy Dougherty <doughera@lafayette.edu>
5898          To: Perl Porters <perl5-porters@perl.org>
5899          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
5900          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
5901          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
5902  Branch: cfgperl
5903        ! Configure
5904 ____________________________________________________________________________
5905 [  2431] By: jhi                                   on 1998/12/01  16:11:50
5906     Log: From: achampio@lehman.com (Alan Champion)
5907          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
5908          To: perlbug@perl.com
5909          Date: 1 Dec 1998 17:36:33 +0200
5910          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
5911          
5912          Skip NIS includes.
5913  Branch: cfgperl
5914        ! t/op/pwent.t
5915 ____________________________________________________________________________
5916 [  2430] By: gsar                                  on 1998/12/01  12:12:50
5917     Log: 5.005_54, as released
5918  Branch: perl
5919        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5920 ____________________________________________________________________________
5921 [  2429] By: jhi                                   on 1998/12/01  11:28:39
5922     Log: From: Anton Berezin <tobez@plab.ku.dk>
5923          To: perl5-porters@perl.org
5924          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
5925          Date: 30 Nov 1998 19:46:24 +0100
5926          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
5927  Branch: cfgperl
5928        ! hints/freebsd.sh
5929 ____________________________________________________________________________
5930 [  2428] By: jhi                                   on 1998/12/01  11:08:16
5931     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
5932  Branch: cfgperl
5933       +> (branch 30 files)
5934       !> (integrate 71 files)
5935 ____________________________________________________________________________
5936 [  2427] By: jhi                                   on 1998/12/01  10:51:37
5937     Log: Default to accepting a hinted $randfunc even when $csym
5938          does not find it.  (the previous defaylt behaviour was not
5939          to accept).
5940  Branch: cfgperl
5941        ! Configure
5942 ____________________________________________________________________________
5943 [  2426] By: jhi                                   on 1998/12/01  10:13:03
5944     Log: Separated the [:foo:] parsing to its own function.
5945          Passes all tests.
5946  Branch: cfgperl
5947        ! regcomp.c
5948 ____________________________________________________________________________
5949 [  2425] By: jhi                                   on 1998/12/01  08:22:49
5950     Log: Typo in comments.
5951  Branch: cfgperl
5952        ! regexec.c
5953 ____________________________________________________________________________
5954 [  2424] By: jhi                                   on 1998/12/01  08:21:38
5955     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5956          Subject: [PATCH 5.005_*] Debugger 'v' command
5957          To: perl5-porters@perl.org (Mailing list Perl5)
5958          Date: 1 Dec 1998 07:55:11 +0200
5959          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
5960  Branch: cfgperl
5961        ! lib/perl5db.pl
5962 ____________________________________________________________________________
5963 [  2423] By: jhi                                   on 1998/12/01  08:19:08
5964     Log: From: pvhp@forte.com (Peter Prymmer)
5965          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
5966          To: perl5-porters@perl.org
5967          Date: 1 Dec 1998 07:27:11 +0200
5968          Message-ID: <MLIST_9812010508.AA07791@forte.com>
5969  Branch: cfgperl
5970        ! hints/os390.sh
5971 ____________________________________________________________________________
5972 [  2417] By: jhi                                   on 1998/11/30  08:14:00
5973     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
5974  Branch: cfgperl
5975        ! ext/Socket/Socket.xs
5976 ____________________________________________________________________________
5977 [  2416] By: jhi                                   on 1998/11/30  08:00:15
5978     Log: Undo #2395, seems more like a problem in netbsd-current.
5979  Branch: cfgperl
5980        ! util.c
5981
5982 ----------------
5983 Version 5.005_54
5984 ----------------
5985
5986 ____________________________________________________________________________
5987 [  2414] By: gsar                                  on 1998/11/30  02:23:55
5988     Log: more JPL tweaks
5989  Branch: perl
5990        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
5991        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
5992 ____________________________________________________________________________
5993 [  2413] By: gsar                                  on 1998/11/30  01:35:56
5994     Log: stub bin/jpl that just runs JPL::Compile::files()
5995  Branch: perl
5996        + jpl/bin/jpl
5997 ____________________________________________________________________________
5998 [  2412] By: gsar                                  on 1998/11/30  01:32:14
5999     Log: delete symlink
6000  Branch: perl
6001        - jpl/bin/jpl
6002 ____________________________________________________________________________
6003 [  2410] By: gsar                                  on 1998/11/30  01:30:44
6004     Log: branch jpl from perlext to perl
6005  Branch: perl
6006       +> (branch 30 files)
6007 ____________________________________________________________________________
6008 [  2407] By: gsar                                  on 1998/11/30  01:24:53
6009     Log: JPL tweaks to build with 5.005
6010  Branch: perlext
6011        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
6012        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
6013 ____________________________________________________________________________
6014 [  2406] By: gsar                                  on 1998/11/30  00:55:54
6015     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
6016  Branch: perl
6017        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
6018 ____________________________________________________________________________
6019 [  2405] By: gsar                                  on 1998/11/30  00:28:55
6020     Log: patchlevel up to 54
6021  Branch: perl
6022        ! patchlevel.h win32/Makefile win32/config_H.bc
6023        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6024 ____________________________________________________________________________
6025 [  2403] By: gsar                                  on 1998/11/29  23:35:50
6026     Log: integrate cfgperl changes into mainline
6027  Branch: perl
6028       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6029       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
6030 ____________________________________________________________________________
6031 [  2402] By: gsar                                  on 1998/11/29  23:08:42
6032     Log: sync Text::Wrap version number
6033  Branch: perl
6034        ! lib/Text/Wrap.pm
6035 ____________________________________________________________________________
6036 [  2401] By: gsar                                  on 1998/11/29  22:56:21
6037     Log: textfill.t tweak
6038  Branch: perl
6039        ! t/lib/textfill.t
6040 ____________________________________________________________________________
6041 [  2400] By: gsar                                  on 1998/11/29  22:50:41
6042     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
6043          <muir@idiom.com>
6044  Branch: perl
6045        + t/lib/textfill.t
6046        ! MANIFEST lib/Text/Wrap.pm
6047 ____________________________________________________________________________
6048 [  2399] By: gsar                                  on 1998/11/29  22:28:05
6049     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
6050          has happened without the authors knowledge or consent; the subversive
6051          version (which is in 5.00502) breaks one of the tests in the
6052          authors testsuite; attempts are being made to find a fix that
6053          avoids breaking code already running with the 5.005_02 version
6054          From:    David Muir Sharnoff <muir@idiom.com>
6055          Date:    Sat, 28 Nov 1998 04:34:17 PST
6056          Message-Id: <199811281234.EAA03082@idiom.com>
6057          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
6058  Branch: perl
6059        ! lib/Text/Wrap.pm t/lib/textwrap.t
6060 ____________________________________________________________________________
6061 [  2397] By: nick                                  on 1998/11/29  20:13:58
6062     Log: Update docs and English.pm for $^C
6063  Branch: perl
6064        ! lib/English.pm pod/perlvar.pod
6065 ____________________________________________________________________________
6066 [  2396] By: jhi                                   on 1998/11/29  20:13:03
6067     Log: Mirror #2384.
6068  Branch: cfgperl
6069        ! t/op/pwent.t
6070 ____________________________________________________________________________
6071 [  2395] By: jhi                                   on 1998/11/29  19:59:12
6072     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
6073  Branch: cfgperl
6074        ! util.c
6075 ____________________________________________________________________________
6076 [  2394] By: gsar                                  on 1998/11/29  19:49:08
6077     Log: updated perlreftut.pod
6078  Branch: perl
6079        ! pod/perlreftut.pod
6080 ____________________________________________________________________________
6081 [  2393] By: gsar                                  on 1998/11/29  19:31:56
6082     Log: misc tweaks
6083  Branch: perl
6084        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
6085 ____________________________________________________________________________
6086 [  2392] By: gsar                                  on 1998/11/29  19:31:18
6087     Log: notes about -DPERL_POLLUTE
6088  Branch: perl
6089        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
6090 ____________________________________________________________________________
6091 [  2391] By: gsar                                  on 1998/11/29  19:13:52
6092     Log: explain various win32 build caveats more clearly
6093  Branch: perl
6094        ! README.win32 win32/Makefile win32/makefile.mk
6095 ____________________________________________________________________________
6096 [  2390] By: gsar                                  on 1998/11/29  16:51:59
6097     Log: remove I_POLL detection (Configure will do that now)
6098  Branch: perl
6099        ! ext/IO/Makefile.PL
6100 ____________________________________________________________________________
6101 [  2389] By: jhi                                   on 1998/11/29  16:39:16
6102     Log: Add I_POLL for IO 1.20.
6103  Branch: cfgperl
6104        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6105        ! config_h.SH
6106 ____________________________________________________________________________
6107 [  2388] By: gsar                                  on 1998/11/29  16:23:30
6108     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
6109  Branch: perl
6110        + Porting/p4desc
6111        ! MANIFEST
6112 ____________________________________________________________________________
6113 [  2387] By: gsar                                  on 1998/11/29  16:08:03
6114     Log: another threads reliability fix: serialize writes to thr->threadsv
6115          avoid most uses of PL_na (which is much more inefficient than a
6116          simple local); update docs to suit; PL_na now being thr->Tna may
6117          be a minor compatibility issue for extensions--will require dTHR
6118          outside of XSUBs (those get automatic dTHR)
6119  Branch: perl
6120        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
6121        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
6122        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6123        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
6124        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
6125        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
6126        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
6127        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
6128        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
6129 ____________________________________________________________________________
6130 [  2386] By: jhi                                   on 1998/11/29  15:40:42
6131     Log: Tune the "if" entry.
6132  Branch: cfgperl
6133        ! pod/perlfunc.pod
6134 ____________________________________________________________________________
6135 [  2385] By: gsar                                  on 1998/11/29  12:40:28
6136     Log: various fixes for race conditions under threads: mutex locks based
6137          on PL_threadnum were seriously flawed, since it means more than one
6138          thread could enter the critical region; PL_na was global instead of
6139          thread-local; child thread could finish and free thr structures
6140          before Thread->new() got around to creating the Thread object;
6141          cv_clone() needed locking, as it mucks with PL_comppad and other
6142          global data; new_struct_thread() needed to lock template-thread's
6143          mutex while copying its data
6144  Branch: perl
6145        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
6146        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
6147 ____________________________________________________________________________
6148 [  2384] By: gsar                                  on 1998/11/29  10:54:38
6149     Log: s/warn/print/ on multiply defined groups
6150  Branch: perl
6151        ! t/op/grent.t
6152 ____________________________________________________________________________
6153 [  2383] By: gsar                                  on 1998/11/29  10:48:39
6154     Log: backout change#2334
6155  Branch: perl
6156        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
6157 ____________________________________________________________________________
6158 [  2382] By: jhi                                   on 1998/11/29  10:33:40
6159     Log: Better NetInfo behaviour.
6160  Branch: cfgperl
6161        ! t/op/grent.t t/op/pwent.t
6162 ____________________________________________________________________________
6163 [  2381] By: jhi                                   on 1998/11/29  10:08:15
6164     Log: Integrate from mainperl.
6165  Branch: cfgperl
6166       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6167       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6168       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
6169       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
6170       +> t/lib/io_poll.t t/lib/io_unix.t
6171       !> (integrate 58 files)
6172 ____________________________________________________________________________
6173 [  2380] By: gsar                                  on 1998/11/29  08:22:49
6174     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
6175          Tim Bunce)
6176  Branch: perl
6177        ! gv.c
6178 ____________________________________________________________________________
6179 [  2379] By: gsar                                  on 1998/11/29  07:06:43
6180     Log: fix for pat.t failure under USE_THREADS
6181  Branch: perl
6182        ! pp_ctl.c regexec.c
6183 ____________________________________________________________________________
6184 [  2378] By: nick                                  on 1998/11/28  22:46:57
6185     Log: More C.pm tweaks
6186          Save globs even if we have saved cv itself before - may be imported.
6187          
6188          While we don't save "bootstrap" CV we need to provide a stub,
6189          so that if we require it later we don't fall through and attempt
6190          to DynaLoad module again.
6191          
6192          Attempt to save %INC so that "require" does not reload things
6193          we have compiled-in (does not work right yet - seems to be due
6194          to PL_incgv being created in perl_parse() current scheme setting 
6195          GvHV() is "better" than saving the glob, but still does not 
6196          work as I expect). 
6197  Branch: perl
6198        ! ext/B/B/C.pm
6199 ____________________________________________________________________________
6200 [  2377] By: gsar                                  on 1998/11/28  22:30:38
6201     Log: various tweaks; result passes all tests for normal build on Solaris;
6202          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
6203          win32 due to lack of select() that works on non-socket fds
6204  Branch: perl
6205        ! ext/IO/poll.c regcomp.c regexec.c scope.c
6206        ! t/lib/io_multihomed.t win32/makefile.mk
6207 ____________________________________________________________________________
6208 [  2376] By: gsar                                  on 1998/11/28  20:44:39
6209     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
6210  Branch: perl
6211        ! myconfig
6212 ____________________________________________________________________________
6213 [  2375] By: gsar                                  on 1998/11/28  20:42:58
6214     Log: integrate cfgperl changes into mainline
6215  Branch: perl
6216       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
6217       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
6218 ____________________________________________________________________________
6219 [  2374] By: gsar                                  on 1998/11/28  20:02:03
6220     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6221          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
6222          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
6223          Subject: [PATCH 5.00553] Yet another OS/2 patch
6224  Branch: perl
6225        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
6226 ____________________________________________________________________________
6227 [  2373] By: gsar                                  on 1998/11/28  19:30:06
6228     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6229          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
6230          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
6231          Subject: [PATCH 5.005_53] Change $#+
6232  Branch: perl
6233        ! mg.c pod/perlvar.pod t/op/pat.t
6234 ____________________________________________________________________________
6235 [  2372] By: gsar                                  on 1998/11/28  19:28:00
6236     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6237          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
6238          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
6239          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
6240  Branch: perl
6241        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
6242        ! thrdvar.h
6243 ____________________________________________________________________________
6244 [  2371] By: gsar                                  on 1998/11/28  19:23:53
6245     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6246          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
6247          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
6248          Subject: [PATCH 5.005_53] better -Mre=debugcolor
6249  Branch: perl
6250        ! embedvar.h objXSUB.h regexec.c thrdvar.h
6251 ____________________________________________________________________________
6252 [  2370] By: gsar                                  on 1998/11/28  19:21:17
6253     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6254          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
6255          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
6256          Subject: [PATCH 5.005_*] regcolors
6257  Branch: perl
6258        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
6259 ____________________________________________________________________________
6260 [  2369] By: gsar                                  on 1998/11/28  19:00:15
6261     Log: allow final period in a file (not followed by a newline) to
6262          terminate format spec
6263  Branch: perl
6264        ! toke.c
6265 ____________________________________________________________________________
6266 [  2368] By: gsar                                  on 1998/11/28  18:58:25
6267     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
6268          add C<$Config{installarchlib}/CORE> to the default locations searched
6269          on win32
6270  Branch: perl
6271        ! lib/ExtUtils/Liblist.pm
6272 ____________________________________________________________________________
6273 [  2367] By: gsar                                  on 1998/11/28  18:46:05
6274     Log: applied suggested patch with PERL_OBJECT tweaks
6275          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6276          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
6277          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
6278          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
6279  Branch: perl
6280        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
6281        ! regexec.c t/op/pat.t thrdvar.h
6282 ____________________________________________________________________________
6283 [  2366] By: gsar                                  on 1998/11/28  18:38:34
6284     Log: additional documentation for qr//
6285          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6286          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
6287          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
6288          Subject: [PATCH 5.005_*] Documentation (fwd)
6289  Branch: perl
6290        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
6291 ____________________________________________________________________________
6292 [  2365] By: gsar                                  on 1998/11/28  18:35:35
6293     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6294          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
6295          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
6296          Subject: [PATCH 5.005_*] Fix \G in REx without //g
6297  Branch: perl
6298        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
6299        ! regexp.h t/op/pat.t thrdvar.h
6300 ____________________________________________________________________________
6301 [  2364] By: gsar                                  on 1998/11/28  18:24:20
6302     Log: update Test.pm to Test-1.12; tweak 're' detection
6303  Branch: perl
6304        ! lib/Test.pm
6305 ____________________________________________________________________________
6306 [  2363] By: gsar                                  on 1998/11/28  18:12:04
6307     Log: avoid command-line quoting portability problems in lex_assign.t
6308  Branch: perl
6309        ! t/op/lex_assign.t
6310 ____________________________________________________________________________
6311 [  2362] By: gsar                                  on 1998/11/28  18:08:50
6312     Log: From: John Tobey <jtobey@channel1.com>
6313          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
6314          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
6315          Subject: PATCH: document English.pm sawampersand and thread issues
6316  Branch: perl
6317        ! lib/English.pm pod/perlvar.pod
6318 ____________________________________________________________________________
6319 [  2361] By: gsar                                  on 1998/11/28  18:03:04
6320     Log: fix uninitialized warnings
6321          From: Brian Callaghan <callagh@itginc.com>
6322          Date: Thu, 19 Nov 1998 17:49:10 -0800
6323          Message-Id: <3654CA96.B64FCAEB@itginc.com>
6324          Subject: Complete.pm patch (version 1.1)
6325  Branch: perl
6326        ! lib/Term/Complete.pm
6327 ____________________________________________________________________________
6328 [  2360] By: gsar                                  on 1998/11/28  17:59:16
6329     Log: s/Array/List/ suggested by John Tobey
6330  Branch: perl
6331        ! pod/perldata.pod
6332 ____________________________________________________________________________
6333 [  2359] By: gsar                                  on 1998/11/28  17:47:48
6334     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
6335  Branch: perl
6336        ! lib/Tie/Handle.pm pod/perlfunc.pod
6337 ____________________________________________________________________________
6338 [  2358] By: jhi                                   on 1998/11/28  17:23:15
6339     Log: Revamp the locale tests.
6340          (0) Instead of rewiring a few locales scan for them.
6341          (1) Bogus test #101 removed.
6342          (2) All the locales are checked, the lists of failed
6343          and non-failed ones are displayed.
6344          (3) The test #103 is again 'active' so that it may fail.
6345          (4) To balance (3) a hopefully pacifying message is shown
6346          if the #103 fails.
6347  Branch: cfgperl
6348        ! t/pragma/locale.t
6349 ____________________________________________________________________________
6350 [  2357] By: gsar                                  on 1998/11/28  17:21:07
6351     Log: add perlreftut.pod
6352  Branch: perl
6353        + pod/perlreftut.pod
6354        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
6355        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
6356        ! win32/pod.mak
6357 ____________________________________________________________________________
6358 [  2356] By: jhi                                   on 1998/11/28  16:58:01
6359     Log: Change #2346 fallout.
6360  Branch: cfgperl
6361        ! t/op/undef.t
6362 ____________________________________________________________________________
6363 [  2355] By: gsar                                  on 1998/11/28  16:46:43
6364     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
6365          ANSI prototypes
6366  Branch: perl
6367        ! ext/IO/IO.xs
6368 ____________________________________________________________________________
6369 [  2354] By: gsar                                  on 1998/11/28  16:08:07
6370     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
6371          keep platform hacks that aren't in the 1.20 dist; add new files
6372          to MANIFEST; hack Makefile.PL; result hasn't been tested
6373          anywhere
6374  Branch: perl
6375        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6376        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6377        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
6378        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
6379        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
6380        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6381        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6382        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6383        ! t/lib/io_sock.t t/lib/io_udp.t
6384 ____________________________________________________________________________
6385 [  2353] By: jhi                                   on 1998/11/28  15:51:03
6386     Log: Locale collation, ctype, and numeric, were initialized wrong
6387          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
6388          as reported by
6389          
6390          From: Ilya.Sandler@etak.com (Ilya Sandler)
6391          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
6392          To: perlbug@perl.com
6393          Date: 25 Nov 1998 04:53:52 +0200
6394          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
6395  Branch: cfgperl
6396        ! util.c
6397 ____________________________________________________________________________
6398 [  2352] By: nick                                  on 1998/11/28  15:21:59
6399     Log: Implement $^C to allow perl access to -c flag - I think this 
6400          was agreed once...
6401  Branch: perl
6402        ! gv.c mg.c
6403 ____________________________________________________________________________
6404 [  2351] By: jhi                                   on 1998/11/28  15:14:24
6405     Log: Change #2251 fixup.
6406  Branch: cfgperl
6407        ! myconfig
6408 ____________________________________________________________________________
6409 [  2350] By: jhi                                   on 1998/11/28  14:58:19
6410     Log: Integrate from mainperl.
6411  Branch: cfgperl
6412       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
6413       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6414       +> pod/perl5005delta.pod
6415       !> (integrate 49 files)
6416 ____________________________________________________________________________
6417 [  2349] By: jhi                                   on 1998/11/28  14:27:36
6418     Log: Passwd and group file groveling.
6419  Branch: cfgperl
6420        ! t/op/grent.t t/op/pwent.t
6421 ____________________________________________________________________________
6422 [  2348] By: gsar                                  on 1998/11/28  14:09:50
6423     Log: more conservative version of changes#2345,2346,2347; those break
6424          C<defined(@{"foo::ISA"})> which seems to be extensively used in
6425          the libs :-(
6426  Branch: perl
6427        ! pp.c t/op/method.t
6428 ____________________________________________________________________________
6429 [  2347] By: gsar                                  on 1998/11/28  13:36:08
6430     Log: tweak bogus test
6431  Branch: perl
6432        ! t/op/method.t
6433 ____________________________________________________________________________
6434 [  2346] By: gsar                                  on 1998/11/28  13:20:34
6435     Log: test cases for previous change
6436  Branch: perl
6437        ! t/op/undef.t
6438 ____________________________________________________________________________
6439 [  2345] By: gsar                                  on 1998/11/28  13:07:17
6440     Log: fix typo in pp_defined() causing C<defined %tied> to fail
6441  Branch: perl
6442        ! pp.c
6443 ____________________________________________________________________________
6444 [  2344] By: gsar                                  on 1998/11/28  13:03:29
6445     Log: s/comment/comment_t/ tweak (suggested by John Gorman
6446          <jgorman@webbysoft.com>)
6447  Branch: perl
6448        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
6449 ____________________________________________________________________________
6450 [  2343] By: gsar                                  on 1998/11/28  12:52:40
6451     Log: add (stub) perldelta.pod
6452  Branch: perl
6453        + pod/perldelta.pod
6454 ____________________________________________________________________________
6455 [  2342] By: gsar                                  on 1998/11/28  12:49:26
6456     Log: rename perldelta.pod to perl5005delta.pod in preparation for
6457          starting a new one
6458  Branch: perl
6459       +> pod/perl5005delta.pod
6460        - pod/perldelta.pod
6461        ! MANIFEST pod/perl.pod
6462 ____________________________________________________________________________
6463 [  2341] By: gsar                                  on 1998/11/28  12:41:55
6464     Log: fix MALLOC_LOCK #define
6465  Branch: perl
6466        ! malloc.c
6467 ____________________________________________________________________________
6468 [  2340] By: gsar                                  on 1998/11/28  12:18:23
6469     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6470          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
6471          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
6472          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
6473  Branch: perl
6474        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
6475 ____________________________________________________________________________
6476 [  2339] By: jhi                                   on 1998/11/28  11:59:01
6477     Log: Add -lm to dynix/ptx POSIX hints.
6478          From: "Martin J. Bligh" <mbligh@sequent.com>
6479          To: jhi@iki.fi
6480          Subject: Re: Making Perl work on DYNIX/ptx
6481          Date: Wed, 25 Nov 1998 10:34:41 -0800
6482          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
6483  Branch: cfgperl
6484        ! ext/POSIX/hints/dynixptx.pl
6485 ____________________________________________________________________________
6486 [  2338] By: jhi                                   on 1998/11/28  11:57:19
6487     Log: Detypo.
6488  Branch: cfgperl
6489        ! lib/filetest.pm
6490 ____________________________________________________________________________
6491 [  2337] By: jhi                                   on 1998/11/28  11:56:29
6492     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
6493  Branch: cfgperl
6494        ! Configure
6495 ____________________________________________________________________________
6496 [  2336] By: gsar                                  on 1998/11/28  11:41:14
6497     Log: teach CPAN.pm to ignore beta perl distributions when looking for
6498          modules
6499          From: root@dogberry.rutgers.edu (root)
6500          Date: Thu, 12 Nov 1998 23:08:39 -0500
6501          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
6502          Subject: recompile tries getting a perl distribution
6503  Branch: perl
6504        ! lib/CPAN.pm
6505 ____________________________________________________________________________
6506 [  2335] By: gsar                                  on 1998/11/28  11:27:46
6507     Log: make $1 et al readonly under threads; make C<undef $1> fail like
6508          C<$1 = undef> does
6509  Branch: perl
6510        ! op.c pp.c t/op/undef.t
6511 ____________________________________________________________________________
6512 [  2334] By: gsar                                  on 1998/11/28  10:24:52
6513     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
6514  Branch: perl
6515        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
6516 ____________________________________________________________________________
6517 [  2333] By: gsar                                  on 1998/11/28  09:36:40
6518     Log: document changed PERL_HASH()
6519  Branch: perl
6520        ! pod/perlfunc.pod pod/perlguts.pod
6521 ____________________________________________________________________________
6522 [  2332] By: nick                                  on 1998/11/27  21:10:27
6523     Log: Handle INIT list in C.pm
6524          1. Provide init_av() from B.xs
6525          2. Export it in B.pm
6526          3. Use it in C.pm
6527          Also disable some pruning in savecv() which seems to undo
6528          my previous patch.
6529          Experimental feature - save pathnames of .so files in easily 
6530          grep-able form for use in wrapper to feed to linker.  
6531  Branch: perl
6532        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
6533 ____________________________________________________________________________
6534 [  2327] By: gsar                                  on 1998/11/27  15:12:01
6535     Log: integrate change#2315 from maint-5.005
6536  Branch: perl
6537        ! t/op/sort.t
6538       !> op.c sv.c
6539 ____________________________________________________________________________
6540 [  2326] By: gsar                                  on 1998/11/27  15:00:42
6541     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
6542  Branch: perl
6543       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
6544       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
6545       !> lib/ExtUtils/typemap
6546 ____________________________________________________________________________
6547 [  2325] By: gsar                                  on 1998/11/27  14:46:18
6548     Log: malloc bugfix and documentation from Ilya Zakharevich
6549          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
6550          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
6551          Subject: [PATCH 5.005_*] Re: Internal coredump
6552          --
6553          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
6554          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
6555          Subject: [PATCH 5.005_*] malloc.c documentation
6556  Branch: perl
6557        ! malloc.c
6558 ____________________________________________________________________________
6559 [  2324] By: gsar                                  on 1998/11/27  14:41:38
6560     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
6561  Branch: perl
6562        ! ext/B/B/C.pm
6563 ____________________________________________________________________________
6564 [  2323] By: gsar                                  on 1998/11/27  14:33:44
6565     Log: From: maeda@src.ricoh.co.jp
6566          Date: Tue, 24 Nov 1998 10:37:45 +0900
6567          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
6568          Subject: format "..." bug
6569  Branch: perl
6570        ! pp_ctl.c t/op/write.t
6571 ____________________________________________________________________________
6572 [  2322] By: gsar                                  on 1998/11/27  14:20:12
6573     Log: add ext/Devel/Peek
6574          From: jan.dubois@ibm.net (Jan Dubois)
6575          Date: Mon, 23 Nov 1998 00:48:11 +0100
6576          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
6577          Subject: [PATCH 5.005_53] Devel::Peek integration
6578  Branch: perl
6579        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
6580        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6581        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
6582        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
6583        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
6584 ____________________________________________________________________________
6585 [  2321] By: gsar                                  on 1998/11/27  13:03:08
6586     Log: ensure 'make regen_headers' even without perl installed
6587          (suggested by Ilya Zakharevich)
6588  Branch: perl
6589        ! bytecode.pl warning.pl
6590 ____________________________________________________________________________
6591 [  2320] By: gsar                                  on 1998/11/27  12:58:36
6592     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6593          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
6594          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
6595          Subject: [PATCH 5.005_*] Cosmetic malloc patch
6596  Branch: perl
6597        ! malloc.c
6598 ____________________________________________________________________________
6599 [  2319] By: gsar                                  on 1998/11/27  12:56:13
6600     Log: eliminate dup hunk from integration
6601  Branch: perl
6602        ! lib/filetest.pm perl.h
6603 ____________________________________________________________________________
6604 [  2318] By: gsar                                  on 1998/11/27  12:50:08
6605     Log: integrate cfgperl changes into mainline
6606  Branch: perl
6607       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
6608        ! pod/perlfaq4.pod
6609       !> (integrate 30 files)
6610 ____________________________________________________________________________
6611 [  2317] By: jhi                                   on 1998/11/27  11:38:13
6612     Log: C<-x>.
6613  Branch: cfgperl
6614        ! lib/filetest.pm
6615 ____________________________________________________________________________
6616 [  2316] By: jhi                                   on 1998/11/27  11:10:22
6617     Log: Integrate from mainperl.
6618  Branch: cfgperl
6619       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
6620       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
6621       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
6622       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
6623       !> win32/win32sck.c
6624 ____________________________________________________________________________
6625 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
6626     Log: integrate change#2246 from mainline, while still allowing
6627          C<sort $globref @foo>
6628          
6629          allow C<sort $coderef @foo>
6630  Branch: maint-5.005/perl
6631        ! op.c sv.c
6632       !> t/op/sort.t
6633 ____________________________________________________________________________
6634 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
6635     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
6636          forwarded by Jarkko Hietaniemi from Mark Bixby
6637  Branch: maint-5.005/perl
6638        ! ext/DynaLoader/dl_mpeix.xs installperl
6639 ____________________________________________________________________________
6640 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
6641     Log: Allow PL_FILES to have multiple targets from one source by allowing
6642          an array ref as the value in the hash
6643  Branch: maint-5.005/perl
6644        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6645        ! lib/ExtUtils/MakeMaker.pm
6646 ____________________________________________________________________________
6647 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
6648     Log: fix unsigned variables to use SvUV and sv_setuv
6649  Branch: maint-5.005/perl
6650        ! lib/ExtUtils/typemap
6651 ____________________________________________________________________________
6652 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
6653     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
6654  Branch: maint-5.005/perl
6655        ! lib/ExtUtils/MM_Unix.pm
6656 ____________________________________________________________________________
6657 [  2301] By: gsar                                  on 1998/11/26  10:16:54
6658     Log: fix PL_defoutgv leak under threads
6659  Branch: perl
6660        ! ext/Thread/Thread.xs
6661 ____________________________________________________________________________
6662 [  2300] By: gsar                                  on 1998/11/26  09:04:44
6663     Log: properly free temporaries created by threads
6664  Branch: perl
6665        ! ext/Thread/Thread.xs
6666 ____________________________________________________________________________
6667 [  2299] By: gsar                                  on 1998/11/26  06:51:16
6668     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
6669          to set the package for the block properly
6670  Branch: perl
6671        ! op.c t/comp/package.t t/lib/dumper.t
6672 ____________________________________________________________________________
6673 [  2298] By: nick                                  on 1998/11/24  22:04:20
6674     Log: Part-1 of tweaks to allow Tk to be "compiled"
6675          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
6676          (May also need attention to exports etc. - to follow.)
6677  Branch: perl
6678        ! universal.c
6679 ____________________________________________________________________________
6680 [  2294] By: jhi                                   on 1998/11/23  10:44:26
6681     Log: The new socket tests need in some platforms
6682          to #include <sys/types.h>.
6683  Branch: cfgperl
6684        ! Configure
6685 ____________________________________________________________________________
6686 [  2293] By: jhi                                   on 1998/11/23  10:33:42
6687     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6688          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
6689          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6690          Date: Mon, 23 Nov 1998 10:07:04 +0100
6691          Message-Id: <9811230907.AA06484@AWT.nl>
6692          
6693          NeXTstep NetInfo uses nidump to get the user/group databases.
6694  Branch: cfgperl
6695        ! t/op/grent.t t/op/pwent.t
6696 ____________________________________________________________________________
6697 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
6698     Log: Updated Porting/patchls utility.
6699  Branch: maint-5.004/perl
6700        ! Porting/patchls
6701 ____________________________________________________________________________
6702 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
6703     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
6704          From:  Henrik Tougaard <ht.000@foa.dk>
6705          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
6706          Files:  lib/Sys/Syslog.pm
6707  Branch: maint-5.004/perl
6708        ! lib/Sys/Syslog.pm
6709 ____________________________________________________________________________
6710 [  2286] By: jhi                                   on 1998/11/22  19:08:42
6711     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
6712  Branch: cfgperl
6713        ! ext/Socket/Socket.xs
6714 ____________________________________________________________________________
6715 [  2285] By: jhi                                   on 1998/11/22  18:21:07
6716     Log: MSG_PROXY for GNU/Hurd (previously we believed that
6717          all GNU libc platforms have MSG_PROXY.  Untrue).
6718          In fact this ended up as a major MSG_* and SCM_*
6719          update.  The MSG_XXX known to be enums in some
6720          versions of the glibc are now probed for and respective
6721          HAS_MSG_XXX are defined.  While I was at it I noticed
6722          SCM_RIGHTS being similarly an enum.  This reminded me of
6723          an ancient discussion in perl5-porters:
6724          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
6725          The BSD socket interface has a nifty feature for passing
6726          file descriptors and credentials--via sockets.  It may be
6727          too late to add this functionality to the CORE but
6728          at least Configure now probes for the functions,
6729          structs, and includes, defining the appropriate
6730          HAS_YYY and I_ZZZ, and the Socket extension exports
6731          the constants, in case somebody wants to write an
6732          extension for this interface.
6733  Branch: cfgperl
6734        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6735        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
6736        ! iperlsys.h
6737 ____________________________________________________________________________
6738 [  2284] By: jhi                                   on 1998/11/22  18:13:21
6739     Log: perlhist.pod 1.54, containing 5_53.
6740  Branch: cfgperl
6741        ! pod/perlhist.pod
6742 ____________________________________________________________________________
6743 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
6744     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
6745  Branch: maint-5.004/perl
6746        ! doio.c
6747 ____________________________________________________________________________
6748 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
6749     Log: Improve op/die_exit.t test for implicit close changing $!
6750  Branch: maint-5.004/perl
6751        ! t/op/die_exit.t
6752 ____________________________________________________________________________
6753 [  2268] By: jhi                                   on 1998/11/22  14:44:11
6754     Log: Fix thinko.
6755  Branch: cfgperl
6756        ! hints/dynixptx.sh
6757 ____________________________________________________________________________
6758 [  2267] By: jhi                                   on 1998/11/22  13:19:41
6759     Log: Document the d_socket override.
6760  Branch: cfgperl
6761        ! hints/dynixptx.sh
6762 ____________________________________________________________________________
6763 [  2266] By: jhi                                   on 1998/11/22  12:12:29
6764     Log: From: John Tobey <jtobey@channel1.com>
6765          Subject: [PATCH] perlfaq typos
6766          To: perl5-porters@perl.com
6767          Date: 22 Nov 1998 04:25:15 +0200
6768          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
6769  Branch: cfgperl
6770        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6771        ! pod/perlfaq7.pod pod/perlfaq8.pod
6772 ____________________________________________________________________________
6773 [  2265] By: jhi                                   on 1998/11/22  12:06:29
6774     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6775          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
6776          Newsgroups: hut.lists.perl5-porters
6777          To: gsar@engin.umich.edu (Gurusamy Sarathy)
6778          Cc: perl5-porters@perl.org (Perl5 Porters)
6779          Date: 20 Nov 1998 12:20:41 +0200
6780  Branch: cfgperl
6781        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6782        ! ext/DB_File/DB_File.xs
6783 ____________________________________________________________________________
6784 [  2264] By: jhi                                   on 1998/11/22  11:55:09
6785     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
6786          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6787          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6788          To: perlbug@perl.com
6789          Date: 20 Nov 1998 18:39:06 +0200
6790          Lines: 47
6791          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6792  Branch: cfgperl
6793        ! t/op/grent.t t/op/pwent.t
6794 ____________________________________________________________________________
6795 [  2263] By: jhi                                   on 1998/11/22  11:42:59
6796     Log: Permission testing is tricky when we have too much power.
6797          Problem reported in
6798          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6799          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6800          To: perlbug@perl.com
6801          Date: 20 Nov 1998 18:39:06 +0200
6802          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6803  Branch: cfgperl
6804        ! t/op/filetest.t
6805 ____________________________________________________________________________
6806 [  2262] By: gsar                                  on 1998/11/22  11:37:02
6807     Log: fix broken CAPI generation
6808  Branch: perl
6809        ! win32/GenCAPI.pl
6810 ____________________________________________________________________________
6811 [  2261] By: jhi                                   on 1998/11/22  11:17:00
6812     Log: -x should be C<-x>, reported by Gerben Wierda.
6813  Branch: cfgperl
6814        ! pod/perlfunc.pod
6815 ____________________________________________________________________________
6816 [  2260] By: gsar                                  on 1998/11/22  11:12:02
6817     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
6818  Branch: perl
6819        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
6820        ! proto.h
6821 ____________________________________________________________________________
6822 [  2259] By: jhi                                   on 1998/11/22  11:06:40
6823     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6824          Subject: Re: [PATCH] Re: pod2man bug in date generated line
6825          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
6826          Cc: perlbug@perl.com
6827          Date: 20 Nov 1998 21:30:17 +0200
6828          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
6829  Branch: cfgperl
6830        ! pod/pod2man.PL
6831 ____________________________________________________________________________
6832 [  2256] By: jhi                                   on 1998/11/21  10:44:01
6833     Log: From: Thomas Bowditch <bowditch@inmet.com>
6834          Subject: Benchmark.pm suggestion
6835          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
6836          Date: Fri, 20 Nov 1998 17:43:46 -0500
6837          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
6838          
6839          Added timesum().
6840  Branch: cfgperl
6841        ! lib/Benchmark.pm
6842 ____________________________________________________________________________
6843 [  2255] By: gsar                                  on 1998/11/21  08:45:06
6844     Log: another win32 portability fix: make sysread() and syswrite()
6845          work on sockets
6846  Branch: perl
6847        ! pp_sys.c win32/win32.h
6848 ____________________________________________________________________________
6849 [  2254] By: gsar                                  on 1998/11/21  07:49:06
6850     Log: win32_recvfrom() compatibility fix
6851  Branch: perl
6852        ! win32/win32sck.c
6853 ____________________________________________________________________________
6854 [  2253] By: jhi                                   on 1998/11/20  08:22:06
6855     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6856          To: jhi@iki.fi
6857          Subject: MPE/iX Perl 5.005_02 oops
6858          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
6859          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
6860  Branch: cfgperl
6861        ! ext/DynaLoader/dl_mpeix.xs installperl
6862 ____________________________________________________________________________
6863 [  2252] By: gsar                                  on 1998/11/19  17:38:03
6864     Log: mess_sv tweak for change#2249
6865  Branch: perl
6866        ! util.c
6867 ____________________________________________________________________________
6868 [  2251] By: jhi                                   on 1998/11/18  12:32:19
6869     Log: Display use64bits and usemultiplicity but only if necessary.
6870  Branch: cfgperl
6871        ! myconfig
6872 ____________________________________________________________________________
6873 [  2250] By: jhi                                   on 1998/11/18  12:26:50
6874     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
6875          Subject: pp.c uses 'unsigned Quad_t'
6876          To: perlbug@perl.com 
6877          Date: Sun, 15 Nov 1998 20:57:05 -0300 
6878          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
6879  Branch: cfgperl
6880        ! perl.h pp.c
6881 ____________________________________________________________________________
6882 [  2249] By: gsar                                  on 1998/11/18  05:43:11
6883     Log: use PL_mess_sv only during global destruction (fixes problems with
6884          overlapping invocations of form()/warn()/die()/croak() trampling on
6885          each other's messages)
6886  Branch: perl
6887        ! mg.c util.c
6888 ____________________________________________________________________________
6889 [  2248] By: gsar                                  on 1998/11/18  05:39:36
6890     Log: tweak change#2245 to skip previous message if any
6891  Branch: perl
6892        ! pp_ctl.c t/pragma/warn/pp_ctl
6893 ____________________________________________________________________________
6894 [  2247] By: jhi                                   on 1998/11/17  11:46:56
6895     Log: Integrate from mainperl.
6896  Branch: cfgperl
6897       !> (integrate 26 files)
6898 ____________________________________________________________________________
6899 [  2246] By: gsar                                  on 1998/11/17  09:41:10
6900     Log: allow C<sort $coderef @foo>
6901  Branch: perl
6902        ! op.c t/op/sort.t t/pragma/overload.t
6903 ____________________________________________________________________________
6904 [  2245] By: gsar                                  on 1998/11/17  08:28:26
6905     Log: propagate failures in DESTROY() as (optional) warnings
6906  Branch: perl
6907        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
6908 ____________________________________________________________________________
6909 [  2244] By: gsar                                  on 1998/11/17  07:43:08
6910     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
6911  Branch: perl
6912        ! perl.c thrdvar.h
6913 ____________________________________________________________________________
6914 [  2243] By: gsar                                  on 1998/11/17  07:40:09
6915     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
6916  Branch: perl
6917        ! lib/warning.pm warning.h warning.pl
6918 ____________________________________________________________________________
6919 [  2242] By: gsar                                  on 1998/11/17  06:32:39
6920     Log: fix skipspace() to properly account for newlines in eval''-ed
6921          strings (caused bogus line numbers in diagnostics and debugger)
6922  Branch: perl
6923        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
6924 ____________________________________________________________________________
6925 [  2241] By: gsar                                  on 1998/11/17  03:48:12
6926     Log: s/Perl_utf8skip/PL_utf8skip/g
6927  Branch: perl
6928        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
6929 ____________________________________________________________________________
6930 [  2240] By: gsar                                  on 1998/11/14  06:09:06
6931     Log: rework op/groups.t
6932  Branch: perl
6933        ! t/op/filetest.t t/op/groups.t
6934 ____________________________________________________________________________
6935 [  2235] By: gsar                                  on 1998/11/14  00:17:05
6936     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
6937  Branch: perl
6938        ! op.c
6939 ____________________________________________________________________________
6940 [  2234] By: gsar                                  on 1998/11/14  00:14:02
6941     Log: update Changes
6942  Branch: perl
6943        ! Changes win32/config.bc win32/config.gc win32/config.vc
6944 ____________________________________________________________________________
6945 [  2233] By: gsar                                  on 1998/11/13  09:43:03
6946     Log: doc tweak
6947  Branch: perl
6948        ! README.win32
6949 ____________________________________________________________________________
6950 [  2230] By: jhi                                   on 1998/11/12  17:07:45
6951     Log: Allow hints file override for d_socket
6952          (based on Sequent-induced change #2229).
6953  Branch: cfgperl
6954        ! Configure
6955 ____________________________________________________________________________
6956 [  2229] By: jhi                                   on 1998/11/12  16:32:33
6957     Log: 
6958          From: "Martin J. Bligh" <mbligh@sequent.com>
6959          To: jhi@iki.fi
6960          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6961          Subject: Re: Making Perl work on DYNIX/ptx
6962          Date: Tue, 10 Nov 1998 16:24:26 -0800
6963          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
6964  Branch: cfgperl
6965        ! hints/dynixptx.sh
6966 ____________________________________________________________________________
6967 [  2228] By: jhi                                   on 1998/11/12  11:40:37
6968     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
6969          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
6970          To: jhi@iki.fi
6971          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
6972          Subject: Re: Making Perl work on DYNIX/ptx
6973          Date: Tue, 10 Nov 1998 18:01:10 -0800
6974  Branch: cfgperl
6975        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
6976 ____________________________________________________________________________
6977 [  2227] By: jhi                                   on 1998/11/12  11:17:42
6978     Log: Integrate from mainperl.
6979  Branch: cfgperl
6980       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
6981       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
6982       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
6983       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
6984       !> win32/win32.c x2p/s2p.PL
6985 ____________________________________________________________________________
6986 [  2226] By: gsar                                  on 1998/11/11  21:05:42
6987     Log: provide -DPERL_POLLUTE
6988  Branch: perl
6989        ! embed.pl embedvar.h
6990 ____________________________________________________________________________
6991 [  2225] By: jhi                                   on 1998/11/09  07:45:12
6992     Log: From: Hans Mulder <hansm@icgroup.nl>
6993          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6994          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
6995          perl5-porters@perl.org
6996          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
6997          (UNINSTALLED)
6998          Date: Sun,  8 Nov 98 22:20:23 +0100
6999          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
7000  Branch: cfgperl
7001        ! malloc.c perl.h
7002 ____________________________________________________________________________
7003 [  2224] By: gsar                                  on 1998/11/09  03:13:14
7004     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
7005          Christoph <lupe@alanya.m.isar.de>)
7006  Branch: perl
7007        ! lib/Text/Wrap.pm
7008 ____________________________________________________________________________
7009 [  2223] By: gsar                                  on 1998/11/09  02:09:06
7010     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
7011          <lionel.fourquaux@wanadoo.fr>)
7012  Branch: perl
7013        ! x2p/s2p.PL
7014 ____________________________________________________________________________
7015 [  2222] By: gsar                                  on 1998/11/09  01:56:24
7016     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
7017          Date: Wed, 04 Nov 1998 12:19:44 +0000
7018          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
7019          Subject: [PATCH] Re: [5.005_53] read overflow? 
7020          --
7021          Date: Wed, 04 Nov 1998 13:15:18 +0000
7022          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
7023          Subject: [PATCH 5.005_53] perl -V fix
7024  Branch: perl
7025        ! perl.c regexec.c
7026 ____________________________________________________________________________
7027 [  2221] By: gsar                                  on 1998/11/09  01:34:56
7028     Log: From: jan.dubois@ibm.net (Jan Dubois)
7029          Date: Sun, 01 Nov 1998 00:05:01 +0100
7030          Message-ID: <364294bd.18052307@smtp1.ibm.net>
7031          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
7032  Branch: perl
7033        ! Changes win32/makedef.pl
7034 ____________________________________________________________________________
7035 [  2220] By: gsar                                  on 1998/11/08  21:13:07
7036     Log: integrate changes#2120,2168,2218 from maint-5.005;
7037          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
7038          enum; make regen_headers
7039  Branch: perl
7040        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
7041        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
7042 ____________________________________________________________________________
7043 [  2219] By: gsar                                  on 1998/11/08  19:42:57
7044     Log: integrate cfgperl changes into mainline
7045  Branch: perl
7046       +> README.vmesa
7047       !> Configure MANIFEST Porting/Glossary Porting/config.sh
7048       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
7049       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
7050       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
7051       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
7052       !> thread.h vms/subconfigure.com vos/config.h
7053 ____________________________________________________________________________
7054 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
7055     Log: From: Graham Barr <gbarr@ti.com>
7056          Date: Mon, 2 Nov 1998 07:38:52 -0600
7057          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
7058          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
7059  Branch: maint-5.005/perl
7060        ! ext/IPC/SysV/Msg.pm
7061 ____________________________________________________________________________
7062 [  2215] By: gsar                                  on 1998/11/08  02:52:52
7063     Log: set close-on-exec bit on pipe() FDs
7064  Branch: perl
7065        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
7066 ____________________________________________________________________________
7067 [  2214] By: gsar                                  on 1998/11/08  02:27:57
7068     Log: typo in newHVhv()
7069  Branch: perl
7070        ! hv.c
7071 ____________________________________________________________________________
7072 [  2211] By: jhi                                   on 1998/11/07  21:14:18
7073     Log: Finalize the Mach CThreads support.
7074          
7075          From: Hans Mulder <hansm@icgroup.nl>
7076          Date: Sat,  7 Nov 98 22:06:20 +0100
7077          To: Gurusamy Sarathy <gsar@engin.umich.edu>
7078          Cc: jhi@iki.fi, perl5-porters@perl.org
7079          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
7080          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
7081  Branch: cfgperl
7082        ! malloc.c perl.h
7083 ____________________________________________________________________________
7084 [  2210] By: gsar                                  on 1998/11/06  20:36:50
7085     Log: fix AvREALISH bogusness
7086  Branch: perl
7087        ! av.c t/op/array.t
7088 ____________________________________________________________________________
7089 [  2209] By: jhi                                   on 1998/11/06  08:05:31
7090     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
7091          ASSERT() causes problems in {NeXTStep,OpenStep}.
7092          
7093          From: Hans Mulder <hansm@icgroup.nl>
7094          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
7095          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7096          Date: Fri,  6 Nov 98 01:27:41 +0100
7097          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
7098          
7099          and
7100          
7101          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7102          Subject: Re: ASSERT() in malloc.c
7103          To: jhi@iki.fi
7104          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
7105          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
7106  Branch: cfgperl
7107        ! malloc.c
7108 ____________________________________________________________________________
7109 [  2208] By: jhi                                   on 1998/11/06  07:55:38
7110     Log: Mach CThreads needs #include <mach/cthreads.h>.
7111  Branch: cfgperl
7112        ! perl.h
7113 ____________________________________________________________________________
7114 [  2206] By: jhi                                   on 1998/11/05  14:54:52
7115     Log: PERL_BADLANG wrongly documented.
7116          
7117          From: ts <decoux@moulon.inra.fr>
7118          To: jhi@cc.hut.fi
7119          Subject: Re: Locale warning messages
7120          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
7121          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
7122          
7123          and
7124          
7125          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7126          Subject: Re: PERL_BADLANG
7127          To: jhi@iki.fi
7128          Subject: Re: PERL_BADLANG
7129          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
7130          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
7131  Branch: cfgperl
7132        ! pod/perllocale.pod
7133 ____________________________________________________________________________
7134 [  2205] By: jhi                                   on 1998/11/05  14:24:33
7135     Log: Document all the control flow keywords in perlfunc
7136          so that "perlfunc -f while" works.
7137  Branch: cfgperl
7138        ! pod/perlfunc.pod
7139 ____________________________________________________________________________
7140 [  2204] By: jhi                                   on 1998/11/05  12:46:02
7141     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
7142          (from vos/config.h).  Update Porting/{Glossary,config*}.
7143  Branch: cfgperl
7144        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7145        ! config_h.SH vos/config.h
7146 ____________________________________________________________________________
7147 [  2203] By: jhi                                   on 1998/11/05  08:34:39
7148     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
7149  Branch: cfgperl
7150        ! hints/vmesa.sh vms/subconfigure.com
7151 ____________________________________________________________________________
7152 [  2202] By: jhi                                   on 1998/11/05  08:03:20
7153     Log: Integrate from mainperl.
7154  Branch: cfgperl
7155       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
7156       !> win32/Makefile win32/makefile.mk win32/win32.c
7157 ____________________________________________________________________________
7158 [  2201] By: gsar                                  on 1998/11/05  04:40:44
7159     Log: another POPSTACK victim
7160  Branch: perl
7161        ! cop.h sv.c
7162 ____________________________________________________________________________
7163 [  2196] By: gsar                                  on 1998/11/05  02:07:54
7164     Log: fix a location affected by change#2191, add note about POPSTACK
7165  Branch: perl
7166        ! cop.h gv.c pp_ctl.c
7167 ____________________________________________________________________________
7168 [  2195] By: gsar                                  on 1998/11/05  02:04:45
7169     Log: makefile notes
7170  Branch: perl
7171        ! win32/Makefile win32/makefile.mk
7172 ____________________________________________________________________________
7173 [  2192] By: gsar                                  on 1998/11/04  23:48:53
7174     Log: indeterminate order-of-evaluation fixes
7175  Branch: perl
7176        ! mg.c
7177 ____________________________________________________________________________
7178 [  2191] By: gsar                                  on 1998/11/04  23:02:16
7179     Log: refetch local stack pointer in POPSTACK
7180  Branch: perl
7181        ! cop.h perl.c
7182 ____________________________________________________________________________
7183 [  2190] By: jhi                                   on 1998/11/04  08:50:40
7184     Log: Configure update.
7185          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
7186          
7187          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7188          To: Martin Bligh <mbligh@sequent.com>
7189          Cc: Jarkko Hietaniemi <jhi@iki.fi>
7190          Subject: Re: Perl 5's configure on DYNIX/ptx
7191          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
7192          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
7193          
7194          find sockets also from libsocket, not just libnet.
7195          OS390: $compile_ok instead of $compile for <inttypes.h>,
7196          
7197          From: pvhp@forte.com (Peter Prymmer)
7198          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
7199          Subject: _53 not OK on os390 but looking better than ever
7200          Date: Tue, 3 Nov 98 17:33:22 PST
7201          Message-Id: <9811040133.AA09450@forte.com>
7202  Branch: cfgperl
7203        ! Configure
7204 ____________________________________________________________________________
7205 [  2189] By: jhi                                   on 1998/11/04  07:43:58
7206     Log: sysio.t failure: fix undefined order of evaluation, from
7207          
7208          From: Spider Boardman <spider@web.zk3.dec.com>
7209          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
7210          To: perlbug@perl.com
7211          Date: 4 Nov 1998 01:22:30 +0200
7212          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
7213  Branch: cfgperl
7214        ! pp_sys.c
7215 ____________________________________________________________________________
7216 [  2188] By: gsar                                  on 1998/11/04  02:59:16
7217     Log: fix return value of win32_pclose()
7218  Branch: perl
7219        ! win32/win32.c
7220 ____________________________________________________________________________
7221 [  2187] By: gsar                                  on 1998/11/04  02:56:34
7222     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
7223  Branch: perl
7224        ! Changes doop.c gv.c util.c
7225 ____________________________________________________________________________
7226 [  2186] By: jhi                                   on 1998/11/03  08:17:52
7227     Log: Document quads in pack.
7228  Branch: cfgperl
7229        ! pod/perlfunc.pod
7230 ____________________________________________________________________________
7231 [  2185] By: jhi                                   on 1998/11/03  07:49:35
7232     Log: (IV) vs (I32) vs I_V()
7233          
7234          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
7235          From: Anton Berezin <tobez@plab.ku.dk> 
7236          To: "p5p" <perl5-porters@perl.org> 
7237          Date: 01 Nov 1998 15:09:11 +0100 
7238          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
7239          
7240          and
7241          
7242          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
7243          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
7244          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
7245  Branch: cfgperl
7246        ! sv.c
7247 ____________________________________________________________________________
7248 [  2184] By: jhi                                   on 1998/11/03  07:42:46
7249     Log: VM/ESA updates.
7250  Branch: cfgperl
7251        + README.vmesa
7252        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
7253 ____________________________________________________________________________
7254 [  2183] By: jhi                                   on 1998/11/02  12:58:13
7255     Log: The id(1)-parsing is real fun.
7256  Branch: cfgperl
7257        ! t/op/groups.t
7258 ____________________________________________________________________________
7259 [  2182] By: jhi                                   on 1998/11/02  12:07:43
7260     Log: Decommission the symlink test.
7261  Branch: cfgperl
7262        ! t/op/lex_assign.t
7263 ____________________________________________________________________________
7264 [  2181] By: jhi                                   on 1998/11/02  12:03:08
7265     Log: Replace ATTR_JOINABLE with true Configure probe
7266          for PTHREAD_CREATE_JOINABLE (or equivalent:
7267          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
7268          Remove ATTR_JOINABLE itself: Thread.xs uses
7269          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
7270          
7271          Really scan for <mach/cthreads.h> only if usethreads.
7272  Branch: cfgperl
7273        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
7274 ____________________________________________________________________________
7275 [  2180] By: jhi                                   on 1998/11/02  11:07:34
7276     Log: In HP-UX 10.X usethreads only if the required files are present.
7277  Branch: cfgperl
7278        ! hints/hpux.sh
7279 ____________________________________________________________________________
7280 [  2179] By: jhi                                   on 1998/11/02  09:10:33
7281     Log: Prefer groups(1).
7282          id -Gn can be broken.
7283          id -a can save the day.
7284  Branch: cfgperl
7285        ! t/op/groups.t
7286 ____________________________________________________________________________
7287 [  2178] By: jhi                                   on 1998/11/02  08:35:29
7288     Log: Detrail enum comma.
7289  Branch: cfgperl
7290        ! perl.h
7291 ____________________________________________________________________________
7292 [  2177] By: jhi                                   on 1998/11/02  08:24:12
7293     Log: 0**0 = 1, from
7294          
7295          From: d-lewart@uiuc.edu (Daniel S. Lewart)
7296          Subject: Math::Complex 0**0 patches
7297          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
7298          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
7299          To: jhi@iki.fi (Jarkko Hietaniemi),
7300          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
7301  Branch: cfgperl
7302        ! lib/Math/Complex.pm t/lib/complex.t
7303 ____________________________________________________________________________
7304 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
7305     Log: From: jan.dubois@ibm.net (Jan Dubois)   
7306          Date: Fri, 09 Oct 1998 23:28:31 +0200
7307          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
7308          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
7309  Branch: maint-5.005/perl
7310        ! XSUB.h
7311 ____________________________________________________________________________
7312 [  2164] By: jhi                                   on 1998/10/31  15:50:02
7313     Log: Integrate from mainperl.
7314  Branch: cfgperl
7315       +> t/op/lex_assign.t
7316       !> (integrate 45 files)
7317
7318 ----------------
7319 Version 5.005_53
7320 ----------------
7321
7322 ____________________________________________________________________________
7323 [  2163] By: gsar                                  on 1998/10/31  11:31:12
7324     Log: bump patchlevel; other minor fixes for clean build and test on
7325          Solaris and win32
7326  Branch: perl
7327        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
7328        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
7329        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
7330        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7331        ! x2p/a2p.c
7332 ____________________________________________________________________________
7333 [  2162] By: gsar                                  on 1998/10/31  09:40:31
7334     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7335          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
7336          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
7337          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
7338  Branch: perl
7339        ! pp.h
7340 ____________________________________________________________________________
7341 [  2161] By: gsar                                  on 1998/10/31  09:39:13
7342     Log: From: Albert Dvornik <bert@genscan.com>
7343          Date: 30 Oct 1998 17:50:04 -0500
7344          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
7345          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
7346  Branch: perl
7347        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
7348 ____________________________________________________________________________
7349 [  2160] By: gsar                                  on 1998/10/31  09:35:03
7350     Log: fix for bugs in -x mode
7351          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7352          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
7353          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
7354          Subject: [PATCH 5.00552] Fix h2xs
7355  Branch: perl
7356        ! utils/h2xs.PL
7357 ____________________________________________________________________________
7358 [  2159] By: gsar                                  on 1998/10/31  09:31:36
7359     Log: Data::Dumper update
7360  Branch: perl
7361        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7362        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
7363 ____________________________________________________________________________
7364 [  2153] By: gsar                                  on 1998/10/30  21:40:09
7365     Log: add testsuite portion of patch
7366          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7367          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
7368          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
7369          Subject: [PATCH 5.00321 ;-)] 87% speedup
7370  Branch: perl
7371        + t/op/lex_assign.t
7372        ! MANIFEST
7373 ____________________________________________________________________________
7374 [  2152] By: gsar                                  on 1998/10/30  21:08:11
7375     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
7376  Branch: perl
7377        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
7378 ____________________________________________________________________________
7379 [  2151] By: gsar                                  on 1998/10/30  20:18:09
7380     Log: From: Mark-Jason Dominus <mjd@plover.com>
7381          Date: Fri, 30 Oct 1998 14:24:23 EST
7382          Message-Id: <19981030192423.27276.qmail@plover.com>
7383          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
7384  Branch: perl
7385        ! x2p/walk.c
7386 ____________________________________________________________________________
7387 [  2150] By: gsar                                  on 1998/10/30  20:08:57
7388     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7389          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
7390          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
7391          Subject: [PATCH 5.00552] Overloaded <> and deref again
7392  Branch: perl
7393        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
7394        ! t/pragma/overload.t toke.c
7395 ____________________________________________________________________________
7396 [  2149] By: gsar                                  on 1998/10/30  19:38:15
7397     Log: From: Roderick Schertler <roderick@argon.org>
7398          Date: Thu, 29 Oct 1998 14:50:18 -0500
7399          Message-ID: <17625.909690618@eeyore.ibcinc.com>
7400          Subject: patch for daemonization docs in perlipc
7401  Branch: perl
7402        ! pod/perlipc.pod
7403 ____________________________________________________________________________
7404 [  2148] By: gsar                                  on 1998/10/30  19:36:07
7405     Log: From: Anton Berezin <tobez@plab.ku.dk>
7406          Date: 29 Oct 1998 17:06:25 +0100
7407          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
7408          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
7409  Branch: perl
7410        ! win32/win32.c
7411 ____________________________________________________________________________
7412 [  2147] By: gsar                                  on 1998/10/30  19:31:37
7413     Log: tweaked version of suggested patch
7414          From: Anton Berezin <tobez@plab.ku.dk>
7415          Date: 29 Oct 1998 14:48:54 +0100
7416          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
7417          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
7418  Branch: perl
7419        ! win32/win32.c
7420 ____________________________________________________________________________
7421 [  2146] By: gsar                                  on 1998/10/30  19:03:50
7422     Log: hand-apply whitespace-mutiliated patch
7423          From: "vishal bhatia" <vishalb@hotmail.com>
7424          Date: Wed, 28 Oct 1998 23:45:32 PST
7425          Message-ID: <19981029074534.2334.qmail@hotmail.com>
7426          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
7427  Branch: perl
7428        ! ext/B/B/C.pm ext/B/B/CC.pm
7429 ____________________________________________________________________________
7430 [  2145] By: gsar                                  on 1998/10/30  18:46:58
7431     Log: remaining PL_foo stragglers
7432  Branch: perl
7433        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
7434        ! op.h os2/os2.c vms/gen_shrfls.pl
7435 ____________________________________________________________________________
7436 [  2144] By: gsar                                  on 1998/10/30  17:38:36
7437     Log: integrate cfgperl tweaks into mainline
7438  Branch: perl
7439       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
7440       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7441 ____________________________________________________________________________
7442 [  2143] By: jhi                                   on 1998/10/30  13:27:39
7443     Log: There can be multiple yacc/bison errors.
7444  Branch: cfgperl
7445        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7446 ____________________________________________________________________________
7447 [  2142] By: jhi                                   on 1998/10/30  13:18:43
7448     Log: README.posix-bc update.
7449  Branch: cfgperl
7450        ! README.posix-bc
7451 ____________________________________________________________________________
7452 [  2141] By: jhi                                   on 1998/10/30  09:12:59
7453     Log: #2133 fallout.
7454  Branch: cfgperl
7455        ! doio.c ext/POSIX/POSIX.xs
7456 ____________________________________________________________________________
7457 [  2140] By: jhi                                   on 1998/10/30  08:43:18
7458     Log: Integrate from mainperl.
7459  Branch: cfgperl
7460       +> globvar.sym pp.sym
7461        - objpp.h thread.sym
7462       !> (integrate 61 files)
7463 ____________________________________________________________________________
7464 [  2133] By: gsar                                  on 1998/10/30  02:51:39
7465     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
7466          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
7467          should soon be automated also; the global variables that
7468          escaped the PL_foo conversion are now reined in; renamed
7469          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
7470          type of same name; duplicated lists of pp_things in various
7471          places is now gone; result has only been tested on win32
7472  Branch: perl
7473        + globvar.sym pp.sym
7474        - objpp.h thread.sym
7475        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
7476        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
7477        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
7478        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
7479        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
7480        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
7481        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
7482        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
7483        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7484        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7485        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
7486 ____________________________________________________________________________
7487 [  2130] By: jhi                                   on 1998/10/29  15:31:26
7488     Log: Pure bison yylex() proto was broken.
7489  Branch: cfgperl
7490        ! proto.h
7491 ____________________________________________________________________________
7492 [  2126] By: jhi                                   on 1998/10/29  08:35:54
7493     Log: Integrate mainperl.
7494  Branch: cfgperl
7495       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
7496       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
7497       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
7498       !> t/pragma/warn/doio toke.c win32/makefile.mk
7499 ____________________________________________________________________________
7500 [  2125] By: jhi                                   on 1998/10/29  08:32:38
7501     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
7502  Branch: cfgperl
7503        ! Makefile.SH
7504 ____________________________________________________________________________
7505 [  2124] By: jhi                                   on 1998/10/29  08:06:44
7506     Log: EBCDIC Makefile.SH tuneup.
7507  Branch: cfgperl
7508        ! Makefile.SH
7509 ____________________________________________________________________________
7510 [  2119] By: gsar                                  on 1998/10/28  23:24:04
7511     Log: remove doubled hunk from integration
7512  Branch: perl
7513        ! pp.c
7514 ____________________________________________________________________________
7515 [  2118] By: gsar                                  on 1998/10/28  22:03:31
7516     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7517          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
7518          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
7519          Subject: [PATCH 5.00552] Minor debugger tweaks
7520  Branch: perl
7521        ! lib/perl5db.pl
7522 ____________________________________________________________________________
7523 [  2117] By: gsar                                  on 1998/10/28  22:02:30
7524     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7525          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
7526          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
7527          Subject: [PATCH 5.00552] Make sort respect overloading
7528  Branch: perl
7529        ! pp_ctl.c proto.h t/pragma/overload.t
7530 ____________________________________________________________________________
7531 [  2116] By: gsar                                  on 1998/10/28  21:51:11
7532     Log: MM patches from Ilya Zakharevich
7533          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
7534          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
7535          Subject: [PATCH 5.00552] Make MakeMaker more verbose
7536          --
7537          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
7538          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
7539          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
7540  Branch: perl
7541        ! lib/ExtUtils/MakeMaker.pm
7542 ____________________________________________________________________________
7543 [  2115] By: gsar                                  on 1998/10/28  21:46:19
7544     Log: add explicit references to perl source path in ld2 and gcc2
7545  Branch: perl
7546        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
7547 ____________________________________________________________________________
7548 [  2114] By: gsar                                  on 1998/10/28  21:39:56
7549     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7550          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
7551          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
7552          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
7553  Branch: perl
7554        ! INSTALL
7555 ____________________________________________________________________________
7556 [  2113] By: gsar                                  on 1998/10/28  21:21:16
7557     Log: integrate cfgperl into mainline
7558  Branch: perl
7559       +> t/op/filetest.t
7560       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
7561       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
7562       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7563       !> thread.h toke.c vmesa/Makefile
7564 ____________________________________________________________________________
7565 [  2112] By: gsar                                  on 1998/10/28  21:14:18
7566     Log: minor cleanup
7567  Branch: perl
7568        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
7569 ____________________________________________________________________________
7570 [  2111] By: gsar                                  on 1998/10/28  18:52:10
7571     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
7572  Branch: perl
7573        ! toke.c
7574 ____________________________________________________________________________
7575 [  2110] By: jhi                                   on 1998/10/28  15:07:54
7576     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
7577  Branch: cfgperl
7578        ! Makefile.SH
7579 ____________________________________________________________________________
7580 [  2109] By: jhi                                   on 1998/10/28  13:39:54
7581     Log: a2p.y needs to generate also y.tab.h.
7582  Branch: cfgperl
7583        ! Makefile.SH
7584 ____________________________________________________________________________
7585 [  2108] By: jhi                                   on 1998/10/28  10:33:36
7586     Log: The "parse error" must be converted to "syntax error",
7587          just matching it aint' enough.
7588  Branch: cfgperl
7589        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7590        ! t/pragma/warning.t
7591 ____________________________________________________________________________
7592 [  2107] By: jhi                                   on 1998/10/28  10:23:05
7593     Log: Regen sig_n{ame,umber}* if slightest doubt.
7594  Branch: cfgperl
7595        ! Configure
7596 ____________________________________________________________________________
7597 [  2106] By: jhi                                   on 1998/10/28  08:44:49
7598     Log: Bison says 'parse error', not 'parser error'.
7599  Branch: cfgperl
7600        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7601        ! t/pragma/warning.t
7602 ____________________________________________________________________________
7603 [  2105] By: jhi                                   on 1998/10/28  08:42:09
7604     Log: yylex() parametrization.
7605  Branch: cfgperl
7606        ! proto.h toke.c
7607 ____________________________________________________________________________
7608 [  2104] By: jhi                                   on 1998/10/28  08:25:09
7609     Log: Bring in #2102.
7610  Branch: cfgperl
7611        ! pp.c
7612 ____________________________________________________________________________
7613 [  2103] By: jhi                                   on 1998/10/28  08:22:04
7614     Log: From: Dominic Dunlop <domo@vo.lu>
7615          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
7616          Date: 27 Oct 1998 20:47:25 +0200
7617          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
7618  Branch: cfgperl
7619        ! t/op/groups.t
7620 ____________________________________________________________________________
7621 [  2102] By: larry                                 on 1998/10/27  18:58:55
7622     Log: utf8 change to quotemeta broke EBCDIC
7623  Branch: perl
7624        ! pp.c
7625 ____________________________________________________________________________
7626 [  2101] By: jhi                                   on 1998/10/27  12:55:34
7627     Log: $Config{sig_num_init}.
7628          Also, a new approach to the 'pthreads-created-joinable': drop
7629          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
7630          directly. (See also #2096).
7631  Branch: cfgperl
7632        ! Configure config_h.SH
7633 ____________________________________________________________________________
7634 [  2100] By: jhi                                   on 1998/10/27  10:48:55
7635     Log: Regenerated perly_c.diff.
7636  Branch: cfgperl
7637        ! perly_c.diff
7638 ____________________________________________________________________________
7639 [  2099] By: jhi                                   on 1998/10/27  08:42:25
7640     Log: First the mangler was Netscape, then it was me.
7641  Branch: cfgperl
7642        ! vmesa/Makefile
7643 ____________________________________________________________________________
7644 [  2098] By: jhi                                   on 1998/10/27  08:34:40
7645     Log: `id -Gn` might be available where `groups` is not.
7646  Branch: cfgperl
7647        ! t/op/groups.t
7648 ____________________________________________________________________________
7649 [  2097] By: jhi                                   on 1998/10/27  08:05:17
7650     Log: Netscape had mangled the tabs.
7651  Branch: cfgperl
7652        ! vmesa/Makefile
7653 ____________________________________________________________________________
7654 [  2096] By: jhi                                   on 1998/10/27  08:03:05
7655     Log: ATTR_JOINABLE logic, based on (private email)
7656          
7657          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7658          Subject: Some little diffs
7659          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
7660          Date: Tue, 27 Oct 1998 13:44:42 +1300
7661  Branch: cfgperl
7662        ! thread.h
7663 ____________________________________________________________________________
7664 [  2095] By: jhi                                   on 1998/10/27  07:56:57
7665     Log: Mach cthreads support based on:
7666          
7667          From: brie@corp.home.net (Brian Harrison)
7668          Subject: perl5.005_02 patch for mthreads
7669          To: perl5-porters@perl.org
7670          Date: 24 Oct 1998 01:01:55 +0300
7671          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
7672          
7673          Pthread yield probe (dejavu)
7674          Cosmetic nanochange for the union semun output.
7675          Better inttypes.h probe.
7676          Undo the 'void *' $selecttype probe from #1971 because
7677          it breaks the $selectminbits test.
7678  Branch: cfgperl
7679        ! Configure config_h.SH perl.h thread.h
7680 ____________________________________________________________________________
7681 [  2094] By: jhi                                   on 1998/10/26  13:02:07
7682     Log: Also posix-bc wants to reyacc.
7683  Branch: cfgperl
7684        ! Makefile.SH
7685 ____________________________________________________________________________
7686 [  2093] By: jhi                                   on 1998/10/26  10:17:21
7687     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
7688          5_02 and really breaking things in non-ASCII worlds.
7689  Branch: cfgperl
7690        ! pp.c
7691 ____________________________________________________________________________
7692 [  2092] By: jhi                                   on 1998/10/26  09:08:00
7693     Log: More robustness.
7694  Branch: cfgperl
7695        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7696        ! t/pragma/warning.t
7697 ____________________________________________________________________________
7698 [  2091] By: jhi                                   on 1998/10/26  08:47:32
7699     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
7700          Bison really wants YYLEX_PARAM.
7701  Branch: cfgperl
7702        ! perly.y proto.h toke.c
7703 ____________________________________________________________________________
7704 [  2090] By: jhi                                   on 1998/10/26  08:21:25
7705     Log: s/YYLEX_PARAM/YYLEXPARAM/
7706  Branch: cfgperl
7707        ! perly.y
7708 ____________________________________________________________________________
7709 [  2089] By: jhi                                   on 1998/10/26  08:17:33
7710     Log: Indicate skipped subtests.
7711  Branch: cfgperl
7712        ! t/io/pipe.t
7713 ____________________________________________________________________________
7714 [  2088] By: jhi                                   on 1998/10/26  08:11:36
7715     Log: Integrate from mainperl.
7716  Branch: cfgperl
7717       !> (integrate 54 files)
7718 ____________________________________________________________________________
7719 [  2087] By: jhi                                   on 1998/10/26  08:08:02
7720     Log: Add test for filetests.
7721  Branch: cfgperl
7722        + t/op/filetest.t
7723        ! MANIFEST
7724 ____________________________________________________________________________
7725 [  2086] By: gsar                                  on 1998/10/26  02:44:44
7726     Log: various win32 tweaks; disable new xs_cpp section (it creates
7727          ambiguous inference graph for %.xs --> %.o)
7728  Branch: perl
7729        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
7730        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
7731        ! win32/config.gc win32/config_H.gc win32/makedef.pl
7732        ! win32/makefile.mk win32/win32.h
7733 ____________________________________________________________________________
7734 [  2085] By: gsar                                  on 1998/10/26  00:50:02
7735     Log: sanity-check $Config{drand01} in rand.t
7736  Branch: perl
7737        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
7738        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7739 ____________________________________________________________________________
7740 [  2078] By: gsar                                  on 1998/10/25  10:22:04
7741     Log: update win32/config*.?c
7742  Branch: perl
7743        ! Changes win32/config.bc win32/config.gc win32/config.vc
7744        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7745 ____________________________________________________________________________
7746 [  2077] By: gsar                                  on 1998/10/25  08:39:25
7747     Log: From: Graham Barr <gbarr@pobox.com>
7748          Date: Sat, 24 Oct 1998 21:45:50 -0500
7749          Message-ID: <19981024214550.C508@pobox.com>
7750          Subject: Re: die with a reference  should use overload "" operator
7751  Branch: perl
7752        ! pp_ctl.c
7753 ____________________________________________________________________________
7754 [  2076] By: gsar                                  on 1998/10/25  08:37:49
7755     Log: From: Graham Barr <gbarr@pobox.com>
7756          Date: Sat, 24 Oct 1998 12:45:21 -0500
7757          Message-ID: <19981024124521.C512@pobox.com>
7758          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
7759  Branch: perl
7760        ! sv.c
7761 ____________________________________________________________________________
7762 [  2075] By: gsar                                  on 1998/10/25  08:24:09
7763     Log: fix C<print $n += 5;> etc.
7764  Branch: perl
7765        ! toke.c
7766 ____________________________________________________________________________
7767 [  2074] By: gsar                                  on 1998/10/25  08:12:28
7768     Log: list builtins with portability caveats
7769          From: Jarkko Hietaniemi <jhi@iki.fi>
7770          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
7771          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
7772          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
7773  Branch: perl
7774        ! pod/perlfunc.pod
7775 ____________________________________________________________________________
7776 [  2073] By: gsar                                  on 1998/10/25  07:55:43
7777     Log: fix stack overrun in file test operators
7778  Branch: perl
7779        ! pp_sys.c
7780 ____________________________________________________________________________
7781 [  2072] By: gsar                                  on 1998/10/25  07:29:45
7782     Log: implement C<goto &func> and other fixes (via private mail)
7783          From:    "vishal bhatia" <vishalb@hotmail.com>
7784          Date:    Wed, 21 Oct 1998 22:59:03 PDT
7785          Message-Id: <19981022055904.20083.qmail@hotmail.com>
7786          Subject: [PATCH 5.005_52] More fixes for B
7787  Branch: perl
7788        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7789 ____________________________________________________________________________
7790 [  2071] By: gsar                                  on 1998/10/25  07:14:41
7791     Log: From: Graham Barr <gbarr@pobox.com>
7792          Date: Sat, 17 Oct 1998 20:42:41 -0500
7793          Message-ID: <19981017204241.G510@pobox.com>
7794          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
7795  Branch: perl
7796        ! pp_ctl.c
7797 ____________________________________________________________________________
7798 [  2070] By: gsar                                  on 1998/10/25  07:07:29
7799     Log: avoid bogus line number in XSUB redefined warnings
7800  Branch: perl
7801        ! op.c
7802 ____________________________________________________________________________
7803 [  2069] By: gsar                                  on 1998/10/25  06:59:03
7804     Log: From: Martijn Koster <mak@excitecorp.com>
7805          Date: Wed, 21 Oct 1998 13:12:03 +0100
7806          Message-ID: <19981021131203.A15661@excitecorp.com>
7807          Subject: File::Path::mkpath reports the wrong error
7808  Branch: perl
7809        ! lib/File/Path.pm
7810 ____________________________________________________________________________
7811 [  2068] By: gsar                                  on 1998/10/25  06:54:43
7812     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
7813          Date: Tue, 20 Oct 1998 20:52:20 -0500
7814          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
7815          Subject: Exporter.pm's export_to_level() argument handling buggy
7816  Branch: perl
7817        ! lib/Exporter.pm
7818 ____________________________________________________________________________
7819 [  2067] By: gsar                                  on 1998/10/25  06:50:19
7820     Log: From: jan.dubois@ibm.net (Jan Dubois)
7821          Date: Wed, 21 Oct 1998 00:55:51 +0200
7822          Message-ID: <36380269.55370608@smtp1.ibm.net>
7823          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
7824  Branch: perl
7825        ! ext/DynaLoader/DynaLoader_pm.PL
7826 ____________________________________________________________________________
7827 [  2066] By: gsar                                  on 1998/10/25  06:48:19
7828     Log: recognize '%' as a shell metachar for win32
7829          From: jan.dubois@ibm.net (Jan Dubois)
7830          Date: Tue, 20 Oct 1998 21:57:35 +0200
7831          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
7832          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
7833  Branch: perl
7834        ! win32/win32.c
7835 ____________________________________________________________________________
7836 [  2065] By: gsar                                  on 1998/10/25  06:46:30
7837     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
7838  Branch: perl
7839        ! sv.c
7840 ____________________________________________________________________________
7841 [  2064] By: gsar                                  on 1998/10/25  06:45:09
7842     Log: From: Gisle Aas <gisle@aas.no>
7843          Date: 20 Oct 1998 14:24:44 +0200
7844          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
7845          Subject: ord() and unpack("U*",...) should not be negative
7846  Branch: perl
7847        ! pp.c
7848 ____________________________________________________________________________
7849 [  2063] By: gsar                                  on 1998/10/25  06:42:29
7850     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7851          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
7852          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
7853          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
7854  Branch: perl
7855        ! os2/os2.c
7856 ____________________________________________________________________________
7857 [  2062] By: gsar                                  on 1998/10/25  06:41:26
7858     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7859          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
7860          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
7861          Subject: [PATCH 5.005_*] Speed up aassign
7862  Branch: perl
7863        ! pp_hot.c
7864 ____________________________________________________________________________
7865 [  2061] By: gsar                                  on 1998/10/25  06:39:04
7866     Log: From: Graham Barr <gbarr@pobox.com>
7867          Date: Sat, 17 Oct 1998 22:22:02 -0500
7868          Message-ID: <19981017222202.J510@pobox.com>
7869          Subject: Re: '*' prototype does not allow bareword with strict
7870  Branch: perl
7871        ! toke.c
7872 ____________________________________________________________________________
7873 [  2060] By: gsar                                  on 1998/10/25  06:37:34
7874     Log: handle '::' in section names properly
7875          From: Graham Barr <gbarr@pobox.com>
7876          Date: Sat, 17 Oct 1998 12:57:54 -0500
7877          Message-ID: <19981017125754.C510@pobox.com>
7878          Subject: Re: pod2html
7879  Branch: perl
7880        ! lib/Pod/Html.pm
7881 ____________________________________________________________________________
7882 [  2059] By: gsar                                  on 1998/10/25  06:33:43
7883     Log: integrate changes#1982,2014,2021 (from maint-5.005)
7884  Branch: perl
7885       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
7886       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
7887 ____________________________________________________________________________
7888 [  2058] By: gsar                                  on 1998/10/25  05:44:17
7889     Log: allow more win32 symbol exports (suggested by Jan Dubois)
7890  Branch: perl
7891        ! win32/makedef.pl
7892 ____________________________________________________________________________
7893 [  2057] By: gsar                                  on 1998/10/25  05:40:40
7894     Log: integrate change#2053 from maint-5.005
7895  Branch: perl
7896       !> cop.h t/cmd/while.t
7897 ____________________________________________________________________________
7898 [  2056] By: gsar                                  on 1998/10/25  05:16:41
7899     Log: commented version of a patch suggested by Drago Goricanec
7900          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7901          Date: 16 Oct 1998 15:24:45 +0300
7902          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
7903          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
7904  Branch: perl
7905        ! pp_sys.c
7906 ____________________________________________________________________________
7907 [  2055] By: gsar                                  on 1998/10/25  05:11:03
7908     Log: include eof() in description of buffering caveats
7909          From: Anton Berezin <tobez@plab.ku.dk>
7910          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
7911          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
7912          Subject: [DOCPATCH] pod/perlfunc.pod
7913  Branch: perl
7914        ! pod/perlfunc.pod
7915 ____________________________________________________________________________
7916 [  2054] By: gsar                                  on 1998/10/25  05:07:42
7917     Log: disallow 'x' in hex numbers (except leading '0x')
7918          From: Gisle Aas <gisle@aas.no>
7919          Date: 16 Oct 1998 16:33:12 +0200
7920          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
7921          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
7922  Branch: perl
7923        ! perlvars.h t/op/oct.t util.c
7924 ____________________________________________________________________________
7925 [  2052] By: gsar                                  on 1998/10/25  04:49:04
7926     Log: avoid the circular refcnt logic in magic_mutexfree()
7927  Branch: perl
7928        ! mg.c pp.c pp_hot.c
7929 ____________________________________________________________________________
7930 [  2051] By: gsar                                  on 1998/10/25  04:35:07
7931     Log: properly restore PL_rsfp_filters after require
7932  Branch: perl
7933        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
7934        ! scope.h
7935 ____________________________________________________________________________
7936 [  2050] By: gsar                                  on 1998/10/25  02:42:32
7937     Log: integrate cfgperl changes back into mainline
7938  Branch: perl
7939       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
7940       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
7941       !> (integrate 33 files)
7942 ____________________________________________________________________________
7943 [  2049] By: gsar                                  on 1998/10/25  01:30:48
7944     Log: avoid "mysterious" compile-time failures without messages
7945  Branch: perl
7946        ! gv.c
7947 ____________________________________________________________________________
7948 [  2041] By: gsar                                  on 1998/10/23  21:11:56
7949     Log: checkin jpl under //depot/perlext/jpl/...
7950  Branch: perlext
7951        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
7952        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
7953        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
7954        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
7955        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
7956        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
7957        + jpl/PerlInterpreter/Makefile.PL
7958        + jpl/PerlInterpreter/PerlInterpreter.c
7959        + jpl/PerlInterpreter/PerlInterpreter.h
7960        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
7961        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
7962        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
7963        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
7964        + jpl/get_jdk/jdk_hosts jpl/install-jpl
7965 ____________________________________________________________________________
7966 [  2040] By: larry                                 on 1998/10/23  19:31:42
7967     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
7968  Branch: perl
7969        ! pp.c
7970 ____________________________________________________________________________
7971 [  2039] By: larry                                 on 1998/10/23  18:48:34
7972     Log: tr///d does not seem to work
7973  Branch: perl
7974        ! lib/utf8_heavy.pl
7975 ____________________________________________________________________________
7976 [  2038] By: larry                                 on 1998/10/23  18:00:41
7977     Log: Program with utf8 identifiers fails to compile
7978  Branch: perl
7979        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
7980 ____________________________________________________________________________
7981 [  2037] By: jhi                                   on 1998/10/23  14:04:51
7982     Log: Test suite portability:
7983          - posix-bc does not write to broken pipes
7984          - filehand #11 only iff we have fork
7985          - warning.t can now match $expected using regular expressions
7986  Branch: cfgperl
7987        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
7988        ! t/pragma/warning.t
7989 ____________________________________________________________________________
7990 [  2036] By: jhi                                   on 1998/10/23  12:12:07
7991     Log: yacc clarification.
7992  Branch: cfgperl
7993        ! README.posix-bc
7994 ____________________________________________________________________________
7995 [  2035] By: jhi                                   on 1998/10/23  12:09:59
7996     Log: Some C compilers get upset about 8-bit characters in /* comments. */
7997  Branch: cfgperl
7998        ! mg.c
7999 ____________________________________________________________________________
8000 [  2034] By: jhi                                   on 1998/10/22  09:11:52
8001     Log: Configure update: both for pthread_yield more robust
8002          testing (all variants of pthread_attr_getdetachstate()) --
8003          and because Configure was broken in major way! About 1000
8004          last lines were truncated.
8005  Branch: cfgperl
8006        ! Configure
8007 ____________________________________________________________________________
8008 [  2033] By: jhi                                   on 1998/10/22  07:47:10
8009     Log: DJGPP feedback for #2028.
8010  Branch: cfgperl
8011        ! thread.h
8012 ____________________________________________________________________________
8013 [  2032] By: jhi                                   on 1998/10/21  13:03:57
8014     Log: yielding, the saga continues.
8015  Branch: cfgperl
8016        ! Configure config_h.SH
8017       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
8018       !> t/op/goto.t t/pragma/constant.t
8019 ____________________________________________________________________________
8020 [  2031] By: jhi                                   on 1998/10/21  09:15:42
8021     Log: VM/ESA feedback for #2028.
8022  Branch: cfgperl
8023        ! Configure config_h.SH thread.h
8024 ____________________________________________________________________________
8025 [  2030] By: gsar                                  on 1998/10/21  04:22:53
8026     Log: fix handling of mayhaps-extended @_ in goto &sub
8027  Branch: perl
8028        ! av.c pp_ctl.c t/op/goto.t
8029 ____________________________________________________________________________
8030 [  2029] By: gsar                                  on 1998/10/21  00:54:14
8031     Log: restore sanity to "constant" references
8032  Branch: perl
8033        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
8034 ____________________________________________________________________________
8035 [  2028] By: jhi                                   on 1998/10/20  15:01:20
8036     Log: OLD_PTHREADS_API reorganizing.
8037  Branch: cfgperl
8038        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
8039        ! vmesa/vmesaish.h
8040 ____________________________________________________________________________
8041 [  2027] By: jhi                                   on 1998/10/20  14:14:51
8042     Log: #2026 fallout.
8043  Branch: cfgperl
8044        ! Makefile.SH
8045 ____________________________________________________________________________
8046 [  2026] By: jhi                                   on 1998/10/20  11:47:21
8047     Log: VM/ESA update.
8048  Branch: cfgperl
8049        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
8050 ____________________________________________________________________________
8051 [  2025] By: jhi                                   on 1998/10/20  08:20:56
8052     Log: 64-bitness, based on
8053          
8054          From: Scott Henry <scotth@sgi.com>
8055          To: perl-64bit@perl.org
8056          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
8057          Subject: Re: Configure problems/questions...
8058          Date: 19 Oct 1998 22:38:06 -0700
8059  Branch: cfgperl
8060        ! hints/irix_6.sh perl.h
8061 ____________________________________________________________________________
8062 [  2024] By: jhi                                   on 1998/10/20  08:09:07
8063     Log: Add lseeksize.
8064  Branch: cfgperl
8065        ! config_h.SH
8066 ____________________________________________________________________________
8067 [  2023] By: jhi                                   on 1998/10/20  08:08:33
8068     Log: Mumble about _yields() only when threaded.
8069  Branch: cfgperl
8070        ! Configure
8071 ____________________________________________________________________________
8072 [  2022] By: jhi                                   on 1998/10/20  07:46:26
8073     Log: Thinko at PTHREADS_CREATED_JOINABLE.
8074  Branch: cfgperl
8075        ! thread.h
8076 ____________________________________________________________________________
8077 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
8078     Log: From: Chip Salzenberg <chip@perlsupport.com>
8079          Date: Tue, 6 Oct 1998 13:33:05 -0400
8080          Message-ID: <19981006133305.A2348@perlsupport.com>
8081          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
8082  Branch: maint-5.005/perl
8083        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
8084        ! t/op/tie.t
8085 ____________________________________________________________________________
8086 [  2020] By: jhi                                   on 1998/10/19  09:15:53
8087     Log: YIELD more robustly.
8088  Branch: cfgperl
8089        ! thread.h
8090 ____________________________________________________________________________
8091 [  2019] By: jhi                                   on 1998/10/19  08:48:33
8092     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
8093          the 'new' one (just like DJGPP, it seems).
8094  Branch: cfgperl
8095        ! thread.h
8096 ____________________________________________________________________________
8097 [  2018] By: jhi                                   on 1998/10/19  07:02:44
8098     Log: vmesaish.h doesn't exclude unixish.h.
8099  Branch: cfgperl
8100        ! perl.h
8101 ____________________________________________________________________________
8102 [  2017] By: jhi                                   on 1998/10/19  06:44:19
8103     Log: 1<<$randbits is not good for randbits=48.
8104  Branch: cfgperl
8105        ! t/op/rand.t
8106 ____________________________________________________________________________
8107 [  2016] By: jhi                                   on 1998/10/19  06:39:47
8108     Log: Make #2012 glob pattern more portable.
8109  Branch: cfgperl
8110        ! Makefile.SH
8111 ____________________________________________________________________________
8112 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
8113     Log: Fix POSIX::sigprocmask not to check type of $old parameter
8114          as it is output only
8115  Branch: maint-5.005/perl
8116        ! ext/POSIX/POSIX.xs
8117 ____________________________________________________________________________
8118 [  2012] By: jhi                                   on 1998/10/17  15:04:23
8119     Log: clean numbered core dumps and t/tmp[0-9]*.
8120  Branch: cfgperl
8121        ! Makefile.SH
8122 ____________________________________________________________________________
8123 [  2011] By: jhi                                   on 1998/10/17  14:59:15
8124     Log: More robust yacc/bison failure output handling.
8125  Branch: cfgperl
8126        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8127 ____________________________________________________________________________
8128 [  2010] By: jhi                                   on 1998/10/17  14:51:05
8129     Log: BC2000 POSIX update.
8130  Branch: cfgperl
8131        ! MANIFEST
8132 ____________________________________________________________________________
8133 [  2009] By: jhi                                   on 1998/10/17  14:49:46
8134     Log: POSIX BC2000 port from perl-mvs:
8135          
8136          Subject: Ported perl 5.005.02 to BS2000 / POSIX
8137          From: Dorner Thomas <Thomas.Dorner@start.de> 
8138          Date: Tue, 29 Sep 1998 13:29:36 +0100 
8139          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
8140  Branch: cfgperl
8141        + README.posix-bc hints/posix-bc.sh
8142        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
8143        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
8144        ! unixish.h
8145 ____________________________________________________________________________
8146 [  2008] By: jhi                                   on 1998/10/17  14:07:49
8147     Log: VM/ESA-update.
8148  Branch: cfgperl
8149        ! MANIFEST
8150 ____________________________________________________________________________
8151 [  2007] By: jhi                                   on 1998/10/17  13:55:34
8152     Log: Forgot few S_I* imports.
8153  Branch: cfgperl
8154        ! t/lib/ipc_sysv.t
8155 ____________________________________________________________________________
8156 [  2006] By: jhi                                   on 1998/10/17  13:43:54
8157     Log: The VM/ESA port essentials, based on
8158          
8159          perl-mvs:
8160          
8161          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8162          Subject: Re: Can't find Data/Dumper.pm
8163          Date: Mon, 28 Sep 1998 07:40:49 +1300
8164          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
8165          
8166          private email:
8167          
8168          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8169          Subject: Re: Perl thread problems in VM/ESA
8170          Date: Thu, 15 Oct 1998 07:18:35 +1300
8171          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
8172          
8173          and private email:
8174          
8175          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
8176          Subject:  perl archive
8177          Date:  Sun, 11 Oct 1998 19:28:54 EDT
8178          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
8179          which gave a pointer to
8180          
8181          http://pucc.princeton.edu/~neale/perl.tar
8182          
8183          (based on Perl 5.005_51)
8184  Branch: cfgperl
8185        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
8186        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
8187        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
8188        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
8189 ____________________________________________________________________________
8190 [  2005] By: jhi                                   on 1998/10/17  13:17:19
8191     Log: Integrate mainperl.
8192  Branch: cfgperl
8193       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
8194       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8195       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
8196       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
8197       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
8198       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
8199       !> win32/makefile.mk
8200 ____________________________________________________________________________
8201 [  2004] By: jhi                                   on 1998/10/17  11:19:06
8202     Log: Removed an extra ' from the int64_t test.
8203  Branch: cfgperl
8204        ! Configure
8205 ____________________________________________________________________________
8206 [  2003] By: gsar                                  on 1998/10/17  04:11:40
8207     Log: silence -w noises (suggested by Greg Bacon)
8208  Branch: perl
8209        ! lib/Term/Complete.pm
8210 ____________________________________________________________________________
8211 [  2002] By: gsar                                  on 1998/10/17  04:07:48
8212     Log: From: Gisle Aas <gisle@aas.no>
8213          Date: 14 Oct 1998 15:53:14 +0200
8214          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
8215          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
8216  Branch: perl
8217        ! util.c
8218 ____________________________________________________________________________
8219 [  2001] By: gsar                                  on 1998/10/17  04:06:10
8220     Log: From: Gisle Aas <gisle@aas.no>
8221          Date: 14 Oct 1998 15:17:44 +0200
8222          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
8223          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
8224  Branch: perl
8225        ! toke.c
8226 ____________________________________________________________________________
8227 [  2000] By: gsar                                  on 1998/10/17  03:06:33
8228     Log: From: Gisle Aas <gisle@aas.no>
8229          Date: 14 Oct 1998 00:38:06 +0200
8230          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
8231          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
8232  Branch: perl
8233        ! sv.c
8234 ____________________________________________________________________________
8235 [  1999] By: gsar                                  on 1998/10/17  03:04:48
8236     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8237          Date: Tue, 13 Oct 1998 15:10:57 -0700
8238          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
8239          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
8240  Branch: perl
8241        ! vms/ext/Stdio/Stdio.pm
8242 ____________________________________________________________________________
8243 [  1998] By: gsar                                  on 1998/10/17  03:00:40
8244     Log: skip readonly vars and unref references when doing a reset()
8245  Branch: perl
8246        ! sv.c
8247 ____________________________________________________________________________
8248 [  1997] By: gsar                                  on 1998/10/17  02:49:19
8249     Log: fix buggy treatment of large checksums on unicode strings
8250          From: Gisle Aas <gisle@aas.no>
8251          Date: 13 Oct 1998 21:35:39 +0200
8252          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
8253          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
8254  Branch: perl
8255        ! pp.c
8256 ____________________________________________________________________________
8257 [  1996] By: gsar                                  on 1998/10/17  02:43:22
8258     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8259          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
8260          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
8261          Subject: [PATCH 5.005_52] Memory overrun in os2.c
8262  Branch: perl
8263        ! os2/Makefile.SHs os2/os2.c
8264 ____________________________________________________________________________
8265 [  1995] By: gsar                                  on 1998/10/17  02:42:01
8266     Log: clarify section name rules for typemaps
8267  Branch: perl
8268        ! pod/perlxs.pod
8269 ____________________________________________________________________________
8270 [  1994] By: gsar                                  on 1998/10/17  02:33:02
8271     Log: whitespace-proof grent.t
8272  Branch: perl
8273        ! t/op/grent.t
8274 ____________________________________________________________________________
8275 [  1993] By: gsar                                  on 1998/10/17  02:27:29
8276     Log: fix bug in B::CC::pp_sassign()
8277          From: "vishal bhatia" <vishalb@hotmail.com>
8278          Date: Sun, 11 Oct 1998 18:41:38 PDT
8279          Message-ID: <19981012014139.19614.qmail@hotmail.com>
8280          Subject: B::CC problems with pp_sassign routine
8281  Branch: perl
8282        ! ext/B/B/CC.pm
8283 ____________________________________________________________________________
8284 [  1992] By: gsar                                  on 1998/10/17  02:17:49
8285     Log: applied suggested patch with small doc tweak
8286          From: Gisle Aas <gisle@aas.no>
8287          Date: 11 Oct 1998 12:53:13 +0200
8288          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
8289          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
8290  Branch: perl
8291        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
8292        ! t/op/tiehandle.t
8293 ____________________________________________________________________________
8294 [  1991] By: gsar                                  on 1998/10/17  02:08:30
8295     Log: apply non-conflicting parts from suggested patch
8296          From: jan.dubois@ibm.net (Jan Dubois)
8297          Date: Sat, 10 Oct 1998 13:15:45 +0200
8298          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
8299          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
8300  Branch: perl
8301        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8302 ____________________________________________________________________________
8303 [  1990] By: gsar                                  on 1998/10/17  02:01:24
8304     Log: provide option to enable optimization with VC (suggested by Jan
8305          Dubois)
8306  Branch: perl
8307        ! win32/Makefile win32/makefile.mk
8308 ____________________________________________________________________________
8309 [  1989] By: gsar                                  on 1998/10/17  01:55:27
8310     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
8311          Dave Leppik <dleppik@gage.com>
8312  Branch: perl
8313        ! perl.h
8314 ____________________________________________________________________________
8315 [  1988] By: gsar                                  on 1998/10/17  01:49:05
8316     Log: stray typo found by Hugo van der Sanden
8317  Branch: perl
8318        ! op.c
8319 ____________________________________________________________________________
8320 [  1987] By: gsar                                  on 1998/10/17  01:45:52
8321     Log: perldoc pod update
8322          From: Daniel Grisinger <dgris@perrin.dimensional.com>
8323          Date: 06 Oct 1998 23:56:51 -0600
8324          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
8325          Subject: [PATCH _02 and _52] perldoc
8326  Branch: perl
8327        ! utils/perldoc.PL
8328 ____________________________________________________________________________
8329 [  1986] By: gsar                                  on 1998/10/17  01:41:40
8330     Log: qualify names of builtins
8331  Branch: perl
8332        ! ext/POSIX/POSIX.pm
8333 ____________________________________________________________________________
8334 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
8335     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8336          Date: Thu, 17 Sep 1998 17:16:06 +0200
8337          Message-ID: <360127B6.E44564A@ispsoft.de>
8338          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8339  Branch: maint-5.005/perl
8340        ! lib/ExtUtils/MakeMaker.pm
8341 ____________________________________________________________________________
8342 [  1978] By: gsar                                  on 1998/10/16  01:58:58
8343     Log: integrate cfgperl mods into mainline
8344  Branch: perl
8345       +> ext/DynaLoader/dl_vmesa.xs
8346        ! Porting/genlog
8347       !> Configure MANIFEST Makefile.SH config_h.SH
8348       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8349       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
8350       !> x2p/Makefile.SH
8351 ____________________________________________________________________________
8352 [  1976] By: gsar                                  on 1998/10/16  00:10:52
8353     Log: stray tweak
8354  Branch: perl
8355        ! op.c
8356 ____________________________________________________________________________
8357 [  1975] By: gsar                                  on 1998/10/15  23:54:38
8358     Log: propagate typeness of lexicals while cloning them
8359  Branch: perl
8360        ! op.c
8361 ____________________________________________________________________________
8362 [  1974] By: gsar                                  on 1998/10/15  23:53:25
8363     Log: s/last/first/ typo in append_list()
8364  Branch: perl
8365        ! op.c
8366 ____________________________________________________________________________
8367 [  1973] By: gsar                                  on 1998/10/15  20:06:17
8368     Log: nuke confperl branch and contents
8369  Branch: confperl
8370        - (delete 1284 files)
8371 ____________________________________________________________________________
8372 [  1972] By: jhi                                   on 1998/10/15  07:07:35
8373     Log: Test #162 had been added but the "print 1..161" had not been updated.
8374  Branch: cfgperl
8375        ! t/op/pat.t
8376 ____________________________________________________________________________
8377 [  1971] By: gsar                                  on 1998/10/15  03:09:58
8378     Log: check in all confperl changes as of change#1964 into cfgperl
8379  Branch: cfgperl
8380        + ext/DynaLoader/dl_vmesa.xs
8381        ! Configure MANIFEST Makefile.SH config_h.SH
8382        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8383        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
8384 ____________________________________________________________________________
8385 [  1970] By: gsar                                  on 1998/10/15  03:05:59
8386     Log: integrate mainline to get tr.t
8387  Branch: cfgperl
8388       +> t/op/tr.t
8389 ____________________________________________________________________________
8390 [  1969] By: gsar                                  on 1998/10/15  03:04:17
8391     Log: add missing tr.t to repository
8392  Branch: perl
8393        + t/op/tr.t
8394 ____________________________________________________________________________
8395 [  1968] By: gsar                                  on 1998/10/15  03:02:43
8396     Log: create cfgperl branch
8397  Branch: cfgperl
8398       +> (branch 1282 files)
8399 ____________________________________________________________________________
8400 [  1967] By: gsar                                  on 1998/10/15  02:46:08
8401     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
8402          (MAN3PODS cannot be set to ' '; stray stricture violation)
8403  Branch: perl
8404        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
8405        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
8406        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
8407        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
8408        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
8409        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
8410        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
8411        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
8412        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
8413        ! lib/ExtUtils/MM_Unix.pm
8414 ____________________________________________________________________________
8415 [  1966] By: gsar                                  on 1998/10/15  02:19:03
8416     Log: tweak to make fix in change#1944 behave correctly for closures
8417          created within eval''
8418  Branch: perl
8419        ! op.c t/op/eval.t
8420 ____________________________________________________________________________
8421 [  1965] By: gsar                                  on 1998/10/14  23:22:41
8422     Log: use better numbers for exitstatus test
8423  Branch: perl
8424        ! t/op/die_exit.t
8425 ____________________________________________________________________________
8426 [  1964] By: jhi                                   on 1998/10/14  17:25:41
8427     Log: Add VM/ESA dynaloading (uses <dll.h>).
8428  Branch: confperl
8429        + ext/DynaLoader/dl_vmesa.xs
8430        ! MANIFEST
8431 ____________________________________________________________________________
8432 [  1963] By: jhi                                   on 1998/10/14  17:17:10
8433     Log: Remove a2p.loadmap in 'clean' target.
8434  Branch: confperl
8435        ! x2p/Makefile.SH
8436 ____________________________________________________________________________
8437 [  1962] By: jhi                                   on 1998/10/14  17:13:11
8438     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
8439  Branch: confperl
8440        ! Makefile.SH
8441 ____________________________________________________________________________
8442 [  1961] By: jhi                                   on 1998/10/14  16:27:39
8443     Log: VM/ESA creates executable.loadmaps.
8444  Branch: confperl
8445        ! Makefile.SH
8446 ____________________________________________________________________________
8447 [  1960] By: jhi                                   on 1998/10/14  15:37:39
8448     Log: Introduce SCHED_YIELD (one of sched_yield(),
8449          pthread_yield(), or pthread_yield(NULL)).
8450          YIELD is then defined using SCHED_YIELD unless
8451          a platform-specific YIELD has already been defined.
8452          
8453          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
8454          
8455          The need for pthread_yield(NULL) and pthread_attr_setdet...
8456          introduced by (private email)
8457          
8458          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8459          Date: Sat, 10 Oct 1998 21:08:15 +1300
8460          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
8461          Subject: Re: Perl thread problems in VM/ESA
8462          
8463          Better select() protoprobe (for AIX), from (private email)
8464          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8465          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
8466          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
8467          Subject: AIX select (fwd)
8468          From: Lars Hecking <lhecking@nmrc.ucc.ie>
8469          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
8470          Date: Fri, 2 Oct 1998 10:40:01 +0100
8471          Subject: AIX select
8472          
8473          Linux-avoid-so.X.Y, based on
8474          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8475          Date: Tue, 13 Oct 1998 15:55:07 -0400
8476          Message-ID: <19981013155507.B4004@O2.chapin.edu>
8477          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
8478  Branch: confperl
8479        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
8480        ! thread.h
8481 ____________________________________________________________________________
8482 [  1959] By: jhi                                   on 1998/10/14  12:51:26
8483     Log: Some old pthread implementations have
8484          pthread_attr_setdetachstate(pthread_attr_t*, int*).
8485  Branch: confperl
8486        ! ext/Thread/Thread.xs
8487 ____________________________________________________________________________
8488 [  1958] By: jhi                                   on 1998/10/14  12:41:11
8489     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
8490          counterparts will follow soon.
8491  Branch: confperl
8492        ! thread.h
8493 ____________________________________________________________________________
8494 [  1957] By: jhi                                   on 1998/10/14  12:38:11
8495     Log: Add tr.t (MANIFEST already knew about it, strange)
8496  Branch: confperl
8497        + t/op/tr.t
8498 ____________________________________________________________________________
8499 [  1956] By: jhi                                   on 1998/10/14  12:24:35
8500     Log: Mutexen should be initialized only once.
8501  Branch: confperl
8502        ! gv.c op.c
8503 ____________________________________________________________________________
8504 [  1955] By: jhi                                   on 1998/10/14  12:19:38
8505     Log: os390 has its own cppstdin.
8506  Branch: confperl
8507        ! hints/os390.sh
8508 ____________________________________________________________________________
8509 [  1954] By: jhi                                   on 1998/10/14  12:15:06
8510     Log: Integrate with mainperl.
8511  Branch: confperl
8512       !> (integrate 1280 files)
8513 ____________________________________________________________________________
8514 [  1953] By: jhi                                   on 1998/10/14  11:48:08
8515     Log: Removed duplicate CMA threads code for HPUX 10.X.
8516          (probably residue of patch(1) being too understanding)
8517          Enhanced 64-bit settings. (redo change#1940)
8518  Branch: confperl
8519        ! hints/hpux.sh
8520 ____________________________________________________________________________
8521 [  1952] By: jhi                                   on 1998/10/14  11:45:16
8522     Log: (redo change#1949) Detypo in the d_open64 warning about
8523          the impending WHOA.
8524  Branch: confperl
8525        ! hints/irix_6.sh
8526 ____________________________________________________________________________
8527 [  1951] By: jhi                                   on 1998/10/14  10:54:16
8528     Log: Mutexen should only be inited once, after they have been New()ed.
8529  Branch: confperl
8530        ! gv.c op.c
8531 ____________________________________________________________________________
8532 [  1950] By: jhi                                   on 1998/10/14  10:41:43
8533     Log: Own cppstdin.
8534  Branch: confperl
8535        ! hints/os390.sh
8536 ____________________________________________________________________________
8537 [  1949] By: jhi                                   on 1998/10/14  10:34:23
8538     Log: Detypo in the d_open64 warning about the impending WHOA.
8539  Branch: confperl
8540        ! hints/irix_6.sh
8541 ____________________________________________________________________________
8542 [  1948] By: gsar                                  on 1998/10/14  05:38:01
8543     Log: two typos
8544  Branch: perl
8545        ! pp_hot.c t/op/eval.t
8546 ____________________________________________________________________________
8547 [  1947] By: gsar                                  on 1998/10/14  05:37:10
8548     Log: let docatch() pass the buck when restartop turns out to be null,
8549          making exceptions in BEGIN{} propagate as expected
8550  Branch: perl
8551        ! pp_ctl.c t/op/misc.t
8552 ____________________________________________________________________________
8553 [  1946] By: gsar                                  on 1998/10/13  03:41:49
8554     Log: add missing file from change#1943
8555  Branch: perl
8556        ! proto.h
8557 ____________________________________________________________________________
8558 [  1945] By: gsar                                  on 1998/10/13  03:32:02
8559     Log: defer "deep recursion" warnings until CXt_SUB context is properly
8560          set up
8561  Branch: perl
8562        ! pp_hot.c t/pragma/warn/pp_hot
8563 ____________________________________________________________________________
8564 [  1944] By: gsar                                  on 1998/10/13  03:15:50
8565     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
8566          fixup the cop_seq value that must be seen by lexical lookups that
8567          emanate within eval''
8568  Branch: perl
8569        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
8570 ____________________________________________________________________________
8571 [  1943] By: gsar                                  on 1998/10/13  02:06:09
8572     Log: ensure recursive attempts to findlex()icals know enough about where
8573          the last eval'' context was encountered
8574  Branch: perl
8575        ! op.c t/op/eval.t
8576 ____________________________________________________________________________
8577 [  1942] By: gsar                                  on 1998/10/13  02:01:24
8578     Log: force copy of substrings when matching against temporaries
8579  Branch: perl
8580        ! pp_hot.c t/op/pat.t
8581 ____________________________________________________________________________
8582 [  1941] By: gsar                                  on 1998/10/13  01:49:16
8583     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
8584          implementation)
8585  Branch: perl
8586        ! pp_ctl.c t/op/runlevel.t
8587 ____________________________________________________________________________
8588 [  1940] By: jhi                                   on 1998/10/12  09:57:44
8589     Log: Removed duplicate CMA threads code for HPUX 10.X.
8590          (probably residue of patch(1) being too understanding)
8591          Enhanced 64-bit settings.
8592  Branch: confperl
8593        ! hints/hpux.sh
8594 ____________________________________________________________________________
8595 [  1939] By: jhi                                   on 1998/10/12  09:53:11
8596     Log: Initial sync from mainline perl.
8597  Branch: confperl
8598        + (add 1282 files)
8599 ____________________________________________________________________________
8600 [  1937] By: gsar                                  on 1998/10/06  21:16:34
8601     Log: fix $/ init for USE_THREADS
8602  Branch: perl
8603        ! perl.c
8604 ____________________________________________________________________________
8605 [  1936] By: gsar                                  on 1998/10/06  07:19:39
8606     Log: fix globals caught by change#1927; builds and tests on Solaris
8607  Branch: perl
8608        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
8609        ! warning.h warning.pl
8610 ____________________________________________________________________________
8611 [  1935] By: gsar                                  on 1998/10/06  06:50:35
8612     Log: add test for previous fix
8613  Branch: perl
8614        ! ext/Thread/create.t
8615 ____________________________________________________________________________
8616 [  1934] By: gsar                                  on 1998/10/06  06:37:36
8617     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
8618  Branch: perl
8619        ! util.c
8620 ____________________________________________________________________________
8621 [  1933] By: gsar                                  on 1998/10/06  05:04:20
8622     Log: undo bogus part of change#1903 (as pointed out by Larry)
8623  Branch: perl
8624        ! pp_ctl.c
8625 ____________________________________________________________________________
8626 [  1932] By: gsar                                  on 1998/10/06  04:21:31
8627     Log: added tweaked version of suggested patch
8628          From: jan.dubois@ibm.net (Jan Dubois)
8629          Date: Sat, 03 Oct 1998 19:04:48 +0200
8630          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
8631          Subject: [PATCH 5.005_52] More MakeMaker  patches
8632  Branch: perl
8633        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8634        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
8635 ____________________________________________________________________________
8636 [  1931] By: gsar                                  on 1998/10/06  04:04:33
8637     Log: use cpp symbols instead of hardwired constants
8638          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8639          Date: Mon, 05 Oct 1998 09:23:33 +0100
8640          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
8641          Subject: [PATCH 5.005_52] By the numbers (resend)
8642  Branch: perl
8643        ! op.c
8644 ____________________________________________________________________________
8645 [  1930] By: gsar                                  on 1998/10/06  04:01:55
8646     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8647          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
8648          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
8649          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
8650  Branch: perl
8651        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
8652        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
8653 ____________________________________________________________________________
8654 [  1929] By: gsar                                  on 1998/10/06  03:50:36
8655     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8656          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
8657          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
8658          Subject: [PATCH 5.00552] Minor test improvement
8659  Branch: perl
8660        ! t/op/magic.t
8661 ____________________________________________________________________________
8662 [  1928] By: gsar                                  on 1998/10/06  03:49:03
8663     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8664          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
8665          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
8666          Subject: [PATCH 5.00552] emacs/ptags inprovements
8667  Branch: perl
8668        ! emacs/ptags
8669 ____________________________________________________________________________
8670 [  1927] By: gsar                                  on 1998/10/06  03:47:44
8671     Log: disable C<#define dirty PL_dirty> et al.
8672  Branch: perl
8673        ! embed.pl embedvar.h
8674 ____________________________________________________________________________
8675 [  1926] By: gsar                                  on 1998/10/06  03:43:32
8676     Log: From: Mark-Jason Dominus <mjd@plover.com>
8677          Date: Sun, 04 Oct 1998 14:48:11 -0400
8678          Message-ID: <19981004184811.16048.qmail@plover.com>
8679          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
8680  Branch: perl
8681        ! utils/perldoc.PL
8682 ____________________________________________________________________________
8683 [  1925] By: gsar                                  on 1998/10/06  03:27:35
8684     Log: disable USE_THREADS when PERL_OBJECT is enabled
8685  Branch: perl
8686        ! win32/Makefile win32/makefile.mk
8687 ____________________________________________________________________________
8688 [  1924] By: gsar                                  on 1998/10/06  03:26:54
8689     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
8690  Branch: perl
8691        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
8692        ! vms/perly_c.vms
8693 ____________________________________________________________________________
8694 [  1923] By: gsar                                  on 1998/10/03  05:19:56
8695     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
8696          overridden
8697  Branch: perl
8698        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
8699        ! proto.h vms/perly_c.vms
8700 ____________________________________________________________________________
8701 [  1922] By: gsar                                  on 1998/10/03  03:59:50
8702     Log: suppress manifypods leak in extensions
8703  Branch: perl
8704        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
8705 ____________________________________________________________________________
8706 [  1921] By: gsar                                  on 1998/10/02  22:30:15
8707     Log: os390 fixes (suggested by Peter Prymmer)
8708  Branch: perl
8709        ! Makefile.SH regcomp.c
8710 ____________________________________________________________________________
8711 [  1920] By: gsar                                  on 1998/10/02  21:41:19
8712     Log: squelch undef warnings
8713          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8714          Date: Fri, 02 Oct 1998 11:01:14 +0100
8715          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
8716          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
8717  Branch: perl
8718        ! Changes lib/Math/BigInt.pm
8719 ____________________________________________________________________________
8720 [  1919] By: gsar                                  on 1998/10/02  04:59:13
8721     Log: add note to INSTALL about ANSI C
8722  Branch: perl
8723        ! INSTALL
8724 ____________________________________________________________________________
8725 [  1918] By: gsar                                  on 1998/10/02  04:21:10
8726     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
8727          From: jan.dubois@ibm.net (Jan Dubois)
8728          Date: Wed, 30 Sep 1998 23:35:30 +0200
8729          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
8730          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
8731  Branch: perl
8732        ! lib/ExtUtils/xsubpp
8733 ____________________________________________________________________________
8734 [  1917] By: gsar                                  on 1998/10/02  04:16:02
8735     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8736          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
8737          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
8738          Subject: Re: Configure test for selectbits busted
8739  Branch: perl
8740        ! Configure
8741 ____________________________________________________________________________
8742 [  1916] By: gsar                                  on 1998/10/02  04:14:17
8743     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8744          Date: Wed, 30 Sep 1998 17:15:20 -0700
8745          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
8746          Subject: [PATCH 5.005_02]VMS config tweaks
8747  Branch: perl
8748        ! vms/descrip_mms.template vms/subconfigure.com
8749 ____________________________________________________________________________
8750 [  1915] By: gsar                                  on 1998/10/02  04:10:47
8751     Log: use Off_t to permit 64-bit seek()
8752          From: Scott Henry <scotth@sgi.com>
8753          Date: 29 Sep 1998 17:38:46 -0700
8754          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
8755          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
8756          --
8757          Date: 28 Sep 1998 18:55:37 -0700
8758          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
8759          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8760  Branch: perl
8761        ! doio.c pp_sys.c proto.h sv.c
8762 ____________________________________________________________________________
8763 [  1914] By: gsar                                  on 1998/10/02  04:05:36
8764     Log: normalize tm struct passed to strftime() with mktime()
8765          From: Spider Boardman <spider@orb.nashua.nh.us>
8766          Date: Wed, 30 Sep 1998 15:12:09 -0400
8767          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
8768          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
8769  Branch: perl
8770        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8771 ____________________________________________________________________________
8772 [  1913] By: gsar                                  on 1998/10/02  03:59:46
8773     Log: don't try to run foo_SH.orig etc.
8774  Branch: perl
8775        ! Configure
8776 ____________________________________________________________________________
8777 [  1912] By: gsar                                  on 1998/10/02  03:45:37
8778     Log: make warning about glob process failure optional
8779  Branch: perl
8780        ! pod/perldiag.pod pp_hot.c
8781 ____________________________________________________________________________
8782 [  1911] By: gsar                                  on 1998/10/02  02:52:21
8783     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
8784          From: Dominic Dunlop <domo@vo.lu>
8785          Date: Tue, 29 Sep 1998 21:06:30 +0000
8786          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
8787          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
8788          --
8789          Date: Wed, 30 Sep 1998 11:46:44 +0000
8790          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
8791          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
8792  Branch: perl
8793        ! pod/perldiag.pod regcomp.c
8794 ____________________________________________________________________________
8795 [  1910] By: gsar                                  on 1998/10/02  02:48:48
8796     Log: minor Configure tweaks (via private mail)
8797          From: Jarkko Hietaniemi <jhi@iki.fi>
8798          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
8799          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
8800          Subject: [PATCH] 5.005_52: the drizzle continues
8801  Branch: perl
8802        ! Configure config_h.SH handy.h
8803 ____________________________________________________________________________
8804 [  1909] By: gsar                                  on 1998/10/02  02:46:39
8805     Log: update SCO hints for dynamic loading
8806          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8807          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
8808          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
8809          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8810          --
8811          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
8812          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
8813          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8814  Branch: perl
8815        ! hints/sco.sh
8816 ____________________________________________________________________________
8817 [  1908] By: gsar                                  on 1998/10/02  02:33:39
8818     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
8819  Branch: perl
8820        ! lib/File/Find.pm
8821 ____________________________________________________________________________
8822 [  1907] By: gsar                                  on 1998/10/02  02:21:52
8823     Log: applied patches, but retained old behavior for win32 (where compilers
8824          can't read from stdin at all)
8825          From: Graham Barr <gbarr@ti.com>
8826          Date: Mon, 28 Sep 1998 09:41:49 -0500
8827          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
8828          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8829          --
8830          Date: Tue, 29 Sep 1998 12:35:43 -0500
8831          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
8832          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8833  Branch: perl
8834        ! ext/Errno/Errno_pm.PL
8835 ____________________________________________________________________________
8836 [  1906] By: gsar                                  on 1998/10/02  02:02:19
8837     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
8838          Hietaniemi)
8839  Branch: perl
8840        ! t/op/grent.t
8841 ____________________________________________________________________________
8842 [  1905] By: gsar                                  on 1998/10/02  01:59:56
8843     Log: win32 caveats about truncate()
8844  Branch: perl
8845        ! pod/perlport.pod
8846 ____________________________________________________________________________
8847 [  1904] By: gsar                                  on 1998/10/02  01:53:25
8848     Log: various Configure and hints updates (prefer drand48() or random()
8849          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
8850          applied modulo SCO hints superceded by later patch
8851          From: Jarkko Hietaniemi <jhi@iki.fi>
8852          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
8853          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
8854          Subject: [PATCH] 5.005_52: Configure et al:
8855  Branch: perl
8856        + ext/IPC/SysV/hints/next_3.pl
8857        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
8858        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
8859        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
8860 ____________________________________________________________________________
8861 [  1903] By: gsar                                  on 1998/10/02  01:42:37
8862     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
8863          Date: Mon, 28 Sep 1998 17:41:49 +0100
8864          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
8865          Subject: [PATCH 5.005_52] Re: More on ?p 
8866          --
8867          Date: Thu, 01 Oct 1998 09:10:58 +0100
8868          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
8869          Subject: [PATCH 5.005_52] ?p fix
8870          --
8871          Date: Thu, 01 Oct 1998 10:45:56 +0100
8872          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
8873          Subject: [PATCH 5.005_52] more on ?p
8874  Branch: perl
8875        ! pp_ctl.c
8876 ____________________________________________________________________________
8877 [  1902] By: gsar                                  on 1998/10/02  01:36:14
8878     Log: From: Kenneth Duda <kjd@cisco.com>
8879          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
8880          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
8881          Subject: writemain dies when there are more than 4000 characters of extensions
8882  Branch: perl
8883        ! writemain.SH
8884 ____________________________________________________________________________
8885 [  1901] By: gsar                                  on 1998/10/02  01:33:16
8886     Log: tweak run_byacc recipe
8887  Branch: perl
8888        ! Makefile.SH Porting/pumpkin.pod
8889 ____________________________________________________________________________
8890 [  1900] By: gsar                                  on 1998/10/02  01:02:09
8891     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
8892  Branch: perl
8893        ! perl.h pp_ctl.c
8894 ____________________________________________________________________________
8895 [  1899] By: gsar                                  on 1998/09/28  20:46:30
8896     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
8897          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
8898          Dvornik)
8899  Branch: perl
8900        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
8901 ____________________________________________________________________________
8902 [  1898] By: gsar                                  on 1998/09/28  20:42:52
8903     Log: flush unsubmitted 5.00552 change
8904  Branch: perl
8905        ! MANIFEST
8906 ____________________________________________________________________________
8907 [  1897] By: gsar                                  on 1998/09/27  04:43:06
8908     Log: run vms_yfix.pl
8909  Branch: perl
8910        ! vms/perly_c.vms
8911 ____________________________________________________________________________
8912 [  1896] By: gsar                                  on 1998/09/27  03:38:55
8913     Log: small tweak on last change
8914  Branch: perl
8915        ! win32/win32.c
8916 ____________________________________________________________________________
8917 [  1895] By: gsar                                  on 1998/09/27  03:17:17
8918     Log: fix win32_stat() to do the right thing for share names
8919  Branch: perl
8920        ! win32/win32.c
8921 ____________________________________________________________________________
8922 [  1891] By: larry                                 on 1998/09/25  18:50:40
8923     Log: Fixed apostrophe problem from Mark Knutsen.
8924  Branch: perl
8925        ! sv.h
8926
8927 ----------------
8928 Version 5.005_52
8929 ----------------
8930
8931 ____________________________________________________________________________
8932 [  1890] By: gsar                                  on 1998/09/25  10:25:00
8933     Log: update template config.sh, add new config vars to win32 stuff
8934  Branch: perl
8935        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
8936        ! pp_sys.c proto.h win32/config.bc win32/config.gc
8937        ! win32/config.vc win32/config_H.bc win32/config_H.gc
8938        ! win32/config_H.vc win32/win32.h
8939 ____________________________________________________________________________
8940 [  1889] By: gsar                                  on 1998/09/25  07:13:13
8941     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
8942          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
8943          of full-fledged 64-bit support (including support for: fseeko/ftello,
8944          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
8945          in Fcntl)
8946          From: Jarkko Hietaniemi <jhi@iki.fi>
8947          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
8948          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
8949          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
8950          --
8951          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8952          Date: 12 Sep 1998 09:44:25 +0300
8953          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
8954          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8955  Branch: perl
8956        + lib/filetest.pm
8957        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
8958        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
8959        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
8960        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
8961        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
8962        ! win32/makedef.pl
8963 ____________________________________________________________________________
8964 [  1888] By: gsar                                  on 1998/09/25  06:27:12
8965     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
8966  Branch: perl
8967        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
8968        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8969        ! win32/makedef.pl win32/makefile.mk win32/win32.c
8970 ____________________________________________________________________________
8971 [  1887] By: gsar                                  on 1998/09/25  04:50:49
8972     Log: win32.c tweak
8973  Branch: perl
8974        ! win32/win32.c
8975 ____________________________________________________________________________
8976 [  1886] By: gsar                                  on 1998/09/25  04:47:32
8977     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
8978  Branch: perl
8979        ! lib/ExtUtils/MakeMaker.pm
8980 ____________________________________________________________________________
8981 [  1885] By: gsar                                  on 1998/09/25  04:05:09
8982     Log: From: Dominic Dunlop <domo@vo.lu>
8983          Date: Thu, 10 Sep 1998 11:02:46 +0000
8984          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
8985          Subject: MM_Unix::canonpath erroneously turns leading // into /
8986  Branch: perl
8987        ! lib/ExtUtils/MM_Unix.pm
8988 ____________________________________________________________________________
8989 [  1884] By: gsar                                  on 1998/09/25  03:06:10
8990     Log: temporarily disable perl malloc for a2p until we clean up
8991          conflicting malloc() declarations everywhere
8992  Branch: perl
8993        ! x2p/Makefile.SH
8994 ____________________________________________________________________________
8995 [  1883] By: gsar                                  on 1998/09/25  02:27:00
8996     Log: remove obsolete win32/bin/*.pl
8997  Branch: perl
8998        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
8999        ! Changes MANIFEST win32/Makefile win32/makefile.mk
9000 ____________________________________________________________________________
9001 [  1882] By: gsar                                  on 1998/09/25  02:04:43
9002     Log: missing file in last submit
9003  Branch: perl
9004        ! proto.h
9005 ____________________________________________________________________________
9006 [  1881] By: gsar                                  on 1998/09/25  01:56:54
9007     Log: serial access to PL_x[inpr]v_root for USE_THREADS
9008  Branch: perl
9009        ! sv.c
9010 ____________________________________________________________________________
9011 [  1880] By: gsar                                  on 1998/09/25  01:19:38
9012     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
9013          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
9014          Date: Thu, 24 Sep 1998 22:01:09 +0900
9015          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
9016          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
9017  Branch: perl
9018        ! hv.c proto.h
9019 ____________________________________________________________________________
9020 [  1879] By: gsar                                  on 1998/09/25  00:20:07
9021     Log: tweaks to enable PERL_OBJECT to build & test on win32
9022  Branch: perl
9023        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
9024        ! win32/GenCAPI.pl
9025 ____________________________________________________________________________
9026 [  1878] By: gsar                                  on 1998/09/25  00:13:36
9027     Log: fix change#1861, which breaks default boot_xxx symbol generation
9028  Branch: perl
9029        ! lib/ExtUtils/Mksymlists.pm
9030 ____________________________________________________________________________
9031 [  1877] By: gsar                                  on 1998/09/24  10:29:54
9032     Log: two tweaks for clean build and test on Solaris
9033  Branch: perl
9034        ! op.c t/op/subst.t
9035 ____________________________________________________________________________
9036 [  1876] By: gsar                                  on 1998/09/24  09:04:43
9037     Log: From: Colin Kuskie <ckuskie@cadence.com>
9038          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
9039          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
9040          Subject: [PATCH 5.005_51] perlform.pod
9041  Branch: perl
9042        ! pod/perlform.pod
9043 ____________________________________________________________________________
9044 [  1875] By: gsar                                  on 1998/09/24  08:47:47
9045     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9046          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
9047          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
9048          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
9049  Branch: perl
9050        ! regexec.c
9051 ____________________________________________________________________________
9052 [  1874] By: gsar                                  on 1998/09/24  08:44:55
9053     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9054          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
9055          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
9056          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
9057  Branch: perl
9058        ! toke.c
9059 ____________________________________________________________________________
9060 [  1873] By: gsar                                  on 1998/09/24  08:39:41
9061     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9062          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
9063          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
9064          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
9065  Branch: perl
9066        ! Changes regcomp.c
9067 ____________________________________________________________________________
9068 [  1872] By: gsar                                  on 1998/09/24  08:37:00
9069     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
9070          Date: Sun, 23 Aug 1998 23:18:38 PDT
9071          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
9072          Subject: new irix_6.sh hints file
9073  Branch: perl
9074        ! hints/irix_6.sh
9075 ____________________________________________________________________________
9076 [  1871] By: gsar                                  on 1998/09/24  07:26:37
9077     Log: correct FSF address in various places
9078  Branch: perl
9079        ! Copying README ext/B/README lib/Getopt/Long.pm
9080 ____________________________________________________________________________
9081 [  1870] By: gsar                                  on 1998/09/24  07:11:56
9082     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
9083          Date:    Fri, 14 Aug 1998 09:20:16 PDT
9084          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
9085          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
9086  Branch: perl
9087        ! configure.com
9088 ____________________________________________________________________________
9089 [  1869] By: gsar                                  on 1998/09/24  06:55:59
9090     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
9091          From:    Scott Henry <scotth@sgi.com>
9092          Date:    13 Aug 1998 09:52:15 PDT
9093          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
9094          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
9095  Branch: perl
9096        ! hints/irix_6.sh
9097 ____________________________________________________________________________
9098 [  1868] By: gsar                                  on 1998/09/24  06:51:23
9099     Log: From:    Nathan Torkington <gnat@frii.com>
9100          Date:    Thu, 13 Aug 1998 10:59:48 MDT
9101          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
9102          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
9103  Branch: perl
9104        ! pod/perlfunc.pod
9105 ____________________________________________________________________________
9106 [  1867] By: gsar                                  on 1998/09/24  06:45:13
9107     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
9108          that are autoloaded)
9109  Branch: perl
9110        ! pp_ctl.c
9111 ____________________________________________________________________________
9112 [  1866] By: gsar                                  on 1998/09/24  05:21:19
9113     Log: grandfather deprecated "$$<digit>" no more
9114  Branch: perl
9115        ! pod/perldiag.pod toke.c
9116 ____________________________________________________________________________
9117 [  1865] By: gsar                                  on 1998/09/24  04:52:48
9118     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
9119          low bits (suggested by Ilya Zakharevich)
9120  Branch: perl
9121        ! hv.h
9122 ____________________________________________________________________________
9123 [  1864] By: gsar                                  on 1998/09/24  04:29:14
9124     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
9125          perly_c.diff
9126  Branch: perl
9127        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
9128        ! perly_c.diff toke.c
9129 ____________________________________________________________________________
9130 [  1863] By: gsar                                  on 1998/09/24  03:36:30
9131     Log: provide locked access to string table for USE_THREADS
9132  Branch: perl
9133        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
9134 ____________________________________________________________________________
9135 [  1862] By: gsar                                  on 1998/09/24  03:30:32
9136     Log: remove bogus warn()
9137  Branch: perl
9138        ! embed.pl
9139 ____________________________________________________________________________
9140 [  1861] By: gsar                                  on 1998/09/24  02:58:51
9141     Log: applied suggested patch, adapted for all platforms
9142          From: jan.dubois@ibm.net (Jan Dubois)
9143          Date: Sun, 20 Sep 1998 12:56:38 +0200
9144          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
9145          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
9146  Branch: perl
9147        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9148        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9149        ! lib/ExtUtils/MakeMaker.pm
9150 ____________________________________________________________________________
9151 [  1860] By: gsar                                  on 1998/09/24  02:16:14
9152     Log: upgrade to CPAN-1.40
9153  Branch: perl
9154        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
9155 ____________________________________________________________________________
9156 [  1859] By: gsar                                  on 1998/09/24  02:08:59
9157     Log: use $ENV{MAKEMAKEROPT} to set default command line args
9158  Branch: perl
9159        ! lib/ExtUtils/MakeMaker.pm
9160 ____________________________________________________________________________
9161 [  1857] By: gsar                                  on 1998/09/23  10:58:36
9162     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9163          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
9164          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
9165          Subject: More verbose Test::Harness [PATCH]
9166  Branch: perl
9167        ! lib/Test/Harness.pm
9168 ____________________________________________________________________________
9169 [  1856] By: gsar                                  on 1998/09/23  10:56:24
9170     Log: update hints for OPENSTEP 4.2 on i386
9171          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
9172          Date: Sun, 20 Sep 1998 01:03:18 +0200
9173          Message-Id: <9809192303.AA29190@Spike>
9174          Subject: Perl 5.005_02 compilation problems
9175  Branch: perl
9176        ! hints/next_4.sh
9177 ____________________________________________________________________________
9178 [  1855] By: gsar                                  on 1998/09/23  10:52:27
9179     Log: reset errno after C<require> search (as suggested by Larry)
9180  Branch: perl
9181        ! pp_ctl.c
9182 ____________________________________________________________________________
9183 [  1854] By: gsar                                  on 1998/09/23  10:50:26
9184     Log: misc pod tweaks
9185  Branch: perl
9186        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
9187 ____________________________________________________________________________
9188 [  1853] By: gsar                                  on 1998/09/23  10:46:06
9189     Log: make Pod/Html.pm handle the --title option properly (as suggested
9190          by gml4410@ggr.co.uk)
9191  Branch: perl
9192        ! lib/Pod/Html.pm
9193 ____________________________________________________________________________
9194 [  1852] By: gsar                                  on 1998/09/23  10:41:39
9195     Log: SSNEW() API for allocating memory on the savestack
9196          From: Albert Dvornik <bert@genscan.com>
9197          Date: 17 Sep 1998 19:23:07 -0400
9198          Message-Id: <tqemtae338.fsf@puma.genscan.com>
9199          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
9200  Branch: perl
9201        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
9202        ! perl.h proto.h scope.c scope.h t/io/tell.t
9203 ____________________________________________________________________________
9204 [  1851] By: gsar                                  on 1998/09/23  10:37:05
9205     Log: From: Jochen Wiedmann <joe@ispsoft.de>
9206          Date: Thu, 17 Sep 1998 17:16:06 +0200
9207          Message-ID: <360127B6.E44564A@ispsoft.de>
9208          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
9209  Branch: perl
9210        ! lib/ExtUtils/MakeMaker.pm
9211 ____________________________________________________________________________
9212 [  1850] By: gsar                                  on 1998/09/23  10:33:05
9213     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
9214          Date: 15 Sep 1998 01:32:31 +0200
9215          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
9216          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
9217  Branch: perl
9218        ! lib/ExtUtils/MM_Unix.pm
9219 ____________________________________________________________________________
9220 [  1849] By: gsar                                  on 1998/09/23  10:29:04
9221     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
9222          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
9223          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
9224          Subject: Re: extralibs.ld problem in MM_VMS.pm
9225  Branch: perl
9226        ! lib/ExtUtils/MM_VMS.pm
9227 ____________________________________________________________________________
9228 [  1848] By: gsar                                  on 1998/09/23  10:25:24
9229     Log: From: Roderick Schertler <roderick@argon.org>
9230          Date: 11 Sep 1998 16:19:21 -0400
9231          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
9232          Subject: Re: Open2 and memory leaks
9233  Branch: perl
9234        ! lib/IPC/Open3.pm
9235 ____________________________________________________________________________
9236 [  1847] By: gsar                                  on 1998/09/23  10:18:31
9237     Log: From: Roderick Schertler <roderick@argon.org>
9238          Date: Wed, 09 Sep 1998 23:52:48 -0400
9239          Message-ID: <20567.905399568@eeyore.ibcinc.com>
9240          Subject: seed srand from /dev/urandom when possible
9241  Branch: perl
9242        ! pod/perlfunc.pod pp.c
9243 ____________________________________________________________________________
9244 [  1846] By: gsar                                  on 1998/09/23  10:12:22
9245     Log: From: Roderick Schertler <roderick@argon.org>
9246          Date: Thu, 10 Sep 1998 00:32:17 -0400
9247          Message-ID: <21142.905401937@eeyore.ibcinc.com>
9248          Subject: doc update for crypt()'s salt
9249  Branch: perl
9250        ! pod/perlfunc.pod
9251 ____________________________________________________________________________
9252 [  1845] By: gsar                                  on 1998/09/23  10:09:23
9253     Log: fix h2ph handling of C<#error "foo">
9254          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
9255          Date: Thu, 10 Sep 1998 09:59:33 +0900
9256          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
9257          Subject: [5.005_02] h2ph problem
9258  Branch: perl
9259        ! utils/h2ph.PL
9260 ____________________________________________________________________________
9261 [  1844] By: gsar                                  on 1998/09/23  10:06:13
9262     Log: plug strictly private function leaks in API listing
9263  Branch: perl
9264        ! pod/perlguts.pod
9265 ____________________________________________________________________________
9266 [  1843] By: gsar                                  on 1998/09/23  10:02:57
9267     Log: hide symbol for static build
9268          From: Dominic Dunlop <domo@vo.lu>
9269          Date: Tue, 8 Sep 1998 21:40:46 +0000
9270          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
9271          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
9272  Branch: perl
9273        ! regcomp.c
9274 ____________________________________________________________________________
9275 [  1842] By: gsar                                  on 1998/09/23  09:52:46
9276     Log: define PUT_svindex(), PUT_opindex()
9277  Branch: perl
9278        ! ext/B/B/Assembler.pm
9279 ____________________________________________________________________________
9280 [  1841] By: gsar                                  on 1998/09/23  09:44:25
9281     Log: From: Dominic Dunlop <domo@vo.lu>
9282          Date: Tue, 8 Sep 1998 15:34:53 +0000
9283          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
9284          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
9285  Branch: perl
9286        ! t/pragma/warn/regexec
9287 ____________________________________________________________________________
9288 [  1840] By: gsar                                  on 1998/09/23  09:42:17
9289     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
9290  Branch: perl
9291        ! win32/bin/pl2bat.pl
9292 ____________________________________________________________________________
9293 [  1839] By: gsar                                  on 1998/09/23  09:38:18
9294     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
9295          Date: Mon, 7 Sep 1998 17:36:09 +0900
9296          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
9297          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
9298  Branch: perl
9299        ! ext/Thread/Thread.xs
9300 ____________________________________________________________________________
9301 [  1838] By: gsar                                  on 1998/09/23  09:21:11
9302     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
9303          Date: Thu, 10 Sep 1998 00:02:07 -0400
9304          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
9305          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
9306  Branch: perl
9307        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
9308        + vos/config.h vos/config_h.SH_orig vos/perl.bind
9309        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
9310        ! MANIFEST perl.c perl.h pod/perlport.pod
9311 ____________________________________________________________________________
9312 [  1837] By: gsar                                  on 1998/09/23  08:45:58
9313     Log: (via private mail)
9314          From: Charles Bailey <BAILEY@newman.upenn.edu>
9315          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
9316          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
9317          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
9318  Branch: perl
9319        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
9320        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9321        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
9322        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
9323        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
9324        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
9325        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
9326        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
9327        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
9328        ! vms/writemain.pl
9329 ____________________________________________________________________________
9330 [  1836] By: gsar                                  on 1998/09/23  08:17:42
9331     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9332          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
9333          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
9334          Subject: [PATCH 5.005_*] OS/2 spawning typos
9335  Branch: perl
9336        ! os2/os2.c
9337 ____________________________________________________________________________
9338 [  1835] By: gsar                                  on 1998/09/23  08:09:55
9339     Log: warn on C<my($foo,$foo)>
9340  Branch: perl
9341        ! op.c pod/perldiag.pod
9342 ____________________________________________________________________________
9343 [  1834] By: gsar                                  on 1998/09/23  07:35:56
9344     Log: From: pvhp@forte.com (Peter Prymmer)
9345          Date: Fri, 4 Sep 98 13:27:41 PDT
9346          Message-Id: <9809042027.AA04463@forte.com>
9347          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
9348  Branch: perl
9349        ! README.vms
9350 ____________________________________________________________________________
9351 [  1833] By: gsar                                  on 1998/09/23  07:27:34
9352     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9353          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
9354          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
9355          Subject: PATCH: 5.005_02 hint/hpux.sh
9356  Branch: perl
9357        ! hints/hpux.sh
9358 ____________________________________________________________________________
9359 [  1832] By: gsar                                  on 1998/09/23  07:22:40
9360     Log: fix (some) installhtml bugs
9361          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
9362          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
9363          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
9364          Subject: installhtml script needs work
9365  Branch: perl
9366        ! installhtml
9367 ____________________________________________________________________________
9368 [  1831] By: gsar                                  on 1998/09/23  07:19:30
9369     Log: document 'U' magic with examples
9370          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
9371          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
9372          Message-Id: <199809011455.PAA00631@sale-wts>
9373          Subject: Re: Looking for some XS MAGIC examples...
9374  Branch: perl
9375        ! pod/perlguts.pod
9376 ____________________________________________________________________________
9377 [  1830] By: gsar                                  on 1998/09/23  07:16:43
9378     Log: From: pvhp@forte.com (Peter Prymmer)
9379          Date: Mon, 31 Aug 98 17:13:49 PDT
9380          Message-Id: <9809010013.AA06737@forte.com>
9381          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
9382  Branch: perl
9383        ! README.os390
9384 ____________________________________________________________________________
9385 [  1829] By: gsar                                  on 1998/09/23  07:15:08
9386     Log: fix problematic typecast in filter_del()
9387          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
9388          Date: Mon, 31 Aug 1998 21:13:11 GMT
9389          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
9390          Subject: perl5.005_02 does not build on Cray T90
9391  Branch: perl
9392        ! toke.c
9393 ____________________________________________________________________________
9394 [  1828] By: gsar                                  on 1998/09/23  07:11:34
9395     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9396          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
9397          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
9398          Subject: [PATCH 5.005_5*] (?>) broken in RE
9399  Branch: perl
9400        ! regexec.c t/op/re_tests
9401 ____________________________________________________________________________
9402 [  1827] By: gsar                                  on 1998/09/23  07:09:50
9403     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
9404  Branch: perl
9405        ! t/op/grent.t t/op/groups.t
9406 ____________________________________________________________________________
9407 [  1826] By: gsar                                  on 1998/09/23  07:03:16
9408     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9409          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
9410          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
9411          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
9412  Branch: perl
9413        - interp.sym
9414        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
9415 ____________________________________________________________________________
9416 [  1825] By: gsar                                  on 1998/09/23  06:56:40
9417     Log: re-introduce change#1703
9418  Branch: perl
9419        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
9420 ____________________________________________________________________________
9421 [  1824] By: gsar                                  on 1998/09/23  06:44:19
9422     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9423          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
9424          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
9425          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
9426  Branch: perl
9427        ! lib/perl5db.pl
9428 ____________________________________________________________________________
9429 [  1823] By: gsar                                  on 1998/09/23  06:41:34
9430         Log: From: Joe Buehler <jhpb@hekimian.com>
9431              Date: 29 Aug 1998 17:13:28 -0400
9432              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
9433              Subject: patches for perl 5.005_51 under U/WIN
9434      Branch: perl
9435            + hints/uwin.sh
9436            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
9437            ! t/lib/posix.t
9438 ____________________________________________________________________________
9439 [  1822] By: gsar                                  on 1998/09/23  06:36:59
9440         Log: add missing C<no utf8;> tweak from Larry
9441      Branch: perl
9442            ! t/op/subst.t
9443 ____________________________________________________________________________
9444 [  1821] By: gsar                                  on 1998/09/23  06:27:51
9445         Log: s/runops/CALLRUNOPS/
9446      Branch: perl
9447            ! cc_runtime.h
9448 ____________________________________________________________________________
9449 [  1820] By: gsar                                  on 1998/09/23  06:24:49
9450         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
9451      Branch: perl
9452           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
9453           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
9454           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9455           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9456           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9457           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9458           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9459           +> t/pragma/warn/util
9460            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
9461            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
9462            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
9463            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
9464            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
9465            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
9466            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
9467            - t/pragma/warn-util
9468            ! MANIFEST t/pragma/warning.t
9469 ____________________________________________________________________________
9470 [  1819] By: gsar                                  on 1998/09/23  06:08:46
9471         Log: make \(%foo) return refs to values (not copies of values)
9472              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9473              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
9474              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
9475              --
9476              From: Roderick Schertler <roderick@argon.org>
9477              Date: Sat, 29 Aug 1998 00:58:33 -0400
9478              Message-ID: <29894.904366713@eeyore.ibcinc.com>
9479              Subject: Re: \(%x) problems
9480      Branch: perl
9481            ! doop.c pod/perlref.pod
9482 ____________________________________________________________________________
9483 [  1818] By: gsar                                  on 1998/09/23  06:05:08
9484         Log: make h2xs generate ANSI prototypes
9485      Branch: perl
9486            ! utils/h2xs.PL
9487 ____________________________________________________________________________
9488 [  1817] By: gsar                                  on 1998/09/23  05:57:16
9489         Log: updated usethreads hints for hpux 10.X
9490              From: Matthew T Harden <mthard@mthard1.monsanto.com>
9491              Date: Fri, 28 Aug 1998 14:10:42 GMT
9492              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
9493              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
9494      Branch: perl
9495            ! hints/hpux.sh perl.h
9496 ____________________________________________________________________________
9497 [  1816] By: gsar                                  on 1998/09/23  05:53:31
9498         Log: don't create empty directories in installperl
9499              From: Robin Barker <rmb1@cise.npl.co.uk>
9500              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
9501              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
9502              Subject: [PATCH 5.005_02] install: empty dirs
9503      Branch: perl
9504            ! installperl
9505 ____________________________________________________________________________
9506 [  1815] By: gsar                                  on 1998/09/23  05:50:36
9507         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
9508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9509              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
9510              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
9511              Subject: Re: your mail
9512      Branch: perl
9513            ! regexec.c t/op/re_tests
9514 ____________________________________________________________________________
9515 [  1814] By: gsar                                  on 1998/09/23  05:45:17
9516         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9517              Date: Thu, 20 Aug 1998 20:59:03 -0400
9518              Message-ID: <19980820205903.A12908@O2.chapin.edu>
9519              Subject: [PATCH] h2ph misquotes #error directives
9520      Branch: perl
9521            ! t/lib/h2ph.pht utils/h2ph.PL
9522 ____________________________________________________________________________
9523 [  1813] By: gsar                                  on 1998/09/23  05:42:41
9524         Log: patch to support computed regular subexpressions
9525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9526              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
9527              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
9528              Subject: [5.005_5* PATCH] Postponed RE - now!
9529      Branch: perl
9530            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
9531            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
9532 ____________________________________________________________________________
9533 [  1812] By: gsar                                  on 1998/09/23  05:26:26
9534         Log: better CR-handling on shebang line and in formats (fixed variant of
9535              patch suggested by Igor Sysoev <igor@nitek.ru>)
9536      Branch: perl
9537            ! perl.c toke.c
9538 ____________________________________________________________________________
9539 [  1811] By: gsar                                  on 1998/09/23  04:35:46
9540         Log: document non-loopish blocks better
9541              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9542              Date: Tue, 18 Aug 1998 12:28:36 +0100
9543              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
9544              Subject: Re: next in do {} while block gives error message
9545      Branch: perl
9546            ! pod/perlfunc.pod
9547 ____________________________________________________________________________
9548 [  1810] By: gsar                                  on 1998/09/23  04:12:05
9549         Log: fix bogus integerization of pop()'s return value
9550              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9551              Date: Sat, 15 Aug 1998 23:27:54 -0400
9552              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
9553              Subject: Re: Complex expression does integer arithmetic 
9554      Branch: perl
9555            ! opcode.h opcode.pl
9556 ____________________________________________________________________________
9557 [  1809] By: gsar                                  on 1998/09/23  04:09:43
9558         Log: tweak README.win32
9559      Branch: perl
9560            ! README.win32
9561 ____________________________________________________________________________
9562 [  1808] By: gsar                                  on 1998/09/23  03:40:57
9563         Log: better diagnostic for do{} used as lvalue
9564      Branch: perl
9565            ! op.c pod/perlport.pod
9566 ____________________________________________________________________________
9567 [  1807] By: gsar                                  on 1998/09/23  03:38:30
9568         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
9569              From: hansm@icgroup.nl
9570              Date: Tue, 11 Aug 98 21:08:51 +0200
9571              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
9572              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9573      Branch: perl
9574            ! malloc.c
9575 ____________________________________________________________________________
9576 [  1806] By: gsar                                  on 1998/09/23  03:36:08
9577         Log: support make written in perl (aka "pmake") on win32
9578      Branch: perl
9579            ! lib/ExtUtils/MM_Win32.pm
9580 ____________________________________________________________________________
9581 [  1805] By: gsar                                  on 1998/09/23  03:30:07
9582         Log: fix mismatched UV/U32 types for to_utf8_*()
9583      Branch: perl
9584            ! utf8.c
9585 ____________________________________________________________________________
9586 [  1804] By: gsar                                  on 1998/09/23  03:22:22
9587         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9588              Date: Sun, 9 Aug 1998 22:38:23 +0200
9589              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
9590              Subject: [PATCH 5.5002] dos-djgpp update
9591      Branch: perl
9592            ! t/io/fs.t
9593 ____________________________________________________________________________
9594 [  1803] By: gsar                                  on 1998/09/23  03:20:13
9595         Log: apply minimal variant of patch (sent via private mail)
9596              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
9597              Date: Wed, 12 Aug 1998 15:42:35 +0300
9598              Message-Id: <199808121242.PAA29761@comanche.spices>
9599              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
9600      Branch: perl
9601            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
9602            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
9603 ____________________________________________________________________________
9604 [  1802] By: gsar                                  on 1998/09/23  03:03:39
9605         Log: adjust searchdict.t for EBCDIC (still needs documenting)
9606              From: pvhp@forte.com (Peter Prymmer)
9607              Date: Thu, 6 Aug 98 18:09:39 PDT
9608              Message-Id: <9808070109.AA06158@forte.com>
9609              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
9610      Branch: perl
9611            ! README.os390 t/lib/searchdict.t
9612 ____________________________________________________________________________
9613 [  1801] By: gsar                                  on 1998/09/23  02:54:15
9614         Log: silence redefined warning for XS(INIT) {}
9615      Branch: perl
9616            ! op.c
9617 ____________________________________________________________________________
9618 [  1800] By: gsar                                  on 1998/09/23  02:42:23
9619         Log: support match indices via special variables @- and @+
9620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9621              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
9622              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
9623              Subject: [PATCH 5.004_76] @- and @+
9624      Branch: perl
9625            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
9626            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
9627 ____________________________________________________________________________
9628 [  1799] By: gsar                                  on 1998/09/23  01:44:31
9629         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9630              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
9631              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
9632              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
9633      Branch: perl
9634            ! regcomp.c t/op/re_tests
9635 ____________________________________________________________________________
9636 [  1798] By: gsar                                  on 1998/09/23  01:39:23
9637         Log: integrate maint-5.005 changes (except conflicting change#1794)
9638      Branch: perl
9639            ! Changes
9640           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
9641           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
9642           !> win32/win32.h
9643 ____________________________________________________________________________
9644 [  1797] By: gsar                                  on 1998/09/23  01:32:36
9645         Log: add note to win32/Makefile about setting CCHOME
9646      Branch: perl
9647            ! win32/Makefile win32/makefile.mk
9648 ____________________________________________________________________________
9649 [  1796] By: gsar                                  on 1998/09/23  01:31:32
9650         Log: perl.pod tweak
9651      Branch: perl
9652            ! pod/perl.pod
9653 ____________________________________________________________________________
9654 [  1795] By: gsar                                  on 1998/09/21  20:34:10
9655         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
9656      Branch: perl
9657            ! lib/ExtUtils/xsubpp
9658 ____________________________________________________________________________
9659 [  1789] By: gsar                                  on 1998/09/18  18:01:37
9660         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
9661      Branch: perl
9662            ! cop.h t/cmd/for.t
9663 ____________________________________________________________________________
9664 [  1788] By: gsar                                  on 1998/09/17  02:19:11
9665         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
9666      Branch: perl
9667            ! win32/config.bc win32/config.gc win32/config.vc
9668 ____________________________________________________________________________
9669 [  1787] By: gsar                                  on 1998/09/17  01:45:14
9670         Log: suppress bogus warning on C<sub x {} x()>
9671      Branch: perl
9672            ! toke.c
9673 ____________________________________________________________________________
9674 [  1786] By: gsar                                  on 1998/09/17  01:42:51
9675         Log: ntohl typo in objXSUB.h
9676      Branch: perl
9677            ! objXSUB.h
9678 ____________________________________________________________________________
9679 [  1785] By: gsar                                  on 1998/09/17  01:41:48
9680         Log: fill gaps in sig_* entries in win32/config.?c
9681      Branch: perl
9682            ! win32/config.bc win32/config.gc win32/config.vc
9683 ____________________________________________________________________________
9684 [  1781] By: larry                                 on 1998/09/05  23:48:24
9685         Log: tr/// logic was hosed under utf8
9686      Branch: perl
9687            ! doop.c op.c op.h pp.c proto.h
9688 ____________________________________________________________________________
9689 [  1780] By: larry                                 on 1998/09/05  23:44:16
9690         Log: several new tests needed tweaking to work under utf8
9691      Branch: perl
9692            ! t/comp/require.t t/op/pack.t t/op/substr.t
9693 ____________________________________________________________________________
9694 [  1779] By: larry                                 on 1998/09/05  23:41:42
9695         Log: index() applied BM optimization to wrong argument
9696      Branch: perl
9697            ! op.c util.c
9698 ____________________________________________________________________________
9699 [  1778] By: larry                                 on 1998/09/05  23:38:29
9700         Log: Implicit require during compile reset line numbering
9701      Branch: perl
9702            ! pp_ctl.c
9703
9704 ----------------
9705 Version 5.005_51
9706 ----------------
9707
9708 ____________________________________________________________________________
9709 [  1777] By: gsar                                  on 1998/08/10  07:02:38
9710         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
9711              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
9712              lexical warning testsuite for win32
9713      Branch: perl
9714            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
9715            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
9716            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
9717            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
9718            ! win32/Makefile win32/makefile.mk
9719 ____________________________________________________________________________
9720 [  1776] By: gsar                                  on 1998/08/09  17:53:48
9721         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
9722      Branch: perl
9723            ! Changes MANIFEST perl.c pod/perlhist.pod
9724 ____________________________________________________________________________
9725 [  1775] By: gsar                                  on 1998/08/09  14:35:33
9726         Log: tweak warning test
9727      Branch: perl
9728            ! t/pragma/warn-toke
9729 ____________________________________________________________________________
9730 [  1774] By: gsar                                  on 1998/08/09  14:13:46
9731         Log: add missing dTHR; notes for test failures due to small stacksize
9732      Branch: perl
9733            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
9734            ! toke.c universal.c util.c
9735 ____________________________________________________________________________
9736 [  1773] By: gsar                                  on 1998/08/09  11:31:53
9737         Log: lexical warnings; tweaks to places that didn't apply correctly
9738              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
9739              Date:    Wed, 29 Jul 1998 09:28:45 BST
9740              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
9741              Subject: lexical warnings patch for 5.005_50
9742      Branch: perl
9743            + README.lexwarn lib/warning.pm t/pragma/warn-2use
9744            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
9745            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
9746            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
9747            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
9748            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
9749            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
9750            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
9751            + warning.h warning.pl
9752            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
9753            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
9754            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
9755            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
9756            ! universal.c util.c
9757 ____________________________________________________________________________
9758 [  1772] By: gsar                                  on 1998/08/08  23:06:00
9759         Log: bump patchlevel to 5.005_51
9760      Branch: perl
9761            ! patchlevel.h win32/Makefile win32/config_H.bc
9762            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9763 ____________________________________________________________________________
9764 [  1771] By: gsar                                  on 1998/08/08  23:01:57
9765         Log: fix bogus warning on "\x{123}"
9766              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
9767              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
9768              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
9769              Subject: [5.005_50 PATCH] Some unicode problems
9770      Branch: perl
9771            ! regcomp.c toke.c
9772 ____________________________________________________________________________
9773 [  1770] By: gsar                                  on 1998/08/08  22:56:55
9774         Log: hide dup symbol for static build of ext/re
9775              From: Dominic Dunlop <domo@ppp72.vo.lu>
9776              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
9777              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
9778              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
9779      Branch: perl
9780            ! regcomp.c
9781 ____________________________________________________________________________
9782 [  1769] By: gsar                                  on 1998/08/08  22:45:06
9783         Log: fix double free on -Mutf8 -e '$b=uc("")'
9784              From: larry@wall.org (Larry Wall)
9785              Date: Fri, 7 Aug 1998 14:42:43 -0700
9786              Message-Id: <199808072142.OAA14920@wall.org>
9787              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
9788      Branch: perl
9789            ! pp.c
9790 ____________________________________________________________________________
9791 [  1768] By: gsar                                  on 1998/08/08  22:42:29
9792         Log: substr() assumes utf8 without say-so
9793              From: larry@wall.org (Larry Wall)
9794              Date: Fri, 7 Aug 1998 12:25:12 -0700
9795              Message-Id: <199808071925.MAA13436@wall.org>
9796              Subject: [PATCH 5.005_50] substr bug?
9797      Branch: perl
9798            ! pp.c
9799 ____________________________________________________________________________
9800 [  1767] By: gsar                                  on 1998/08/08  22:38:25
9801         Log: fix intolerance of SWASHes for blank lines
9802              From: Gisle Aas <aas@sn.no>
9803              Date: 06 Aug 1998 23:28:57 +0200
9804              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
9805              Subject: Re: Re[2]: another joyride begins
9806      Branch: perl
9807            ! lib/utf8_heavy.pl
9808 ____________________________________________________________________________
9809 [  1766] By: gsar                                  on 1998/08/08  22:33:10
9810         Log: utf8 doc tweak
9811              From: Gisle Aas <aas@sn.no>
9812              Date: 05 Aug 1998 00:41:04 +0200
9813              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
9814              Subject: Matching clumps
9815      Branch: perl
9816            ! lib/utf8.pm
9817 ____________________________________________________________________________
9818 [  1765] By: gsar                                  on 1998/08/08  22:31:37
9819         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
9820              From: Gisle Aas <aas@sn.no>
9821              Date: 04 Aug 1998 22:56:11 +0200
9822              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
9823              Subject: Re: another joyride begins
9824      Branch: perl
9825            ! lib/utf8_heavy.pl
9826 ____________________________________________________________________________
9827 [  1764] By: gsar                                  on 1998/08/08  22:28:43
9828         Log: From: larry@wall.org (Larry Wall)
9829              Date: Tue, 4 Aug 1998 17:04:51 -0700
9830              Message-Id: <199808050004.RAA22592@wall.org>
9831              Subject: [PATCH 5.005_50] \pX not implemented!
9832      Branch: perl
9833            ! regcomp.c
9834 ____________________________________________________________________________
9835 [  1763] By: gsar                                  on 1998/08/08  22:27:15
9836         Log: From: Stephen McCamant <alias@mcs.com>
9837              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
9838              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
9839              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
9840      Branch: perl
9841            ! op.c
9842 ____________________________________________________________________________
9843 [  1762] By: gsar                                  on 1998/08/08  22:26:09
9844         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9845              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
9846              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
9847              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
9848      Branch: perl
9849            + t/op/grent.t t/op/pwent.t
9850            ! MANIFEST
9851 ____________________________________________________________________________
9852 [  1761] By: gsar                                  on 1998/08/08  22:21:52
9853         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9854              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
9855              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
9856              Subject: [5.005_50 PATCH] misprint in RE engine
9857      Branch: perl
9858            ! regexec.c t/op/re_tests
9859 ____________________________________________________________________________
9860 [  1760] By: gsar                                  on 1998/08/08  22:18:54
9861         Log: integrate maint-5.005 changes into mainline
9862      Branch: perl
9863           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
9864           !> (integrate 138 files)
9865 ____________________________________________________________________________
9866 [  1672] By: gsar                                  on 1998/07/27  18:35:28
9867         Log: create new Changes
9868      Branch: perl
9869            + Changes
9870            ! Changes5.005 MANIFEST
9871 ____________________________________________________________________________
9872 [  1671] By: gsar                                  on 1998/07/27  18:30:57
9873         Log: rename Changes --> Changes5.005
9874      Branch: perl
9875           +> Changes5.005
9876            - Changes
9877 ____________________________________________________________________________
9878 [  1670] By: gsar                                  on 1998/07/27  18:10:14
9879         Log: integrate 5.005_01 changes from maint
9880      Branch: perl
9881            ! Changes
9882           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
9883           !> win32/win32.c
9884 ____________________________________________________________________________
9885 [  1667] By: nick                                  on 1998/07/26  14:31:01
9886         Log: Add dTHR so that it compiles miniperl in threaded mode
9887      Branch: perl
9888            ! doop.c mg.c regcomp.c regexec.c
9889 ____________________________________________________________________________
9890 [  1666] By: nick                                  on 1998/07/26  13:01:10
9891         Log: Resolve ansiperl against mainline (@1648?)
9892              Unclear that change number has "taken".
9893      Branch: ansiperl
9894           +> (branch 169 files)
9895            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
9896           !> (integrate 131 files)
9897
9898 ----------------
9899 Version 5.005_50
9900 ----------------
9901
9902 ____________________________________________________________________________
9903 [  1665] By: gsar                                  on 1998/07/26  05:38:48
9904         Log: add trailing newline to file
9905      Branch: perl
9906            ! Changes lib/unicode/blocks.txt
9907 ____________________________________________________________________________
9908 [  1664] By: gsar                                  on 1998/07/26  05:08:48
9909         Log: integrate proto.h additions from maint-5.005
9910      Branch: perl
9911           !> pod/perlhist.pod proto.h
9912 ____________________________________________________________________________
9913 [  1663] By: gsar                                  on 1998/07/26  05:07:05
9914         Log: add new files to MANIFEST; add missing prototypes to proto.h;
9915              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
9916              add typecasts to silence warnings; tweaks for win32 builds
9917      Branch: perl
9918            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
9919            ! win32/Makefile win32/makefile.mk
9920 ____________________________________________________________________________
9921 [  1662] By: gsar                                  on 1998/07/26  05:01:52
9922         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
9923      Branch: maint-5.005/perl
9924            ! pod/perlhist.pod proto.h
9925 ____________________________________________________________________________
9926 [  1661] By: gsar                                  on 1998/07/26  02:52:48
9927         Log: up patchlevel to 5.005_50
9928      Branch: perl
9929            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9930            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9931 ____________________________________________________________________________
9932 [  1660] By: gsar                                  on 1998/07/26  02:43:57
9933         Log: integrate utfperl
9934      Branch: perl
9935           +> (branch 162 files)
9936           !> (integrate 29 files)
9937 ____________________________________________________________________________
9938 [  1659] By: gsar                                  on 1998/07/26  02:38:22
9939         Log: integrate maint-5.005 changes
9940      Branch: perl
9941           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
9942           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
9943           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
9944           !> vms/descrip_mms.template vms/subconfigure.com
9945 ____________________________________________________________________________
9946 [  1658] By: gsar                                  on 1998/07/26  02:23:46
9947         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
9948              Date: Fri, 24 Jul 1998 11:38:25 -0700
9949              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
9950              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
9951              --
9952              Date: Fri, 24 Jul 1998 12:30:36 -0700
9953              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
9954              Subject: [PATCH 5.005]Tweaks to README.vms
9955              --
9956              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
9957              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
9958              Subject: [PATCH 5.005] Final build cleanup patch
9959      Branch: maint-5.005/perl
9960            ! README.vms vms/descrip_mms.template vms/subconfigure.com
9961 ____________________________________________________________________________
9962 [  1657] By: gsar                                  on 1998/07/26  02:19:50
9963         Log: another platform where pp_sselect() needs a whole fd_set buffer
9964              From: Lupe Christoph <lupe@alanya.m.isar.de>
9965              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
9966              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
9967              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
9968      Branch: maint-5.005/perl
9969            ! pp_sys.c
9970 ____________________________________________________________________________
9971 [  1656] By: gsar                                  on 1998/07/26  02:12:46
9972         Log: fix problem building modules on dos-djgpp
9973              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9974              Date: Sat, 25 Jul 1998 00:53:39 +0200
9975              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
9976              Subject: [PATCH 5.005] dos-djgpp and modules problem
9977      Branch: maint-5.005/perl
9978            ! djgpp/fixpmain
9979 ____________________________________________________________________________
9980 [  1655] By: gsar                                  on 1998/07/26  02:11:09
9981         Log: From: Tom Spindler <dogcow@home.merit.edu>
9982              Date: Wed, 22 Jul 1998 16:11:07 -0400
9983              Message-ID: <19980722161107.A16813@home.merit.edu>
9984              Subject: [PATCH 5.005] BeOS tweak
9985      Branch: maint-5.005/perl
9986            ! hints/beos.sh
9987 ____________________________________________________________________________
9988 [  1654] By: gsar                                  on 1998/07/26  02:09:29
9989         Log: various pod tweaks
9990      Branch: maint-5.005/perl
9991            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
9992            ! pod/perltoc.pod
9993 ____________________________________________________________________________
9994 [  1653] By: gsar                                  on 1998/07/26  02:05:46
9995         Log: fix emacs/ptags for PL_* changes
9996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9997              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
9998              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
9999              Subject: [PATCH 5.004_76] Yet better ptags
10000      Branch: maint-5.005/perl
10001            ! emacs/ptags
10002 ____________________________________________________________________________
10003 [  1652] By: gsar                                  on 1998/07/26  02:03:01
10004         Log: fix behavior of <=> on bigints
10005              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10006              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
10007              Date: Fri, 24 Jul 1998 18:29:53 +0100
10008              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
10009      Branch: maint-5.005/perl
10010            ! lib/Math/BigInt.pm t/lib/bigintpm.t
10011 ____________________________________________________________________________
10012 [  1651] By: larry                                 on 1998/07/24  05:44:33
10013         Log: Here are the long-expected Unicode/UTF-8 modifications.
10014      Branch: utfperl
10015            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
10016            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
10017            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
10018            + lib/unicode/Decomposition.pl
10019            + lib/unicode/In/AlphabeticPresentationForms.pl
10020            + lib/unicode/In/Arabic.pl
10021            + lib/unicode/In/ArabicPresentationForms-A.pl
10022            + lib/unicode/In/ArabicPresentationForms-B.pl
10023            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
10024            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
10025            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
10026            + lib/unicode/In/BoxDrawing.pl
10027            + lib/unicode/In/CJKCompatibility.pl
10028            + lib/unicode/In/CJKCompatibilityForms.pl
10029            + lib/unicode/In/CJKCompatibilityIdeographs.pl
10030            + lib/unicode/In/CJKSymbolsandPunctuation.pl
10031            + lib/unicode/In/CJKUnifiedIdeographs.pl
10032            + lib/unicode/In/CombiningDiacriticalMarks.pl
10033            + lib/unicode/In/CombiningHalfMarks.pl
10034            + lib/unicode/In/CombiningMarksforSymbols.pl
10035            + lib/unicode/In/ControlPictures.pl
10036            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
10037            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
10038            + lib/unicode/In/EnclosedAlphanumerics.pl
10039            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
10040            + lib/unicode/In/GeneralPunctuation.pl
10041            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
10042            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
10043            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
10044            + lib/unicode/In/HalfwidthandFullwidthForms.pl
10045            + lib/unicode/In/HangulCompatibilityJamo.pl
10046            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
10047            + lib/unicode/In/Hebrew.pl
10048            + lib/unicode/In/HighPrivateUseSurrogates.pl
10049            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
10050            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
10051            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
10052            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
10053            + lib/unicode/In/LatinExtended-A.pl
10054            + lib/unicode/In/LatinExtended-B.pl
10055            + lib/unicode/In/LatinExtendedAdditional.pl
10056            + lib/unicode/In/LetterlikeSymbols.pl
10057            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
10058            + lib/unicode/In/MathematicalOperators.pl
10059            + lib/unicode/In/MiscellaneousSymbols.pl
10060            + lib/unicode/In/MiscellaneousTechnical.pl
10061            + lib/unicode/In/NumberForms.pl
10062            + lib/unicode/In/OpticalCharacterRecognition.pl
10063            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
10064            + lib/unicode/In/SmallFormVariants.pl
10065            + lib/unicode/In/SpacingModifierLetters.pl
10066            + lib/unicode/In/Specials.pl
10067            + lib/unicode/In/SuperscriptsandSubscripts.pl
10068            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
10069            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
10070            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10071            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
10072            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
10073            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
10074            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
10075            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
10076            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
10077            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
10078            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
10079            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
10080            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
10081            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
10082            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
10083            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
10084            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
10085            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
10086            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
10087            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
10088            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
10089            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
10090            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
10091            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
10092            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
10093            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
10094            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
10095            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
10096            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
10097            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
10098            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
10099            + lib/unicode/JamoShort.pl lib/unicode/Makefile
10100            + lib/unicode/Name.pl lib/unicode/Number.pl
10101            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
10102            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
10103            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
10104            + lib/unicode/blocks.txt lib/unicode/index2.txt
10105            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
10106            + lib/unicode/names2.txt lib/unicode/props2.txt
10107            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
10108            + utf8.c utf8.h
10109            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
10110            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
10111            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10112            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
10113            ! t/op/vec.t toke.c util.c vms/vmsish.h
10114 ____________________________________________________________________________
10115 [  1650] By: gsar                                  on 1998/07/24  04:06:48
10116         Log: create utfperl branch
10117      Branch: utfperl
10118           +> (branch 1079 files)
10119 ____________________________________________________________________________
10120 [  1649] By: gsar                                  on 1998/07/24  03:56:56
10121         Log: create maint-5.005 branch
10122      Branch: maint-5.005/perl
10123           +> (branch 1079 files)
10124 ____________________________________________________________________________
10125 [  1648] By: gsar                                  on 1998/07/24  03:36:35
10126         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
10127      Branch: perl
10128            ! Changes
10129